diff --git a/.beads/.gitignore b/.beads/.gitignore index d27a1db5..363ebae2 100644 --- a/.beads/.gitignore +++ b/.beads/.gitignore @@ -1,44 +1,51 @@ -# SQLite databases -*.db -*.db?* -*.db-journal -*.db-wal -*.db-shm +# Dolt database (managed by Dolt, not git) +dolt/ +dolt-access.lock -# Daemon runtime files -daemon.lock -daemon.log -daemon.pid +# Runtime files bd.sock +bd.sock.startlock sync-state.json last-touched # Local version tracking (prevents upgrade notification spam after git ops) .local_version -# Legacy database files -db.sqlite -bd.db - # Worktree redirect file (contains relative path to main repo's .beads/) # Must not be committed as paths would be wrong in other clones redirect -# Merge artifacts (temporary files from 3-way merge) -beads.base.jsonl -beads.base.meta.json -beads.left.jsonl -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 +export-state/ + +# Ephemeral store (SQLite - wisps/molecules, intentionally not versioned) +ephemeral.sqlite3 +ephemeral.sqlite3-journal +ephemeral.sqlite3-wal +ephemeral.sqlite3-shm -# 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. +# Dolt server management (auto-started by bd) +dolt-server.pid +dolt-server.log +dolt-server.lock +dolt-server.port +dolt-server.activity +dolt-monitor.pid + +# Backup data (auto-exported JSONL, local-only) +backup/ + +# Legacy files (from pre-Dolt versions) +*.db +*.db?* +*.db-journal +*.db-wal +*.db-shm +db.sqlite +bd.db +# NOTE: Do NOT add negation patterns here. +# They would override fork protection in .git/info/exclude. +# Config files (metadata.json, config.yaml) are tracked by git by default +# since no pattern above ignores them. diff --git a/.beads/config.yaml b/.beads/config.yaml index f2427856..6e7e4103 100644 --- a/.beads/config.yaml +++ b/.beads/config.yaml @@ -37,12 +37,14 @@ # Debounce interval for auto-flush (can also use BEADS_FLUSH_DEBOUNCE) # flush-debounce: "5s" -# Git branch for beads commits (bd sync will commit to this branch) -# IMPORTANT: Set this for team projects so all clones use the same sync branch. +# Git branch for exported beads snapshots in this repo. +# IMPORTANT: Set this for team projects so all clones use the same branch default. # 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" +# For beads >=0.59, repo workflows use ./scripts/beads_import_only.sh and +# ./scripts/beads_export.sh instead of `bd sync`. +# Public sdp work targets main by default. +sync-branch: "main" # Multi-repo configuration (experimental - bd-307) # Allows hydrating from multiple repositories and routing writes to the correct JSONL diff --git a/.beads/daemon.log b/.beads/daemon.log new file mode 100644 index 00000000..bc4403e3 --- /dev/null +++ b/.beads/daemon.log @@ -0,0 +1,165415 @@ +time=2026-02-25T13:20:15.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:15.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:15.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:15.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:15.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:15.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:16.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:16.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:16.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:16.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:16.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:16.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:17.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:17.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:17.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:17.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:17.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:17.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:18.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:18.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:18.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:18.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:18.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:18.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:19.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:19.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:19.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:19.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:19.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:19.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:22.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:22.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:22.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:22.288+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:22.288+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:22.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:23.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:23.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:23.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:23.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:23.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:23.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:25.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:25.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:25.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:25.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:25.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:25.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:26.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:26.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:26.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:26.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:26.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:26.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:27.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:27.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:27.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:27.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:27.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:27.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:28.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:28.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:28.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:28.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:28.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:28.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:29.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:29.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:29.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:29.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:29.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:29.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:31.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:31.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:31.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:31.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:31.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:31.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:31.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:31.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:31.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:31.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:31.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:31.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:32.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:32.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:32.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:32.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:32.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:32.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:35.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:35.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:35.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:35.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:35.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:35.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:35.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:35.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:35.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:35.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:35.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:35.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:37.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:37.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:37.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:37.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:37.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:37.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:40.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:40.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:40.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:40.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:40.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:40.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:40.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:40.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:40.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:40.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:40.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:40.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:40.538+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:20:43.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:43.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:43.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:43.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:43.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:43.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:45.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:45.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:45.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:45.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:45.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:45.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:45.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:45.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:45.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:45.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:45.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:45.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:46.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:46.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:46.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:46.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:46.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:46.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:48.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:48.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:48.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:48.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:48.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:48.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:49.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:49.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:49.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:49.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:49.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:49.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:51.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:51.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:51.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:51.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:51.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:51.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:52.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:52.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:52.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:52.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:52.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:52.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:53.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:53.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:53.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:53.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:53.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:53.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:55.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:55.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:55.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:55.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:55.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:55.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:56.493+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:56.493+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:56.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:56.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:56.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:56.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:57.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:57.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:57.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:57.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:57.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:57.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:59.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:59.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:59.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:59.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:59.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:59.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:20:59.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:20:59.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:20:59.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:20:59.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:20:59.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:20:59.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:01.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:01.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:01.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:01.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:01.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:01.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:02.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:02.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:02.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:02.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:02.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:02.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:04.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:04.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:04.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:04.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:04.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:04.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:05.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:05.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:05.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:05.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:05.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:05.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:07.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:07.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:07.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:07.454+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:07.454+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:07.454+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:07.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:07.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:07.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:07.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:07.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:07.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:10.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:10.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:10.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:10.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:10.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:10.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:10.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:10.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:10.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:10.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:10.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:10.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:12.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:12.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:12.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:12.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:12.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:12.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:12.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:12.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:12.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:12.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:12.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:12.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:15.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:15.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:15.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:15.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:15.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:15.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:17.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:17.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:17.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:17.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:17.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:17.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:18.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:18.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:18.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:18.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:18.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:18.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:20.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:20.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:20.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:20.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:20.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:20.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:20.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:20.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:20.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:20.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:20.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:20.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:23.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:23.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:23.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:23.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:23.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:23.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:23.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:23.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:23.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:23.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:23.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:23.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:25.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:25.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:25.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:25.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:25.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:25.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:26.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:26.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:26.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:26.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:26.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:26.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:27.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:27.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:27.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:27.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:27.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:27.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:28.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:28.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:28.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:28.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:28.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:28.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:30.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:30.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:30.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:30.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:30.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:30.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:31.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:31.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:31.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:31.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:31.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:31.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:32.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:32.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:32.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:32.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:32.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:32.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:33.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:33.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:33.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:33.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:33.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:33.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:35.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:35.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:36.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:36.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:36.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:36.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:36.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:36.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:36.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:36.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:36.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:36.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:38.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:38.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:38.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:38.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:38.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:38.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:39.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:39.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:39.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:39.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:39.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:39.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:39.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:39.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:39.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:39.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:39.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:39.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:41.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:41.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:41.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:41.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:41.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:41.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:44.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:44.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:44.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:44.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:44.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:44.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:44.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:44.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:44.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:44.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:44.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:44.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:47.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:47.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:47.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:47.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:47.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:47.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:49.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:49.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:49.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:49.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:49.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:49.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:53.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:53.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:53.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:53.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:53.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:53.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:53.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:53.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:53.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:53.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:53.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:53.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:58.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:58.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:58.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:58.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:58.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:58.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:21:58.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:21:58.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:21:58.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:21:58.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:21:58.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:21:58.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:01.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:01.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:01.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:01.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:01.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:01.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:03.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:03.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:03.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:03.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:03.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:03.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:03.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:03.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:03.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:03.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:03.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:03.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:04.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:04.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:04.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:04.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:04.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:04.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:05.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:05.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:05.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:05.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:05.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:05.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:07.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:07.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:07.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:07.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:07.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:07.083+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:08.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:08.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:08.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:08.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:08.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:08.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:10.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:10.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:10.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:10.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:10.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:10.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:10.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:10.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:10.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:10.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:10.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:10.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:11.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:11.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:11.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:11.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:11.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:11.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:15.255+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:15.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:15.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:15.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:15.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:15.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:15.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:15.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:15.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:15.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:15.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:15.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:16.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:16.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:16.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:16.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:16.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:16.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:18.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:18.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:18.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:18.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:18.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:18.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:18.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:18.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:18.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:18.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:18.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:18.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:20.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:20.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:20.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:20.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:20.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:20.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:21.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:21.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:21.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:21.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:21.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:21.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:23.648+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:22:23.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:23.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:23.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:23.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:23.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:23.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:23.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:23.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:23.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:23.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:23.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:23.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:27.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:27.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:27.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:27.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:27.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:27.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:27.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:27.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:27.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:27.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:27.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:27.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:28.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:28.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:28.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:28.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:28.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:28.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:31.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:31.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:32.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:32.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:32.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:32.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:32.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:32.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:32.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:32.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:32.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:32.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:33.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:33.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:33.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:33.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:33.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:33.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:36.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:36.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:36.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:36.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:36.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:36.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:37.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:37.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:37.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:37.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:37.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:37.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:37.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:37.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:37.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:37.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:37.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:37.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:38.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:38.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:38.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:38.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:38.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:38.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:40.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:40.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:40.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:40.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:40.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:40.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:42.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:42.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:42.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:42.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:42.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:42.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:43.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:43.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:43.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:43.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:43.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:43.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:45.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:45.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:45.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:45.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:45.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:45.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:45.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:45.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:45.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:45.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:45.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:45.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:45.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:45.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:46.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:46.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:46.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:46.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:48.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:48.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:48.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:48.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:48.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:48.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:50.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:50.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:50.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:50.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:50.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:50.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:50.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:50.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:51.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:51.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:51.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:51.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:51.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:51.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:51.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:51.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:51.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:51.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:53.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:53.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:53.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:53.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:53.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:53.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:54.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:54.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:54.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:54.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:54.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:54.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:55.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:55.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:55.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:55.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:55.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:55.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:58.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:58.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:58.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:58.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:58.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:58.922+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:22:59.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:22:59.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:22:59.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:22:59.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:22:59.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:22:59.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:04.180+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:04.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:04.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:04.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:04.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:04.226+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:04.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:04.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:04.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:04.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:04.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:04.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:05.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:05.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:05.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:05.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:05.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:05.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:06.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:06.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:06.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:06.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:06.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:06.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:08.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:08.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:08.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:08.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:08.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:08.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:09.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:09.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:09.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:09.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:09.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:09.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:12.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:12.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:12.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:12.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:12.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:12.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:13.978+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:13.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:14.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:14.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:14.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:14.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:14.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:14.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:14.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:14.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:14.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:14.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:14.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:14.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:14.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:14.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:14.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:14.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:16.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:16.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:16.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:16.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:16.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:16.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:19.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:19.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:19.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:19.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:19.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:19.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:19.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:19.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:19.856+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:23:19.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:19.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:19.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:19.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:20.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:20.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:20.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:20.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:20.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:20.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:22.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:22.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:22.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:22.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:22.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:22.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:24.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:24.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:24.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:24.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:24.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:24.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:26.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:26.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:26.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:26.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:26.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:26.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:26.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:26.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:26.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:26.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:26.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:26.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:28.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:28.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:28.587+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:28.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:28.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:28.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:31.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:31.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:31.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:31.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:31.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:31.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:32.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:32.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:32.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:32.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:32.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:32.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:33.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:33.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:33.755+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:23:33.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:33.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:33.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:33.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:34.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:34.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:34.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:34.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:34.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:34.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:37.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:37.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:37.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:37.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:37.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:37.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:38.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:38.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:38.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:38.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:38.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:38.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:38.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:38.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:38.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:38.916+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:38.916+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:38.916+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:39.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:39.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:39.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:39.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:39.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:39.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:40.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:40.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:40.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:40.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:40.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:40.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:43.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:43.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:43.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:43.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:43.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:43.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:44.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:44.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:44.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:44.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:44.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:44.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:45.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:45.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:45.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:45.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:45.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:45.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:45.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:45.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:45.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:45.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:45.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:45.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:46.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:46.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:46.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:46.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:46.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:46.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:49.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:49.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:49.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:49.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:49.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:49.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:50.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:50.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:50.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:50.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:50.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:50.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:51.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:51.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:51.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:51.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:51.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:51.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:52.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:52.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:52.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:52.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:52.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:52.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:52.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:52.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:52.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:52.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:52.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:52.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:56.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:56.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:56.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:56.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:56.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:56.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:57.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:57.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:57.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:57.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:57.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:57.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:57.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:57.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:57.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:57.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:57.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:57.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:58.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:58.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:58.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:58.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:58.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:58.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:23:58.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:23:58.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:23:58.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:23:58.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:23:58.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:23:58.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:02.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:02.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:02.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:02.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:02.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:02.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:03.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:03.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:03.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:03.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:03.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:03.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:04.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:04.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:04.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:04.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:04.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:04.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:04.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:04.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:04.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:04.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:04.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:04.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:09.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:09.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:09.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:09.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:09.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:09.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:09.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:09.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:09.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:09.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:09.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:09.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:10.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:10.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:10.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:10.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:10.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:10.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:11.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:11.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:11.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:11.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:11.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:11.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:11.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:11.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:11.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:11.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:11.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:11.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:14.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:14.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:14.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:14.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:14.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:14.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:15.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:15.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:15.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:15.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:15.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:15.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:16.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:16.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:16.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:16.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:16.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:16.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:16.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:16.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:16.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:16.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:16.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:16.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:17.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:17.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:17.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:17.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:17.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:17.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:20.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:20.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:20.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:20.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:20.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:20.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:22.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:22.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:22.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:22.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:22.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:22.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:22.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:22.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:22.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:22.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:22.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:22.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:23.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:23.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:23.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:23.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:23.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:23.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:24.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:24.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:24.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:24.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:24.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:24.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:27.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:27.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:27.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:27.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:27.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:27.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:28.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:28.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:28.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:28.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:28.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:28.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:28.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:28.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:28.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:28.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:28.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:28.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:29.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:29.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:29.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:29.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:29.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:29.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:30.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:30.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:30.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:30.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:30.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:30.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:33.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:33.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:33.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:33.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:33.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:33.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:34.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:34.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:34.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:34.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:34.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:34.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:35.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:35.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:35.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:35.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:35.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:35.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:35.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:35.987+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:36.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:36.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:36.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:36.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:37.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:37.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:37.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:37.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:37.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:37.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:39.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:39.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:39.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:39.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:39.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:39.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:41.153+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:24:41.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:41.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:41.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:41.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:41.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:41.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:42.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:42.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:42.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:42.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:42.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:42.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:42.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:42.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:42.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:42.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:42.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:42.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:46.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:46.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:46.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:46.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:46.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:46.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:47.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:47.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:47.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:47.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:47.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:47.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:48.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:48.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:48.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:48.454+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:48.454+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:48.454+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:49.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:49.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:49.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:49.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:49.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:49.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:49.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:49.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:49.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:49.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:49.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:49.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:53.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:53.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:53.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:53.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:53.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:53.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:54.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:54.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:54.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:54.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:54.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:54.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:54.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:54.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:54.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:54.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:54.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:54.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:54.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:54.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:55.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:55.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:55.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:55.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:24:59.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:24:59.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:24:59.493+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:24:59.493+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:24:59.493+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:24:59.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:00.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:00.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:00.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:00.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:00.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:00.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:00.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:00.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:00.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:00.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:00.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:00.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:01.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:01.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:01.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:01.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:01.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:01.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:01.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:01.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:01.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:01.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:01.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:01.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:05.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:05.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:05.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:05.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:05.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:05.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:06.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:06.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:06.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:06.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:06.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:06.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:06.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:06.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:06.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:06.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:06.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:06.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:07.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:07.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:07.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:07.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:07.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:07.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:11.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:11.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:11.790+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:25:11.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:11.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:11.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:11.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:13.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:13.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:13.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:13.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:13.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:13.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:14.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:14.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:14.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:14.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:14.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:14.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:14.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:14.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:14.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:14.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:14.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:14.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:16.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:16.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:16.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:16.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:16.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:16.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:18.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:18.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:18.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:18.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:18.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:18.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:19.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:19.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:19.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:19.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:19.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:19.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:19.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:19.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:19.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:19.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:19.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:19.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:20.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:20.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:20.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:20.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:20.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:20.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:23.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:23.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:23.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:23.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:23.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:23.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:24.756+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:24.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:24.777+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:24.777+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:24.777+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:24.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:25.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:25.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:25.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:25.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:25.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:25.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:27.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:27.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:27.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:27.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:27.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:27.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:27.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:27.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:27.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:27.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:27.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:27.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:29.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:29.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:30.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:30.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:30.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:30.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:31.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:31.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:31.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:31.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:31.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:31.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:32.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:32.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:32.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:32.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:32.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:32.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:32.452+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:25:32.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:32.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:32.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:32.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:32.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:32.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:36.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:36.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:36.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:36.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:36.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:36.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:37.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:37.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:37.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:37.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:37.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:37.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:37.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:37.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:37.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:37.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:37.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:37.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:39.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:39.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:39.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:39.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:39.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:39.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:39.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:39.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:39.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:39.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:39.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:39.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:42.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:42.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:42.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:42.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:42.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:42.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:45.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:45.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:45.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:45.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:45.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:45.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:45.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:45.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:45.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:45.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:45.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:45.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:46.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:46.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:46.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:46.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:46.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:46.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:49.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:49.549+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:49.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:49.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:49.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:49.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:51.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:51.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:51.933+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:51.933+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:51.933+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:51.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:54.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:54.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:54.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:54.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:54.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:54.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:54.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:54.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:54.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:54.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:54.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:54.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:56.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:56.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:56.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:56.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:56.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:56.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:56.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:56.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:56.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:56.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:56.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:56.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:59.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:59.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:25:59.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:25:59.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:25:59.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:25:59.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:25:59.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:25:59.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:00.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:00.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:00.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:00.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:01.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:01.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:01.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:01.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:01.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:01.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:01.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:01.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:01.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:01.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:01.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:01.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:02.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:02.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:02.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:02.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:02.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:02.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:05.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:05.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:05.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:05.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:05.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:05.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:05.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:05.845+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:05.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:05.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:05.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:05.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:07.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:07.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:07.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:07.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:07.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:07.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:09.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:09.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:09.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:09.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:09.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:09.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:09.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:09.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:09.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:09.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:09.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:09.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:11.008+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:11.008+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:11.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:11.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:11.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:11.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:12.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:12.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:12.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:12.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:12.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:12.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:14.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:14.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:14.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:14.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:14.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:14.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:14.455+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:26:14.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:14.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:14.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:14.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:14.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:14.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:17.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:17.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:17.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:17.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:17.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:17.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:17.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:17.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:17.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:17.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:17.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:17.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:19.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:19.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:19.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:19.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:19.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:19.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:20.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:20.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:20.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:20.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:20.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:20.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:21.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:21.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:21.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:21.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:21.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:21.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:22.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:22.331+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:22.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:22.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:22.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:22.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:24.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:24.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:24.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:24.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:24.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:24.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:26.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:26.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:26.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:26.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:26.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:26.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:26.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:26.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:26.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:26.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:26.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:26.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:28.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:28.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:28.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:28.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:28.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:28.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:29.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:29.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:29.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:29.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:29.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:29.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:30.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:30.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:30.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:30.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:30.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:30.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:33.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:33.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:33.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:33.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:33.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:33.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:34.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:34.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:34.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:34.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:34.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:34.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:34.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:34.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:34.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:34.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:34.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:34.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:35.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:35.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:35.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:35.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:35.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:35.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:37.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:37.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:37.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:37.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:37.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:37.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:39.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:39.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:39.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:39.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:39.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:39.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:39.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:39.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:39.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:39.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:39.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:39.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:40.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:40.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:40.389+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:40.389+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:40.389+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:40.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:42.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:42.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:42.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:42.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:42.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:42.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:42.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:42.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:42.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:42.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:42.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:42.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:45.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:45.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:45.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:45.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:45.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:45.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:47.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:47.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:47.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:47.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:47.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:47.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:47.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:47.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:47.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:47.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:47.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:47.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:47.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:47.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:47.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:47.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:47.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:47.921+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:50.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:50.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:50.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:50.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:50.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:50.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:52.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:52.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:52.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:52.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:52.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:52.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:52.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:52.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:52.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:52.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:52.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:52.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:52.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:52.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:52.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:52.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:52.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:52.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:55.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:55.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:55.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:55.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:55.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:55.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:55.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:55.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:55.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:55.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:55.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:55.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:57.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:57.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:57.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:57.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:57.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:57.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:59.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:59.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:59.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:59.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:59.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:59.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:26:59.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:26:59.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:26:59.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:26:59.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:26:59.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:26:59.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:01.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:01.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:01.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:01.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:01.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:01.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:03.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:03.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:03.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:03.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:03.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:03.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:04.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:04.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:04.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:04.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:04.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:04.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:04.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:04.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:04.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:04.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:04.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:04.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:06.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:06.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:06.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:06.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:06.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:06.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:08.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:08.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:08.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:08.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:08.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:08.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:09.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:09.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:09.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:09.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:09.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:09.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:12.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:12.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:12.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:12.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:12.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:12.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:12.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:12.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:12.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:12.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:12.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:12.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:13.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:13.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:13.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:13.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:13.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:13.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:14.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:14.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:14.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:14.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:14.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:14.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:16.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:16.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:16.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:16.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:16.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:16.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:18.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:18.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:18.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:18.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:18.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:18.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:18.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:18.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:18.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:18.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:18.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:18.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:19.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:19.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:19.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:19.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:19.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:19.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:22.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:22.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:22.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:22.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:22.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:22.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:23.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:23.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:23.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:23.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:23.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:23.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:25.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:25.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:25.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:25.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:25.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:25.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:26.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:26.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:26.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:26.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:26.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:26.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:26.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:26.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:26.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:26.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:26.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:26.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:28.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:28.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:28.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:28.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:28.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:28.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:29.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:29.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:29.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:29.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:29.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:29.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:31.695+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:31.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:31.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:31.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:31.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:31.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:31.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:31.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:31.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:31.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:31.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:31.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:34.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:34.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:34.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:34.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:34.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:34.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:35.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:35.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:35.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:35.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:35.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:35.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:36.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:36.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:36.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:36.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:36.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:36.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:38.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:38.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:38.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:38.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:38.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:38.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:38.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:38.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:38.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:38.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:38.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:38.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:40.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:40.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:40.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:40.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:40.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:40.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:42.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:42.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:42.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:42.333+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:42.333+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:42.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:43.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:43.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:43.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:43.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:43.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:43.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:43.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:43.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:43.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:43.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:43.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:43.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:45.521+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:45.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:45.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:45.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:45.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:45.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:47.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:47.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:47.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:47.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:47.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:47.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:49.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:49.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:49.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:49.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:49.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:49.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:50.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:50.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:50.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:50.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:50.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:50.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:52.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:52.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:53.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:53.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:53.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:53.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:53.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:53.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:53.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:53.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:53.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:53.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:55.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:55.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:55.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:55.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:55.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:55.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:55.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:55.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:55.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:55.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:55.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:55.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:58.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:58.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:58.161+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:58.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:58.161+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:58.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:58.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:58.702+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:58.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:58.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:58.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:58.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:27:58.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:27:58.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:27:58.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:27:58.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:27:58.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:27:58.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:01.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:01.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:01.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:01.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:01.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:01.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:02.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:02.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:02.066+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:02.066+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:02.066+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:02.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:03.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:03.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:03.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:03.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:03.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:03.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:06.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:06.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:06.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:06.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:06.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:06.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:07.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:07.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:07.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:07.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:07.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:07.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:07.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:07.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:07.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:07.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:07.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:07.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:09.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:09.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:09.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:09.916+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:09.916+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:09.916+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:11.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:11.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:11.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:11.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:11.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:11.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:12.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:12.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:12.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:12.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:12.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:12.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:12.764+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:12.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:12.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:12.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:12.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:12.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:15.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:15.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:15.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:15.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:15.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:15.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:15.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:15.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:15.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:15.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:15.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:15.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:17.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:17.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:17.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:17.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:17.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:17.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:18.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:18.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:18.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:18.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:18.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:18.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:21.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:21.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:21.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:21.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:21.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:21.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:21.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:21.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:21.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:21.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:21.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:21.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:23.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:23.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:23.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:23.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:23.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:23.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:24.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:24.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:24.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:24.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:24.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:24.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:25.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:25.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:25.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:25.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:25.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:25.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:26.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:26.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:26.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:26.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:26.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:26.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:27.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:27.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:27.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:27.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:27.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:27.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:29.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:29.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:29.161+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:29.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:29.161+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:29.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:30.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:30.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:30.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:30.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:30.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:30.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:30.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:30.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:30.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:30.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:30.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:30.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:32.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:32.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:32.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:32.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:32.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:32.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:33.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:33.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:33.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:33.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:33.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:33.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:35.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:35.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:35.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:35.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:35.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:35.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:36.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:36.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:36.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:36.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:36.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:36.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:39.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:39.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:39.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:39.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:39.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:39.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:39.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:39.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:39.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:39.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:39.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:39.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:39.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:39.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:39.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:39.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:39.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:39.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:41.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:41.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:41.898+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:41.898+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:41.898+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:41.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:43.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:43.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:43.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:43.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:43.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:43.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:44.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:44.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:44.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:44.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:44.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:44.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:44.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:44.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:44.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:44.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:44.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:44.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:45.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:45.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:45.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:45.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:45.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:45.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:48.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:48.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:48.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:48.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:48.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:48.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:49.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:49.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:49.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:49.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:49.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:49.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:50.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:50.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:50.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:50.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:50.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:50.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:54.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:54.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:54.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:54.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:54.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:54.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:54.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:54.555+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:54.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:54.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:54.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:54.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:55.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:55.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:55.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:55.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:55.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:55.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:56.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:56.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:56.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:56.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:56.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:56.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:59.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:59.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:59.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:59.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:59.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:59.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:59.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:59.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:59.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:59.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:59.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:59.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:28:59.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:28:59.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:28:59.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:28:59.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:28:59.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:28:59.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:01.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:01.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:01.831+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:01.831+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:01.831+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:01.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:02.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:02.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:02.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:02.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:02.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:02.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:04.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:04.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:04.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:04.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:04.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:04.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:06.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:06.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:06.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:06.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:06.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:06.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:07.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:07.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:07.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:07.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:07.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:07.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:07.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:07.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:07.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:07.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:07.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:07.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:10.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:10.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:10.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:10.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:10.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:10.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:11.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:11.917+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:11.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:11.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:11.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:11.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:12.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:12.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:12.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:12.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:12.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:12.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:12.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:12.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:12.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:12.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:12.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:12.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:15.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:15.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:15.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:15.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:15.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:15.197+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:15.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:15.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:15.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:15.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:15.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:15.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:17.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:17.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:17.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:17.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:17.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:17.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:21.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:21.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:21.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:21.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:21.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:21.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:21.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:21.926+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:21.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:21.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:21.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:21.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:22.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:22.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:22.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:22.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:22.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:22.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:24.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:24.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:24.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:24.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:24.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:24.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:26.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:26.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:26.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:26.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:26.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:26.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:27.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:27.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:27.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:27.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:27.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:27.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:27.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:27.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:27.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:27.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:27.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:27.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:28.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:28.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:28.496+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:28.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:28.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:28.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:29.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:29.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:29.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:29.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:29.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:29.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:31.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:31.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:31.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:31.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:31.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:31.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:33.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:33.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:33.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:33.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:33.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:33.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:34.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:34.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:34.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:34.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:34.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:34.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:34.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:34.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:34.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:34.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:34.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:34.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:37.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:37.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:37.397+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:37.397+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:37.397+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:37.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:39.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:39.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:39.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:39.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:39.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:39.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:39.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:39.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:39.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:39.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:39.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:39.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:39.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:39.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:40.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:40.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:40.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:40.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:40.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:40.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:40.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:40.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:40.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:40.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:42.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:42.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:42.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:42.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:42.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:42.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:45.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:45.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:45.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:45.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:45.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:45.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:46.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:46.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:46.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:46.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:46.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:46.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:48.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:48.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:48.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:48.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:48.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:48.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:48.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:48.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:48.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:48.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:48.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:48.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:50.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:50.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:50.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:50.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:50.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:50.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:53.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:53.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:53.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:53.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:53.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:53.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:53.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:53.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:53.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:53.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:53.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:53.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:54.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:54.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:54.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:54.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:54.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:54.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:55.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:55.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:55.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:55.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:55.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:55.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:29:56.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:29:56.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:29:56.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:29:56.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:29:56.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:29:56.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:00.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:00.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:00.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:00.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:00.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:00.083+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:00.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:00.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:00.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:00.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:00.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:00.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:00.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:00.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:00.918+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:00.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:00.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:00.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:01.289+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:01.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:01.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:01.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:01.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:01.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:05.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:05.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:05.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:05.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:05.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:05.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:06.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:06.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:06.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:06.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:06.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:06.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:06.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:06.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:06.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:06.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:06.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:06.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:08.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:08.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:08.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:08.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:08.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:08.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:08.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:08.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:08.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:08.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:08.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:08.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:10.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:10.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:10.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:10.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:10.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:10.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:13.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:13.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:13.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:13.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:13.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:13.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:13.695+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:13.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:13.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:13.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:13.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:13.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:14.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:14.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:14.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:14.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:14.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:14.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:15.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:15.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:15.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:15.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:15.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:15.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:18.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:18.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:18.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:18.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:18.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:18.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:19.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:19.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:19.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:19.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:19.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:19.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:20.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:20.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:20.430+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:30:20.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:20.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:20.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:20.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:20.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:20.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:20.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:20.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:20.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:20.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:23.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:23.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:23.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:23.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:23.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:23.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:25.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:25.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:25.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:25.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:25.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:25.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:25.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:25.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:26.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:26.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:26.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:26.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:26.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:26.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:26.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:26.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:26.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:26.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:28.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:28.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:28.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:28.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:28.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:28.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:31.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:31.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:31.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:31.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:31.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:31.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:32.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:32.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:32.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:32.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:32.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:32.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:33.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:33.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:33.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:33.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:33.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:33.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:34.651+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:34.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:34.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:34.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:34.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:34.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:34.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:34.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:34.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:34.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:34.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:34.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:36.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:36.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:36.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:36.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:36.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:36.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:39.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:39.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:39.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:39.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:39.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:39.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:40.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:40.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:40.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:40.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:40.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:40.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:40.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:40.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:40.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:40.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:40.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:40.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:41.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:41.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:41.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:41.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:41.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:41.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:44.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:44.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:44.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:44.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:44.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:44.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:45.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:45.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:45.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:45.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:45.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:45.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:46.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:46.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:46.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:46.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:46.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:46.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:47.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:47.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:47.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:47.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:47.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:47.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:48.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:48.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:48.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:48.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:48.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:48.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:49.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:49.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:49.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:49.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:49.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:49.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:52.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:52.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:52.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:52.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:52.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:52.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:52.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:52.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:52.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:52.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:52.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:52.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:53.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:53.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:53.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:53.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:53.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:53.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:57.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:57.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:57.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:57.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:57.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:57.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:57.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:57.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:57.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:57.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:57.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:57.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:58.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:58.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:58.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:58.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:58.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:58.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:59.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:59.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:59.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:59.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:59.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:59.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:30:59.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:30:59.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:30:59.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:30:59.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:30:59.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:30:59.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:02.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:02.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:02.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:02.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:02.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:02.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:04.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:04.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:05.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:05.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:05.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:05.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:05.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:05.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:05.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:05.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:05.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:05.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:08.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:08.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:08.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:08.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:08.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:08.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:09.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:09.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:09.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:09.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:09.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:09.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:12.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:12.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:12.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:12.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:12.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:12.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:13.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:13.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:13.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:13.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:13.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:13.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:14.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:14.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:14.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:14.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:14.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:14.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:14.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:14.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:14.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:14.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:14.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:14.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:15.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:15.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:15.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:15.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:15.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:15.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:18.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:18.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:18.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:18.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:18.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:18.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:20.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:20.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:20.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:20.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:20.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:20.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:20.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:20.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:20.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:20.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:20.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:20.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:20.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:20.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:20.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:20.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:20.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:20.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:21.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:21.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:21.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:21.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:21.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:21.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:25.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:25.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:25.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:25.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:25.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:25.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:25.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:25.576+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:25.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:25.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:25.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:25.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:26.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:26.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:26.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:26.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:26.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:26.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:27.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:27.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:27.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:27.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:27.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:27.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:27.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:27.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:27.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:27.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:27.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:27.741+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:30.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:30.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:30.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:30.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:30.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:30.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:32.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:32.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:32.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:32.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:32.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:32.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:32.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:32.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:33.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:33.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:33.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:33.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:33.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:33.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:33.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:33.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:33.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:33.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:33.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:33.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:33.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:33.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:33.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:33.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:38.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:38.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:38.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:38.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:38.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:38.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:38.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:38.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:38.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:38.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:38.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:38.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:38.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:38.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:38.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:38.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:38.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:38.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:39.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:39.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:39.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:39.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:39.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:39.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:39.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:39.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:39.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:39.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:39.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:39.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:43.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:43.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:43.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:43.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:43.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:43.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:44.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:44.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:44.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:44.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:44.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:44.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:45.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:45.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:45.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:45.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:45.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:45.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:46.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:46.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:46.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:46.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:46.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:46.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:46.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:46.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:46.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:46.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:46.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:46.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:51.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:51.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:51.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:51.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:51.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:51.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:51.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:51.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:51.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:51.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:51.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:51.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:51.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:51.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:51.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:51.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:51.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:51.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:53.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:53.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:53.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:53.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:53.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:53.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:53.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:53.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:53.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:53.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:53.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:53.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:56.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:56.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:56.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:56.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:56.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:56.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:58.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:58.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:58.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:58.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:58.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:58.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:58.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:58.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:58.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:58.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:58.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:58.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:31:59.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:31:59.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:31:59.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:31:59.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:31:59.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:31:59.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:00.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:00.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:00.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:00.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:00.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:00.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:05.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:05.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:05.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:05.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:05.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:05.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:05.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:05.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:05.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:05.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:05.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:05.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:06.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:06.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:06.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:06.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:06.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:06.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:07.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:07.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:07.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:07.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:07.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:07.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:08.026+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:08.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:08.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:08.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:08.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:08.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:10.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:10.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:10.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:10.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:10.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:10.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:11.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:11.589+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:11.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:11.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:11.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:11.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:12.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:12.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:12.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:12.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:12.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:12.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:13.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:13.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:13.211+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:13.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:13.211+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:13.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:13.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:13.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:13.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:13.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:13.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:13.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:16.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:16.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:16.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:16.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:16.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:16.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:17.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:17.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:17.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:17.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:17.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:17.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:18.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:18.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:18.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:18.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:18.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:18.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:19.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:19.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:19.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:19.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:19.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:19.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:19.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:19.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:19.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:19.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:19.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:19.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:22.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:22.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:22.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:22.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:22.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:22.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:24.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:24.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:24.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:24.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:24.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:24.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:24.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:24.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:24.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:24.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:24.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:24.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:26.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:26.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:26.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:26.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:26.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:26.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:28.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:28.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:28.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:28.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:28.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:28.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:29.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:29.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:29.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:29.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:29.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:29.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:31.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:31.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:31.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:31.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:31.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:31.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:33.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:33.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:33.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:33.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:33.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:33.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:34.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:34.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:34.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:34.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:34.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:34.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:34.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:34.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:34.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:34.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:34.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:34.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:36.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:36.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:36.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:36.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:36.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:36.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:38.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:38.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:38.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:38.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:38.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:38.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:39.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:39.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:39.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:39.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:39.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:39.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:39.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:39.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:39.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:39.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:39.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:39.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:42.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:42.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:42.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:42.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:42.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:42.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:43.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:43.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:43.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:43.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:43.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:43.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:45.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:45.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:45.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:45.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:45.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:45.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:46.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:46.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:46.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:46.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:46.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:46.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:48.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:48.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:48.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:48.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:48.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:48.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:48.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:48.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:48.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:48.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:48.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:48.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:50.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:50.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:50.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:50.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:50.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:50.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:51.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:51.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:51.922+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:51.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:51.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:51.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:53.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:53.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:53.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:53.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:53.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:53.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:53.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:53.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:53.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:53.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:53.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:53.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:55.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:55.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:55.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:55.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:55.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:55.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:56.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:56.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:56.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:56.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:56.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:56.684+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:58.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:58.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:58.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:58.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:58.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:58.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:32:58.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:32:58.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:32:58.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:32:58.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:32:58.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:32:58.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:00.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:00.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:00.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:00.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:00.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:00.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:01.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:01.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:01.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:01.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:01.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:01.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:03.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:03.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:03.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:03.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:03.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:03.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:04.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:04.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:04.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:04.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:04.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:04.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:05.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:05.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:05.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:05.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:05.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:05.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:08.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:08.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:08.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:08.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:08.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:08.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:09.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:09.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:09.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:09.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:09.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:09.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:10.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:10.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:11.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:11.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:11.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:11.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:13.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:13.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:13.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:13.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:13.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:13.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:14.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:14.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:14.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:14.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:14.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:14.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:14.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:14.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:14.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:14.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:14.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:14.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:16.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:16.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:16.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:16.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:16.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:16.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:17.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:17.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:17.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:17.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:17.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:17.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:19.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:19.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:19.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:19.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:19.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:19.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:19.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:19.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:19.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:19.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:19.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:19.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:20.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:20.730+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:20.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:20.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:20.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:20.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:22.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:22.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:22.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:22.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:22.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:22.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:24.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:24.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:24.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:24.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:24.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:24.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:26.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:26.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:26.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:26.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:26.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:26.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:27.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:27.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:27.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:27.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:27.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:27.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:28.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:28.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:28.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:28.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:28.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:28.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:29.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:29.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:29.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:29.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:29.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:29.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:31.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:31.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:31.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:31.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:31.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:31.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:32.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:32.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:32.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:32.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:32.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:32.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:33.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:33.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:33.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:33.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:33.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:33.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:34.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:34.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:34.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:34.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:34.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:34.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:36.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:36.576+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:36.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:36.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:36.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:36.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:37.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:37.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:37.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:37.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:37.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:37.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:38.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:38.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:38.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:38.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:38.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:38.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:39.255+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:39.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:39.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:39.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:39.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:39.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:40.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:40.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:40.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:40.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:40.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:40.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:42.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:42.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:42.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:42.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:42.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:42.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:43.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:43.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:43.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:43.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:43.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:43.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:44.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:44.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:44.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:44.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:44.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:44.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:45.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:45.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:45.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:45.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:45.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:45.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:46.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:46.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:46.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:46.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:46.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:46.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:49.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:49.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:49.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:49.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:49.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:49.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:50.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:50.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:50.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:50.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:50.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:50.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:51.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:51.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:51.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:51.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:51.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:51.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:53.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:53.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:53.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:53.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:53.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:53.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:54.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:54.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:54.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:54.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:54.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:54.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:56.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:56.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:56.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:56.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:56.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:56.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:58.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:58.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:58.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:58.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:58.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:58.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:33:59.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:33:59.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:33:59.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:33:59.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:33:59.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:33:59.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:03.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:03.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:03.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:03.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:03.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:03.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:04.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:04.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:04.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:04.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:04.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:04.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:05.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:05.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:05.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:05.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:05.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:05.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:07.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:07.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:07.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:07.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:07.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:07.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:09.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:09.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:09.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:09.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:09.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:09.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:09.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:09.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:09.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:09.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:09.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:09.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:11.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:11.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:11.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:11.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:11.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:11.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:12.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:12.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:12.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:12.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:12.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:12.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:12.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:12.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:12.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:12.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:12.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:12.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:14.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:14.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:14.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:14.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:14.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:14.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:16.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:16.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:16.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:16.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:16.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:16.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:17.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:17.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:17.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:17.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:17.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:17.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:17.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:17.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:17.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:17.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:17.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:17.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:19.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:19.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:19.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:19.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:19.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:19.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:22.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:22.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:22.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:22.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:22.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:22.921+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:23.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:23.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:23.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:23.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:23.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:23.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:24.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:24.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:24.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:24.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:24.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:24.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:27.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:27.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:27.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:27.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:27.052+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:27.052+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:28.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:28.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:28.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:28.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:28.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:28.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:28.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:28.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:28.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:28.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:28.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:28.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:31.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:31.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:31.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:31.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:31.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:31.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:32.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:32.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:32.285+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:32.285+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:32.285+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:32.285+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:33.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:33.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:33.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:33.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:33.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:33.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:33.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:33.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:33.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:33.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:33.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:33.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:36.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:36.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:36.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:36.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:36.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:36.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:36.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:36.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:36.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:36.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:36.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:36.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:38.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:38.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:38.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:38.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:38.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:38.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:39.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:39.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:39.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:39.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:39.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:39.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:41.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:41.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:41.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:41.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:41.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:41.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:42.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:42.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:42.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:42.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:42.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:42.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:44.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:44.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:44.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:44.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:44.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:44.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:45.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:45.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:45.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:45.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:45.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:45.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:47.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:47.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:47.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:47.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:47.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:47.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:47.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:47.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:47.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:47.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:47.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:47.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:50.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:50.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:50.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:50.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:50.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:50.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:50.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:50.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:50.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:50.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:50.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:50.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:52.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:52.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:52.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:52.488+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:52.488+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:52.488+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:53.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:53.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:53.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:53.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:53.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:53.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:55.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:55.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:55.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:55.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:55.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:55.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:56.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:56.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:56.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:56.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:56.898+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:56.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:58.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:58.702+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:58.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:58.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:58.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:58.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:34:59.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:34:59.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:34:59.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:34:59.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:34:59.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:34:59.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:00.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:00.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:00.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:00.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:00.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:00.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:02.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:02.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:02.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:02.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:02.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:02.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:03.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:03.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:03.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:03.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:03.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:03.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:04.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:04.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:04.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:04.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:04.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:04.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:06.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:06.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:06.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:06.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:06.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:06.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:06.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:06.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:06.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:06.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:06.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:06.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:08.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:08.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:08.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:08.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:08.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:08.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:09.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:09.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:09.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:09.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:09.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:09.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:11.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:11.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:11.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:11.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:11.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:11.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:13.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:13.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:13.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:13.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:13.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:13.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:15.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:15.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:15.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:15.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:15.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:15.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:15.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:15.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:15.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:15.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:15.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:15.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:15.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:15.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:15.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:15.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:15.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:15.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:18.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:18.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:18.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:18.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:18.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:18.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:19.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:19.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:19.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:19.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:19.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:19.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:20.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:20.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:20.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:20.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:20.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:20.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:20.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:20.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:20.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:20.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:20.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:20.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:23.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:23.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:23.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:23.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:23.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:23.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:24.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:24.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:24.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:24.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:24.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:24.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:26.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:26.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:26.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:26.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:26.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:26.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:29.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:29.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:29.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:29.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:29.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:29.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:29.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:29.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:29.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:29.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:29.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:29.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:30.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:30.170+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:30.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:30.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:30.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:30.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:32.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:32.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:32.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:32.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:32.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:32.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:32.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:32.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:32.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:32.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:32.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:32.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:35.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:35.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:35.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:35.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:35.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:35.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:35.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:35.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:35.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:35.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:35.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:35.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:36.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:36.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:36.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:36.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:36.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:36.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:37.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:37.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:37.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:37.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:37.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:37.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:41.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:41.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:41.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:41.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:41.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:41.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:41.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:41.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:41.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:41.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:41.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:41.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:45.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:45.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:45.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:45.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:45.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:45.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:45.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:45.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:45.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:45.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:45.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:45.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:46.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:46.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:46.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:46.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:46.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:46.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:47.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:47.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:47.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:47.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:47.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:47.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:48.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:48.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:48.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:48.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:48.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:48.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:50.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:50.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:50.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:50.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:50.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:50.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:50.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:50.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:50.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:50.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:50.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:50.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:52.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:52.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:52.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:52.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:52.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:52.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:53.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:53.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:53.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:53.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:53.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:53.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:53.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:53.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:53.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:53.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:53.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:53.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:57.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:57.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:57.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:57.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:57.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:57.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:57.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:57.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:57.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:57.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:57.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:57.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:58.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:58.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:58.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:58.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:58.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:58.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:35:59.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:35:59.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:35:59.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:35:59.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:35:59.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:35:59.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:01.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:01.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:01.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:01.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:01.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:01.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:02.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:02.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:02.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:02.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:02.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:02.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:02.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:02.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:02.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:02.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:02.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:02.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:04.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:04.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:04.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:04.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:04.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:04.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:06.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:06.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:06.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:06.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:06.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:06.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:06.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:06.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:06.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:06.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:06.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:06.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:12.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:12.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:12.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:12.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:12.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:12.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:12.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:12.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:12.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:12.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:12.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:12.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:13.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:13.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:13.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:13.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:13.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:13.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:16.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:16.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:16.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:16.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:16.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:16.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:17.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:17.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:17.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:17.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:17.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:17.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:18.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:18.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:18.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:18.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:18.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:18.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:18.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:18.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:18.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:18.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:18.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:18.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:19.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:19.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:19.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:19.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:19.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:19.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:21.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:21.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:21.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:21.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:21.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:21.550+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:22.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:22.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:22.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:22.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:22.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:22.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:24.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:24.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:24.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:24.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:24.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:24.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:25.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:25.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:25.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:25.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:25.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:25.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:25.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:25.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:25.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:25.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:25.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:25.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:28.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:28.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:28.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:28.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:28.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:28.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:29.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:29.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:30.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:30.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:30.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:30.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:30.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:30.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:30.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:30.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:30.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:30.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:31.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:31.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:31.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:31.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:31.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:31.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:32.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:32.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:32.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:32.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:32.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:32.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:33.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:33.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:33.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:33.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:33.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:33.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:35.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:35.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:35.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:35.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:35.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:35.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:37.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:37.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:37.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:37.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:37.440+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:37.440+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:37.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:37.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:37.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:37.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:37.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:37.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:38.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:38.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:38.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:38.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:38.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:38.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:42.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:42.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:42.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:42.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:42.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:42.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:42.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:42.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:42.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:42.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:42.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:42.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:42.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:42.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:42.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:42.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:42.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:42.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:43.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:43.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:43.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:43.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:43.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:43.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:45.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:45.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:45.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:45.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:45.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:45.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:47.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:47.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:47.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:47.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:47.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:47.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:49.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:49.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:49.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:49.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:49.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:49.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:50.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:50.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:50.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:50.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:50.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:50.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:51.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:51.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:51.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:51.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:51.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:51.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:51.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:51.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:51.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:51.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:51.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:51.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:54.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:54.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:54.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:54.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:54.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:54.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:56.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:56.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:56.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:56.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:56.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:56.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:57.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:57.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:57.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:57.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:57.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:57.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:57.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:57.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:57.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:57.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:57.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:57.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:59.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:59.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:59.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:59.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:59.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:59.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:36:59.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:36:59.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:36:59.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:36:59.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:36:59.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:36:59.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:02.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:02.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:02.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:02.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:02.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:02.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:04.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:04.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:04.213+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:37:04.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:04.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:04.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:04.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:04.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:04.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:04.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:04.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:04.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:04.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:07.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:07.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:07.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:07.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:07.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:07.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:09.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:09.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:09.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:09.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:09.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:09.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:09.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:09.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:09.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:09.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:09.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:09.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:11.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:11.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:11.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:11.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:11.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:11.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:12.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:12.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:12.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:12.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:12.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:12.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:13.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:13.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:13.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:13.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:13.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:13.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:16.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:16.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:16.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:16.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:16.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:16.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:16.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:16.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:16.329+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:16.329+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:16.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:16.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:17.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:17.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:17.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:17.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:17.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:17.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:17.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:17.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:17.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:17.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:17.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:17.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:20.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:20.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:20.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:20.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:20.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:20.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:21.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:21.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:21.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:21.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:21.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:21.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:21.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:21.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:21.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:21.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:21.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:21.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:24.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:24.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:24.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:24.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:24.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:24.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:25.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:25.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:25.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:25.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:25.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:25.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:25.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:25.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:25.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:25.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:25.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:25.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:29.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:29.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:29.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:29.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:29.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:29.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:30.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:30.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:30.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:30.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:30.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:30.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:30.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:30.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:30.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:30.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:30.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:30.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:30.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:30.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:30.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:30.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:30.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:30.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:33.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:33.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:33.397+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:33.397+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:33.397+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:33.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:35.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:35.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:35.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:35.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:35.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:35.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:36.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:36.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:36.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:36.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:36.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:36.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:37.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:37.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:37.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:37.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:37.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:37.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:37.558+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:37:37.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:37.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:37.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:37.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:37.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:37.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:38.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:38.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:38.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:38.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:38.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:38.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:42.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:42.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:42.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:42.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:42.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:42.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:42.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:42.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:42.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:42.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:42.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:42.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:42.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:42.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:42.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:42.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:42.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:42.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:43.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:43.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:43.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:43.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:43.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:43.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:43.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:43.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:43.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:43.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:43.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:43.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:45.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:45.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:45.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:45.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:45.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:45.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:47.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:47.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:47.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:47.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:47.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:47.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:48.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:48.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:48.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:48.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:48.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:48.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:48.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:48.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:48.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:48.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:48.821+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:48.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:49.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:49.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:49.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:49.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:49.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:49.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:50.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:50.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:50.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:50.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:50.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:50.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:50.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:50.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:50.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:50.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:50.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:50.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:54.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:54.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:54.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:54.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:54.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:54.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:55.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:55.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:55.238+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:37:55.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:55.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:55.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:55.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:55.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:55.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:55.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:55.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:55.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:55.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:37:58.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:37:58.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:37:58.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:37:58.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:37:58.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:37:58.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:00.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:00.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:00.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:00.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:00.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:00.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:00.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:00.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:00.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:00.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:00.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:00.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:01.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:01.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:01.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:01.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:01.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:01.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:01.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:01.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:01.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:01.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:01.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:01.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:02.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:02.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:02.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:02.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:02.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:02.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:03.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:03.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:03.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:03.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:03.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:03.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:06.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:06.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:06.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:06.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:06.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:06.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:07.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:07.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:07.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:07.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:07.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:07.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:08.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:08.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:08.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:08.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:08.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:08.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:08.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:08.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:08.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:08.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:08.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:08.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:08.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:08.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:08.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:08.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:08.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:08.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:10.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:10.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:10.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:10.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:10.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:10.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:11.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:11.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:11.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:11.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:11.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:11.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:13.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:13.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:13.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:13.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:13.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:13.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:13.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:13.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:13.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:13.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:13.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:13.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:14.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:14.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:14.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:14.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:14.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:14.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:15.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:15.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:15.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:15.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:15.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:15.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:15.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:15.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:15.918+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:15.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:15.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:15.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:16.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:16.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:16.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:16.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:16.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:16.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:19.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:19.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:19.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:19.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:19.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:19.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:20.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:20.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:20.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:20.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:20.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:20.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:21.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:21.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:21.080+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:21.080+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:21.080+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:21.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:21.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:21.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:21.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:21.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:21.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:21.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:21.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:21.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:22.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:22.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:22.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:22.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:23.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:23.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:23.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:23.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:23.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:23.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:26.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:26.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:26.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:26.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:26.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:26.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:26.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:26.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:26.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:26.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:26.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:26.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:27.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:27.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:27.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:27.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:27.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:27.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:27.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:27.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:27.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:27.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:27.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:27.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:28.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:28.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:28.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:28.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:28.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:28.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:32.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:32.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:32.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:32.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:32.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:32.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:32.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:32.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:32.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:32.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:32.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:32.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:33.039+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:33.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:33.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:33.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:33.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:33.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:33.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:33.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:33.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:33.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:33.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:33.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:35.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:35.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:35.544+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:35.544+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:35.544+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:35.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:38.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:38.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:38.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:38.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:38.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:38.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:38.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:38.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:38.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:38.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:38.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:38.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:38.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:38.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:38.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:38.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:38.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:38.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:40.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:40.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:40.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:40.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:40.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:40.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:40.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:40.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:40.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:40.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:40.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:40.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:44.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:44.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:44.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:44.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:44.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:44.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:46.165+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:46.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:46.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:46.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:46.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:46.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:46.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:46.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:46.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:46.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:46.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:46.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:46.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:46.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:46.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:46.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:46.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:46.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:48.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:48.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:48.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:48.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:48.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:48.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:51.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:51.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:51.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:51.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:51.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:51.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:52.026+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:52.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:52.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:52.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:52.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:52.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:52.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:52.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:52.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:52.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:52.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:52.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:53.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:53.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:53.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:53.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:53.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:53.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:53.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:53.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:53.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:53.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:53.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:53.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:55.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:55.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:55.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:55.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:55.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:55.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:57.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:57.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:57.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:57.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:57.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:57.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:58.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:58.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:58.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:58.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:58.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:58.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:38:59.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:38:59.576+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:38:59.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:38:59.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:38:59.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:38:59.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:00.007+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:00.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:00.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:00.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:00.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:00.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:00.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:00.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:00.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:00.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:00.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:00.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:04.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:04.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:04.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:04.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:04.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:04.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:05.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:05.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:05.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:05.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:05.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:05.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:05.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:05.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:05.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:05.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:05.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:05.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:05.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:05.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:05.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:05.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:05.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:05.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:05.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:05.604+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:05.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:05.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:05.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:05.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:10.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:10.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:10.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:10.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:10.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:10.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:10.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:10.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:10.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:10.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:10.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:10.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:10.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:10.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:10.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:10.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:10.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:10.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:11.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:11.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:11.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:11.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:11.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:11.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:11.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:11.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:11.933+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:11.933+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:11.933+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:11.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:12.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:12.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:12.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:12.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:12.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:12.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:16.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:16.555+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:16.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:16.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:16.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:16.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:17.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:17.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:17.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:17.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:17.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:17.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:18.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:18.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:18.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:18.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:18.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:18.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:19.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:19.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:19.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:19.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:19.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:19.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:24.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:24.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:24.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:24.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:24.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:24.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:24.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:24.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:24.821+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:24.821+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:24.821+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:24.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:25.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:25.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:25.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:25.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:25.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:25.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:25.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:25.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:25.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:25.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:25.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:25.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:29.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:29.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:29.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:29.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:29.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:29.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:30.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:30.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:30.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:30.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:30.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:30.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:31.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:31.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:31.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:31.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:31.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:31.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:31.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:31.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:31.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:31.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:31.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:31.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:32.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:32.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:32.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:32.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:32.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:32.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:37.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:37.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:37.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:37.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:37.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:37.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:37.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:37.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:37.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:37.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:37.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:37.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:37.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:37.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:37.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:37.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:37.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:37.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:39.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:39.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:39.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:39.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:39.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:39.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:39.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:39.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:39.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:39.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:39.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:39.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:42.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:42.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:43.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:43.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:43.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:43.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:43.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:43.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:43.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:43.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:43.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:43.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:44.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:44.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:44.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:44.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:44.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:44.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:44.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:44.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:44.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:44.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:44.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:44.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:44.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:44.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:44.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:44.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:44.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:44.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:49.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:49.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:49.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:49.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:49.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:49.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:49.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:49.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:49.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:49.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:49.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:49.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:50.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:50.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:50.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:50.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:50.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:50.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:51.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:51.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:51.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:51.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:51.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:51.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:52.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:52.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:52.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:52.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:52.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:52.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:55.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:55.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:55.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:55.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:55.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:55.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:56.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:56.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:56.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:56.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:56.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:56.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:57.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:57.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:57.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:57.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:57.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:57.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:57.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:57.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:57.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:57.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:57.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:57.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:39:58.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:39:58.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:39:58.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:39:58.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:39:58.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:39:58.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:03.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:03.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:03.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:03.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:03.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:03.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:03.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:03.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:03.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:03.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:03.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:03.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:03.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:03.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:03.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:03.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:03.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:03.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:05.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:05.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:05.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:05.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:05.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:05.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:05.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:05.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:05.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:05.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:05.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:05.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:08.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:08.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:08.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:08.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:08.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:08.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:10.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:10.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:10.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:10.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:10.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:10.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:10.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:10.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:10.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:10.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:10.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:10.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:10.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:10.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:10.922+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:10.922+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:10.922+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:10.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:11.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:11.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:11.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:11.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:11.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:11.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:15.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:15.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:15.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:15.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:15.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:15.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:15.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:15.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:16.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:16.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:16.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:16.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:17.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:17.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:17.575+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:17.575+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:17.575+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:17.575+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:17.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:17.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:17.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:17.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:17.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:17.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:19.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:19.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:19.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:19.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:19.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:19.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:22.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:22.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:22.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:22.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:22.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:22.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:22.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:22.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:23.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:23.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:23.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:23.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:23.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:23.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:23.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:23.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:23.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:23.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:23.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:23.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:23.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:23.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:23.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:23.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:24.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:24.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:24.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:24.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:24.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:24.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:28.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:28.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:28.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:28.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:28.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:28.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:28.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:28.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:28.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:28.882+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:28.882+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:28.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:34.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:34.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:34.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:34.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:34.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:34.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:35.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:35.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:35.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:35.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:35.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:35.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:35.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:35.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:35.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:35.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:35.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:35.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:39.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:39.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:39.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:39.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:39.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:39.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:40.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:40.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:40.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:40.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:40.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:40.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:40.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:40.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:40.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:40.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:40.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:40.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:41.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:41.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:41.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:41.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:41.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:41.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:44.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:44.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:44.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:44.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:44.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:44.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:45.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:45.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:45.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:45.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:45.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:45.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:50.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:50.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:50.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:50.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:50.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:50.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:50.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:50.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:50.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:50.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:50.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:50.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:51.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:51.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:51.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:51.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:51.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:51.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:55.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:55.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:55.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:55.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:55.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:55.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:55.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:55.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:55.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:55.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:55.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:55.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:55.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:55.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:55.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:55.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:55.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:55.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:40:56.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:40:56.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:40:56.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:40:56.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:40:56.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:40:56.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:00.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:00.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:00.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:00.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:00.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:00.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:00.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:00.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:00.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:00.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:00.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:00.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:02.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:02.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:02.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:02.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:02.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:02.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:03.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:03.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:03.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:03.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:03.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:03.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:05.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:05.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:05.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:05.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:05.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:05.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:07.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:07.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:07.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:07.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:07.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:07.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:07.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:07.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:07.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:07.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:07.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:07.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:08.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:08.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:08.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:08.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:08.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:08.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:09.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:09.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:09.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:09.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:09.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:09.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:10.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:10.443+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:10.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:10.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:10.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:10.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:12.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:12.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:12.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:12.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:12.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:12.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:14.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:14.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:14.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:14.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:14.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:14.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:15.289+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:15.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:15.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:15.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:15.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:15.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:15.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:15.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:15.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:15.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:15.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:15.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:18.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:18.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:18.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:18.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:18.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:18.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:20.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:20.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:20.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:20.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:20.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:20.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:20.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:20.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:20.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:20.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:20.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:20.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:21.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:21.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:21.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:21.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:21.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:21.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:22.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:22.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:22.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:22.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:22.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:22.664+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:24.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:24.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:24.080+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:24.080+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:24.080+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:24.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:26.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:26.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:26.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:26.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:26.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:26.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:27.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:27.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:27.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:27.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:27.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:27.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:27.857+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:41:27.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:27.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:27.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:27.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:27.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:27.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:31.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:31.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:31.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:31.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:31.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:31.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:32.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:32.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:32.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:32.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:32.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:32.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:33.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:33.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:33.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:33.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:33.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:33.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:34.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:34.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:34.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:34.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:34.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:34.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:34.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:34.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:34.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:34.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:34.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:34.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:37.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:37.119+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:37.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:37.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:37.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:37.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:39.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:39.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:39.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:39.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:39.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:39.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:39.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:39.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:39.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:39.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:39.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:39.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:39.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:39.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:39.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:39.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:39.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:39.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:40.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:40.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:40.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:40.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:40.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:40.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:45.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:45.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:45.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:45.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:45.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:45.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:45.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:45.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:45.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:45.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:45.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:45.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:45.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:45.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:45.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:45.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:45.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:45.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:49.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:49.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:49.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:49.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:49.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:49.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:49.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:49.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:49.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:49.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:49.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:49.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:50.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:50.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:50.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:50.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:50.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:50.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:54.118+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:54.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:54.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:54.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:54.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:54.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:54.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:54.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:54.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:54.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:54.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:54.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:54.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:54.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:54.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:54.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:54.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:54.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:54.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:54.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:55.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:55.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:55.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:55.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:57.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:57.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:57.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:57.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:57.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:57.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:59.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:59.331+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:59.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:59.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:59.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:59.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:41:59.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:41:59.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:41:59.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:41:59.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:41:59.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:41:59.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:03.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:03.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:03.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:03.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:03.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:03.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:03.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:03.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:03.587+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:03.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:03.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:03.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:03.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:03.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:03.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:03.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:03.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:03.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:08.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:08.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:08.933+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:08.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:08.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:08.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:09.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:09.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:09.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:09.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:09.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:09.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:09.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:09.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:09.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:09.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:09.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:09.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:10.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:10.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:10.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:10.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:10.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:10.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:12.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:12.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:12.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:12.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:12.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:12.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:14.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:14.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:14.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:14.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:14.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:14.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:15.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:15.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:15.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:15.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:15.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:15.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:17.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:17.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:17.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:17.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:17.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:17.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:17.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:17.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:17.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:17.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:17.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:17.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:17.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:17.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:17.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:17.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:17.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:17.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:22.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:22.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:22.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:22.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:22.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:22.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:22.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:22.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:22.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:22.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:22.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:22.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:23.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:23.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:23.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:23.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:23.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:23.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:24.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:24.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:24.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:24.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:24.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:24.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:25.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:25.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:25.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:25.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:25.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:25.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:28.289+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:28.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:28.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:28.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:28.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:28.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:29.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:29.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:29.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:29.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:29.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:29.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:30.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:30.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:30.127+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:30.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:30.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:30.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:30.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:30.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:30.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:30.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:30.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:30.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:30.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:30.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:31.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:31.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:31.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:31.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:35.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:35.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:35.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:35.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:35.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:35.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:35.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:35.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:35.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:35.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:35.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:35.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:36.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:36.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:36.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:36.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:36.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:36.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:39.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:39.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:39.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:39.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:39.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:39.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:41.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:41.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:41.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:41.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:41.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:41.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:42.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:42.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:42.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:42.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:42.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:42.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:42.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:42.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:42.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:42.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:42.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:42.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:42.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:42.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:42.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:42.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:42.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:42.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:44.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:44.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:45.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:45.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:45.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:45.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:46.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:46.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:46.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:46.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:46.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:46.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:47.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:47.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:47.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:47.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:47.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:47.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:48.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:48.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:48.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:48.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:48.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:48.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:49.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:49.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:50.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:50.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:50.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:50.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:51.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:51.917+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:51.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:51.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:51.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:51.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:53.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:53.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:53.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:53.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:53.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:53.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:55.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:55.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:55.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:55.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:55.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:55.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:55.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:55.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:55.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:55.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:55.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:55.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:56.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:56.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:56.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:56.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:56.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:56.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:57.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:57.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:57.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:57.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:57.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:57.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:42:58.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:42:58.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:42:58.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:42:58.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:42:58.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:42:58.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:00.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:00.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:00.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:00.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:00.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:00.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:01.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:01.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:01.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:01.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:01.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:01.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:02.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:02.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:02.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:02.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:02.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:02.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:05.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:05.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:05.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:05.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:05.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:05.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:06.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:06.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:06.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:06.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:06.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:06.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:07.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:07.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:07.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:07.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:07.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:07.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:10.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:10.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:10.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:10.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:10.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:10.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:10.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:10.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:10.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:10.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:10.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:10.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:10.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:10.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:10.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:10.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:10.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:10.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:12.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:12.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:12.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:12.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:12.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:12.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:15.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:15.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:15.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:15.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:15.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:15.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:16.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:16.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:16.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:16.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:16.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:16.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:16.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:16.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:16.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:16.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:16.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:16.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:19.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:19.545+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:19.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:19.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:19.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:19.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:22.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:22.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:22.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:22.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:22.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:22.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:23.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:23.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:23.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:23.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:23.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:23.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:23.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:23.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:23.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:23.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:23.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:23.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:24.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:24.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:24.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:24.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:24.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:24.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:28.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:28.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:28.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:28.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:28.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:28.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:28.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:28.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:28.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:28.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:28.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:28.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:28.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:28.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:28.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:28.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:28.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:28.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:32.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:32.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:32.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:32.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:32.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:32.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:33.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:33.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:33.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:33.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:33.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:33.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:37.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:37.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:37.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:37.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:37.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:37.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:37.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:37.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:37.849+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:43:37.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:37.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:37.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:37.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:41.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:41.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:41.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:41.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:41.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:41.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:42.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:42.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:42.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:42.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:42.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:42.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:42.977+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:42.977+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:42.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:42.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:42.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:42.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:45.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:45.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:45.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:45.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:45.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:45.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:47.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:47.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:47.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:47.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:47.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:47.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:50.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:50.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:50.450+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:43:50.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:50.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:50.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:50.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:51.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:51.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:51.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:51.469+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:51.469+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:51.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:54.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:54.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:54.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:54.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:54.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:54.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:55.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:55.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:55.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:55.661+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:55.661+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:55.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:56.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:56.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:56.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:56.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:56.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:56.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:57.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:57.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:57.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:57.125+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:57.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:57.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:43:59.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:43:59.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:43:59.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:43:59.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:43:59.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:43:59.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:02.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:02.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:02.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:02.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:02.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:02.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:02.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:02.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:02.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:02.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:02.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:02.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:04.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:04.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:04.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:04.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:04.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:04.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:07.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:07.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:07.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:07.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:07.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:07.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:07.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:07.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:07.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:07.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:07.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:07.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:09.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:09.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:09.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:09.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:09.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:09.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:10.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:10.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:10.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:10.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:10.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:10.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:12.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:12.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:12.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:12.664+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:12.664+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:12.664+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:15.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:15.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:15.211+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:15.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:15.211+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:15.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:15.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:15.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:15.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:15.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:15.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:15.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:17.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:17.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:17.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:17.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:17.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:17.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:20.393+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:20.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:20.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:20.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:20.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:20.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:22.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:22.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:22.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:22.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:22.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:22.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:23.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:23.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:23.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:23.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:23.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:23.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:25.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:25.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:25.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:25.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:25.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:25.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:27.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:27.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:27.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:27.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:27.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:27.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:28.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:28.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:28.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:28.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:28.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:28.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:30.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:30.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:30.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:30.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:30.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:30.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:33.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:33.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:33.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:33.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:33.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:33.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:34.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:34.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:34.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:34.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:34.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:34.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:36.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:36.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:36.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:36.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:36.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:36.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:37.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:37.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:37.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:37.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:37.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:37.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:40.039+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:40.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:40.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:40.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:40.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:40.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:41.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:41.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:41.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:41.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:41.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:41.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:42.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:42.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:42.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:42.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:42.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:42.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:44.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:44.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:44.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:44.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:44.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:44.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:46.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:46.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:46.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:46.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:46.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:46.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:47.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:47.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:47.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:47.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:47.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:47.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:49.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:49.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:49.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:49.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:49.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:49.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:50.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:50.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:50.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:50.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:50.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:50.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:52.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:52.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:52.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:52.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:52.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:52.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:54.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:54.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:54.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:54.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:54.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:54.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:55.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:55.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:55.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:55.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:55.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:55.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:56.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:56.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:56.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:56.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:56.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:56.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:44:59.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:44:59.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:44:59.329+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:44:59.329+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:44:59.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:44:59.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:01.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:01.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:01.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:01.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:01.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:01.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:02.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:02.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:02.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:02.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:02.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:02.154+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:03.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:03.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:03.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:03.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:03.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:03.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:06.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:06.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:06.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:06.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:06.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:06.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:07.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:07.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:07.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:07.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:07.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:07.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:08.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:08.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:08.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:08.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:08.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:08.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:09.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:09.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:09.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:09.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:09.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:09.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:12.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:12.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:12.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:12.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:12.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:12.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:13.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:13.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:13.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:13.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:13.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:13.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:14.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:14.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:14.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:14.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:14.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:14.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:15.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:15.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:15.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:15.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:15.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:15.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:18.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:18.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:18.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:18.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:18.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:18.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:19.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:19.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:19.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:19.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:19.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:19.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:20.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:20.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:20.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:20.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:20.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:20.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:21.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:21.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:21.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:21.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:21.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:21.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:24.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:24.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:24.803+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:45:24.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:24.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:24.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:24.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:26.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:26.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:26.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:26.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:26.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:26.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:28.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:28.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:28.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:28.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:28.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:28.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:29.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:29.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:29.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:29.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:29.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:29.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:31.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:31.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:31.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:31.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:31.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:31.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:33.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:33.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:33.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:33.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:33.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:33.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:34.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:34.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:34.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:34.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:34.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:34.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:36.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:36.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:36.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:36.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:36.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:36.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:37.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:37.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:37.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:37.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:37.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:37.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:39.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:39.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:39.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:39.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:39.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:39.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:40.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:40.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:40.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:40.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:40.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:40.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:43.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:43.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:43.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:43.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:43.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:43.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:44.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:44.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:44.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:44.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:44.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:44.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:45.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:45.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:45.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:45.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:45.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:45.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:46.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:46.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:46.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:46.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:46.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:46.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:49.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:49.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:49.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:49.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:49.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:49.515+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:50.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:50.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:50.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:50.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:50.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:50.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:51.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:51.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:51.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:51.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:51.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:51.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:52.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:52.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:52.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:52.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:52.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:52.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:55.695+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:55.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:55.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:55.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:55.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:55.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:57.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:57.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:57.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:57.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:57.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:57.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:57.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:57.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:57.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:57.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:57.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:57.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:45:58.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:45:58.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:45:58.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:45:58.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:45:58.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:45:58.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:02.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:02.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:02.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:02.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:02.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:02.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:03.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:03.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:03.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:03.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:03.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:03.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:03.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:03.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:03.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:03.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:03.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:03.683+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:05.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:05.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:05.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:05.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:05.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:05.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:08.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:08.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:08.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:08.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:08.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:08.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:09.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:09.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:09.922+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:09.922+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:09.922+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:09.922+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:10.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:10.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:10.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:10.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:10.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:10.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:11.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:11.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:11.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:11.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:11.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:11.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:15.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:15.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:15.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:15.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:15.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:15.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:16.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:16.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:16.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:16.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:16.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:16.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:16.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:16.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:16.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:16.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:16.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:16.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:17.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:17.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:17.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:17.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:17.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:17.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:21.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:21.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:21.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:21.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:21.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:21.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:23.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:23.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:23.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:23.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:23.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:23.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:23.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:23.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:23.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:23.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:23.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:23.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:24.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:24.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:24.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:24.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:24.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:24.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:28.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:28.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:28.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:28.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:28.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:28.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:29.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:29.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:29.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:29.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:29.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:29.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:29.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:29.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:29.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:29.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:29.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:29.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:30.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:30.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:30.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:30.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:30.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:30.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:34.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:34.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:34.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:34.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:34.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:34.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:35.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:35.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:35.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:35.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:35.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:35.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:35.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:35.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:35.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:35.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:35.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:35.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:37.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:37.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:37.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:37.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:37.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:37.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:40.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:40.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:40.848+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:40.848+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:40.848+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:40.848+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:42.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:42.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:42.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:42.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:42.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:42.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:42.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:42.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:42.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:42.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:42.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:42.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:42.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:42.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:42.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:42.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:42.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:42.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:47.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:47.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:47.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:47.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:47.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:47.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:48.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:48.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:48.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:48.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:48.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:48.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:48.764+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:48.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:48.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:48.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:48.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:48.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:49.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:49.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:49.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:49.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:49.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:49.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:54.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:54.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:54.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:54.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:54.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:54.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:54.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:54.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:54.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:54.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:54.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:54.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:55.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:55.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:55.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:55.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:55.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:55.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:46:56.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:46:56.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:46:56.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:46:56.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:46:56.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:46:56.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:01.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:01.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:01.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:01.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:01.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:01.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:01.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:01.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:01.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:01.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:01.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:01.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:02.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:02.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:02.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:02.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:02.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:02.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:06.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:06.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:07.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:07.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:07.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:07.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:07.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:07.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:07.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:07.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:07.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:07.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:08.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:08.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:08.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:08.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:08.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:08.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:10.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:10.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:10.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:10.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:10.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:10.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:14.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:14.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:14.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:14.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:14.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:14.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:15.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:15.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:15.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:15.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:15.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:15.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:16.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:16.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:16.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:16.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:16.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:16.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:17.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:17.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:17.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:17.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:17.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:17.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:22.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:22.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:22.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:22.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:22.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:22.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:22.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:22.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:22.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:22.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:22.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:22.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:23.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:23.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:23.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:23.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:23.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:23.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:23.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:23.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:23.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:23.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:23.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:23.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:28.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:28.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:28.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:28.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:28.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:28.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:29.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:29.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:29.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:29.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:29.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:29.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:29.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:29.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:29.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:29.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:29.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:29.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:29.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:29.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:29.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:29.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:29.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:29.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:34.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:34.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:34.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:34.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:34.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:34.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:35.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:35.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:35.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:35.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:35.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:35.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:36.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:36.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:36.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:36.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:36.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:36.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:36.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:36.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:36.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:36.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:36.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:36.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:41.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:41.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:41.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:41.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:41.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:41.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:41.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:41.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:41.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:41.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:41.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:41.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:42.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:42.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:42.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:42.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:42.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:42.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:43.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:43.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:43.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:43.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:43.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:43.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:47.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:47.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:47.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:47.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:47.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:47.308+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:48.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:48.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:48.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:48.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:48.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:48.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:50.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:50.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:50.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:50.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:50.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:50.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:51.007+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:51.008+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:51.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:51.029+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:51.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:51.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:55.978+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:55.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:56.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:56.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:56.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:56.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:56.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:56.222+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:56.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:56.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:56.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:56.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:56.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:56.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:56.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:56.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:56.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:56.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:47:57.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:47:57.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:47:57.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:47:57.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:47:57.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:47:57.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:01.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:01.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:01.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:01.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:01.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:01.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:02.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:02.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:02.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:02.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:02.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:02.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:03.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:03.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:03.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:03.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:03.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:03.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:03.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:03.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:03.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:03.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:03.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:03.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:08.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:08.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:08.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:08.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:08.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:08.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:08.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:08.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:08.777+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:08.777+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:08.777+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:08.777+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:08.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:08.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:09.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:09.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:09.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:09.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:09.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:09.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:09.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:09.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:09.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:09.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:13.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:13.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:13.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:13.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:13.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:13.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:14.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:14.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:14.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:14.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:14.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:14.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:15.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:15.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:15.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:15.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:15.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:15.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:16.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:16.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:16.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:16.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:16.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:16.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:20.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:20.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:20.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:20.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:20.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:20.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:21.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:21.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:21.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:21.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:21.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:21.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:21.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:21.331+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:21.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:21.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:21.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:21.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:22.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:22.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:22.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:22.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:22.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:22.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:26.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:26.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:26.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:26.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:26.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:26.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:27.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:27.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:27.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:27.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:27.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:27.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:30.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:30.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:30.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:30.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:30.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:30.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:31.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:31.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:31.777+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:31.777+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:31.777+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:31.777+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:35.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:35.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:35.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:35.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:35.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:35.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:37.046+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:48:37.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:37.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:37.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:37.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:37.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:37.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:38.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:38.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:38.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:38.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:38.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:38.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:42.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:42.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:42.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:42.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:42.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:42.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:43.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:43.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:43.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:43.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:43.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:43.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:44.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:44.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:44.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:44.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:44.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:44.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:48.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:48.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:48.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:48.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:48.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:48.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:49.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:49.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:49.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:49.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:49.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:49.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:49.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:49.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:49.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:49.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:49.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:49.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:51.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:51.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:51.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:51.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:51.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:51.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:54.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:54.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:54.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:54.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:54.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:54.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:56.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:56.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:56.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:56.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:56.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:56.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:57.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:57.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:57.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:57.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:57.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:57.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:48:57.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:48:57.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:48:57.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:48:57.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:48:57.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:48:57.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:01.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:01.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:01.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:01.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:01.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:01.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:02.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:02.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:02.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:02.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:02.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:02.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:03.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:03.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:03.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:03.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:03.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:03.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:03.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:03.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:03.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:03.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:03.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:03.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:06.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:06.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:06.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:06.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:06.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:06.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:09.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:09.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:09.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:09.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:09.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:09.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:10.180+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:10.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:10.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:10.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:10.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:10.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:10.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:10.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:10.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:10.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:10.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:10.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:14.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:14.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:14.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:14.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:14.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:14.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:15.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:15.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:15.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:15.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:15.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:15.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:15.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:15.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:15.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:15.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:15.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:15.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:17.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:17.032+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:17.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:17.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:17.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:17.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:19.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:19.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:19.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:19.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:19.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:19.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:22.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:22.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:22.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:22.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:22.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:22.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:23.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:23.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:24.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:24.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:24.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:24.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:24.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:24.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:24.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:24.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:24.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:24.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:27.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:27.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:27.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:27.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:27.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:27.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:29.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:29.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:29.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:29.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:29.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:29.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:29.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:29.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:29.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:29.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:29.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:29.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:29.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:29.845+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:29.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:29.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:29.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:29.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:32.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:32.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:32.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:32.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:32.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:32.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:35.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:35.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:35.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:35.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:35.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:35.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:36.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:36.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:36.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:36.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:36.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:36.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:37.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:37.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:37.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:37.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:37.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:37.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:39.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:39.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:39.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:39.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:39.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:39.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:41.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:41.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:42.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:42.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:42.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:42.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:42.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:42.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:42.721+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:42.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:42.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:42.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:43.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:43.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:43.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:43.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:43.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:43.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:45.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:45.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:45.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:45.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:45.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:45.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:48.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:48.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:48.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:48.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:48.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:48.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:50.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:50.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:50.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:50.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:50.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:50.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:51.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:51.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:51.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:51.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:51.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:51.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:53.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:53.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:53.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:53.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:53.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:53.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:55.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:55.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:55.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:55.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:55.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:55.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:56.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:56.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:56.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:56.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:56.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:56.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:56.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:56.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:56.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:56.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:56.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:56.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:49:58.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:49:58.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:49:58.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:49:58.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:49:58.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:49:58.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:01.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:01.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:01.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:01.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:01.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:01.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:03.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:03.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:03.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:03.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:03.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:03.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:04.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:04.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:04.587+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:04.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:04.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:04.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:05.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:05.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:05.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:05.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:05.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:05.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:08.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:08.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:08.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:08.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:08.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:08.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:09.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:09.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:09.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:09.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:09.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:09.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:09.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:09.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:09.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:09.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:09.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:09.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:11.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:11.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:11.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:11.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:11.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:11.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:14.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:14.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:14.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:14.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:14.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:14.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:15.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:15.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:15.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:15.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:15.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:15.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:17.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:17.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:17.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:17.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:17.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:17.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:19.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:19.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:19.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:19.661+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:19.661+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:19.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:19.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:19.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:19.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:19.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:19.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:19.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:22.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:22.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:23.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:23.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:23.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:23.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:23.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:23.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:23.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:23.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:23.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:23.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:24.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:24.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:24.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:24.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:24.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:24.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:27.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:27.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:27.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:27.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:27.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:27.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:28.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:28.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:28.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:28.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:28.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:28.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:30.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:30.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:30.336+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:30.336+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:30.336+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:30.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:33.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:33.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:33.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:33.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:33.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:33.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:33.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:33.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:33.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:33.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:33.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:33.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:35.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:35.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:35.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:35.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:35.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:35.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:36.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:36.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:36.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:36.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:36.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:36.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:38.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:38.905+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:38.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:38.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:38.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:38.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:39.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:39.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:39.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:39.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:39.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:39.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:42.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:42.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:42.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:42.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:42.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:42.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:43.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:43.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:43.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:43.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:43.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:43.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:44.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:44.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:44.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:44.982+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:44.982+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:44.982+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:46.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:46.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:46.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:46.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:46.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:46.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:48.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:48.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:48.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:48.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:48.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:48.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:50.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:50.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:50.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:50.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:50.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:50.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:51.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:51.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:51.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:51.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:51.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:51.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:51.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:51.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:51.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:51.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:51.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:51.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:55.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:55.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:55.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:55.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:55.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:55.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:56.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:56.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:56.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:56.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:56.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:56.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:57.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:57.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:57.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:57.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:57.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:57.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:50:58.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:50:58.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:50:58.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:50:58.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:50:58.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:50:58.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:02.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:02.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:02.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:02.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:02.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:02.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:03.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:03.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:03.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:03.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:03.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:03.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:03.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:03.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:03.821+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:03.821+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:03.821+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:03.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:03.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:03.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:03.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:03.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:03.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:03.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:08.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:08.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:08.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:08.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:08.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:08.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:09.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:09.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:09.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:09.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:09.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:09.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:10.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:10.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:10.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:10.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:10.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:10.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:12.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:12.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:12.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:12.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:12.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:12.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:15.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:15.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:15.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:15.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:15.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:15.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:16.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:16.881+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:16.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:16.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:16.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:16.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:17.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:17.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:17.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:17.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:17.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:17.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:17.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:17.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:17.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:17.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:17.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:17.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:22.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:22.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:22.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:22.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:22.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:22.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:22.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:22.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:22.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:22.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:22.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:22.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:23.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:23.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:23.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:23.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:23.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:23.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:25.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:25.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:25.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:25.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:25.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:25.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:28.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:28.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:28.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:28.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:28.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:28.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:30.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:30.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:30.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:30.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:30.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:30.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:30.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:30.504+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:30.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:30.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:30.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:30.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:30.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:30.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:30.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:30.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:30.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:30.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:35.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:35.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:35.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:35.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:35.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:35.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:35.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:35.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:35.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:35.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:35.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:35.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:36.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:36.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:36.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:36.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:36.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:36.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:38.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:38.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:38.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:38.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:38.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:38.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:41.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:41.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:41.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:41.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:41.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:41.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:43.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:43.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:44.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:44.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:44.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:44.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:44.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:44.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:44.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:44.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:44.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:44.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:44.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:44.586+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:44.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:44.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:44.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:44.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:49.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:49.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:49.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:49.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:49.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:49.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:49.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:49.504+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:49.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:49.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:49.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:49.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:49.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:49.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:49.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:49.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:49.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:49.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:51.008+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:51.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:51.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:51.029+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:51.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:51.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:54.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:54.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:54.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:54.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:54.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:54.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:56.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:56.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:56.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:56.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:56.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:56.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:57.603+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:57.603+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:57.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:57.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:57.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:57.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:51:57.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:51:57.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:51:57.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:51:57.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:51:57.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:51:57.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:02.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:02.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:02.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:02.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:02.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:02.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:02.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:02.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:02.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:02.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:02.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:02.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:03.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:03.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:03.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:03.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:03.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:03.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:03.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:03.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:03.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:03.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:03.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:03.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:07.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:07.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:07.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:07.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:07.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:07.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:08.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:08.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:08.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:08.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:08.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:08.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:10.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:10.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:10.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:10.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:10.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:10.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:10.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:10.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:10.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:10.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:10.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:10.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:15.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:15.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:15.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:15.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:15.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:15.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:15.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:15.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:15.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:15.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:15.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:15.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:15.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:15.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:15.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:15.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:15.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:15.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:16.113+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:16.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:16.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:16.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:16.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:16.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:21.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:21.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:21.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:21.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:21.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:21.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:21.288+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:21.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:21.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:21.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:21.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:21.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:21.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:21.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:22.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:22.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:22.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:22.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:23.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:23.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:23.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:23.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:23.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:23.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:27.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:27.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:27.186+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:27.186+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:27.186+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:27.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:28.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:28.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:28.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:28.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:28.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:28.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:29.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:29.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:29.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:29.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:29.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:29.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:30.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:30.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:30.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:30.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:30.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:30.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:34.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:34.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:34.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:34.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:34.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:34.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:35.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:35.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:35.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:35.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:35.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:35.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:35.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:35.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:35.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:35.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:35.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:35.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:36.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:36.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:36.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:36.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:36.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:36.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:40.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:40.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:40.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:40.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:40.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:40.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:42.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:42.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:42.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:42.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:42.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:42.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:42.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:42.435+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:42.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:42.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:42.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:42.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:42.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:42.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:42.857+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:42.857+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:42.857+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:42.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:47.596+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:47.596+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:47.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:47.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:47.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:47.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:47.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:47.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:47.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:47.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:47.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:47.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:47.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:47.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:48.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:48.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:48.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:48.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:49.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:49.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:49.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:49.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:49.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:49.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:53.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:53.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:53.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:53.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:53.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:53.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:54.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:54.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:54.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:54.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:54.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:54.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:55.039+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:55.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:55.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:55.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:55.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:55.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:52:55.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:52:55.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:52:55.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:52:55.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:52:55.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:52:55.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:00.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:00.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:00.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:00.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:00.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:00.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:00.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:00.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:00.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:00.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:00.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:00.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:00.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:00.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:00.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:00.916+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:00.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:00.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:02.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:02.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:02.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:02.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:02.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:02.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:06.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:06.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:06.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:06.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:06.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:06.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:07.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:07.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:07.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:07.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:07.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:07.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:07.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:07.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:07.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:07.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:07.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:07.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:07.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:07.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:07.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:07.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:07.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:07.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:12.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:12.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:12.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:12.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:12.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:12.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:12.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:12.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:12.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:12.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:12.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:12.921+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:13.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:13.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:13.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:13.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:13.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:13.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:14.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:14.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:14.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:14.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:14.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:14.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:18.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:18.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:18.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:18.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:18.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:18.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:19.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:19.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:19.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:19.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:19.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:19.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:21.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:21.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:21.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:21.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:21.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:21.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:21.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:21.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:21.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:21.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:21.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:21.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:26.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:26.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:26.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:26.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:26.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:26.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:26.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:26.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:26.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:26.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:26.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:26.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:27.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:27.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:27.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:27.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:27.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:27.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:27.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:27.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:27.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:27.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:27.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:27.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:32.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:32.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:32.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:32.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:32.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:32.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:32.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:32.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:32.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:32.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:32.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:32.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:33.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:33.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:33.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:33.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:33.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:33.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:34.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:34.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:34.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:34.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:34.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:34.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:39.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:39.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:39.152+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:53:39.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:39.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:39.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:39.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:39.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:39.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:39.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:39.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:39.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:39.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:40.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:40.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:40.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:40.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:40.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:40.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:44.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:44.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:44.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:44.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:44.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:44.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:45.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:45.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:45.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:45.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:45.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:45.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:46.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:46.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:46.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:46.664+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:46.664+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:46.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:46.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:46.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:46.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:46.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:46.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:46.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:50.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:50.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:50.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:50.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:50.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:50.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:51.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:51.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:51.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:51.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:51.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:51.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:51.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:51.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:51.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:51.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:51.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:51.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:52.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:52.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:52.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:52.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:52.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:52.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:55.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:55.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:55.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:55.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:55.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:55.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:53:57.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:53:57.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:53:57.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:53:57.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:53:57.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:53:57.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:00.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:00.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:00.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:00.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:00.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:00.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:00.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:00.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:00.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:00.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:00.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:00.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:03.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:03.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:03.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:03.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:03.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:03.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:05.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:05.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:05.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:05.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:05.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:05.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:05.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:05.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:05.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:05.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:05.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:05.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:06.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:06.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:06.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:06.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:06.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:06.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:08.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:08.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:08.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:08.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:08.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:08.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:10.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:10.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:10.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:10.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:10.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:10.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:14.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:14.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:14.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:14.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:14.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:14.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:14.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:14.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:14.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:14.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:14.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:14.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:16.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:16.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:16.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:16.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:16.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:16.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:18.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:18.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:18.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:18.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:18.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:18.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:19.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:19.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:19.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:19.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:19.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:19.710+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:19.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:19.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:19.898+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:19.898+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:19.898+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:19.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:21.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:21.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:21.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:21.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:21.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:21.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:23.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:23.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:23.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:23.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:23.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:23.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:29.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:29.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:29.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:29.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:29.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:29.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:29.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:29.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:29.777+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:29.777+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:29.777+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:29.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:31.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:31.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:31.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:31.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:31.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:31.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:32.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:32.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:32.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:32.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:32.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:32.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:34.493+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:34.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:34.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:34.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:34.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:34.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:34.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:34.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:34.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:34.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:34.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:34.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:36.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:36.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:36.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:36.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:36.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:36.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:37.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:37.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:37.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:37.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:37.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:37.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:42.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:42.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:42.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:42.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:42.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:42.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:43.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:43.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:43.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:43.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:43.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:43.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:44.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:44.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:44.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:44.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:44.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:44.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:46.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:46.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:46.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:46.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:46.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:46.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:47.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:47.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:47.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:47.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:47.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:47.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:48.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:48.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:48.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:48.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:48.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:48.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:49.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:49.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:49.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:49.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:49.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:49.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:51.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:51.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:51.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:51.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:51.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:51.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:54.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:54.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:54.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:54.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:54.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:54.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:58.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:58.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:58.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:58.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:58.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:58.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:58.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:58.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:58.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:58.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:58.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:58.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:54:59.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:54:59.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:54:59.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:54:59.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:54:59.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:54:59.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:00.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:00.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:00.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:00.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:00.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:00.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:03.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:03.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:03.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:03.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:03.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:03.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:04.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:04.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:04.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:04.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:04.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:04.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:05.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:05.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:05.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:05.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:05.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:05.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:07.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:07.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:07.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:07.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:07.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:07.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:12.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:12.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:12.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:12.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:12.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:12.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:13.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:13.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:13.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:13.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:13.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:13.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:13.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:13.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:13.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:13.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:13.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:13.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:17.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:17.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:17.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:17.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:17.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:17.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:18.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:18.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:18.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:18.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:18.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:18.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:18.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:18.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:18.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:18.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:18.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:18.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:19.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:19.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:19.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:19.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:19.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:19.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:24.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:24.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:24.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:24.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:24.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:24.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:24.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:24.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:24.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:24.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:24.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:24.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:25.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:25.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:25.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:25.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:25.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:25.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:26.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:26.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:26.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:26.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:26.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:26.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:29.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:29.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:29.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:29.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:29.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:29.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:31.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:31.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:31.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:31.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:31.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:31.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:31.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:31.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:31.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:31.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:31.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:31.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:31.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:31.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:31.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:31.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:31.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:31.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:36.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:36.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:36.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:36.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:36.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:36.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:38.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:38.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:38.266+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:38.266+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:38.266+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:38.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:39.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:39.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:39.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:39.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:39.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:39.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:39.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:39.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:39.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:39.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:39.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:39.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:43.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:43.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:43.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:43.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:43.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:43.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:44.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:44.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:44.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:44.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:44.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:44.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:44.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:44.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:44.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:44.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:44.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:44.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:45.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:45.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:45.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:45.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:45.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:45.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:49.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:49.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:49.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:49.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:49.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:49.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:51.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:51.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:51.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:51.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:51.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:51.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:53.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:53.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:53.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:53.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:53.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:53.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:53.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:53.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:53.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:53.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:53.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:53.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:56.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:56.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:56.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:56.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:56.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:56.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:57.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:57.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:57.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:57.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:57.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:57.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:58.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:58.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:58.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:58.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:58.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:58.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:55:59.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:55:59.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:55:59.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:55:59.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:55:59.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:55:59.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:02.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:02.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:02.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:02.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:02.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:02.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:03.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:03.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:03.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:03.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:03.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:03.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:06.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:06.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:06.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:06.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:06.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:06.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:06.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:06.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:06.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:06.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:06.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:06.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:08.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:08.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:08.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:08.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:08.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:08.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:10.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:10.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:10.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:10.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:10.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:10.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:11.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:11.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:11.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:11.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:11.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:11.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:12.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:12.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:12.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:12.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:12.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:12.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:15.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:15.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:15.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:15.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:15.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:15.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:15.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:15.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:15.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:15.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:15.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:15.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:20.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:20.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:20.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:20.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:20.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:20.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:20.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:20.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:20.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:20.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:20.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:20.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:21.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:21.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:21.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:21.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:21.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:21.271+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:22.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:22.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:22.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:22.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:22.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:22.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:25.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:25.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:25.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:25.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:25.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:25.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:26.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:26.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:26.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:26.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:26.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:26.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:27.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:27.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:27.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:27.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:27.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:27.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:28.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:28.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:28.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:28.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:28.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:28.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:32.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:32.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:32.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:32.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:32.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:32.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:33.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:33.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:34.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:34.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:34.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:34.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:34.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:34.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:34.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:34.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:34.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:34.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:34.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:34.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:34.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:34.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:34.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:34.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:37.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:37.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:37.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:37.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:37.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:37.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:39.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:39.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:39.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:39.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:39.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:39.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:39.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:39.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:39.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:39.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:39.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:39.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:41.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:41.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:41.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:41.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:41.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:41.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:46.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:46.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:46.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:46.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:46.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:46.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:46.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:46.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:46.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:46.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:46.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:46.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:47.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:47.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:47.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:47.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:47.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:47.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:48.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:48.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:48.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:48.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:48.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:48.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:51.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:51.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:51.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:51.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:51.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:51.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:53.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:53.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:53.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:53.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:53.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:53.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:53.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:53.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:53.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:53.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:53.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:53.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:53.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:53.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:53.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:53.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:53.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:53.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:58.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:58.545+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:58.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:58.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:58.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:58.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:56:58.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:56:58.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:56:58.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:56:58.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:56:58.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:56:58.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:00.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:00.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:00.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:00.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:00.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:00.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:01.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:01.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:01.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:01.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:01.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:01.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:03.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:03.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:03.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:03.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:03.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:03.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:05.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:05.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:05.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:05.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:05.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:05.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:06.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:06.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:06.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:06.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:06.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:06.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:06.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:06.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:06.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:06.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:06.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:06.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:11.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:11.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:11.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:11.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:11.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:11.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:11.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:11.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:11.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:11.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:11.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:11.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:13.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:13.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:13.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:13.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:13.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:13.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:14.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:14.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:14.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:14.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:14.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:14.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:16.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:16.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:16.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:16.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:16.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:16.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:17.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:17.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:17.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:17.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:17.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:17.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:17.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:17.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:17.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:17.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:17.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:17.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:18.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:18.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:18.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:18.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:18.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:18.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:19.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:19.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:19.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:19.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:19.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:19.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:20.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:20.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:21.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:21.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:21.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:21.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:21.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:21.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:21.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:21.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:21.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:21.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:22.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:22.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:22.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:22.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:22.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:22.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:25.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:25.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:25.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:25.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:25.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:25.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:26.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:26.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:26.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:26.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:26.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:26.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:27.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:27.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:27.587+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:27.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:27.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:27.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:27.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:27.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:27.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:27.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:27.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:27.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:28.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:28.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:28.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:28.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:28.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:28.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:31.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:31.218+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:57:31.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:31.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:31.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:31.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:31.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:31.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:31.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:31.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:31.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:31.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:31.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:32.275+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:32.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:32.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:32.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:32.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:32.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:32.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:32.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:32.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:32.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:32.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:32.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:33.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:33.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:33.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:33.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:33.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:33.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:34.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:34.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:34.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:34.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:34.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:34.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:36.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:36.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:36.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:36.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:36.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:36.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:36.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:36.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:36.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:36.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:36.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:36.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:37.086+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:37.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:37.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:37.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:37.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:37.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:37.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:37.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:37.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:37.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:37.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:37.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:37.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:37.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:37.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:37.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:37.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:37.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:38.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:38.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:38.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:38.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:38.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:38.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:41.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:41.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:41.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:41.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:41.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:41.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:43.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:43.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:43.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:43.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:43.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:43.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:43.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:43.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:43.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:43.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:43.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:43.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:44.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:44.596+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:44.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:44.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:44.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:44.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:47.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:47.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:47.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:47.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:47.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:47.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:47.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:47.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:47.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:47.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:47.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:47.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:48.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:48.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:48.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:48.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:48.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:48.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:48.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:48.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:48.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:48.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:48.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:48.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:49.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:49.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:49.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:49.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:49.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:49.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:51.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:51.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:51.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:51.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:51.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:51.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:52.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:52.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:52.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:52.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:52.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:52.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:52.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:52.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:52.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:52.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:52.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:52.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:53.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:53.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:53.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:53.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:53.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:53.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:53.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:53.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:53.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:53.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:53.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:53.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:55.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:55.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:55.854+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:57:55.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:55.982+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:55.982+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:55.982+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:56.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:56.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:56.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:56.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:56.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:56.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:58.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:58.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:58.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:58.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:58.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:58.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:58.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:58.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:58.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:58.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:58.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:58.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:59.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:59.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:59.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:59.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:59.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:59.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:57:59.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:57:59.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:57:59.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:57:59.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:57:59.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:57:59.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:00.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:00.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:00.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:00.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:00.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:00.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:00.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:00.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:00.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:00.916+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:00.916+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:00.916+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:02.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:02.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:02.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:02.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:02.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:02.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:03.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:03.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:03.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:03.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:03.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:03.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:03.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:03.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:03.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:03.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:03.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:03.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:03.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:03.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:04.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:04.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:04.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:04.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:04.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:04.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:05.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:05.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:05.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:05.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:05.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:05.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:05.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:05.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:05.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:05.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:06.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:06.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:06.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:06.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:06.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:06.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:07.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:07.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:07.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:07.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:07.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:07.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:08.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:08.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:08.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:08.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:08.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:08.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:09.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:09.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:09.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:09.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:09.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:09.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:11.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:11.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:11.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:11.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:11.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:11.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:12.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:12.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:12.231+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:58:12.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:12.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:12.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:12.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:12.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:12.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:12.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:12.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:12.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:12.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:13.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:13.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:13.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:13.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:13.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:13.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:13.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:13.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:13.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:13.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:13.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:13.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:14.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:14.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:14.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:14.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:14.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:14.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:14.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:14.603+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:14.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:14.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:14.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:14.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:16.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:16.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:16.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:16.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:16.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:16.211+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:16.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:16.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:16.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:16.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:16.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:16.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:16.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:16.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:17.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:17.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:17.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:17.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:17.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:17.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:17.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:17.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:17.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:17.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:18.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:18.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:18.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:18.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:18.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:18.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:18.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:18.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:18.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:18.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:18.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:18.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:19.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:19.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:19.678+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:58:19.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:19.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:19.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:19.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:20.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:20.072+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:20.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:20.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:20.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:20.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:21.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:21.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:22.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:22.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:22.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:22.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:22.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:22.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:22.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:22.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:22.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:22.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:23.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:23.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:23.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:23.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:23.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:23.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:24.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:24.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:24.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:24.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:24.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:24.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:25.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:25.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:25.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:25.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:25.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:25.308+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:25.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:25.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:26.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:26.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:26.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:26.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:28.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:28.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:28.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:28.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:28.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:28.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:28.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:28.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:29.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:29.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:29.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:29.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:29.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:29.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:29.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:29.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:29.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:29.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:30.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:30.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:31.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:31.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:31.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:31.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:31.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:31.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:31.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:31.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:31.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:31.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:33.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:33.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:33.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:33.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:33.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:33.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:33.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:33.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:33.640+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:58:33.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:33.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:33.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:33.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:35.033+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:58:35.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:35.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:35.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:35.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:35.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:35.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:35.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:35.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:35.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:35.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:35.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:35.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:36.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:36.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:36.819+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:58:36.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:36.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:36.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:36.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:38.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:38.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:38.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:38.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:38.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:38.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:38.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:38.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:38.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:38.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:38.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:38.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:38.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:38.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:38.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:38.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:38.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:38.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:40.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:40.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:40.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:40.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:40.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:40.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:40.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:40.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:41.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:41.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:41.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:41.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:41.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:41.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:41.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:41.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:41.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:41.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:42.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:42.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:42.650+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:58:42.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:42.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:42.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:42.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:43.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:43.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:43.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:43.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:43.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:43.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:43.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:43.977+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:44.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:44.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:44.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:44.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:44.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:44.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:44.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:44.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:44.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:44.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:46.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:46.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:46.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:46.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:46.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:46.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:47.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:47.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:48.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:48.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:48.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:48.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:48.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:48.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:48.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:48.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:48.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:48.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:49.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:49.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:49.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:49.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:49.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:49.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:49.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:49.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:49.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:49.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:49.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:49.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:49.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:49.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:49.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:49.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:49.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:49.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:50.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:50.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:50.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:50.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:50.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:50.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:52.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:52.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:52.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:52.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:52.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:52.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:53.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:53.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:54.000+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:54.000+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:54.000+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:54.000+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:54.494+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:58:54.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:54.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:54.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:54.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:54.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:54.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:55.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:55.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:56.030+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:58:56.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:56.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:56.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:56.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:58.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:58.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:58.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:58.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:58.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:58.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:58:59.277+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:58:59.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:58:59.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:58:59.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:58:59.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:58:59.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:00.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:00.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:00.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:00.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:00.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:00.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:00.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:00.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:01.397+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:01.397+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:01.397+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:01.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:01.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:01.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:01.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:01.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:01.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:01.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:02.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:02.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:02.790+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:02.790+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:02.790+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:02.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:03.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:03.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:03.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:03.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:03.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:03.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:04.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:04.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:04.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:04.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:04.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:04.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:04.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:04.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:04.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:04.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:04.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:04.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:05.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:05.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:05.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:05.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:05.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:05.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:05.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:05.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:05.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:05.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:05.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:05.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:07.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:07.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:07.509+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:59:07.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:07.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:07.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:07.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:09.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:09.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:09.221+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:59:09.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:09.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:09.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:09.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:10.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:10.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:10.198+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:59:10.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:10.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:10.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:10.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:10.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:10.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:11.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:11.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:11.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:11.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:11.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:11.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:11.501+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:59:11.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:11.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:11.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:11.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:14.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:14.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:14.104+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:59:14.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:14.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:14.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:14.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:15.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:16.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:16.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:16.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:16.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:16.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:16.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:16.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:16.870+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:59:17.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:17.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:17.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:17.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:18.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:18.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:18.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:18.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:18.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:18.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:20.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:20.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:20.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:20.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:20.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:20.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:21.072+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:21.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:21.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:21.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:21.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:21.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:24.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:24.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:25.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:25.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:25.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:25.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:25.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:25.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:25.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:25.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:25.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:25.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:27.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:27.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:27.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:27.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:27.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:27.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:27.998+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:59:28.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:28.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:28.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:28.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:28.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:28.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:29.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:29.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:29.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:29.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:29.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:29.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:30.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:30.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:30.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:30.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:30.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:30.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:31.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:31.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:31.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:31.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:31.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:31.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:33.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:33.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:33.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:33.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:33.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:33.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:33.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:33.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:34.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:34.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:34.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:34.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:34.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:34.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:34.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:34.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:34.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:34.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:34.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:34.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:34.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:34.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:34.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:34.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:35.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:35.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:35.281+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:59:35.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:35.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:35.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:35.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:35.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:35.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:35.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:35.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:35.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:35.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:36.086+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:36.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:36.157+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:59:36.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:36.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:36.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:36.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:36.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:36.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:36.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:36.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:36.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:36.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:37.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:37.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:37.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:37.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:37.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:37.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:38.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:38.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:38.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:38.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:38.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:38.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:39.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:39.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:39.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:39.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:39.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:39.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:40.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:40.776+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:59:40.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:40.796+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:59:40.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:40.882+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:40.882+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:40.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:42.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:42.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:42.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:42.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:42.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:42.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:43.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:43.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:43.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:43.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:43.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:43.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:44.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:44.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:44.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:44.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:44.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:44.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:45.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:45.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:45.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:45.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:45.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:45.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:47.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:47.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:48.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:48.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:48.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:48.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:48.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:48.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:48.790+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:48.790+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:48.790+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:48.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:49.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:49.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:49.949+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:49.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:49.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:49.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:50.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:50.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:50.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:50.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:50.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:50.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:50.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:50.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:50.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:50.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:50.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:50.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:52.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:52.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:52.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:52.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:52.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:52.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:52.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:52.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:53.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:53.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:53.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:53.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:53.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:53.596+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:53.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:53.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:53.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:53.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:53.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:53.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:54.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:54.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:54.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:54.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:54.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:54.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:54.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:54.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:54.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:54.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:55.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:55.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:55.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:55.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:55.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:55.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:55.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:55.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:55.429+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T13:59:55.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:55.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:55.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:55.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:55.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:55.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:56.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:56.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:56.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:56.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:57.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:57.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T13:59:58.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T13:59:58.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T13:59:58.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T13:59:58.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T13:59:58.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T13:59:58.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:00.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:00.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:00.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:00.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:00.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:00.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:00.921+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:00:01.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:01.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:01.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:01.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:01.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:01.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:01.828+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:00:01.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:01.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:01.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:01.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:03.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:03.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:04.062+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:00:04.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:04.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:04.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:04.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:04.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:04.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:05.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:05.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:05.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:05.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:05.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:05.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:06.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:06.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:06.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:06.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:08.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:08.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:08.912+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:08.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:08.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:08.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:08.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:08.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:09.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:09.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:09.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:09.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:09.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:09.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:09.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:09.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:09.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:09.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:10.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:10.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:10.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:10.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:10.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:10.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:10.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:10.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:10.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:10.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:10.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:10.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:12.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:12.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:12.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:12.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:12.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:12.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:12.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:12.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:12.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:12.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:12.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:12.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:13.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:13.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:14.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:14.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:14.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:14.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:14.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:14.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:14.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:14.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:14.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:14.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:16.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:16.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:16.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:16.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:16.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:16.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:16.874+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:00:16.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:16.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:17.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:17.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:17.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:17.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:17.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:17.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:18.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:18.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:18.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:18.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:18.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:18.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:19.873+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:00:19.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:19.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:19.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:19.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:20.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:20.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:20.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:20.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:20.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:20.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:21.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:21.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:21.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:21.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:21.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:21.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:22.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:22.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:22.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:22.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:22.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:22.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:23.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:23.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:23.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:23.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:23.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:23.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:25.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:25.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:25.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:25.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:25.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:25.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:26.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:26.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:26.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:26.288+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:26.288+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:26.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:26.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:26.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:26.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:26.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:26.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:26.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:28.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:28.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:28.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:28.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:28.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:28.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:30.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:30.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:31.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:31.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:31.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:31.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:31.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:31.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:31.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:31.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:31.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:31.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:33.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:33.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:33.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:33.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:33.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:33.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:34.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:34.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:35.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:35.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:35.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:35.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:36.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:36.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:36.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:36.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:36.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:36.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:37.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:37.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:37.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:37.125+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:37.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:37.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:37.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:37.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:37.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:37.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:37.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:37.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:38.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:38.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:39.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:39.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:39.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:39.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:40.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:40.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:40.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:40.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:40.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:40.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:42.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:42.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:42.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:42.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:42.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:42.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:42.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:42.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:42.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:42.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:42.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:42.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:43.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:43.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:43.881+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:00:44.000+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:44.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:44.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:44.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:44.977+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:44.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:45.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:45.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:45.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:45.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:45.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:45.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:46.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:46.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:46.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:46.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:46.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:46.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:46.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:46.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:46.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:46.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:47.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:47.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:47.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:47.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:47.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:47.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:49.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:49.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:49.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:49.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:49.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:49.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:50.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:50.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:50.320+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:00:50.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:50.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:50.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:50.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:51.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:51.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:51.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:51.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:51.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:51.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:51.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:51.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:51.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:51.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:51.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:51.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:52.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:52.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:52.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:52.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:52.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:52.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:54.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:54.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:54.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:54.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:54.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:54.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:55.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:55.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:55.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:55.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:55.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:55.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:55.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:55.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:55.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:55.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:55.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:55.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:55.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:55.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:55.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:55.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:55.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:55.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:56.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:56.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:56.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:56.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:56.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:56.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:56.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:56.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:56.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:56.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:56.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:56.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:57.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:57.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:57.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:57.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:57.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:57.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:59.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:59.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:59.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:59.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:59.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:59.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:00:59.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:00:59.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:00:59.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:00:59.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:00:59.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:00:59.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:00.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:00.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:00.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:00.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:00.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:00.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:00.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:00.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:00.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:00.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:00.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:00.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:01.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:01.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:01.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:01.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:01.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:01.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:01.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:01.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:01.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:01.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:01.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:01.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:02.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:02.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:02.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:02.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:02.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:02.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:03.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:03.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:03.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:03.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:03.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:03.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:04.628+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:01:04.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:04.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:04.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:04.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:04.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:04.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:06.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:06.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:06.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:06.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:06.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:06.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:07.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:07.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:07.297+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:01:07.639+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:01:07.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:07.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:07.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:07.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:08.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:08.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:08.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:08.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:08.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:08.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:08.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:08.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:08.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:08.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:08.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:08.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:10.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:10.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:10.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:10.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:10.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:10.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:10.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:10.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:10.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:10.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:10.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:10.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:11.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:11.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:11.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:11.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:11.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:11.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:12.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:12.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:12.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:12.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:12.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:12.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:12.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:12.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:12.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:12.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:12.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:12.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:13.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:13.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:13.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:13.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:13.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:13.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:13.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:13.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:13.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:13.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:13.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:13.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:14.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:14.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:14.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:14.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:14.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:14.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:15.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:15.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:15.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:15.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:15.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:15.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:15.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:15.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:15.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:15.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:15.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:15.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:17.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:17.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:17.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:17.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:17.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:17.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:18.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:18.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:18.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:18.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:18.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:18.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:19.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:19.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:19.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:19.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:19.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:19.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:20.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:20.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:20.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:20.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:20.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:20.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:20.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:20.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:20.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:20.664+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:20.664+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:20.664+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:20.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:20.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:20.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:20.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:20.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:20.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:21.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:21.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:21.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:21.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:21.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:21.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:24.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:24.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:24.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:24.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:24.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:24.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:25.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:25.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:25.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:25.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:25.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:25.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:26.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:26.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:26.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:26.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:26.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:26.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:27.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:27.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:27.428+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:01:27.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:27.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:27.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:27.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:30.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:30.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:30.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:30.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:30.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:30.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:33.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:33.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:33.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:33.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:33.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:33.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:33.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:33.987+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:34.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:34.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:34.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:34.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:39.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:39.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:39.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:39.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:39.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:39.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:44.086+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:44.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:44.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:44.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:44.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:44.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:49.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:49.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:49.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:49.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:49.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:49.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:50.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:50.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:50.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:50.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:50.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:50.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:51.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:51.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:52.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:52.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:52.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:52.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:52.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:52.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:52.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:52.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:52.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:52.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:56.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:56.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:56.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:56.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:56.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:56.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:56.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:56.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:56.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:56.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:56.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:56.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:57.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:57.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:57.653+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:01:57.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:57.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:57.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:57.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:58.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:58.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:58.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:58.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:58.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:58.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:01:58.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:01:58.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:01:58.397+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:01:58.397+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:01:58.397+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:01:58.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:00.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:00.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:00.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:00.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:00.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:00.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:02.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:02.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:02.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:02.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:02.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:02.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:02.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:02.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:02.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:02.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:02.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:02.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:03.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:03.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:03.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:03.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:03.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:03.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:03.636+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:02:04.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:04.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:04.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:04.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:04.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:04.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:06.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:06.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:06.658+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:06.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:06.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:06.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:06.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:06.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:07.211+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:07.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:07.211+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:07.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:09.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:09.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:09.436+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:02:10.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:10.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:10.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:10.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:11.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:11.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:11.274+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:02:11.684+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:02:11.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:11.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:11.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:11.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:11.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:11.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:12.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:12.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:12.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:12.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:12.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:12.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:12.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:12.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:12.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:12.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:12.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:12.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:13.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:13.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:13.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:13.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:14.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:14.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:14.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:14.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:14.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:14.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:14.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:14.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:15.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:15.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:15.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:15.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:15.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:15.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:15.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:15.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:15.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:15.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:16.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:16.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:16.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:16.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:16.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:16.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:17.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:17.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:17.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:17.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:17.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:17.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:18.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:18.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:18.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:18.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:18.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:18.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:19.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:19.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:19.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:19.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:19.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:19.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:20.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:20.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:20.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:20.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:20.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:20.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:21.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:21.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:21.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:21.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:21.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:21.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:22.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:22.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:22.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:22.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:22.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:22.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:23.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:23.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:23.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:23.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:23.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:23.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:24.554+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:24.555+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:24.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:24.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:24.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:24.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:24.633+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:02:25.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:25.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:25.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:25.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:25.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:25.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:25.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:25.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:26.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:26.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:26.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:26.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:26.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:26.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:27.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:27.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:27.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:27.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:27.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:27.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:27.923+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:02:28.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:28.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:28.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:28.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:28.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:28.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:28.747+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:02:28.881+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:28.881+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:28.881+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:28.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:29.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:29.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:29.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:29.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:29.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:29.828+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:30.977+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:02:30.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:30.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:31.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:31.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:31.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:31.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:33.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:33.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:33.525+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:02:33.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:33.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:33.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:33.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:33.628+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:02:35.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:35.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:35.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:35.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:35.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:35.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:35.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:35.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:36.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:36.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:36.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:36.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:36.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:36.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:38.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:38.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:38.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:38.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:39.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:39.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:39.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:39.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:39.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:39.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:39.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:39.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:40.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:40.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:40.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:40.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:41.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:41.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:41.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:41.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:41.351+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:41.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:42.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:42.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:43.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:43.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:43.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:43.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:45.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:45.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:45.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:45.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:45.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:45.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:46.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:46.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:47.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:47.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:47.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:47.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:47.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:47.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:47.764+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:02:47.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:47.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:47.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:47.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:50.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:50.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:50.400+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:02:51.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:51.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:51.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:51.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:52.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:52.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:52.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:52.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:52.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:52.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:52.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:52.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:52.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:52.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:52.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:52.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:53.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:53.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:54.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:54.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:54.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:54.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:54.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:54.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:54.957+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:02:54.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:54.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:54.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:54.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:55.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:55.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:55.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:55.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:55.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:55.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:57.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:57.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:57.430+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:02:57.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:57.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:57.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:57.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:57.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:57.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:57.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:57.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:57.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:57.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:02:58.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:02:58.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:02:58.688+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:02:58.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:02:58.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:02:58.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:02:58.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:00.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:00.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:00.147+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:00.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:00.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:00.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:00.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:00.320+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:02.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:02.331+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:02.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:02.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:02.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:02.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:04.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:04.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:04.575+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:04.575+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:04.575+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:04.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:05.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:05.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:05.394+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:05.483+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:05.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:05.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:05.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:05.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:06.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:06.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:06.915+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:06.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:06.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:06.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:06.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:07.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:07.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:08.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:08.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:08.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:08.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:08.461+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:10.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:10.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:11.079+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:11.313+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:11.757+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:12.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:12.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:12.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:12.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:13.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:13.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:13.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:13.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:13.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:13.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:13.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:13.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:13.605+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:13.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:13.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:13.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:13.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:13.913+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:14.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:14.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:14.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:14.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:14.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:14.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:15.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:15.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:15.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:15.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:15.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:15.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:16.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:16.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:16.552+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:16.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:16.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:16.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:16.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:16.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:16.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:17.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:17.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:17.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:17.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:18.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:18.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:18.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:18.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:18.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:18.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:20.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:20.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:20.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:20.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:20.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:20.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:20.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:20.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:21.483+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:21.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:21.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:21.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:21.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:22.978+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:23.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:23.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:23.232+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:23.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:23.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:23.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:23.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:24.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:24.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:25.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:25.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:25.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:25.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:25.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:25.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:26.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:26.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:26.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:26.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:26.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:26.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:26.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:26.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:26.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:26.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:27.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:27.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:27.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:27.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:27.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:27.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:29.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:29.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:29.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:29.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:29.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:29.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:29.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:29.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:30.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:30.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:30.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:30.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:30.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:30.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:31.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:31.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:31.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:31.285+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:32.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:32.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:32.197+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:32.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:32.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:32.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:32.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:32.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:32.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:32.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:32.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:32.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:32.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:32.626+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:33.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:33.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:33.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:33.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:33.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:33.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:33.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:33.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:34.210+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:34.287+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:34.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:34.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:34.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:34.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:36.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:36.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:36.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:36.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:36.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:36.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:36.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:36.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:36.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:36.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:36.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:36.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:37.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:37.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:37.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:37.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:37.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:37.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:40.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:40.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:40.326+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:40.623+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:41.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:41.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:41.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:41.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:41.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:41.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:42.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:42.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:42.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:42.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:42.288+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:42.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:42.680+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:42.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:42.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:42.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:42.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:42.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:42.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:43.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:43.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:43.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:43.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:43.879+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:43.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:44.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:44.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:44.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:44.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:44.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:44.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:45.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:45.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:45.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:45.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:45.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:45.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:45.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:45.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:45.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:45.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:46.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:46.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:46.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:46.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:46.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:46.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:47.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:47.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:47.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:47.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:47.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:47.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:50.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:50.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:51.451+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:51.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:51.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:51.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:51.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:52.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:52.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:52.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:52.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:52.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:52.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:54.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:54.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:54.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:54.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:54.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:54.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:57.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:57.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:57.887+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:58.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:58.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:58.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:58.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:03:58.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:03:58.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:03:59.079+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:59.417+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:03:59.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:03:59.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:03:59.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:03:59.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:01.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:01.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:01.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:01.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:01.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:01.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:01.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:01.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:01.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:01.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:01.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:01.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:02.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:02.314+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:02.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:02.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:02.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:02.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:04.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:04.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:05.025+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:05.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:05.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:05.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:05.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:05.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:05.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:05.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:05.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:05.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:05.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:06.601+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:06.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:06.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:06.706+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:07.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:07.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:07.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:07.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:07.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:07.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:07.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:07.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:07.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:07.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:08.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:08.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:08.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:08.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:08.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:08.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:09.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:09.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:09.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:09.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:09.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:09.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:10.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:10.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:10.691+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:10.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:10.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:10.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:10.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:12.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:12.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:12.324+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:13.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:13.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:13.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:13.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:13.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:13.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:13.692+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:13.793+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:13.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:13.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:13.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:13.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:13.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:13.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:14.359+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:14.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:14.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:14.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:14.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:16.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:16.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:16.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:16.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:16.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:16.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:16.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:16.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:16.583+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:16.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:16.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:16.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:16.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:18.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:18.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:18.345+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:18.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:18.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:18.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:18.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:19.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:19.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:20.070+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:20.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:20.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:20.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:20.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:20.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:20.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:20.662+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:20.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:20.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:20.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:20.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:21.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:21.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:22.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:22.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:22.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:22.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:22.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:22.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:23.197+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:23.327+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:23.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:23.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:23.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:23.801+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:24.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:24.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:25.701+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:25.927+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:26.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:26.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:26.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:26.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:26.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:26.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:26.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:26.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:26.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:26.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:27.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:27.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:27.360+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:27.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:27.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:27.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:27.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:28.596+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:28.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:28.707+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:29.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:29.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:29.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:29.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:29.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:29.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:29.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:29.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:29.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:29.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:29.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:29.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:30.201+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:30.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:30.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:30.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:30.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:30.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:30.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:31.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:31.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:31.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:31.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:32.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:32.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:32.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:32.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:32.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:32.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:32.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:32.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:33.440+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:33.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:33.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:33.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:33.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:35.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:35.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:35.199+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:35.354+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:35.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:35.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:35.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:35.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:36.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:36.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:37.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:37.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:37.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:37.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:37.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:37.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:37.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:37.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:37.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:37.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:38.359+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:38.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:38.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:38.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:38.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:38.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:38.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:39.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:39.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:39.476+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:39.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:39.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:39.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:39.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:40.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:40.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:40.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:40.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:40.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:40.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:41.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:41.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:41.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:41.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:41.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:41.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:44.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:44.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:44.287+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:44.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:44.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:44.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:44.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:44.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:44.752+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:44.907+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:45.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:45.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:45.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:45.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:45.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:45.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:46.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:46.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:46.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:46.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:46.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:46.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:46.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:46.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:46.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:46.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:46.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:46.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:46.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:46.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:46.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:46.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:46.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:46.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:47.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:47.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:47.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:47.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:48.194+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:48.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:48.285+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:48.285+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:48.285+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:48.285+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:48.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:48.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:48.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:48.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:48.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:48.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:49.943+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:49.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:49.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:50.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:50.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:50.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:50.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:50.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:50.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:51.075+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:51.075+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:51.075+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:51.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:51.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:51.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:51.930+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:52.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:52.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:52.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:52.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:52.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:52.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:52.725+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:52.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:52.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:52.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:52.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:53.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:53.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:53.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:53.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:53.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:53.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:53.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:53.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:53.956+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:54.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:54.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:54.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:54.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:55.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:55.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:55.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:55.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:55.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:55.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:56.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:56.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:56.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:56.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:56.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:56.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:56.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:56.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:57.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:57.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:57.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:57.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:57.259+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:57.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:57.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:57.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:57.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:57.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:58.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:58.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:58.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:58.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:58.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:58.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:58.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:58.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:58.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:58.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:58.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:58.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:59.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:59.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:59.190+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:04:59.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:59.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:59.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:59.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:04:59.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:04:59.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:04:59.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:04:59.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:04:59.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:04:59.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:01.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:01.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:01.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:01.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:01.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:01.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:01.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:01.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:01.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:01.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:01.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:01.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:02.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:02.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:02.241+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:02.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:02.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:02.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:02.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:02.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:02.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:02.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:02.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:02.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:02.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:02.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:02.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:02.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:02.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:02.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:02.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:03.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:03.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:03.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:03.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:03.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:03.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:03.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:03.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:04.006+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:04.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:04.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:04.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:04.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:04.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:04.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:04.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:04.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:04.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:04.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:04.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:04.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:04.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:04.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:04.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:04.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:06.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:06.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:06.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:06.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:06.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:06.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:07.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:07.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:08.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:08.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:08.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:08.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:09.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:09.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:09.075+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:09.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:09.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:09.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:09.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:10.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:10.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:10.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:10.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:10.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:10.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:10.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:10.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:10.544+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:10.544+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:10.544+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:10.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:12.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:12.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:12.472+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:12.521+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:12.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:12.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:12.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:12.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:13.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:13.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:13.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:13.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:13.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:13.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:14.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:14.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:14.283+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:14.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:14.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:14.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:14.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:15.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:15.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:16.097+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:16.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:16.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:16.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:16.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:16.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:16.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:16.654+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:16.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:16.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:16.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:16.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:17.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:17.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:17.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:17.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:17.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:17.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:17.961+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:19.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:19.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:19.155+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:19.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:19.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:19.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:19.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:19.303+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:19.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:19.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:19.647+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:19.858+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:19.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:19.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:19.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:19.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:20.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:20.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:20.674+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:20.754+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:20.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:20.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:20.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:20.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:21.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:21.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:21.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:21.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:21.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:21.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:22.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:22.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:22.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:22.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:22.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:22.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:22.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:22.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:22.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:22.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:22.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:22.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:23.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:23.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:23.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:23.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:23.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:23.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:24.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:24.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:24.281+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:24.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:24.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:24.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:24.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:24.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:24.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:24.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:24.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:24.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:24.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:24.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:24.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:25.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:25.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:25.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:25.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:25.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:25.119+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:25.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:25.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:25.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:25.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:26.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:26.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:26.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:26.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:26.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:26.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:26.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:26.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:26.319+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:26.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:26.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:26.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:26.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:27.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:27.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:27.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:27.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:27.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:27.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:27.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:27.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:28.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:28.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:28.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:28.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:29.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:29.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:29.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:29.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:29.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:29.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:30.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:30.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:30.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:30.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:30.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:30.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:30.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:30.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:30.806+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:30.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:30.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:30.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:30.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:31.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:31.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:31.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:31.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:31.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:31.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:33.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:33.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:33.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:33.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:33.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:33.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:34.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:34.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:34.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:34.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:34.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:34.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:36.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:36.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:36.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:36.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:36.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:36.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:36.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:36.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:36.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:36.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:36.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:36.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:36.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:36.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:37.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:37.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:37.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:37.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:37.831+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:37.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:37.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:37.841+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:37.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:37.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:37.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:37.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:38.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:38.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:38.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:38.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:38.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:38.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:39.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:39.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:39.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:39.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:39.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:39.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:39.670+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:39.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:39.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:39.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:39.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:39.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:39.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:41.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:41.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:41.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:41.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:41.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:41.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:42.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:42.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:43.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:43.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:43.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:43.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:44.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:44.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:44.538+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:45.073+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:45.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:45.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:45.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:45.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:45.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:45.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:46.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:46.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:46.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:46.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:47.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:47.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:47.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:47.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:47.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:47.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:48.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:48.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:48.580+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:48.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:48.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:48.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:48.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:49.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:49.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:49.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:49.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:49.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:49.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:50.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:50.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:50.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:50.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:50.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:50.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:51.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:51.549+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:51.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:51.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:51.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:51.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:52.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:52.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:52.542+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:52.575+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:52.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:52.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:52.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:52.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:52.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:52.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:52.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:52.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:52.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:53.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:53.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:54.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:54.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:54.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:54.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:54.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:54.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:54.601+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:54.614+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:54.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:54.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:54.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:54.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:55.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:55.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:55.531+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:55.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:55.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:55.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:55.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:56.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:56.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:56.368+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:56.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:56.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:56.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:56.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:57.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:57.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:58.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:58.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:58.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:58.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:58.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:58.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:58.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:58.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:58.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:58.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:59.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:05:59.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:05:59.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:05:59.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:05:59.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:05:59.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:05:59.554+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:05:59.600+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:01.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:01.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:01.542+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:01.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:01.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:01.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:01.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:01.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:01.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:02.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:02.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:02.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:02.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:02.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:02.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:03.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:03.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:03.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:03.040+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:03.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:03.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:04.145+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:04.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:04.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:04.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:04.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:04.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:04.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:05.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:05.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:05.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:05.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:05.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:05.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:05.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:05.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:05.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:05.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:05.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:05.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:06.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:06.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:06.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:06.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:07.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:07.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:07.921+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:07.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:07.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:07.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:07.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:08.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:08.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:09.158+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:09.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:09.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:09.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:09.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:09.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:09.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:10.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:10.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:10.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:10.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:10.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:10.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:10.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:10.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:10.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:10.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:10.978+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:10.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:11.166+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:11.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:11.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:11.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:11.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:14.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:14.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:14.595+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:14.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:14.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:14.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:14.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:15.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:15.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:15.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:15.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:15.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:15.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:16.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:16.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:16.371+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:16.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:16.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:16.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:16.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:16.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:16.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:16.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:16.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:16.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:16.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:17.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:17.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:17.427+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:17.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:17.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:17.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:17.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:17.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:17.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:18.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:18.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:18.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:18.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:19.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:19.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:19.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:19.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:19.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:19.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:20.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:20.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:20.829+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:20.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:20.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:20.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:20.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:21.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:21.363+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:21.508+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:21.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:21.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:21.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:21.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:22.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:22.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:22.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:22.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:22.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:22.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:23.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:23.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:23.773+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:23.847+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:23.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:23.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:23.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:23.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:25.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:25.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:25.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:25.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:25.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:25.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:26.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:26.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:27.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:27.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:27.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:27.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:27.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:27.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:27.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:27.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:27.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:27.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:27.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:27.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:27.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:27.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:27.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:27.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:30.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:30.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:30.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:30.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:30.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:30.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:30.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:30.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:30.993+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:31.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:31.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:31.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:31.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:32.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:32.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:32.371+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:32.781+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:32.781+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:32.781+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:32.781+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:32.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:32.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:33.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:33.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:33.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:33.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:36.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:36.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:36.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:36.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:36.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:36.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:37.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:37.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:37.083+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:38.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:38.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:38.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:38.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:38.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:38.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:39.333+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:39.559+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:40.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:40.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:40.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:40.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:41.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:41.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:42.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:42.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:42.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:42.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:42.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:42.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:42.958+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:43.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:43.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:43.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:43.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:44.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:44.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:44.541+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:44.541+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:44.541+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:44.541+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:44.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:44.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:45.127+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:45.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:45.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:45.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:46.130+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:46.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:46.353+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:46.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:46.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:46.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:46.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:46.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:46.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:47.254+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:47.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:47.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:47.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:47.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:48.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:48.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:48.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:48.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:48.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:48.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:48.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:48.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:49.061+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:49.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:49.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:49.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:49.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:49.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:49.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:49.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:49.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:49.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:49.741+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:50.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:50.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:51.215+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:51.231+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:51.231+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:51.231+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:51.231+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:51.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:51.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:51.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:51.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:51.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:51.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:51.758+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:52.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:52.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:52.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:52.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:52.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:52.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:53.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:53.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:53.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:53.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:53.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:53.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:54.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:54.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:54.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:54.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:54.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:54.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:55.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:55.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:55.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:55.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:55.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:55.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:56.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:56.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:56.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:56.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:56.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:56.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:56.605+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:56.605+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:56.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:56.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:56.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:56.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:56.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:56.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:57.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:57.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:58.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:58.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:58.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:58.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:58.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:58.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:58.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:58.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:58.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:58.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:06:59.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:06:59.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:06:59.579+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:06:59.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:06:59.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:06:59.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:06:59.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:00.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:00.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:00.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:00.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:00.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:00.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:00.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:00.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:00.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:00.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:00.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:00.515+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:01.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:01.702+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:01.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:01.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:01.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:01.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:02.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:02.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:02.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:02.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:02.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:02.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:03.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:03.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:04.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:04.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:04.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:04.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:05.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:05.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:05.484+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:05.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:05.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:05.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:05.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:06.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:06.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:07.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:07.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:07.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:07.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:07.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:07.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:08.024+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:08.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:08.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:08.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:08.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:09.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:09.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:09.831+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:10.178+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:10.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:10.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:10.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:10.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:10.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:10.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:11.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:11.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:11.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:11.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:12.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:12.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:13.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:13.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:13.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:13.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:14.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:14.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:14.778+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:14.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:14.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:14.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:14.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:15.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:15.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:15.695+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:15.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:15.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:15.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:15.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:16.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:16.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:16.575+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:16.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:16.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:16.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:16.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:16.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:17.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:17.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:17.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:17.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:17.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:17.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:17.940+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:18.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:18.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:18.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:18.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:20.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:20.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:20.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:20.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:20.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:20.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:21.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:21.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:21.728+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:21.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:21.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:21.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:21.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:24.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:24.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:24.189+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:24.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:24.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:24.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:24.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:24.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:24.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:24.949+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:24.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:24.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:24.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:26.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:26.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:26.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:26.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:26.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:26.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:27.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:27.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:27.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:27.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:27.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:27.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:27.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:27.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:27.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:27.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:27.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:27.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:28.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:28.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:28.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:28.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:28.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:28.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:28.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:28.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:28.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:28.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:28.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:28.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:29.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:29.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:29.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:29.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:29.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:29.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:30.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:30.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:30.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:30.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:30.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:30.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:30.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:30.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:30.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:30.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:30.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:30.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:31.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:31.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:31.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:31.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:31.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:31.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:31.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:31.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:31.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:31.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:31.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:31.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:31.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:31.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:32.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:32.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:32.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:32.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:32.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:32.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:33.024+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:33.024+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:33.024+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:33.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:33.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:33.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:33.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:33.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:33.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:33.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:34.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:34.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:34.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:34.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:34.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:34.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:35.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:35.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:35.485+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:35.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:35.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:35.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:35.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:37.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:37.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:37.078+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:37.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:37.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:37.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:37.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:39.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:39.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:39.722+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:39.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:39.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:39.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:39.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:42.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:42.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:42.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:42.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:42.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:42.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:44.053+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:44.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:44.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:44.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:44.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:44.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:44.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:44.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:44.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:44.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:44.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:44.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:44.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:44.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:44.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:45.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:45.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:45.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:45.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:45.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:45.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:45.356+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:45.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:45.389+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:45.389+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:45.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:45.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:45.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:45.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:45.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:45.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:45.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:46.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:46.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:46.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:46.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:46.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:46.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:48.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:48.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:48.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:48.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:48.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:48.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:49.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:49.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:49.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:49.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:49.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:49.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:50.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:50.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:50.549+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:50.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:50.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:50.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:50.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:51.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:51.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:51.106+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:51.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:51.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:51.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:51.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:51.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:51.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:51.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:51.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:51.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:51.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:51.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:51.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:51.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:51.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:51.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:51.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:52.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:52.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:52.240+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:52.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:52.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:52.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:52.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:52.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:52.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:52.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:52.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:52.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:52.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:53.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:53.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:53.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:53.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:53.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:53.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:53.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:53.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:53.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:53.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:53.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:53.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:54.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:54.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:54.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:54.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:54.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:54.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:56.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:56.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:56.492+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:56.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:56.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:56.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:56.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:57.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:57.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:57.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:57.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:57.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:57.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:58.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:58.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:58.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:58.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:58.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:58.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:58.435+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:59.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:59.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:59.260+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:07:59.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:59.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:59.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:59.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:07:59.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:07:59.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:07:59.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:07:59.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:07:59.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:07:59.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:00.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:00.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:00.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:00.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:00.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:00.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:00.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:00.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:00.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:00.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:00.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:00.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:01.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:01.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:01.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:01.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:01.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:01.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:01.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:01.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:01.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:01.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:01.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:01.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:02.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:02.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:02.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:02.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:02.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:02.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:02.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:02.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:03.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:03.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:03.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:03.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:03.154+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:03.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:03.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:03.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:03.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:03.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:03.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:03.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:03.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:03.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:03.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:03.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:03.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:04.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:04.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:04.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:04.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:04.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:04.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:04.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:04.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:04.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:04.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:04.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:04.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:06.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:06.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:06.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:06.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:06.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:06.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:06.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:06.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:06.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:06.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:06.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:06.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:07.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:07.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:07.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:07.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:07.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:07.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:08.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:08.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:08.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:08.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:08.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:08.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:08.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:08.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:08.532+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:08.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:08.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:08.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:08.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:09.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:09.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:09.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:09.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:09.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:09.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:10.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:10.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:11.000+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:11.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:11.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:11.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:11.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:11.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:12.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:12.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:12.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:12.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:12.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:12.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:12.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:12.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:12.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:12.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:13.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:13.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:13.356+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:13.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:13.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:13.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:13.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:14.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:14.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:14.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:14.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:14.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:14.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:14.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:14.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:14.583+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:14.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:14.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:14.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:14.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:16.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:16.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:16.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:16.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:16.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:16.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:16.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:16.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:17.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:17.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:17.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:17.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:17.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:17.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:17.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:17.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:17.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:17.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:17.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:17.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:18.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:18.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:18.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:18.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:19.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:19.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:19.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:19.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:19.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:19.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:19.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:19.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:19.939+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:20.159+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:20.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:20.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:20.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:20.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:20.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:20.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:20.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:20.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:20.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:20.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:20.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:20.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:21.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:21.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:21.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:21.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:21.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:21.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:21.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:21.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:21.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:21.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:21.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:21.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:22.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:22.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:22.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:22.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:22.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:22.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:22.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:22.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:22.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:22.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:22.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:22.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:23.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:23.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:23.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:23.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:25.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:25.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:26.101+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:26.313+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:26.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:26.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:26.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:27.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:27.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:27.587+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:27.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:27.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:27.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:27.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:27.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:28.197+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:28.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:28.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:28.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:28.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:29.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:29.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:29.370+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:29.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:29.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:29.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:29.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:29.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:29.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:29.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:29.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:29.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:29.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:30.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:30.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:30.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:30.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:30.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:30.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:32.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:32.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:32.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:32.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:32.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:32.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:33.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:33.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:33.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:33.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:33.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:33.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:33.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:33.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:33.937+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:34.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:34.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:34.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:34.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:35.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:35.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:35.464+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:35.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:35.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:35.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:35.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:36.008+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:36.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:36.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:36.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:36.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:36.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:36.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:36.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:36.635+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:36.648+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:36.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:36.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:36.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:36.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:38.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:38.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:38.440+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:38.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:38.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:38.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:38.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:39.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:39.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:39.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:39.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:39.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:39.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:41.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:41.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:41.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:41.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:41.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:41.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:42.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:42.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:43.126+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:43.486+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:43.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:43.916+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:43.916+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:43.916+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:44.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:44.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:44.944+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:45.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:45.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:45.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:45.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:45.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:45.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:46.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:46.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:46.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:46.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:47.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:47.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:47.955+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:48.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:48.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:48.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:48.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:49.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:49.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:49.646+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:49.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:49.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:49.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:49.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:50.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:50.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:50.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:50.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:50.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:50.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:51.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:51.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:51.755+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:51.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:51.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:51.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:51.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:52.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:52.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:52.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:52.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:52.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:52.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:53.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:53.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:53.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:53.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:53.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:53.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:54.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:54.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:55.415+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:55.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:55.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:55.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:55.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:55.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:55.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:55.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:55.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:55.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:55.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:56.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:56.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:56.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:56.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:56.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:56.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:56.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:56.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:56.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:56.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:56.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:56.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:56.943+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:58.056+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:58.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:58.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:58.146+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:58.404+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:08:58.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:58.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:58.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:58.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:08:59.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:08:59.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:08:59.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:08:59.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:08:59.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:08:59.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:01.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:01.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:01.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:01.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:01.575+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:01.575+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:01.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:01.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:01.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:01.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:01.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:01.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:02.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:02.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:02.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:02.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:02.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:02.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:02.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:02.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:02.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:02.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:02.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:02.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:02.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:02.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:03.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:03.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:03.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:03.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:03.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:03.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:03.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:03.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:03.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:03.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:04.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:04.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:05.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:05.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:05.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:05.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:05.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:05.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:05.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:05.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:05.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:05.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:06.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:06.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:06.881+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:06.881+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:06.881+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:06.881+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:07.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:07.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:07.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:07.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:07.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:07.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:08.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:08.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:08.406+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:09:08.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:08.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:08.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:08.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:08.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:08.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:09.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:09.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:09.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:09.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:09.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:09.504+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:09.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:09.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:09.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:09.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:10.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:10.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:10.763+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:09:10.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:10.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:10.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:10.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:12.217+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:09:12.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:12.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:12.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:12.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:12.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:12.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:13.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:13.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:13.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:13.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:13.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:13.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:14.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:14.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:14.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:14.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:14.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:14.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:14.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:14.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:15.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:15.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:15.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:15.083+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:15.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:15.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:15.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:15.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:15.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:15.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:16.277+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:16.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:16.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:16.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:16.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:16.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:17.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:17.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:17.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:17.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:17.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:17.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:17.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:17.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:17.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:17.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:17.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:17.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:18.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:18.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:18.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:18.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:18.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:18.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:18.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:18.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:18.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:18.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:18.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:18.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:19.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:19.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:19.876+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:09:19.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:19.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:19.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:19.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:20.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:20.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:20.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:20.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:20.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:20.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:22.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:22.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:23.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:23.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:23.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:23.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:24.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:24.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:24.176+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:09:24.411+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:09:24.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:24.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:24.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:24.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:25.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:25.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:25.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:25.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:25.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:25.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:26.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:26.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:26.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:26.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:26.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:26.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:26.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:26.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:26.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:26.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:26.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:26.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:27.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:28.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:28.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:28.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:28.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:28.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:28.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:28.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:28.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:28.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:28.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:28.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:29.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:29.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:29.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:29.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:29.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:29.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:29.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:29.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:29.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:29.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:29.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:29.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:29.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:29.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:30.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:30.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:30.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:30.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:30.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:30.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:30.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:30.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:30.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:30.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:31.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:31.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:31.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:31.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:31.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:31.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:31.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:31.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:31.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:31.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:31.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:31.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:32.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:32.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:32.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:32.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:32.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:32.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:32.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:32.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:32.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:32.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:32.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:32.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:33.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:33.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:33.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:33.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:33.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:33.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:33.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:33.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:34.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:34.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:34.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:34.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:34.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:34.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:34.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:34.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:34.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:34.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:34.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:34.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:34.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:34.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:34.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:34.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:35.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:35.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:35.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:35.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:35.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:35.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:35.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:35.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:35.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:35.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:35.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:35.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:35.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:35.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:35.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:35.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:35.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:35.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:36.866+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:09:36.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:36.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:36.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:36.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:36.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:36.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:37.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:37.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:37.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:37.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:37.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:37.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:38.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:38.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:38.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:38.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:38.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:38.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:39.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:39.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:39.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:39.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:39.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:39.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:41.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:41.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:41.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:41.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:41.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:41.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:42.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:42.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:42.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:42.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:42.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:42.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:44.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:44.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:44.431+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:09:44.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:44.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:44.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:44.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:45.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:45.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:45.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:45.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:45.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:45.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:45.554+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:45.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:45.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:45.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:45.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:45.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:46.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:46.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:47.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:47.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:47.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:47.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:47.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:47.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:47.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:47.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:47.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:47.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:48.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:48.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:48.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:48.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:48.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:48.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:48.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:48.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:48.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:48.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:48.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:48.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:49.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:49.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:49.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:49.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:49.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:49.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:49.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:49.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:49.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:49.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:49.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:49.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:50.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:50.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:50.796+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:09:50.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:50.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:50.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:51.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:51.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:51.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:51.655+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:09:51.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:51.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:51.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:51.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:52.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:52.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:52.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:52.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:52.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:52.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:53.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:53.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:53.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:53.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:53.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:53.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:54.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:54.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:54.729+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:09:54.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:54.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:54.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:54.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:55.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:55.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:55.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:55.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:55.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:55.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:55.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:55.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:55.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:55.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:55.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:55.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:56.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:56.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:56.383+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:09:56.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:56.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:56.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:56.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:56.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:56.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:56.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:56.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:56.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:56.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:56.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:56.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:57.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:57.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:57.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:57.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:57.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:57.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:57.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:57.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:57.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:57.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:57.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:57.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:58.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:58.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:58.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:58.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:09:59.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:09:59.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:09:59.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:09:59.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:09:59.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:09:59.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:00.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:00.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:00.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:00.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:00.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:00.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:01.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:01.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:01.791+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:02.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:02.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:02.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:02.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:04.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:04.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:05.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:05.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:05.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:05.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:05.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:05.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:05.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:05.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:05.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:05.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:05.684+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:06.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:06.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:06.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:06.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:06.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:06.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:06.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:06.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:07.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:07.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:07.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:07.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:08.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:08.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:08.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:08.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:08.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:08.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:08.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:08.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:09.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:09.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:09.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:09.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:09.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:09.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:09.205+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:09.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:09.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:09.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:09.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:10.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:10.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:11.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:11.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:11.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:11.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:11.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:11.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:11.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:11.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:11.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:11.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:11.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:11.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:11.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:11.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:11.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:11.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:11.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:11.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:11.904+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:12.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:12.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:12.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:12.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:12.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:12.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:13.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:13.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:13.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:13.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:14.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:14.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:14.615+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:14.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:14.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:14.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:14.684+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:14.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:14.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:14.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:14.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:14.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:14.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:16.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:16.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:16.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:16.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:16.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:16.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:18.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:18.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:18.684+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:19.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:19.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:19.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:19.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:19.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:19.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:20.098+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:20.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:20.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:20.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:20.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:21.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:21.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:21.452+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:21.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:21.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:21.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:21.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:23.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:23.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:23.281+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:23.423+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:24.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:24.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:24.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:24.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:25.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:25.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:26.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:26.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:26.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:26.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:26.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:26.881+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:27.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:27.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:27.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:27.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:27.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:27.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:28.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:28.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:28.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:28.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:28.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:28.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:29.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:29.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:29.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:29.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:29.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:29.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:29.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:29.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:29.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:29.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:30.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:30.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:30.184+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:30.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:30.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:30.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:30.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:30.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:30.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:31.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:31.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:31.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:31.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:32.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:32.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:33.028+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:33.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:33.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:33.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:33.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:34.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:34.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:34.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:34.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:34.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:34.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:34.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:34.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:34.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:34.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:34.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:34.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:35.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:35.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:35.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:35.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:35.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:35.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:35.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:35.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:35.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:35.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:35.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:35.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:36.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:36.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:37.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:37.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:37.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:37.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:39.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:39.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:39.718+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:40.185+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:40.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:40.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:40.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:40.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:40.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:40.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:40.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:40.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:40.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:40.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:40.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:40.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:41.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:41.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:41.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:41.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:41.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:41.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:41.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:41.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:41.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:41.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:42.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:42.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:42.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:42.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:42.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:42.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:42.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:42.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:43.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:43.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:43.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:43.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:44.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:44.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:44.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:44.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:44.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:44.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:45.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:45.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:45.641+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:45.710+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:45.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:45.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:45.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:45.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:46.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:46.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:46.718+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:46.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:46.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:46.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:46.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:46.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:46.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:47.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:47.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:47.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:47.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:48.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:48.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:49.074+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:49.080+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:49.080+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:49.080+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:49.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:49.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:49.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:49.721+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:49.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:49.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:49.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:50.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:50.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:50.962+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:51.054+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:51.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:51.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:51.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:51.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:51.817+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:51.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:51.887+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:51.946+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:52.295+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:52.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:52.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:52.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:52.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:53.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:53.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:53.558+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:53.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:53.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:53.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:53.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:54.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:54.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:55.080+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:55.080+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:55.080+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:55.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:55.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:55.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:56.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:56.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:56.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:56.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:56.390+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:56.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:56.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:56.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:56.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:56.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:56.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:57.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:57.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:57.488+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:57.701+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:10:57.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:57.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:57.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:57.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:58.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:58.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:58.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:58.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:58.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:58.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:58.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:58.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:10:59.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:10:59.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:10:59.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:10:59.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:10:59.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:10:59.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:00.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:00.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:00.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:00.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:00.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:00.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:00.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:00.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:00.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:00.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:01.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:01.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:01.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:01.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:01.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:01.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:03.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:03.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:03.866+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:03.933+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:03.933+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:03.933+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:03.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:06.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:06.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:06.342+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:06.577+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:06.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:06.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:06.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:06.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:08.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:08.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:08.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:08.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:08.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:08.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:08.669+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:08.843+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:09.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:09.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:09.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:09.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:09.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:09.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:10.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:10.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:10.747+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:11.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:11.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:11.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:11.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:11.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:11.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:12.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:12.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:12.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:12.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:12.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:12.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:12.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:12.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:12.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:12.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:13.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:13.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:13.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:13.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:13.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:13.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:14.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:14.443+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:14.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:14.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:14.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:14.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:14.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:14.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:14.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:14.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:14.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:14.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:14.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:14.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:15.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:15.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:15.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:15.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:15.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:15.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:15.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:15.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:15.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:15.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:16.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:16.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:16.531+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:16.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:16.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:16.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:16.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:17.072+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:17.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:17.186+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:17.186+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:17.186+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:17.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:18.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:18.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:18.417+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:18.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:18.488+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:18.488+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:18.488+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:19.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:19.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:20.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:20.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:20.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:20.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:20.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:20.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:20.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:20.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:20.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:20.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:20.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:20.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:20.861+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:21.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:21.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:21.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:21.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:22.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:22.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:22.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:22.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:22.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:22.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:22.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:22.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:22.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:22.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:22.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:22.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:23.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:23.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:23.061+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:23.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:23.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:23.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:23.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:23.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:23.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:23.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:23.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:23.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:23.710+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:24.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:24.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:24.469+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:24.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:24.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:24.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:24.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:25.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:25.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:25.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:25.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:25.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:25.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:26.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:26.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:26.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:26.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:26.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:26.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:27.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:27.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:27.462+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:27.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:27.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:27.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:27.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:28.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:28.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:28.558+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:28.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:28.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:28.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:28.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:29.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:29.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:30.037+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:30.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:30.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:30.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:30.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:31.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:31.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:31.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:31.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:31.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:31.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:31.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:31.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:31.864+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:32.154+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:32.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:32.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:32.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:32.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:32.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:32.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:32.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:32.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:32.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:32.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:32.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:32.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:32.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:32.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:32.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:32.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:33.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:33.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:34.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:34.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:34.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:34.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:36.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:36.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:36.753+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:36.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:36.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:36.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:36.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:37.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:37.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:37.933+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:38.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:38.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:38.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:38.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:39.243+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:39.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:39.486+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:39.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:39.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:39.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:39.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:39.887+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:39.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:40.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:40.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:40.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:40.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:41.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:41.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:43.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:43.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:43.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:43.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:43.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:43.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:44.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:44.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:44.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:44.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:46.294+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:46.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:46.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:46.516+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:47.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:47.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:47.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:47.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:47.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:47.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:48.022+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:48.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:48.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:48.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:48.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:48.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:48.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:49.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:49.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:49.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:49.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:49.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:49.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:49.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:49.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:49.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:49.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:50.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:50.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:50.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:50.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:50.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:50.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:51.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:51.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:52.051+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:52.247+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:52.272+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:52.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:52.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:52.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:52.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:53.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:53.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:53.531+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:53.568+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:53.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:53.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:53.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:53.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:54.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:54.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:54.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:54.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:54.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:54.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:55.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:55.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:55.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:55.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:55.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:55.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:55.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:55.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:55.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:55.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:55.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:55.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:56.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:56.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:57.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:57.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:57.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:57.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:57.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:57.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:57.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:57.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:57.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:57.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:11:57.584+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:11:58.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:11:58.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:11:59.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:11:59.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:11:59.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:11:59.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:00.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:00.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:00.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:00.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:00.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:00.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:00.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:00.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:00.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:00.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:00.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:00.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:01.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:01.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:01.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:01.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:01.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:01.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:02.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:02.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:02.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:02.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:02.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:02.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:02.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:02.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:03.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:03.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:03.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:03.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:06.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:06.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:06.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:06.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:06.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:06.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:07.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:07.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:08.003+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:08.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:08.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:08.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:08.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:08.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:08.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:08.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:08.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:08.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:08.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:08.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:08.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:09.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:09.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:09.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:09.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:09.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:09.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:09.180+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:09.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:09.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:09.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:09.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:10.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:10.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:10.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:10.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:10.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:10.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:13.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:13.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:13.395+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:14.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:14.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:14.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:14.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:14.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:14.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:14.272+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:14.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:14.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:14.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:14.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:15.010+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:15.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:15.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:15.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:15.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:15.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:15.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:15.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:15.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:15.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:15.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:15.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:15.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:15.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:15.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:15.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:15.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:15.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:15.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:18.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:18.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:18.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:18.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:18.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:18.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:18.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:18.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:19.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:19.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:19.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:19.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:20.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:20.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:20.210+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:20.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:20.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:20.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:20.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:20.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:20.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:20.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:20.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:20.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:20.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:21.275+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:21.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:21.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:22.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:22.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:22.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:22.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:22.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:22.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:23.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:23.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:23.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:23.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:24.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:24.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:24.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:24.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:24.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:24.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:25.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:25.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:25.533+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:25.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:25.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:25.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:25.921+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:28.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:28.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:28.608+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:28.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:28.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:28.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:28.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:29.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:29.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:29.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:29.469+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:29.469+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:29.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:29.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:29.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:29.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:29.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:29.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:29.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:30.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:30.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:30.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:30.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:30.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:30.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:30.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:30.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:31.339+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:31.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:31.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:31.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:31.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:31.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:31.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:31.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:31.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:31.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:31.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:32.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:32.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:32.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:32.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:32.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:32.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:32.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:32.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:33.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:33.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:33.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:33.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:33.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:33.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:34.029+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:34.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:34.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:34.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:34.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:34.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:34.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:34.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:34.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:34.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:34.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:35.196+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:35.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:35.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:35.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:35.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:35.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:35.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:35.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:35.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:35.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:35.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:35.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:35.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:36.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:36.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:36.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:36.454+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:36.454+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:36.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:36.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:36.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:36.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:36.747+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:36.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:36.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:37.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:37.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:37.048+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:37.148+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:37.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:37.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:37.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:37.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:38.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:38.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:38.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:38.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:38.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:38.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:38.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:38.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:38.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:38.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:38.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:38.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:38.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:38.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:38.790+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:38.790+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:38.790+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:38.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:39.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:39.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:39.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:39.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:39.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:39.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:40.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:40.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:40.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:40.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:40.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:40.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:40.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:40.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:40.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:40.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:40.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:40.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:40.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:40.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:40.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:40.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:40.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:40.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:42.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:42.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:42.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:42.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:42.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:42.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:42.593+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:44.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:44.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:44.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:44.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:44.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:44.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:45.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:45.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:45.889+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:46.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:46.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:46.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:46.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:46.437+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:47.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:47.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:47.535+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:47.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:47.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:47.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:47.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:48.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:48.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:48.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:48.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:48.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:48.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:50.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:50.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:51.053+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:51.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:51.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:51.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:51.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:51.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:51.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:52.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:52.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:52.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:52.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:52.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:52.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:52.900+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:52.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:52.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:52.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:52.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:53.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:53.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:53.697+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:53.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:53.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:53.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:53.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:54.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:54.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:54.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:54.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:54.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:54.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:54.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:54.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:55.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:55.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:55.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:55.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:56.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:56.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:56.429+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:56.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:56.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:56.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:56.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:56.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:56.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:56.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:56.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:56.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:56.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:58.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:58.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:58.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:58.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:58.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:58.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:12:59.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:12:59.504+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:12:59.510+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:12:59.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:12:59.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:12:59.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:12:59.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:00.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:00.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:00.912+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:00.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:00.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:00.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:00.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:00.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:01.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:01.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:01.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:01.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:01.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:01.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:01.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:01.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:01.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:01.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:02.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:02.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:02.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:02.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:02.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:02.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:02.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:02.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:02.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:02.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:02.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:02.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:03.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:03.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:03.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:03.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:03.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:03.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:04.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:04.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:04.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:04.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:04.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:04.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:04.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:04.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:05.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:05.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:05.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:05.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:05.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:05.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:05.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:05.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:05.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:05.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:06.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:06.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:06.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:06.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:06.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:06.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:06.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:06.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:06.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:06.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:06.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:06.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:07.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:07.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:07.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:07.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:07.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:07.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:07.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:07.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:08.042+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:08.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:08.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:08.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:08.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:08.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:08.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:08.931+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:08.961+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:09.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:09.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:09.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:09.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:10.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:10.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:10.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:10.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:10.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:10.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:10.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:10.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:10.472+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:10.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:10.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:10.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:10.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:11.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:11.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:11.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:11.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:11.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:11.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:11.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:11.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:12.123+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:12.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:12.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:12.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:12.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:13.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:13.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:13.120+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:13.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:13.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:13.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:13.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:13.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:13.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:13.952+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:14.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:14.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:14.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:14.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:14.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:14.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:14.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:14.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:14.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:14.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:15.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:15.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:15.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:15.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:15.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:15.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:15.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:15.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:15.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:15.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:15.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:15.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:17.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:17.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:17.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:17.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:17.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:17.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:18.282+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:18.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:19.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:19.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:19.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:19.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:20.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:20.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:20.575+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:20.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:20.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:20.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:20.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:20.788+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:21.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:21.726+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:22.037+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:22.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:22.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:22.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:22.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:22.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:22.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:22.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:22.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:22.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:22.801+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:24.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:24.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:25.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:25.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:25.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:25.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:25.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:25.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:25.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:25.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:25.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:25.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:26.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:26.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:26.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:26.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:26.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:26.083+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:27.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:27.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:27.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:27.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:27.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:27.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:27.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:27.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:27.877+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:28.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:28.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:28.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:28.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:28.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:28.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:28.116+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:28.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:28.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:28.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:28.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:29.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:29.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:29.912+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:29.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:29.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:29.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:30.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:30.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:30.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:30.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:30.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:30.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:31.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:31.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:31.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:31.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:31.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:31.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:32.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:32.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:32.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:32.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:32.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:32.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:33.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:33.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:33.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:33.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:33.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:33.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:33.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:33.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:33.715+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:33.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:33.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:33.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:33.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:33.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:33.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:34.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:34.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:34.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:34.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:35.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:35.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:36.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:36.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:36.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:36.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:36.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:36.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:36.826+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:36.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:36.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:36.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:36.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:37.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:37.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:37.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:37.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:37.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:37.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:37.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:37.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:37.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:37.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:37.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:37.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:38.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:38.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:38.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:38.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:38.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:38.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:39.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:39.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:39.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:39.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:39.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:39.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:40.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:40.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:40.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:40.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:40.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:40.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:43.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:43.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:43.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:43.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:43.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:43.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:44.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:44.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:44.246+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:44.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:44.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:44.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:44.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:44.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:44.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:45.577+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:45.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:45.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:45.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:45.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:46.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:46.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:46.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:46.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:46.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:46.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:47.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:47.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:48.616+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:48.668+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:49.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:49.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:49.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:49.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:50.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:50.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:50.679+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:50.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:50.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:50.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:50.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:51.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:51.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:51.794+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:51.819+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:52.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:52.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:52.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:52.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:52.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:52.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:53.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:53.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:53.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:53.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:53.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:53.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:53.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:53.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:53.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:53.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:54.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:54.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:54.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:54.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:54.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:54.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:54.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:54.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:55.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:55.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:55.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:55.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:56.596+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:56.596+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:57.471+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:13:57.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:57.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:57.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:57.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:58.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:58.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:58.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:58.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:58.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:58.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:13:58.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:13:58.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:13:59.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:13:59.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:13:59.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:13:59.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:00.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:00.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:00.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:00.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:00.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:00.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:00.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:00.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:00.861+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:14:00.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:00.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:00.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:00.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:02.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:02.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:02.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:02.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:02.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:02.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:03.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:03.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:03.497+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:14:03.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:03.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:03.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:03.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:04.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:04.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:05.058+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:14:05.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:05.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:05.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:05.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:05.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:05.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:06.196+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:14:06.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:06.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:06.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:06.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:07.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:07.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:07.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:07.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:07.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:07.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:08.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:08.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:08.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:08.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:08.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:08.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:08.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:08.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:09.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:09.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:09.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:09.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:09.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:09.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:10.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:10.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:10.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:10.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:10.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:10.524+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:10.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:10.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:10.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:10.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:13.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:13.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:13.173+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:14:13.192+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:14:13.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:13.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:13.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:13.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:14.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:14.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:14.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:14.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:14.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:14.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:15.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:15.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:15.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:15.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:15.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:15.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:15.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:15.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:15.927+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:14:15.933+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:15.933+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:15.933+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:15.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:17.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:17.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:17.683+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:17.683+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:17.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:17.683+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:18.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:18.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:18.380+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:14:18.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:18.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:18.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:18.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:18.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:18.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:18.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:18.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:18.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:18.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:19.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:19.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:19.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:19.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:19.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:19.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:19.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:19.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:19.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:19.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:19.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:19.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:20.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:20.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:20.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:20.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:20.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:20.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:21.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:21.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:21.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:21.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:21.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:21.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:21.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:21.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:21.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:21.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:21.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:21.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:22.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:22.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:22.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:22.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:22.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:22.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:22.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:22.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:22.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:22.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:22.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:22.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:23.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:23.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:23.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:23.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:23.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:23.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:24.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:24.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:24.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:24.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:24.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:24.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:24.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:24.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:24.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:24.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:24.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:24.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:24.579+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:14:24.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:24.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:24.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:24.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:24.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:24.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:25.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:25.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:25.161+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:25.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:25.161+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:25.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:25.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:25.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:25.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:25.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:25.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:25.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:26.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:26.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:26.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:26.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:26.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:26.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:26.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:26.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:26.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:26.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:26.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:26.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:27.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:27.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:27.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:27.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:27.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:27.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:27.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:27.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:27.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:27.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:27.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:27.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:27.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:27.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:27.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:27.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:27.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:27.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:28.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:28.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:28.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:28.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:28.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:28.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:28.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:28.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:28.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:28.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:28.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:28.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:29.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:29.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:29.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:29.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:29.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:29.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:29.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:29.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:29.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:29.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:29.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:29.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:29.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:29.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:29.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:29.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:29.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:29.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:30.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:30.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:30.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:30.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:30.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:30.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:30.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:30.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:30.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:30.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:30.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:30.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:31.086+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:31.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:31.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:31.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:31.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:31.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:31.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:31.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:31.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:31.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:31.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:31.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:31.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:31.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:31.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:31.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:31.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:31.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:31.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:31.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:32.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:32.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:32.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:32.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:32.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:32.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:32.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:32.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:32.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:32.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:32.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:32.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:32.839+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:14:32.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:32.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:32.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:32.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:33.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:33.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:33.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:33.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:33.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:33.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:33.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:33.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:33.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:33.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:33.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:33.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:33.978+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:33.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:34.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:34.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:34.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:34.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:34.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:34.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:34.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:34.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:34.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:34.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:35.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:35.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:35.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:35.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:35.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:35.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:36.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:36.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:36.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:36.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:36.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:36.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:36.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:36.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:36.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:36.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:36.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:36.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:37.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:37.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:37.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:37.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:37.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:37.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:37.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:37.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:37.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:37.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:37.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:37.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:38.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:38.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:38.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:38.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:38.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:38.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:38.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:38.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:38.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:38.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:38.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:38.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:42.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:42.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:42.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:42.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:42.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:42.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:43.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:43.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:43.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:43.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:43.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:43.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:44.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:44.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:44.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:44.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:44.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:44.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:44.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:44.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:44.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:44.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:44.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:44.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:44.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:44.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:45.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:45.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:45.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:45.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:46.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:46.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:46.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:46.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:46.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:46.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:47.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:47.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:47.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:47.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:47.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:47.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:47.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:47.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:47.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:47.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:47.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:47.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:49.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:49.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:49.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:49.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:49.351+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:49.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:49.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:49.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:49.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:49.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:49.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:49.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:49.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:49.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:50.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:50.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:50.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:50.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:50.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:50.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:50.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:50.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:50.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:50.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:51.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:51.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:51.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:51.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:51.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:51.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:51.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:51.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:51.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:51.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:51.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:51.684+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:52.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:52.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:52.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:52.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:52.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:52.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:52.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:52.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:52.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:52.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:52.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:52.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:52.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:52.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:52.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:52.747+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:52.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:52.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:53.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:53.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:53.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:53.469+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:53.469+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:53.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:54.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:54.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:54.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:54.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:54.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:54.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:55.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:55.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:55.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:55.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:55.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:55.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:56.165+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:56.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:56.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:56.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:56.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:56.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:56.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:56.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:56.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:56.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:56.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:56.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:56.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:56.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:57.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:57.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:57.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:57.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:57.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:57.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:57.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:57.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:57.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:57.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:57.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:57.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:57.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:57.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:57.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:57.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:57.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:57.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:58.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:58.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:58.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:58.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:58.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:58.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:58.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:58.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:58.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:58.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:58.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:58.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:58.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:58.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:58.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:58.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:58.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:58.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:58.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:58.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:58.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:58.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:59.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:59.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:59.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:59.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:59.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:59.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:14:59.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:14:59.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:14:59.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:14:59.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:14:59.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:14:59.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:00.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:00.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:00.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:00.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:00.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:00.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:00.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:00.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:00.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:00.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:00.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:00.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:00.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:00.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:00.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:00.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:00.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:00.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:00.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:00.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:00.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:00.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:00.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:00.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:00.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:00.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:00.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:00.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:00.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:00.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:01.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:01.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:01.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:01.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:01.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:01.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:01.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:01.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:01.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:01.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:01.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:01.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:01.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:01.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:01.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:01.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:01.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:01.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:02.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:02.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:02.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:02.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:02.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:02.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:02.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:02.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:02.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:02.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:02.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:02.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:02.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:02.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:02.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:02.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:02.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:02.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:03.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:03.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:03.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:03.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:03.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:03.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:03.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:03.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:03.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:03.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:03.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:03.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:03.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:03.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:03.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:03.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:03.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:03.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:03.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:03.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:03.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:03.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:03.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:03.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:04.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:04.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:04.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:04.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:04.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:04.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:04.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:04.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:04.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:04.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:04.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:04.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:04.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:04.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:04.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:04.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:04.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:04.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:04.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:04.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:04.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:04.916+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:04.916+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:04.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:05.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:05.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:05.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:05.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:05.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:05.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:05.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:05.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:05.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:05.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:05.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:05.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:05.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:05.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:05.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:05.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:05.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:05.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:05.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:05.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:05.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:05.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:05.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:05.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:06.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:06.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:06.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:06.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:06.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:06.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:06.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:06.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:06.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:06.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:06.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:06.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:06.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:06.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:06.803+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:15:06.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:06.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:06.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:06.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:07.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:07.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:07.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:07.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:07.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:07.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:07.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:07.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:07.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:07.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:07.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:07.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:07.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:07.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:07.831+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:07.831+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:07.831+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:07.831+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:08.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:08.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:08.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:08.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:08.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:08.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:08.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:08.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:08.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:08.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:08.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:08.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:08.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:08.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:08.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:08.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:08.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:08.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:09.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:09.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:09.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:09.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:09.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:09.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:09.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:09.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:10.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:10.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:10.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:10.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:10.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:10.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:10.266+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:15:10.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:10.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:10.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:10.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:10.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:10.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:10.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:10.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:10.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:10.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:11.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:11.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:11.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:11.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:11.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:11.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:12.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:12.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:12.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:12.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:12.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:12.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:12.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:12.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:12.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:12.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:12.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:12.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:15.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:15.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:15.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:15.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:15.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:15.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:16.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:16.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:16.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:16.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:16.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:16.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:17.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:17.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:17.922+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:17.922+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:17.922+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:17.922+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:24.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:24.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:24.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:24.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:24.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:24.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:26.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:26.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:26.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:26.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:26.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:26.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:26.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:26.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:26.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:26.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:26.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:26.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:27.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:27.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:27.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:27.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:27.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:27.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:27.750+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:27.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:27.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:27.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:27.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:27.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:28.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:28.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:28.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:28.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:28.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:28.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:28.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:28.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:28.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:28.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:28.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:28.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:29.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:29.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:29.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:29.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:29.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:29.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:29.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:29.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:29.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:29.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:29.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:29.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:29.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:29.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:29.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:29.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:29.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:29.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:29.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:29.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:29.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:29.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:29.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:29.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:31.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:31.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:31.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:31.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:31.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:31.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:31.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:31.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:31.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:31.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:31.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:31.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:31.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:31.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:31.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:31.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:31.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:31.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:31.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:31.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:31.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:31.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:31.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:31.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:32.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:32.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:32.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:32.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:32.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:32.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:33.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:33.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:33.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:33.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:33.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:33.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:33.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:33.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:33.114+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:15:33.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:33.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:33.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:33.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:33.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:33.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:33.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:33.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:33.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:33.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:33.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:33.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:33.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:33.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:33.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:33.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:33.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:33.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:33.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:33.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:33.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:33.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:34.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:34.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:34.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:34.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:34.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:34.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:34.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:34.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:34.438+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:15:34.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:34.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:34.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:34.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:34.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:34.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:34.662+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:15:34.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:34.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:34.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:34.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:34.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:34.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:35.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:35.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:35.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:35.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:35.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:35.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:35.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:35.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:35.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:35.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:35.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:35.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:35.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:35.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:35.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:35.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:35.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:35.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:35.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:35.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:35.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:35.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:36.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:36.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:36.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:36.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:36.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:36.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:36.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:36.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:36.721+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:36.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:36.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:36.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:37.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:37.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:37.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:37.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:37.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:37.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:37.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:37.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:37.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:37.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:37.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:37.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:37.751+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:37.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:37.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:37.790+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:37.790+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:37.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:38.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:38.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:38.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:38.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:38.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:38.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:38.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:38.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:38.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:38.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:38.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:38.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:38.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:38.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:38.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:38.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:38.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:38.550+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:38.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:38.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:38.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:38.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:38.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:38.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:39.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:39.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:39.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:39.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:39.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:39.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:39.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:39.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:39.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:39.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:39.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:39.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:39.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:39.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:39.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:39.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:39.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:39.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:39.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:39.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:39.909+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:15:39.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:39.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:39.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:39.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:40.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:40.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:40.544+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:40.544+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:40.544+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:40.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:40.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:40.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:40.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:40.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:40.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:40.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:40.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:40.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:40.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:40.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:40.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:40.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:41.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:41.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:41.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:41.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:41.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:41.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:41.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:41.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:41.912+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:41.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:41.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:41.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:42.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:42.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:42.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:42.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:42.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:42.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:42.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:42.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:42.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:42.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:42.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:42.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:43.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:43.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:43.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:43.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:43.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:43.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:44.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:44.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:44.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:44.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:44.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:44.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:45.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:45.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:45.385+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:15:45.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:45.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:45.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:45.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:45.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:45.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:45.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:45.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:45.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:45.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:45.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:45.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:45.951+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:15:46.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:46.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:46.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:46.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:46.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:46.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:46.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:46.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:46.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:46.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:47.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:47.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:47.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:47.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:47.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:47.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:49.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:49.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:49.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:49.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:49.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:49.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:50.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:50.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:50.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:50.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:50.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:50.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:52.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:52.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:52.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:52.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:52.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:52.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:53.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:53.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:53.125+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:15:53.237+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:15:53.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:53.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:53.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:53.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:53.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:53.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:53.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:53.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:53.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:53.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:53.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:53.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:53.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:53.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:53.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:53.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:54.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:54.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:54.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:54.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:54.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:54.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:54.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:54.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:54.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:54.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:54.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:54.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:55.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:55.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:55.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:55.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:55.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:55.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:58.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:58.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:58.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:58.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:58.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:58.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:58.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:58.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:58.763+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:15:58.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:58.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:58.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:58.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:59.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:59.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:59.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:59.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:59.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:59.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:15:59.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:15:59.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:15:59.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:15:59.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:15:59.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:15:59.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:00.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:00.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:00.338+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:00.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:00.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:00.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:00.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:00.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:00.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:00.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:00.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:00.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:00.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:01.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:01.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:01.572+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:01.637+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:01.658+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:01.677+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:01.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:01.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:01.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:01.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:02.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:02.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:02.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:02.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:02.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:02.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:02.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:02.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:02.815+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:02.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:02.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:02.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:02.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:03.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:03.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:03.221+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:03.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:03.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:03.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:03.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:03.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:03.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:03.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:03.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:03.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:03.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:03.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:03.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:03.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:03.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:03.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:03.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:05.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:05.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:05.944+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:06.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:06.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:06.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:06.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:06.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:06.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:07.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:07.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:07.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:07.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:07.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:07.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:07.223+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:07.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:07.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:07.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:07.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:07.535+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:08.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:08.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:08.418+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:08.656+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:08.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:08.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:08.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:08.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:08.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:08.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:08.922+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:08.975+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:09.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:09.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:09.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:09.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:09.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:09.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:09.855+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:09.865+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:09.878+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:09.916+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:10.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:10.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:10.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:10.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:10.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:10.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:10.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:10.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:10.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:10.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:11.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:11.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:11.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:11.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:11.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:11.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:11.651+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:11.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:11.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:11.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:11.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:11.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:12.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:12.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:12.332+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:12.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:12.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:12.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:12.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:13.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:13.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:13.472+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:13.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:13.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:13.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:13.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:14.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:14.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:14.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:14.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:14.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:14.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:15.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:15.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:15.809+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:15.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:15.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:15.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:15.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:16.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:16.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:17.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:17.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:17.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:17.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:18.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:18.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:18.252+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:18.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:18.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:18.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:18.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:18.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:18.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:18.961+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:19.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:19.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:19.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:19.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:19.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:19.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:19.928+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:20.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:20.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:20.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:20.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:21.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:21.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:21.499+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:21.565+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:21.809+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:22.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:22.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:22.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:22.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:22.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:22.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:23.522+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:23.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:23.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:23.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:23.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:24.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:24.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:24.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:24.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:24.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:24.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:24.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:24.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:25.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:25.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:25.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:25.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:26.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:26.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:26.597+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:26.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:26.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:26.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:26.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:27.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:27.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:28.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:28.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:28.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:28.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:28.898+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:28.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:28.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:29.291+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:29.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:29.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:29.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:29.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:29.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:29.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:29.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:29.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:29.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:29.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:30.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:30.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:31.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:31.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:31.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:31.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:31.561+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:31.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:31.902+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:32.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:32.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:32.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:32.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:32.427+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:33.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:33.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:34.278+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:35.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:35.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:35.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:35.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:36.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:36.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:36.962+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:37.947+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:38.217+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:38.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:38.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:38.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:38.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:39.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:39.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:39.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:39.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:39.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:39.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:39.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:39.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:39.937+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:40.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:40.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:40.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:40.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:41.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:41.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:41.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:41.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:41.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:41.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:41.295+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:43.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:43.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:43.542+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:43.815+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:43.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:43.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:43.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:43.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:45.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:45.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:45.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:45.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:45.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:45.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:45.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:45.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:46.178+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:46.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:46.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:46.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:46.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:46.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:46.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:46.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:46.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:46.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:46.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:48.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:48.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:49.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:49.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:49.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:49.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:49.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:49.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:49.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:49.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:49.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:49.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:49.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:49.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:49.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:49.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:49.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:49.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:50.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:50.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:50.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:50.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:50.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:50.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:50.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:50.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:51.064+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:51.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:51.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:51.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:51.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:52.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:52.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:53.067+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:53.078+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:53.365+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:53.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:53.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:53.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:53.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:55.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:55.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:55.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:55.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:55.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:55.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:55.622+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:55.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:55.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:55.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:55.831+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:55.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:55.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:55.940+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:55.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:56.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:56.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:56.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:56.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:57.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:57.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:57.454+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:58.137+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:58.239+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:16:58.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:58.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:58.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:58.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:58.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:58.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:59.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:59.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:59.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:59.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:59.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:59.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:16:59.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:16:59.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:16:59.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:16:59.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:16:59.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:16:59.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:00.626+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:00.669+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:00.721+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:00.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:00.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:00.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:01.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:01.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:01.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:01.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:01.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:01.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:01.791+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:02.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:02.443+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:02.445+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:03.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:03.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:03.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:03.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:03.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:03.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:03.801+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:04.145+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:04.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:04.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:04.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:04.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:04.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:04.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:05.254+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:05.273+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:05.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:05.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:05.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:05.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:06.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:06.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:06.280+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:06.281+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:06.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:06.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:06.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:06.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:07.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:07.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:07.870+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:08.013+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:08.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:08.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:08.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:08.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:08.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:08.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:08.639+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:08.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:08.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:08.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:08.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:09.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:09.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:09.312+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:09.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:09.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:09.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:09.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:10.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:10.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:10.628+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:11.007+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:11.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:11.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:11.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:11.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:11.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:11.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:12.385+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:13.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:13.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:13.052+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:13.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:13.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:13.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:14.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:14.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:14.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:14.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:15.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:15.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:15.833+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:16.837+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:17.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:17.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:17.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:17.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:17.579+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:17.596+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:17.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:18.094+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:18.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:18.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:18.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:18.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:18.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:18.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:18.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:18.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:18.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:18.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:19.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:19.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:20.035+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:20.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:20.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:20.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:20.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:20.969+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:20.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:21.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:21.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:21.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:21.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:21.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:22.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:22.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:22.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:22.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:22.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:22.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:23.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:23.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:23.989+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:24.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:24.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:24.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:24.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:24.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:24.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:25.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:25.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:25.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:25.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:25.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:25.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:25.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:25.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:25.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:25.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:26.008+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:26.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:26.268+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:26.414+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:26.501+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:26.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:26.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:26.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:26.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:27.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:27.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:27.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:27.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:27.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:27.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:28.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:28.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:29.085+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:29.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:29.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:29.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:29.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:29.496+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:29.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:29.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:29.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:29.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:29.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:29.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:31.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:31.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:31.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:31.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:31.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:31.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:31.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:31.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:31.388+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:31.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:31.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:31.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:31.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:32.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:32.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:32.598+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:32.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:32.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:32.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:32.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:36.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:36.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:36.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:36.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:36.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:36.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:36.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:36.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:36.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:36.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:37.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:37.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:37.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:37.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:37.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:37.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:37.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:37.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:37.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:37.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:37.803+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:37.967+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:38.408+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:38.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:38.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:38.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:38.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:39.750+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:39.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:40.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:40.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:40.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:40.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:40.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:40.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:41.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:41.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:41.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:41.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:42.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:42.596+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:42.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:42.648+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:42.988+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:43.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:43.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:43.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:43.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:43.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:43.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:44.281+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:44.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:44.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:44.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:44.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:45.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:45.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:45.432+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:46.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:46.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:46.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:46.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:49.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:49.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:49.201+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:49.932+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:50.456+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:50.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:50.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:50.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:50.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:51.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:51.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:51.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:51.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:51.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:51.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:51.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:51.435+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:51.491+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:17:52.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:52.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:52.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:52.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:53.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:53.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:53.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:53.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:53.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:53.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:54.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:54.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:55.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:55.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:55.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:55.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:55.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:55.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:56.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:56.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:56.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:56.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:57.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:57.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:58.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:58.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:58.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:58.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:17:58.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:17:58.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:17:58.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:17:58.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:17:58.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:17:58.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:01.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:01.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:01.952+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:18:02.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:02.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:02.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:02.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:03.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:03.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:03.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:03.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:03.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:03.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:04.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:04.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:04.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:04.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:04.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:04.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:04.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:04.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:05.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:05.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:05.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:05.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:08.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:08.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:09.046+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:18:09.320+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:18:09.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:09.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:09.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:09.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:10.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:10.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:10.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:10.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:10.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:10.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:10.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:10.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:10.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:10.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:10.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:10.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:11.886+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:18:11.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:11.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:12.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:12.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:12.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:12.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:12.709+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:18:12.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:12.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:13.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:13.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:13.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:13.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:14.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:14.576+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:14.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:14.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:14.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:14.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:16.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:16.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:16.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:16.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:16.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:16.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:16.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:16.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:17.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:17.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:17.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:17.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:18.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:18.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:18.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:18.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:18.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:18.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:19.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:19.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:19.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:19.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:19.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:19.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:19.893+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:18:20.026+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:18:21.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:21.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:21.246+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:18:21.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:21.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:21.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:21.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:23.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:23.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:24.105+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:18:24.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:24.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:24.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:24.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:25.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:25.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:25.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:25.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:25.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:25.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:25.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:25.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:26.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:26.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:26.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:26.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:26.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:26.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:26.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:26.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:26.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:26.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:27.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:27.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:27.585+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:18:27.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:27.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:27.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:27.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:30.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:30.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:30.556+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:18:30.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:30.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:30.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:30.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:31.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:31.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:31.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:31.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:31.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:31.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:33.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:33.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:33.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:33.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:33.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:33.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:35.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:35.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:35.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:35.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:35.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:35.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:35.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:35.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:35.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:35.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:35.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:35.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:37.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:37.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:37.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:37.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:37.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:37.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:37.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:37.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:37.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:37.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:37.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:37.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:38.802+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:18:38.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:38.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:39.048+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:18:39.119+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:18:39.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:39.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:39.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:39.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:40.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:40.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:40.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:40.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:40.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:40.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:43.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:43.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:43.835+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:18:44.262+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:18:44.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:44.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:44.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:44.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:44.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:44.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:44.659+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:18:44.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:44.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:44.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:44.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:46.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:46.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:46.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:46.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:46.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:46.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:46.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:46.858+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:47.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:47.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:47.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:47.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:48.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:48.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:48.575+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:48.575+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:48.575+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:48.575+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:49.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:49.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:49.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:49.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:49.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:49.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:51.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:51.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:51.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:51.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:51.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:51.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:52.130+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:52.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:52.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:52.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:52.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:52.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:53.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:53.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:53.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:53.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:53.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:53.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:53.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:53.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:53.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:53.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:53.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:53.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:54.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:54.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:54.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:54.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:54.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:54.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:56.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:56.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:56.131+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:18:56.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:56.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:56.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:56.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:59.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:59.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:18:59.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:18:59.288+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:18:59.288+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:18:59.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:18:59.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:18:59.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:00.080+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:00.080+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:00.080+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:00.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:00.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:00.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:01.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:01.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:01.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:01.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:03.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:03.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:03.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:03.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:03.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:03.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:03.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:03.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:03.969+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:04.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:04.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:04.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:04.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:05.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:05.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:05.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:05.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:05.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:05.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:06.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:06.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:06.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:06.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:06.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:06.511+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:06.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:06.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:06.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:07.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:07.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:07.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:07.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:08.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:08.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:09.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:09.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:09.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:09.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:09.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:09.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:09.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:09.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:09.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:09.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:11.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:11.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:11.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:11.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:11.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:11.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:11.332+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:12.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:12.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:13.033+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:13.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:13.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:13.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:13.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:15.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:15.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:16.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:16.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:16.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:16.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:16.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:16.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:16.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:16.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:16.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:16.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:18.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:18.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:18.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:18.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:18.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:18.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:19.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:19.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:19.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:19.916+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:19.916+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:19.916+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:20.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:20.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:20.634+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:21.115+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:21.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:21.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:21.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:21.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:22.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:22.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:22.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:22.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:22.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:22.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:22.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:22.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:23.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:23.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:23.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:23.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:23.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:23.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:23.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:23.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:23.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:23.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:27.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:27.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:27.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:27.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:27.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:27.741+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:27.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:27.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:27.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:27.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:27.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:27.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:28.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:28.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:28.658+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:28.970+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:29.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:29.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:29.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:29.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:30.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:30.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:31.062+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:31.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:31.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:31.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:31.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:34.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:34.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:34.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:34.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:34.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:34.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:34.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:34.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:34.841+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:35.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:35.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:35.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:35.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:36.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:36.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:36.489+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:36.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:36.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:36.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:36.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:36.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:36.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:36.931+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:37.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:37.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:37.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:37.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:38.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:38.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:38.853+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:38.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:38.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:38.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:38.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:39.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:39.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:40.141+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:40.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:40.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:40.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:40.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:40.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:40.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:40.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:40.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:40.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:40.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:41.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:41.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:41.923+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:42.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:42.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:42.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:42.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:42.271+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:43.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:43.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:43.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:43.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:43.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:43.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:43.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:43.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:43.975+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:44.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:44.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:44.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:44.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:45.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:45.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:45.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:45.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:45.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:45.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:45.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:45.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:45.587+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:45.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:45.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:45.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:45.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:46.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:46.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:46.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:46.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:46.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:46.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:48.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:48.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:48.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:48.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:48.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:48.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:50.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:50.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:50.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:50.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:50.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:50.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:50.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:50.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:50.936+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:51.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:51.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:51.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:51.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:53.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:53.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:53.638+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:53.733+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:53.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:53.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:53.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:53.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:55.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:55.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:55.458+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:19:56.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:56.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:56.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:56.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:56.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:56.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:56.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:56.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:56.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:56.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:57.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:57.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:57.186+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:57.186+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:57.186+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:57.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:58.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:58.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:58.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:58.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:58.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:58.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:58.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:58.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:58.636+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:58.636+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:58.636+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:58.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:58.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:58.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:59.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:59.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:59.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:59.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:59.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:59.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:19:59.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:19:59.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:19:59.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:19:59.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:19:59.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:19:59.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:00.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:00.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:00.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:00.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:00.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:00.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:00.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:00.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:00.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:00.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:01.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:01.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:02.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:02.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:02.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:02.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:02.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:02.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:02.836+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:03.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:03.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:03.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:03.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:03.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:03.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:03.370+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:03.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:03.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:03.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:03.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:04.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:04.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:05.011+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:05.184+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:05.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:05.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:05.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:05.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:05.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:05.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:05.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:05.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:05.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:05.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:07.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:07.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:08.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:08.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:08.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:08.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:08.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:08.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:09.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:09.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:09.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:09.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:09.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:09.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:10.210+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:10.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:10.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:10.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:10.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:11.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:11.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:12.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:12.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:12.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:12.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:12.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:12.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:12.619+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:13.399+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:14.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:14.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:14.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:14.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:14.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:14.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:14.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:14.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:14.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:14.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:15.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:15.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:16.053+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:16.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:16.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:16.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:16.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:17.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:17.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:17.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:17.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:17.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:17.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:17.997+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:18.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:18.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:18.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:18.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:18.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:18.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:19.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:19.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:19.330+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:19.652+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:19.755+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:19.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:19.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:19.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:19.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:22.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:22.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:22.188+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:22.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:22.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:22.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:22.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:23.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:23.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:23.445+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:23.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:23.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:23.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:23.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:24.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:24.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:24.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:24.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:24.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:24.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:25.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:25.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:26.345+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:26.768+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:26.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:26.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:26.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:26.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:26.978+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:26.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:28.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:28.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:28.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:28.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:28.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:28.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:28.965+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:29.574+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:29.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:29.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:29.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:29.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:30.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:30.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:30.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:30.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:30.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:30.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:31.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:31.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:32.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:32.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:32.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:32.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:32.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:32.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:32.423+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:32.496+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:32.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:32.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:32.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:33.752+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:33.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:33.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:34.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:34.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:34.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:34.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:35.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:35.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:35.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:35.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:35.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:35.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:35.306+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:35.397+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:36.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:36.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:36.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:36.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:36.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:36.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:38.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:38.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:39.242+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:39.613+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:39.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:39.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:39.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:39.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:40.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:40.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:40.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:40.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:40.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:40.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:41.596+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:41.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:42.587+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:42.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:42.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:42.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:42.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:42.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:43.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:43.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:43.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:43.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:43.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:43.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:44.416+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:44.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:44.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:44.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:44.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:44.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:44.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:45.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:45.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:45.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:45.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:46.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:46.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:46.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:46.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:46.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:46.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:47.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:47.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:48.270+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:48.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:48.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:48.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:48.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:49.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:49.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:49.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:49.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:49.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:49.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:50.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:50.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:50.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:50.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:50.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:50.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:51.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:51.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:52.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:52.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:52.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:52.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:52.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:52.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:52.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:52.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:52.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:52.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:52.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:52.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:52.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:52.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:52.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:52.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:53.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:53.555+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:53.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:53.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:53.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:53.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:53.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:53.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:54.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:54.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:54.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:54.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:55.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:55.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:55.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:55.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:55.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:55.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:56.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:56.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:56.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:56.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:56.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:56.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:56.349+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:56.456+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:20:57.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:57.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:57.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:57.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:57.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:57.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:20:57.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:20:57.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:20:57.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:20:57.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:20:57.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:20:57.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:01.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:01.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:01.459+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:01.512+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:01.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:01.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:01.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:01.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:04.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:04.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:05.105+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:05.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:05.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:05.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:05.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:08.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:08.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:09.265+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:09.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:09.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:09.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:09.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:09.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:09.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:09.783+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:10.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:10.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:10.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:10.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:11.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:11.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:11.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:11.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:11.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:11.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:12.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:12.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:12.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:12.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:12.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:12.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:13.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:13.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:13.227+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:13.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:13.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:13.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:13.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:15.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:15.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:15.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:15.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:15.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:15.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:16.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:16.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:16.541+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:16.541+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:16.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:16.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:17.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:17.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:17.283+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:17.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:17.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:17.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:17.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:17.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:17.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:18.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:18.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:18.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:18.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:19.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:19.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:20.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:20.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:20.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:20.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:22.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:22.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:22.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:22.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:22.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:22.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:23.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:23.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:24.000+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:24.044+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:24.098+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:24.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:24.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:24.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:24.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:24.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:24.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:25.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:25.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:25.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:25.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:27.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:27.589+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:28.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:28.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:28.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:28.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:30.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:30.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:30.226+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:30.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:30.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:30.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:30.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:32.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:32.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:32.128+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:32.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:32.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:32.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:32.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:32.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:32.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:32.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:32.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:32.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:32.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:34.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:34.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:34.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:34.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:34.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:34.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:35.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:35.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:35.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:35.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:35.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:35.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:35.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:35.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:35.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:35.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:35.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:35.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:36.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:36.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:37.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:37.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:37.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:37.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:38.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:38.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:38.664+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:38.934+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:38.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:38.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:38.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:38.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:39.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:39.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:39.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:39.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:39.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:39.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:42.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:42.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:42.802+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:43.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:43.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:43.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:43.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:43.717+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:43.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:43.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:44.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:44.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:44.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:44.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:46.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:46.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:46.538+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:46.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:46.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:46.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:46.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:48.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:48.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:48.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:48.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:48.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:48.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:49.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:49.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:49.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:49.916+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:49.916+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:49.916+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:50.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:50.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:50.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:50.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:50.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:50.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:51.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:51.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:52.425+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:52.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:52.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:52.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:52.491+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:21:52.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:53.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:53.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:53.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:53.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:53.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:53.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:55.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:55.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:55.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:55.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:55.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:55.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:55.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:55.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:55.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:55.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:55.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:55.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:58.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:58.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:21:58.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:21:58.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:21:58.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:21:58.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:21:59.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:21:59.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:00.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:00.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:00.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:00.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:00.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:00.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:00.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:00.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:00.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:00.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:02.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:02.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:02.909+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:03.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:03.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:03.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:03.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:03.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:03.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:04.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:04.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:04.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:04.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:05.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:05.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:05.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:05.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:05.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:05.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:06.165+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:06.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:06.559+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:06.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:06.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:06.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:06.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:07.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:07.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:07.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:07.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:07.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:07.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:07.940+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:07.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:08.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:08.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:08.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:08.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:08.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:08.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:08.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:08.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:08.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:08.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:09.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:09.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:09.761+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:10.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:10.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:10.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:10.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:12.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:12.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:12.291+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:12.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:12.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:12.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:12.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:13.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:13.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:13.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:13.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:13.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:13.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:13.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:13.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:13.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:13.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:13.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:13.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:14.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:14.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:14.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:14.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:14.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:14.710+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:16.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:16.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:16.181+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:16.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:16.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:16.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:16.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:17.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:17.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:17.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:17.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:17.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:17.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:18.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:18.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:19.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:19.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:19.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:19.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:19.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:19.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:20.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:20.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:20.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:20.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:22.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:22.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:22.696+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:22.696+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:22.696+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:22.696+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:23.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:23.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:24.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:24.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:24.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:24.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:24.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:24.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:24.835+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:25.170+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:25.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:25.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:25.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:25.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:25.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:25.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:25.939+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:26.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:26.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:26.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:26.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:27.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:27.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:27.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:27.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:27.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:27.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:27.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:27.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:27.853+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:27.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:27.882+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:27.882+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:27.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:28.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:28.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:28.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:28.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:28.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:28.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:28.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:28.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:29.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:29.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:29.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:29.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:30.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:30.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:30.258+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:30.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:30.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:30.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:30.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:31.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:31.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:31.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:31.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:31.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:31.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:32.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:32.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:32.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:32.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:32.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:32.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:33.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:33.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:33.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:33.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:33.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:33.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:34.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:34.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:35.308+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:35.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:35.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:35.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:35.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:36.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:36.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:37.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:37.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:37.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:37.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:41.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:41.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:42.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:42.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:42.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:42.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:43.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:43.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:43.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:43.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:43.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:43.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:45.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:45.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:45.448+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:45.553+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:45.636+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:45.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:45.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:45.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:45.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:46.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:46.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:46.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:46.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:46.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:46.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:47.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:47.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:47.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:47.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:47.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:47.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:48.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:48.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:48.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:48.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:48.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:48.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:48.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:48.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:49.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:49.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:49.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:49.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:51.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:51.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:51.675+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:51.954+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:52.058+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:52.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:52.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:52.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:52.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:52.493+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:52.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:52.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:52.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:52.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:52.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:53.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:53.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:53.619+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:53.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:53.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:53.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:53.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:55.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:55.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:55.540+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:55.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:55.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:55.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:55.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:57.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:57.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:57.086+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:57.987+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:58.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:58.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:58.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:58.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:22:59.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:22:59.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:22:59.522+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:22:59.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:22:59.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:22:59.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:22:59.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:01.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:01.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:01.966+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:02.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:02.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:02.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:02.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:03.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:03.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:03.442+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:03.879+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:03.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:03.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:03.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:03.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:04.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:04.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:04.367+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:04.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:04.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:04.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:04.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:05.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:05.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:06.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:06.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:06.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:06.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:06.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:06.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:06.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:06.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:06.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:06.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:06.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:06.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:07.169+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:07.226+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:07.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:07.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:07.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:07.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:07.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:07.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:07.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:07.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:07.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:07.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:09.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:09.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:09.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:09.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:09.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:09.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:09.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:09.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:09.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:09.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:09.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:09.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:10.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:10.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:10.637+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:10.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:10.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:10.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:10.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:11.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:11.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:11.864+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:12.091+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:12.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:12.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:12.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:12.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:13.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:13.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:13.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:13.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:13.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:13.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:13.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:13.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:14.342+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:14.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:14.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:14.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:14.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:15.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:15.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:16.080+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:16.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:16.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:16.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:16.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:18.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:18.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:18.211+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:18.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:18.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:18.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:18.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:20.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:20.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:21.055+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:21.933+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:21.933+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:21.933+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:21.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:22.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:22.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:22.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:22.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:22.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:22.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:23.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:23.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:23.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:23.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:23.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:23.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:24.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:24.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:25.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:25.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:25.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:25.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:25.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:25.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:26.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:26.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:26.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:26.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:26.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:26.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:27.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:27.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:27.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:27.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:27.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:27.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:27.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:27.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:27.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:27.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:28.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:28.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:28.334+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:28.491+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:28.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:28.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:28.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:28.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:29.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:29.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:29.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:29.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:29.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:29.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:30.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:30.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:30.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:30.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:30.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:30.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:31.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:31.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:31.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:31.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:31.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:31.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:35.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:35.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:35.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:35.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:35.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:35.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:35.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:35.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:36.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:36.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:36.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:36.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:36.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:36.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:37.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:37.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:37.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:37.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:41.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:41.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:41.517+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:41.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:41.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:41.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:41.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:42.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:42.858+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:43.051+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:43.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:43.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:43.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:43.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:43.756+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:43.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:43.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:43.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:43.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:43.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:46.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:46.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:46.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:46.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:46.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:46.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:48.284+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:48.288+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:48.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:48.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:48.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:48.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:48.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:49.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:49.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:49.042+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:49.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:49.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:49.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:49.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:49.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:49.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:49.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:49.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:49.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:49.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:52.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:52.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:52.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:52.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:52.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:52.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:54.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:54.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:54.263+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:54.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:54.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:54.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:54.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:55.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:55.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:55.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:55.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:55.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:55.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:56.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:56.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:56.869+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:57.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:57.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:57.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:57.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:23:57.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:23:57.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:23:58.338+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:23:58.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:23:58.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:23:58.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:23:58.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:00.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:00.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:01.413+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:01.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:01.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:01.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:01.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:02.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:02.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:02.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:02.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:02.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:02.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:02.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:02.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:03.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:03.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:03.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:03.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:03.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:03.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:03.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:03.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:03.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:03.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:04.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:04.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:04.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:04.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:04.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:04.226+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:04.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:04.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:04.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:04.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:04.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:04.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:04.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:04.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:05.043+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:05.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:05.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:05.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:05.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:07.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:07.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:07.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:07.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:07.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:07.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:09.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:09.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:09.137+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:09.138+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:09.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:09.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:09.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:09.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:10.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:10.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:10.809+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:10.933+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:10.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:10.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:10.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:10.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:14.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:14.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:14.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:14.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:14.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:14.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:16.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:16.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:16.801+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:17.158+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:17.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:17.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:17.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:17.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:17.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:17.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:17.915+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:18.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:18.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:18.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:18.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:18.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:18.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:18.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:18.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:18.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:18.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:19.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:19.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:19.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:19.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:19.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:19.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:20.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:20.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:21.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:21.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:21.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:21.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:22.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:22.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:23.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:23.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:23.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:23.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:23.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:23.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:23.630+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:23.927+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:24.229+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:24.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:24.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:24.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:24.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:25.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:25.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:25.835+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:25.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:25.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:25.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:25.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:26.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:26.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:26.467+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:26.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:26.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:26.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:26.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:27.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:27.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:28.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:28.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:28.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:28.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:28.521+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:28.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:28.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:28.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:28.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:28.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:32.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:32.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:32.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:32.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:32.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:32.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:33.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:33.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:33.403+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:33.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:33.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:33.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:33.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:34.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:34.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:34.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:34.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:34.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:34.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:35.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:35.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:36.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:36.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:36.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:36.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:36.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:36.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:37.080+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:37.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:37.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:37.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:37.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:37.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:37.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:37.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:37.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:37.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:37.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:37.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:37.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:37.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:37.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:37.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:37.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:38.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:38.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:39.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:39.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:39.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:39.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:40.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:40.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:40.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:40.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:40.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:40.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:42.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:42.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:42.444+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:43.118+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:43.135+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:43.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:43.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:43.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:43.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:43.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:43.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:43.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:43.747+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:43.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:43.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:44.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:44.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:44.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:44.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:44.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:44.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:45.255+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:45.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:45.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:45.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:45.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:45.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:45.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:45.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:45.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:45.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:45.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:45.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:46.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:46.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:46.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:46.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:46.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:46.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:46.639+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:48.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:48.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:48.510+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:49.192+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:49.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:49.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:49.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:49.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:49.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:49.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:50.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:50.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:50.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:50.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:50.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:50.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:51.030+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:51.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:51.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:51.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:51.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:51.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:51.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:52.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:52.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:52.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:52.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:52.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:52.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:52.625+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:52.936+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:53.049+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:53.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:53.049+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:53.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:54.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:54.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:55.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:55.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:55.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:55.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:55.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:55.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:56.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:56.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:56.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:56.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:56.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:56.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:56.896+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:57.127+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:24:57.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:57.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:57.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:57.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:58.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:58.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:58.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:58.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:58.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:58.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:24:58.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:24:58.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:24:59.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:24:59.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:24:59.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:24:59.197+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:00.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:00.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:00.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:00.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:00.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:00.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:00.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:00.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:00.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:00.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:00.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:00.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:01.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:01.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:02.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:02.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:02.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:02.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:02.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:02.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:02.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:02.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:02.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:02.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:03.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:03.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:03.689+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:03.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:03.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:03.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:03.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:05.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:05.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:05.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:05.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:05.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:05.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:06.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:06.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:06.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:06.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:06.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:06.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:06.752+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:06.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:06.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:07.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:07.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:07.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:07.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:10.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:10.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:10.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:10.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:10.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:10.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:11.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:11.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:11.857+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:11.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:11.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:11.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:11.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:12.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:12.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:12.374+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:12.571+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:12.667+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:13.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:13.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:13.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:13.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:14.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:14.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:14.723+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:15.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:15.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:15.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:15.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:15.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:15.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:15.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:15.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:15.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:15.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:17.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:17.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:18.164+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:18.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:18.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:18.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:18.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:18.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:18.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:18.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:18.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:18.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:18.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:19.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:19.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:20.535+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:20.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:20.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:20.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:20.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:20.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:20.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:21.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:21.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:21.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:21.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:22.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:22.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:22.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:22.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:22.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:22.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:24.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:24.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:24.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:24.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:24.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:24.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:24.952+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:24.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:24.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:25.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:25.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:25.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:25.921+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:26.255+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:26.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:26.720+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:26.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:26.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:26.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:26.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:28.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:28.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:28.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:28.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:28.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:28.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:30.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:30.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:30.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:30.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:30.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:30.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:32.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:32.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:33.079+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:33.242+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:33.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:33.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:33.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:33.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:33.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:33.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:33.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:33.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:33.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:33.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:34.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:34.603+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:35.109+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:35.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:35.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:35.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:35.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:35.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:35.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:35.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:35.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:35.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:35.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:37.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:37.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:37.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:37.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:37.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:37.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:38.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:38.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:39.342+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:39.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:39.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:39.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:39.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:40.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:40.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:40.070+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:40.414+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:40.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:40.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:40.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:40.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:41.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:41.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:41.619+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:42.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:42.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:42.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:42.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:42.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:42.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:42.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:42.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:42.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:42.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:44.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:44.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:44.207+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:44.322+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:44.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:44.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:44.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:44.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:45.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:45.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:45.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:45.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:45.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:45.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:45.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:45.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:45.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:45.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:45.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:45.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:46.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:46.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:46.455+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:46.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:46.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:46.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:46.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:46.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:46.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:47.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:47.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:47.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:47.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:48.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:48.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:49.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:49.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:49.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:49.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:49.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:49.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:49.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:49.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:49.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:49.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:51.248+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:51.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:51.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:51.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:51.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:51.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:51.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:51.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:51.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:51.496+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:51.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:51.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:51.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:51.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:51.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:51.784+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:52.298+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:52.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:52.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:52.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:52.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:54.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:54.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:54.223+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:54.290+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:54.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:54.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:54.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:54.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:57.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:57.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:57.584+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:57.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:57.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:57.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:57.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:58.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:25:58.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:25:59.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:25:59.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:25:59.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:25:59.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:25:59.478+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:25:59.535+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:00.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:00.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:00.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:00.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:00.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:00.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:00.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:00.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:00.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:00.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:00.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:00.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:01.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:01.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:01.482+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:01.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:01.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:01.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:01.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:03.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:03.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:03.335+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:03.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:03.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:03.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:03.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:05.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:05.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:05.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:05.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:05.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:05.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:05.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:05.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:05.674+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:05.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:05.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:05.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:05.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:06.629+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:06.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:07.193+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:07.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:07.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:07.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:07.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:09.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:09.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:09.228+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:09.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:09.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:09.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:09.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:09.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:09.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:09.972+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:10.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:10.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:10.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:10.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:11.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:11.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:11.393+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:11.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:11.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:11.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:11.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:12.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:12.545+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:13.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:13.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:13.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:13.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:13.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:13.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:13.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:13.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:13.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:13.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:14.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:14.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:15.505+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:15.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:15.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:15.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:15.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:15.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:15.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:16.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:16.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:16.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:16.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:16.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:16.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:16.775+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:16.849+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:17.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:17.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:17.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:17.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:18.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:18.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:18.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:18.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:18.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:18.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:19.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:19.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:19.324+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:19.337+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:19.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:19.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:19.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:19.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:20.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:20.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:20.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:20.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:20.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:20.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:22.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:22.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:22.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:22.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:22.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:22.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:23.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:23.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:23.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:23.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:23.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:23.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:24.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:24.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:24.289+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:24.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:24.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:24.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:24.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:24.759+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:24.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:24.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:25.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:25.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:25.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:25.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:25.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:25.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:25.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:25.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:25.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:25.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:26.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:26.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:26.903+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:27.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:27.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:27.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:27.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:27.526+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:28.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:28.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:29.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:29.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:29.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:29.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:29.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:29.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:29.943+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:30.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:30.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:30.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:30.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:30.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:30.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:30.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:30.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:30.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:30.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:32.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:32.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:32.174+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:32.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:32.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:32.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:32.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:34.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:34.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:35.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:35.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:35.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:35.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:35.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:35.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:35.407+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:35.505+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:35.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:35.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:35.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:35.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:36.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:36.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:36.629+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:36.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:36.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:36.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:36.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:37.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:37.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:37.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:37.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:37.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:37.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:38.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:38.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:38.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:38.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:38.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:38.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:38.648+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:39.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:39.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:39.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:39.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:39.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:39.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:40.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:40.197+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:41.005+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:41.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:41.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:41.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:41.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:42.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:42.197+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:42.520+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:42.542+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:42.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:42.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:42.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:42.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:43.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:43.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:44.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:44.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:44.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:44.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:44.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:44.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:44.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:44.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:44.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:44.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:45.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:45.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:46.364+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:46.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:46.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:46.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:46.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:47.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:47.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:47.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:47.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:47.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:47.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:49.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:49.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:49.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:49.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:49.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:49.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:49.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:49.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:49.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:49.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:49.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:49.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:51.125+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:51.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:51.792+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:51.845+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:26:51.848+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:51.848+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:51.848+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:51.848+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:52.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:52.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:52.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:52.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:52.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:52.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:53.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:53.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:53.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:53.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:53.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:53.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:53.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:53.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:53.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:53.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:53.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:53.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:54.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:54.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:54.857+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:54.857+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:54.857+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:54.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:54.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:54.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:55.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:55.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:55.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:55.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:56.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:56.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:56.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:56.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:56.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:56.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:57.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:57.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:57.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:57.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:57.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:57.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:57.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:57.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:58.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:58.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:58.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:58.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:58.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:58.493+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:26:58.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:26:58.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:26:58.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:26:58.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:26:59.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:26:59.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:00.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:00.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:00.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:00.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:00.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:00.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:00.626+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:27:01.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:01.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:01.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:01.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:02.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:02.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:03.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:03.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:03.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:03.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:03.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:03.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:03.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:03.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:03.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:03.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:05.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:05.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:06.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:06.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:06.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:06.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:07.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:07.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:07.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:07.575+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:07.575+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:07.575+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:09.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:09.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:10.325+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:27:10.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:10.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:10.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:10.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:12.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:12.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:13.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:13.024+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:13.024+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:13.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:13.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:13.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:13.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:13.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:13.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:13.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:14.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:14.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:14.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:14.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:14.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:14.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:15.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:15.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:15.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:15.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:15.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:15.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:16.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:16.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:16.456+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:27:16.574+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:27:17.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:17.029+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:17.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:17.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:20.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:20.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:20.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:20.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:20.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:20.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:21.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:21.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:21.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:21.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:21.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:21.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:23.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:23.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:23.753+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:27:23.840+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:27:24.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:24.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:24.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:24.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:25.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:25.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:25.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:25.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:25.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:25.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:30.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:30.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:30.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:30.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:30.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:30.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:30.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:30.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:31.013+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:27:31.020+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:27:31.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:31.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:31.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:31.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:32.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:32.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:32.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:32.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:32.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:32.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:39.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:39.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:40.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:40.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:40.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:40.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:40.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:40.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:41.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:41.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:41.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:41.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:42.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:42.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:42.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:42.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:42.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:42.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:44.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:44.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:44.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:44.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:44.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:44.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:46.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:46.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:46.339+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:27:46.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:46.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:46.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:46.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:46.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:46.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:47.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:47.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:47.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:47.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:49.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:49.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:49.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:49.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:49.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:49.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:51.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:51.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:51.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:51.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:51.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:51.922+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:53.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:53.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:53.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:53.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:53.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:53.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:56.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:56.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:56.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:56.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:56.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:56.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:57.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:57.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:57.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:57.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:57.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:57.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:58.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:58.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:58.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:58.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:58.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:58.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:27:58.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:27:58.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:27:59.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:27:59.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:27:59.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:27:59.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:01.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:01.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:01.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:01.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:01.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:01.921+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:05.574+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:28:05.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:05.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:06.329+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:06.329+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:06.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:06.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:06.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:06.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:07.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:07.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:07.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:07.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:11.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:11.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:11.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:11.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:11.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:11.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:12.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:12.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:13.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:13.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:13.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:13.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:14.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:14.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:14.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:14.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:14.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:14.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:15.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:15.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:16.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:16.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:16.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:16.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:17.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:17.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:17.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:17.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:17.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:17.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:19.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:19.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:20.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:20.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:20.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:20.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:20.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:20.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:20.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:20.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:20.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:20.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:21.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:21.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:21.281+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:28:21.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:21.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:21.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:21.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:23.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:23.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:23.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:23.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:23.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:23.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:26.574+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:28:26.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:26.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:26.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:26.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:26.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:26.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:28.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:28.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:28.856+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:28:29.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:29.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:29.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:29.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:29.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:29.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:30.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:30.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:30.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:30.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:32.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:32.555+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:32.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:32.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:32.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:32.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:33.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:33.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:34.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:34.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:34.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:34.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:36.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:36.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:36.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:36.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:36.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:36.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:36.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:36.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:37.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:37.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:37.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:37.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:38.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:38.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:38.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:38.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:38.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:38.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:39.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:39.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:40.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:40.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:40.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:40.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:41.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:41.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:41.602+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:28:42.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:42.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:42.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:42.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:42.318+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:28:43.039+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:43.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:44.075+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:44.075+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:44.075+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:44.075+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:45.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:45.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:45.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:45.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:45.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:45.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:47.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:47.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:47.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:47.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:47.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:47.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:48.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:48.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:48.393+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:28:49.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:49.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:49.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:49.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:49.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:49.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:49.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:49.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:49.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:49.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:50.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:50.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:50.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:50.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:50.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:50.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:51.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:51.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:51.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:51.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:51.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:51.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:51.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:51.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:51.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:51.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:51.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:51.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:53.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:53.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:53.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:53.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:53.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:53.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:53.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:53.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:54.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:54.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:54.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:54.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:55.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:55.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:57.045+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:28:57.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:57.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:57.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:57.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:57.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:57.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:57.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:57.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:57.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:57.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:28:59.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:28:59.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:28:59.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:28:59.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:28:59.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:28:59.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:03.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:03.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:04.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:04.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:04.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:04.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:05.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:05.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:05.171+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:29:06.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:06.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:06.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:06.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:07.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:07.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:08.089+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:29:08.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:08.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:08.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:08.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:11.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:11.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:11.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:11.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:11.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:11.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:12.796+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:29:12.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:12.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:13.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:13.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:13.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:13.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:13.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:13.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:13.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:13.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:13.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:13.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:14.194+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:14.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:14.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:14.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:14.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:14.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:14.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:14.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:14.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:14.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:14.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:14.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:15.007+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:15.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:15.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:15.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:15.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:15.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:15.756+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:15.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:15.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:15.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:15.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:15.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:17.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:17.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:17.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:17.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:17.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:17.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:18.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:18.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:18.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:18.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:18.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:18.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:19.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:19.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:20.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:20.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:20.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:20.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:20.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:20.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:20.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:20.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:20.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:20.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:21.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:21.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:21.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:21.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:21.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:21.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:21.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:21.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:21.389+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:29:21.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:21.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:21.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:21.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:23.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:23.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:23.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:23.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:23.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:23.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:24.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:24.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:24.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:24.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:24.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:24.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:24.421+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:29:25.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:25.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:26.295+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:29:26.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:26.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:26.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:26.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:27.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:27.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:27.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:27.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:27.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:27.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:28.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:28.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:28.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:28.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:28.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:28.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:28.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:28.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:28.587+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:28.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:28.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:28.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:29.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:29.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:29.488+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:29:29.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:29.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:29.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:29.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:33.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:33.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:34.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:34.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:34.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:34.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:36.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:36.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:36.514+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:29:36.593+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:29:36.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:36.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:36.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:36.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:38.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:38.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:38.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:38.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:38.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:38.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:39.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:39.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:40.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:40.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:40.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:40.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:41.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:41.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:41.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:41.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:41.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:41.596+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:42.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:42.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:42.512+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:29:42.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:42.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:42.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:42.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:42.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:42.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:43.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:43.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:43.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:43.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:44.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:44.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:44.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:44.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:44.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:44.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:45.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:45.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:45.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:45.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:45.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:45.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:45.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:45.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:45.412+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:29:45.864+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:29:45.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:45.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:45.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:45.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:48.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:48.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:48.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:48.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:48.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:48.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:48.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:48.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:48.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:48.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:48.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:48.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:49.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:49.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:50.719+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:29:50.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:50.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:50.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:50.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:50.793+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:29:51.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:51.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:51.780+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:29:51.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:51.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:51.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:51.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:52.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:52.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:52.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:52.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:52.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:52.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:54.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:54.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:54.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:54.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:54.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:54.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:56.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:56.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:56.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:56.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:56.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:56.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:58.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:58.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:58.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:58.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:58.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:58.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:29:59.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:29:59.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:29:59.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:29:59.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:29:59.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:29:59.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:03.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:03.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:03.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:03.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:03.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:03.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:06.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:06.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:06.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:06.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:06.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:06.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:07.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:07.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:08.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:08.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:08.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:08.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:09.194+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:09.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:09.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:09.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:09.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:09.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:13.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:13.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:14.198+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:30:14.336+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:14.336+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:14.336+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:14.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:14.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:14.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:14.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:14.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:14.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:14.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:18.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:18.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:18.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:18.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:18.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:18.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:20.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:20.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:20.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:20.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:20.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:20.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:20.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:20.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:20.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:20.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:20.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:20.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:21.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:21.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:21.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:21.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:21.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:21.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:24.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:24.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:24.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:24.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:24.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:24.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:27.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:27.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:27.025+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:30:27.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:27.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:27.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:27.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:27.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:27.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:27.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:27.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:27.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:27.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:27.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:27.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:28.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:28.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:28.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:28.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:32.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:32.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:32.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:32.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:32.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:32.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:34.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:34.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:34.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:34.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:34.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:34.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:35.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:35.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:35.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:35.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:35.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:35.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:40.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:40.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:40.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:40.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:40.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:40.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:40.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:40.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:40.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:40.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:40.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:40.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:45.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:45.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:45.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:45.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:45.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:45.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:48.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:48.032+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:48.526+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:30:48.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:48.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:48.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:48.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:51.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:51.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:51.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:51.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:51.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:51.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:53.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:53.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:54.035+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:30:54.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:54.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:54.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:54.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:54.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:54.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:55.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:55.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:55.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:55.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:56.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:56.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:57.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:57.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:57.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:57.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:30:59.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:30:59.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:30:59.394+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:30:59.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:30:59.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:30:59.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:30:59.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:00.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:00.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:00.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:00.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:00.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:00.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:02.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:02.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:02.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:02.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:02.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:02.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:05.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:05.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:05.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:05.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:05.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:05.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:05.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:05.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:05.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:05.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:05.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:05.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:09.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:09.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:09.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:09.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:09.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:09.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:12.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:12.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:12.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:12.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:12.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:12.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:14.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:14.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:14.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:14.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:14.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:14.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:17.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:17.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:19.153+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:31:19.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:19.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:19.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:19.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:21.125+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:21.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:21.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:21.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:21.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:21.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:22.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:22.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:23.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:23.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:23.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:23.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:25.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:25.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:25.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:25.454+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:25.454+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:25.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:25.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:25.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:26.173+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:31:26.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:26.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:26.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:26.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:26.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:26.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:27.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:27.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:27.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:27.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:28.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:28.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:28.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:28.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:28.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:28.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:30.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:30.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:30.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:30.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:30.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:30.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:30.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:30.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:30.886+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:31:30.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:30.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:30.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:30.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:31.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:31.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:31.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:31.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:31.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:31.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:35.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:35.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:35.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:35.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:35.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:35.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:36.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:36.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:36.493+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:31:36.496+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:36.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:36.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:36.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:37.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:37.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:37.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:37.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:37.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:37.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:40.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:40.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:40.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:40.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:40.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:40.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:41.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:41.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:42.042+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:31:42.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:42.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:42.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:42.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:46.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:46.032+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:46.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:46.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:46.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:46.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:48.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:48.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:48.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:48.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:48.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:48.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:49.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:49.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:50.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:50.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:50.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:50.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:52.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:52.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:53.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:53.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:53.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:53.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:54.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:54.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:54.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:54.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:54.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:54.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:55.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:55.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:55.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:55.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:55.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:55.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:56.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:56.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:56.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:56.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:56.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:56.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:58.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:58.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:58.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:58.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:58.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:58.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:31:59.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:31:59.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:31:59.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:31:59.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:31:59.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:31:59.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:00.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:00.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:00.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:00.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:00.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:00.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:01.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:01.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:01.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:01.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:01.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:01.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:01.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:01.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:01.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:01.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:01.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:01.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:04.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:04.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:04.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:04.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:04.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:04.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:04.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:04.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:04.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:04.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:04.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:04.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:06.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:06.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:06.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:06.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:06.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:06.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:07.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:07.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:07.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:07.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:07.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:07.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:09.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:09.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:10.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:10.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:10.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:10.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:12.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:12.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:12.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:12.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:12.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:12.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:16.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:16.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:17.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:17.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:17.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:17.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:18.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:18.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:19.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:19.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:19.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:19.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:21.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:21.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:21.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:21.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:21.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:21.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:22.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:22.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:23.933+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:23.933+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:23.933+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:23.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:24.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:24.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:24.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:24.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:24.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:24.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:25.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:25.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:25.383+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:32:25.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:25.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:25.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:25.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:27.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:27.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:28.513+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:32:28.746+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:32:29.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:29.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:29.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:29.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:29.651+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:29.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:29.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:29.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:29.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:29.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:30.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:30.443+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:30.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:30.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:30.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:30.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:30.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:30.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:30.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:30.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:30.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:30.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:35.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:35.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:35.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:35.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:35.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:35.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:36.492+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:32:36.494+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:32:36.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:36.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:36.603+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:32:36.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:36.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:36.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:36.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:41.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:41.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:41.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:41.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:41.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:41.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:43.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:43.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:43.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:43.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:43.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:43.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:46.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:46.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:46.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:46.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:46.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:46.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:47.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:47.646+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:47.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:47.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:47.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:47.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:48.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:48.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:49.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:49.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:49.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:49.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:49.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:49.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:49.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:49.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:49.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:49.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:49.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:49.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:49.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:49.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:49.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:49.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:51.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:51.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:51.575+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:51.575+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:51.575+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:51.575+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:52.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:52.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:52.515+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:32:52.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:52.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:52.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:52.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:54.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:54.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:54.145+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:32:54.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:54.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:54.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:54.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:54.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:54.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:54.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:54.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:54.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:54.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:54.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:54.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:55.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:55.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:55.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:55.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:55.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:55.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:55.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:55.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:55.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:55.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:32:57.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:32:57.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:32:57.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:32:57.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:32:57.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:32:57.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:00.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:00.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:00.153+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:33:00.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:00.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:00.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:00.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:00.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:00.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:00.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:00.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:00.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:00.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:00.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:00.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:01.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:01.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:01.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:01.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:02.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:02.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:02.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:02.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:02.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:02.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:03.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:03.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:03.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:03.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:03.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:03.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:05.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:05.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:05.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:05.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:05.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:05.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:07.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:07.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:07.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:07.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:07.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:07.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:07.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:07.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:08.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:08.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:08.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:08.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:08.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:08.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:08.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:08.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:08.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:08.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:08.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:08.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:08.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:08.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:08.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:08.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:13.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:13.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:14.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:14.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:14.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:14.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:14.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:14.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:14.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:14.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:14.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:14.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:14.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:14.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:14.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:14.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:14.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:14.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:15.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:15.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:15.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:15.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:15.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:15.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:15.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:15.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:15.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:15.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:15.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:15.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:16.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:16.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:16.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:16.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:16.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:16.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:18.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:18.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:18.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:18.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:18.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:18.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:20.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:20.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:20.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:20.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:20.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:20.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:22.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:22.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:22.367+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:33:22.492+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:33:22.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:22.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:22.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:22.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:23.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:23.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:23.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:23.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:23.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:23.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:24.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:24.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:24.140+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:33:24.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:24.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:24.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:24.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:27.255+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:27.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:27.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:27.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:27.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:27.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:28.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:28.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:28.285+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:28.285+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:28.285+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:28.285+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:29.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:29.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:29.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:29.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:29.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:29.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:32.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:32.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:32.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:32.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:32.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:32.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:33.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:33.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:33.993+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:33:34.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:34.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:34.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:34.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:34.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:34.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:34.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:34.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:34.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:34.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:36.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:36.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:36.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:36.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:36.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:36.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:37.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:37.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:37.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:37.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:37.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:37.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:38.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:38.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:38.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:38.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:38.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:38.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:39.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:39.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:39.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:39.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:39.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:39.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:40.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:40.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:40.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:40.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:40.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:40.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:41.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:41.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:41.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:41.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:41.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:41.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:41.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:41.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:41.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:41.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:41.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:41.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:43.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:43.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:43.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:43.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:43.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:43.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:44.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:44.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:44.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:44.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:44.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:44.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:45.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:45.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:45.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:45.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:45.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:45.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:46.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:46.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:46.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:46.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:46.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:46.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:47.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:47.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:47.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:47.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:47.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:47.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:48.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:48.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:48.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:48.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:48.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:48.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:48.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:48.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:48.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:48.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:48.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:48.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:50.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:50.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:50.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:50.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:50.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:50.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:51.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:51.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:51.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:51.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:51.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:51.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:51.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:51.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:51.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:51.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:51.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:51.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:52.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:52.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:52.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:52.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:52.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:52.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:53.977+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:53.977+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:54.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:54.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:54.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:54.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:55.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:55.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:56.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:56.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:56.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:56.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:57.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:57.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:58.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:58.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:58.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:58.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:33:59.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:33:59.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:33:59.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:33:59.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:33:59.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:33:59.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:00.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:00.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:00.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:00.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:00.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:00.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:00.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:00.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:01.416+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:34:01.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:01.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:01.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:01.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:01.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:01.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:01.703+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:34:02.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:02.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:02.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:02.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:03.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:03.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:03.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:03.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:03.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:03.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:03.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:03.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:04.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:04.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:04.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:04.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:04.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:04.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:04.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:04.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:04.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:04.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:04.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:04.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:05.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:05.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:05.052+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:05.052+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:06.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:06.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:06.599+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:34:07.115+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:34:07.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:07.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:07.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:07.226+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:07.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:07.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:07.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:07.831+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:07.831+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:07.831+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:09.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:09.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:09.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:09.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:09.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:09.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:11.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:11.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:11.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:11.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:11.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:11.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:12.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:12.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:13.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:13.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:13.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:13.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:14.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:14.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:14.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:14.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:14.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:14.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:15.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:15.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:15.949+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:15.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:15.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:15.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:17.751+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:17.752+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:17.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:17.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:17.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:17.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:19.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:19.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:19.769+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:34:19.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:19.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:19.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:19.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:20.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:20.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:20.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:20.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:20.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:20.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:22.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:22.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:22.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:22.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:22.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:22.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:23.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:23.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:23.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:23.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:23.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:23.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:25.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:25.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:25.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:25.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:25.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:25.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:25.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:25.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:26.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:26.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:26.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:26.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:27.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:27.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:27.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:27.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:27.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:27.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:27.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:27.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:27.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:27.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:27.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:27.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:27.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:27.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:27.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:27.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:27.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:27.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:31.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:31.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:31.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:31.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:31.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:31.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:32.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:32.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:32.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:32.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:32.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:32.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:32.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:32.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:32.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:32.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:32.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:32.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:32.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:32.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:33.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:33.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:33.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:33.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:34.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:34.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:34.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:34.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:34.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:34.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:35.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:35.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:35.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:35.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:35.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:35.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:37.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:37.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:37.507+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:34:37.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:37.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:37.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:37.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:38.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:38.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:38.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:38.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:38.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:38.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:40.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:40.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:40.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:40.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:40.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:40.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:40.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:40.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:41.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:41.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:41.052+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:41.052+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:41.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:41.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:41.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:41.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:41.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:41.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:43.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:43.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:43.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:43.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:43.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:43.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:43.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:43.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:44.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:44.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:44.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:44.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:45.918+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:34:45.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:45.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:45.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:45.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:45.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:45.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:47.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:47.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:47.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:47.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:47.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:47.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:48.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:48.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:48.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:48.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:48.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:48.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:49.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:49.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:49.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:49.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:49.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:49.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:50.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:50.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:50.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:50.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:50.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:50.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:50.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:50.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:50.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:50.747+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:50.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:50.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:51.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:51.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:51.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:51.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:51.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:51.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:51.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:51.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:51.231+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:51.231+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:51.231+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:51.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:52.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:52.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:52.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:52.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:52.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:52.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:53.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:53.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:53.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:53.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:53.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:53.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:54.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:54.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:54.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:54.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:54.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:54.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:55.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:55.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:55.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:55.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:55.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:55.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:55.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:55.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:55.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:55.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:55.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:55.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:56.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:56.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:56.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:56.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:56.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:56.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:56.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:56.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:56.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:56.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:56.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:56.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:58.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:58.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:58.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:58.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:58.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:58.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:34:58.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:34:58.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:34:59.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:34:59.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:34:59.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:34:59.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:00.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:00.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:00.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:00.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:00.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:00.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:01.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:01.549+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:01.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:01.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:01.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:01.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:02.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:02.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:02.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:02.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:02.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:02.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:03.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:03.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:03.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:03.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:03.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:03.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:05.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:05.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:05.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:05.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:05.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:05.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:06.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:06.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:06.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:06.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:06.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:06.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:06.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:06.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:06.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:06.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:06.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:06.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:07.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:07.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:07.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:07.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:07.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:07.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:07.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:07.646+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:07.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:07.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:07.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:07.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:08.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:08.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:08.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:08.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:08.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:08.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:09.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:09.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:09.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:09.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:09.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:09.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:10.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:10.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:10.630+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:35:10.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:10.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:10.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:10.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:11.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:11.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:11.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:11.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:11.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:11.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:11.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:11.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:11.813+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:35:11.828+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:11.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:11.831+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:11.831+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:14.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:14.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:14.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:14.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:14.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:14.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:16.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:16.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:16.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:16.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:16.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:16.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:17.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:17.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:17.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:17.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:17.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:17.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:17.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:17.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:17.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:17.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:17.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:17.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:18.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:18.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:18.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:18.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:18.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:18.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:19.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:19.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:19.790+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:19.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:19.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:19.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:19.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:19.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:20.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:20.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:20.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:20.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:20.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:20.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:20.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:20.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:20.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:20.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:22.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:22.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:22.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:22.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:22.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:22.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:22.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:22.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:22.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:22.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:22.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:22.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:23.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:23.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:23.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:23.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:23.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:23.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:23.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:23.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:23.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:23.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:23.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:23.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:23.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:23.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:23.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:23.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:23.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:23.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:24.208+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:24.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:24.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:24.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:24.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:24.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:24.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:24.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:24.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:24.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:24.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:24.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:25.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:25.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:25.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:25.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:25.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:25.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:27.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:27.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:27.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:27.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:27.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:27.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:27.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:27.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:27.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:27.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:27.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:27.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:27.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:27.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:28.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:28.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:28.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:28.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:28.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:28.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:28.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:28.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:28.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:28.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:28.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:28.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:28.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:28.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:28.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:28.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:29.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:29.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:29.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:29.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:29.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:29.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:29.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:29.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:29.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:29.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:29.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:29.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:32.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:32.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:32.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:32.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:32.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:32.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:32.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:32.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:32.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:32.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:32.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:32.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:33.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:33.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:33.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:33.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:33.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:33.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:34.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:34.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:34.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:34.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:34.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:34.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:35.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:35.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:35.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:35.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:35.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:35.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:36.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:36.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:37.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:37.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:37.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:37.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:37.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:37.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:37.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:37.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:37.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:37.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:37.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:37.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:38.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:38.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:38.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:38.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:38.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:38.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:38.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:38.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:38.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:38.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:39.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:39.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:39.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:39.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:39.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:39.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:39.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:39.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:39.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:39.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:39.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:39.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:40.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:40.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:40.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:40.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:40.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:40.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:41.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:41.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:41.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:41.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:41.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:41.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:41.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:41.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:41.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:41.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:41.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:41.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:42.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:42.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:42.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:42.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:42.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:42.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:42.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:42.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:43.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:43.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:43.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:43.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:43.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:43.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:43.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:43.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:43.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:43.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:43.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:43.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:44.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:44.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:44.052+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:44.052+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:44.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:44.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:44.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:44.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:44.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:44.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:44.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:44.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:45.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:45.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:45.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:45.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:45.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:45.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:45.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:45.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:45.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:45.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:46.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:46.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:46.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:46.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:46.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:46.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:46.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:46.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:46.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:46.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:46.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:46.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:47.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:47.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:47.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:47.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:47.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:47.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:47.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:47.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:47.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:47.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:47.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:47.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:48.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:48.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:48.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:48.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:48.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:48.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:49.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:49.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:49.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:49.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:49.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:49.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:51.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:51.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:51.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:51.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:51.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:51.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:52.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:52.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:52.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:52.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:52.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:52.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:52.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:52.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:52.881+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:52.881+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:52.881+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:52.881+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:53.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:53.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:53.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:53.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:53.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:53.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:54.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:54.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:55.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:55.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:55.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:55.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:55.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:55.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:55.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:55.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:55.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:55.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:56.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:57.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:57.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:57.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:57.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:57.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:58.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:58.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:58.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:58.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:58.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:58.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:58.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:58.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:58.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:58.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:58.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:58.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:35:59.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:35:59.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:35:59.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:35:59.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:35:59.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:35:59.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:00.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:00.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:00.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:00.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:00.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:00.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:00.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:00.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:00.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:00.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:00.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:00.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:00.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:00.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:00.903+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:36:00.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:00.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:00.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:00.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:01.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:01.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:01.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:01.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:01.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:01.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:02.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:02.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:02.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:02.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:02.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:02.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:03.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:03.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:03.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:03.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:03.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:03.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:03.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:03.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:03.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:03.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:03.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:03.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:04.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:04.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:04.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:04.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:04.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:04.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:05.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:05.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:05.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:05.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:05.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:05.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:05.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:05.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:05.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:05.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:05.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:05.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:06.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:06.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:06.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:06.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:06.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:06.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:08.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:08.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:08.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:08.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:08.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:08.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:09.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:09.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:09.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:09.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:09.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:09.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:10.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:10.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:10.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:10.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:10.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:10.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:12.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:12.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:12.456+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:36:12.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:12.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:12.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:12.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:14.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:14.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:14.782+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:36:14.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:14.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:14.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:14.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:15.007+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:15.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:15.266+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:36:15.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:15.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:15.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:15.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:16.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:16.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:16.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:16.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:16.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:16.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:17.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:17.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:17.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:17.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:17.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:17.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:17.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:17.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:17.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:17.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:17.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:17.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:19.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:19.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:19.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:19.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:19.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:19.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:19.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:19.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:19.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:19.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:19.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:19.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:20.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:20.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:20.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:20.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:20.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:20.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:20.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:20.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:20.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:20.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:20.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:20.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:22.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:22.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:22.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:22.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:22.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:22.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:23.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:23.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:23.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:23.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:23.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:23.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:24.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:24.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:24.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:24.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:24.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:24.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:25.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:25.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:25.362+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:36:25.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:25.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:25.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:25.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:26.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:26.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:26.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:26.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:26.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:26.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:27.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:27.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:27.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:27.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:27.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:27.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:29.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:29.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:29.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:29.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:29.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:29.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:29.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:29.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:29.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:29.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:29.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:29.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:29.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:29.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:29.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:29.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:29.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:29.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:30.529+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:36:30.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:30.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:30.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:30.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:30.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:30.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:32.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:32.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:32.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:32.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:32.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:32.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:32.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:32.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:32.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:32.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:32.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:32.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:33.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:33.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:33.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:33.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:33.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:33.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:34.416+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:36:34.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:34.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:34.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:34.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:34.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:34.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:34.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:34.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:34.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:34.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:34.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:34.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:35.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:35.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:35.895+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:36:35.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:35.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:35.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:35.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:36.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:36.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:36.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:36.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:36.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:36.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:37.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:37.726+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:37.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:37.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:37.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:37.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:38.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:38.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:38.956+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:36:39.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:39.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:39.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:39.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:39.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:39.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:39.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:39.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:39.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:39.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:40.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:40.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:40.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:40.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:40.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:40.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:40.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:40.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:41.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:41.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:41.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:41.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:41.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:41.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:41.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:41.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:41.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:41.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:42.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:42.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:42.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:42.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:42.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:42.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:42.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:42.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:42.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:42.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:42.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:42.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:42.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:42.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:43.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:43.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:43.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:43.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:44.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:44.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:44.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:44.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:44.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:44.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:45.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:45.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:45.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:45.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:45.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:45.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:45.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:45.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:45.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:45.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:45.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:45.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:45.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:45.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:45.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:45.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:45.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:45.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:46.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:46.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:46.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:46.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:46.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:46.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:46.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:46.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:46.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:46.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:46.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:46.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:47.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:47.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:47.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:47.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:47.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:47.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:48.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:48.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:48.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:48.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:48.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:48.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:49.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:49.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:49.683+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:49.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:49.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:49.684+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:50.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:50.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:50.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:50.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:50.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:50.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:50.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:50.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:51.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:51.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:51.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:51.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:51.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:51.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:51.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:51.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:51.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:51.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:52.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:52.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:52.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:52.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:52.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:52.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:53.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:53.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:53.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:53.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:53.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:53.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:53.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:53.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:53.790+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:53.790+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:53.790+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:53.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:53.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:53.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:53.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:53.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:53.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:53.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:54.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:54.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:54.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:54.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:54.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:54.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:54.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:54.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:54.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:54.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:54.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:54.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:54.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:54.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:54.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:54.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:54.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:54.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:56.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:56.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:56.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:56.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:56.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:56.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:57.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:57.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:57.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:57.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:57.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:57.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:59.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:59.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:59.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:59.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:59.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:59.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:59.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:59.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:59.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:59.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:59.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:59.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:59.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:59.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:59.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:59.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:59.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:59.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:36:59.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:36:59.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:36:59.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:36:59.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:36:59.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:36:59.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:00.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:00.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:00.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:00.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:00.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:00.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:00.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:00.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:00.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:00.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:00.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:00.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:00.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:00.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:00.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:00.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:00.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:00.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:02.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:02.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:02.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:02.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:02.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:02.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:03.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:03.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:03.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:03.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:03.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:03.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:03.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:03.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:03.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:03.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:03.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:03.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:04.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:04.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:04.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:04.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:04.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:04.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:04.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:04.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:04.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:04.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:04.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:04.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:04.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:04.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:05.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:05.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:05.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:05.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:05.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:05.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:05.696+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:37:05.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:05.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:05.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:05.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:06.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:06.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:06.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:06.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:06.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:06.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:07.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:07.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:07.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:07.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:07.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:07.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:08.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:08.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:08.080+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:08.080+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:08.080+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:08.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:08.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:08.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:08.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:08.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:08.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:08.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:09.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:09.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:09.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:09.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:09.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:09.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:09.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:09.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:09.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:09.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:09.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:09.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:10.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:10.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:10.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:10.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:10.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:10.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:11.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:11.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:11.080+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:37:11.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:11.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:11.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:11.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:11.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:11.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:11.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:11.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:11.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:11.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:13.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:13.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:13.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:13.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:13.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:13.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:14.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:14.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:14.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:14.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:14.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:14.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:16.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:16.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:16.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:16.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:16.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:16.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:16.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:16.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:16.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:16.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:16.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:16.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:17.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:17.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:17.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:17.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:17.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:17.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:18.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:18.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:18.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:18.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:18.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:18.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:20.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:20.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:20.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:20.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:20.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:20.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:21.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:21.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:21.417+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:37:21.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:21.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:21.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:21.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:21.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:21.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:21.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:21.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:21.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:21.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:23.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:23.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:23.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:23.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:23.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:23.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:23.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:23.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:23.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:23.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:23.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:23.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:25.393+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:25.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:25.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:25.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:25.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:25.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:26.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:26.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:26.127+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:26.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:26.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:26.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:26.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:26.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:26.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:26.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:26.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:26.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:26.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:26.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:27.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:27.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:27.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:27.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:27.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:27.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:27.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:27.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:27.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:27.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:29.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:29.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:29.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:29.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:29.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:29.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:30.756+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:30.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:30.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:30.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:30.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:30.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:31.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:31.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:31.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:31.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:31.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:31.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:32.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:32.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:32.136+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:37:32.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:32.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:32.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:32.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:32.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:32.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:33.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:33.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:33.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:33.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:35.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:35.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:36.072+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:37:36.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:36.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:36.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:36.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:37.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:37.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:37.986+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:37:38.023+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:37:38.024+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:38.024+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:38.024+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:38.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:38.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:38.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:38.751+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:37:38.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:38.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:38.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:38.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:39.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:39.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:39.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:39.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:39.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:39.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:40.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:40.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:40.809+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:37:40.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:40.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:40.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:40.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:41.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:41.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:41.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:41.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:41.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:41.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:42.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:42.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:42.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:42.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:42.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:42.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:42.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:42.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:42.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:42.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:42.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:42.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:42.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:42.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:43.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:43.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:43.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:43.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:43.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:43.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:43.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:43.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:43.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:43.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:43.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:43.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:43.952+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:37:43.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:43.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:43.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:43.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:44.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:44.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:44.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:44.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:44.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:44.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:44.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:44.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:44.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:44.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:44.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:44.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:45.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:45.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:45.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:45.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:45.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:45.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:45.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:45.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:45.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:45.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:45.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:45.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:46.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:46.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:46.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:46.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:46.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:46.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:46.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:46.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:46.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:46.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:46.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:46.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:48.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:48.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:48.496+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:48.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:48.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:48.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:49.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:49.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:49.225+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:37:49.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:49.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:49.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:49.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:49.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:49.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:49.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:49.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:49.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:49.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:50.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:50.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:50.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:50.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:50.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:50.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:51.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:51.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:51.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:51.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:51.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:51.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:52.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:52.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:52.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:52.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:52.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:52.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:53.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:53.072+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:53.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:53.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:53.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:53.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:53.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:53.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:53.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:53.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:53.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:53.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:54.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:54.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:54.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:54.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:54.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:54.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:54.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:54.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:54.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:54.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:54.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:54.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:57.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:57.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:57.880+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:37:57.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:57.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:57.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:57.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:58.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:58.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:58.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:58.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:58.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:58.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:37:59.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:37:59.926+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:37:59.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:37:59.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:37:59.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:37:59.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:00.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:00.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:01.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:01.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:01.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:01.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:01.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:01.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:01.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:01.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:01.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:01.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:02.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:02.222+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:02.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:02.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:02.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:02.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:02.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:02.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:02.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:02.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:02.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:02.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:03.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:03.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:03.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:03.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:03.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:03.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:03.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:03.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:03.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:03.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:03.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:03.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:04.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:04.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:05.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:05.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:05.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:05.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:06.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:06.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:06.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:06.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:06.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:06.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:07.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:07.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:07.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:07.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:07.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:07.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:07.603+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:07.603+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:07.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:07.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:07.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:07.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:07.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:07.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:07.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:07.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:07.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:07.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:08.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:08.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:08.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:08.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:08.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:08.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:08.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:08.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:08.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:08.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:08.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:08.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:10.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:10.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:10.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:10.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:10.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:10.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:10.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:10.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:11.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:11.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:11.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:11.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:11.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:11.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:11.781+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:11.781+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:11.781+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:11.781+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:12.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:12.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:12.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:12.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:12.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:12.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:13.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:13.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:13.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:13.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:13.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:13.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:14.499+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:38:14.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:14.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:14.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:14.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:14.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:14.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:16.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:16.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:16.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:16.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:16.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:16.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:17.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:17.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:17.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:17.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:17.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:17.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:18.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:18.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:18.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:18.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:18.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:18.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:19.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:19.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:19.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:19.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:19.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:19.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:20.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:20.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:20.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:20.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:20.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:20.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:22.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:22.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:23.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:23.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:23.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:23.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:24.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:24.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:24.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:24.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:24.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:24.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:24.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:24.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:24.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:24.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:24.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:24.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:25.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:25.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:25.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:25.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:25.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:25.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:25.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:25.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:25.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:25.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:25.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:25.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:25.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:25.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:25.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:25.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:25.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:25.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:28.134+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:38:28.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:28.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:28.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:28.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:28.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:28.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:28.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:28.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:28.470+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:38:28.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:28.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:28.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:28.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:29.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:29.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:29.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:29.790+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:29.790+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:29.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:30.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:30.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:30.380+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:38:30.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:30.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:30.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:30.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:30.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:30.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:30.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:30.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:30.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:30.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:30.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:30.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:30.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:30.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:30.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:30.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:31.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:31.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:31.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:31.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:31.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:31.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:33.483+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:38:33.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:33.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:33.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:33.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:33.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:33.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:33.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:33.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:33.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:33.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:33.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:33.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:35.086+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:35.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:35.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:35.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:35.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:35.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:35.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:35.586+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:35.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:35.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:35.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:35.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:36.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:36.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:36.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:36.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:36.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:36.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:36.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:36.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:36.550+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:38:36.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:36.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:36.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:36.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:41.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:41.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:41.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:41.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:41.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:41.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:41.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:41.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:42.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:42.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:42.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:42.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:43.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:43.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:43.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:43.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:43.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:43.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:45.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:45.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:45.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:45.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:45.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:45.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:46.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:46.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:46.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:46.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:46.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:46.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:47.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:47.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:47.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:47.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:47.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:47.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:47.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:47.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:47.676+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:38:47.781+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:47.781+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:47.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:47.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:47.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:47.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:48.040+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:48.040+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:48.040+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:48.040+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:49.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:49.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:49.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:49.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:49.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:49.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:49.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:49.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:49.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:49.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:49.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:49.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:50.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:50.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:50.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:50.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:50.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:50.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:50.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:50.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:50.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:50.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:50.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:50.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:51.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:51.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:51.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:51.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:51.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:51.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:51.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:51.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:51.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:51.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:51.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:51.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:52.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:52.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:52.758+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:38:52.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:52.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:52.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:52.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:53.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:53.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:53.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:53.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:53.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:53.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:54.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:54.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:54.626+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:38:54.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:54.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:54.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:54.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:55.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:55.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:56.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:56.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:56.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:56.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:56.160+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:38:56.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:56.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:57.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:57.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:57.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:57.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:57.805+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:38:57.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:57.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:58.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:58.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:58.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:58.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:58.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:58.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:58.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:58.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:58.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:58.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:58.435+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:38:59.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:59.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:59.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:59.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:59.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:59.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:59.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:59.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:59.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:38:59.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:38:59.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:38:59.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:38:59.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:38:59.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:38:59.992+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:39:00.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:00.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:00.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:00.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:01.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:01.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:01.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:01.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:01.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:01.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:03.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:03.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:03.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:03.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:03.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:03.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:04.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:04.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:04.430+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:39:05.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:05.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:05.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:05.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:05.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:05.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:06.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:06.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:06.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:06.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:06.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:06.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:07.027+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:39:07.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:07.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:07.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:07.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:07.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:07.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:08.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:08.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:08.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:08.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:10.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:10.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:10.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:10.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:10.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:10.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:13.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:13.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:13.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:13.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:13.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:13.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:13.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:13.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:13.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:13.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:13.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:13.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:14.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:14.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:14.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:14.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:14.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:14.777+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:15.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:15.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:15.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:15.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:15.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:15.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:15.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:15.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:15.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:15.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:15.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:15.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:16.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:16.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:16.492+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:39:16.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:16.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:16.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:16.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:16.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:16.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:16.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:16.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:16.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:16.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:18.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:18.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:18.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:18.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:18.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:18.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:18.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:18.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:18.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:18.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:18.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:18.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:20.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:20.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:20.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:20.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:20.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:20.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:20.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:20.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:20.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:20.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:20.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:20.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:21.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:21.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:21.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:21.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:21.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:21.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:21.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:21.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:21.840+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:39:21.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:21.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:21.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:21.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:22.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:22.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:22.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:22.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:22.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:22.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:23.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:23.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:23.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:23.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:23.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:23.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:24.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:24.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:24.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:24.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:24.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:24.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:25.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:25.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:25.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:25.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:25.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:25.473+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:25.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:25.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:25.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:25.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:25.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:25.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:26.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:26.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:26.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:26.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:26.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:26.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:27.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:27.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:27.313+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:27.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:27.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:27.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:27.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:27.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:27.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:27.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:27.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:27.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:28.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:28.730+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:28.777+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:28.777+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:28.777+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:28.781+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:29.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:29.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:29.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:29.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:29.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:29.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:29.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:29.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:29.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:29.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:29.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:29.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:31.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:31.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:31.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:31.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:31.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:31.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:32.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:32.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:32.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:32.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:32.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:32.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:32.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:32.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:32.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:32.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:32.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:32.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:34.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:34.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:34.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:34.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:34.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:34.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:34.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:34.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:34.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:34.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:34.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:34.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:34.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:34.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:34.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:34.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:34.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:34.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:35.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:35.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:35.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:35.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:35.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:35.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:36.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:36.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:36.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:36.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:36.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:36.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:37.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:37.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:37.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:37.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:37.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:37.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:38.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:38.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:38.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:38.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:38.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:38.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:38.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:38.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:38.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:38.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:38.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:38.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:40.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:40.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:40.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:40.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:40.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:40.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:40.666+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:39:40.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:40.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:41.040+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:41.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:41.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:41.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:41.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:41.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:41.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:41.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:41.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:41.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:42.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:42.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:42.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:42.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:42.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:42.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:43.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:43.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:43.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:43.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:43.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:43.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:44.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:44.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:44.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:44.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:44.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:44.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:44.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:44.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:44.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:44.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:44.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:44.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:45.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:45.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:45.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:45.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:45.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:45.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:46.257+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:39:46.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:46.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:46.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:46.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:46.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:46.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:47.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:47.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:47.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:47.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:47.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:47.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:47.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:47.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:47.570+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:39:47.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:47.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:47.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:47.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:50.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:50.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:50.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:50.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:50.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:50.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:50.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:50.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:50.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:50.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:50.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:50.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:51.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:51.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:51.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:51.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:51.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:51.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:52.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:52.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:52.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:52.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:52.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:52.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:52.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:52.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:52.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:52.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:52.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:52.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:52.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:52.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:53.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:53.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:53.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:53.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:55.281+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:39:55.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:55.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:55.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:55.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:55.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:55.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:57.130+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:57.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:57.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:57.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:57.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:57.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:58.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:58.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:58.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:58.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:58.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:58.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:58.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:58.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:58.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:58.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:58.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:58.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:59.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:59.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:59.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:59.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:59.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:59.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:39:59.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:39:59.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:39:59.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:39:59.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:39:59.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:39:59.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:00.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:00.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:00.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:00.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:00.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:00.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:00.478+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:40:00.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:00.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:00.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:00.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:00.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:00.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:01.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:01.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:01.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:01.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:01.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:01.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:01.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:01.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:01.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:01.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:01.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:01.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:02.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:02.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:02.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:02.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:02.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:02.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:03.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:03.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:04.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:04.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:04.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:04.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:04.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:04.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:04.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:04.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:04.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:04.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:04.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:04.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:04.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:04.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:04.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:04.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:05.651+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:05.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:05.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:05.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:05.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:05.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:06.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:06.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:06.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:06.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:06.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:06.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:06.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:06.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:06.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:06.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:06.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:06.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:07.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:07.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:07.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:07.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:07.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:07.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:08.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:08.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:08.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:08.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:08.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:08.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:10.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:10.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:10.397+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:10.397+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:10.397+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:10.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:10.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:10.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:10.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:10.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:10.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:10.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:11.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:11.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:12.040+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:12.040+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:12.040+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:12.040+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:13.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:13.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:13.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:13.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:13.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:13.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:13.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:13.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:13.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:13.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:13.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:13.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:15.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:15.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:15.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:15.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:15.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:15.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:15.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:15.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:15.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:15.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:15.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:15.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:16.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:16.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:16.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:16.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:16.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:16.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:18.709+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:40:18.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:18.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:18.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:18.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:18.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:18.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:20.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:20.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:20.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:20.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:20.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:20.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:23.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:23.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:24.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:24.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:24.052+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:24.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:27.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:27.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:27.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:27.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:27.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:27.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:29.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:29.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:29.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:29.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:29.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:29.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:32.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:32.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:32.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:32.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:32.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:32.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:34.577+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:40:34.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:34.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:34.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:34.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:34.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:34.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:36.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:36.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:36.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:36.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:36.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:36.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:37.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:37.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:38.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:38.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:38.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:38.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:39.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:39.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:39.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:39.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:39.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:39.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:40.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:40.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:40.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:40.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:40.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:40.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:42.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:42.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:42.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:42.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:42.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:42.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:43.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:43.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:43.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:43.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:43.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:43.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:45.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:45.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:45.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:45.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:45.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:45.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:45.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:45.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:45.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:45.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:45.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:45.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:45.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:45.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:45.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:45.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:45.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:45.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:47.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:47.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:47.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:47.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:47.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:47.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:48.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:48.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:48.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:48.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:48.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:48.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:50.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:50.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:50.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:50.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:50.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:50.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:50.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:50.493+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:50.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:50.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:50.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:50.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:50.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:50.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:50.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:50.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:50.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:50.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:52.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:52.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:52.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:52.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:52.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:52.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:53.321+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:53.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:53.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:53.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:53.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:53.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:53.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:53.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:53.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:53.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:53.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:53.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:54.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:54.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:54.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:54.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:54.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:54.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:55.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:55.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:55.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:55.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:55.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:55.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:56.072+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:56.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:56.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:56.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:56.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:56.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:58.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:58.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:58.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:58.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:58.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:58.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:58.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:58.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:59.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:59.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:59.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:59.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:40:59.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:40:59.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:40:59.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:40:59.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:40:59.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:40:59.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:00.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:00.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:00.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:00.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:00.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:00.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:01.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:01.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:01.111+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:01.111+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:01.111+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:01.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:01.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:01.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:02.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:02.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:02.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:02.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:02.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:02.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:02.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:02.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:02.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:02.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:04.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:04.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:04.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:04.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:04.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:04.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:05.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:05.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:05.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:05.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:05.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:05.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:07.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:07.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:07.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:07.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:07.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:07.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:07.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:07.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:07.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:07.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:07.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:07.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:23.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:23.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:23.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:23.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:23.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:23.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:28.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:28.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:29.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:29.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:29.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:29.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:29.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:29.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:29.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:29.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:29.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:29.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:31.764+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:31.765+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:31.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:31.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:31.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:31.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:34.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:34.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:34.329+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:34.329+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:34.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:34.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:35.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:35.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:35.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:35.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:35.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:35.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:36.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:36.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:36.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:36.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:36.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:36.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:36.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:36.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:36.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:36.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:36.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:36.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:39.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:39.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:39.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:39.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:39.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:39.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:41.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:41.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:41.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:41.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:41.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:41.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:41.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:41.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:41.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:41.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:41.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:41.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:44.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:44.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:44.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:44.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:44.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:44.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:44.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:44.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:44.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:44.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:44.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:44.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:49.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:49.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:49.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:49.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:49.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:49.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:54.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:54.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:54.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:54.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:54.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:54.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:57.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:57.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:57.918+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:57.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:57.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:57.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:41:59.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:41:59.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:41:59.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:41:59.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:41:59.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:41:59.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:01.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:01.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:01.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:01.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:01.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:01.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:03.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:03.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:03.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:03.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:03.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:03.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:05.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:05.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:05.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:05.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:05.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:05.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:06.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:06.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:06.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:06.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:06.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:06.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:09.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:09.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:09.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:09.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:09.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:09.308+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:11.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:11.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:11.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:11.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:11.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:11.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:11.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:11.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:11.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:11.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:11.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:11.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:14.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:14.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:14.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:14.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:14.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:14.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:14.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:14.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:14.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:14.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:14.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:14.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:16.887+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:16.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:16.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:16.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:16.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:16.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:19.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:19.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:19.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:19.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:19.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:19.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:23.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:23.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:23.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:23.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:23.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:23.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:27.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:27.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:27.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:27.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:27.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:27.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:28.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:28.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:29.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:29.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:29.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:29.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:31.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:31.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:31.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:31.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:31.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:31.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:32.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:32.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:32.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:32.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:32.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:32.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:36.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:36.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:36.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:36.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:36.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:36.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:37.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:37.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:37.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:37.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:37.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:37.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:39.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:39.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:39.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:39.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:39.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:39.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:43.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:43.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:43.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:43.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:43.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:43.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:45.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:45.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:45.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:45.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:45.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:45.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:45.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:45.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:45.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:45.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:45.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:45.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:47.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:47.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:47.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:47.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:47.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:47.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:48.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:48.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:49.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:49.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:49.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:49.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:51.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:51.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:51.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:51.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:51.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:51.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:51.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:51.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:51.828+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:51.828+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:51.828+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:51.828+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:52.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:52.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:53.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:53.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:53.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:53.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:54.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:54.331+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:54.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:54.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:54.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:54.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:57.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:57.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:57.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:57.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:57.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:57.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:42:57.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:42:57.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:42:57.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:42:57.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:42:57.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:42:57.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:00.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:00.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:00.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:00.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:00.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:00.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:02.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:02.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:02.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:02.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:02.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:02.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:04.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:04.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:04.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:04.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:04.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:04.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:06.008+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:06.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:06.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:06.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:06.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:06.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:07.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:07.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:07.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:07.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:07.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:07.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:09.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:09.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:09.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:09.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:09.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:09.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:10.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:10.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:10.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:10.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:10.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:10.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:12.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:12.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:12.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:12.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:12.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:12.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:14.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:14.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:14.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:14.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:14.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:14.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:15.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:15.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:15.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:15.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:15.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:15.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:16.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:16.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:16.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:16.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:16.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:16.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:17.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:17.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:17.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:17.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:17.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:17.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:18.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:18.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:18.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:18.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:18.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:18.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:19.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:19.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:19.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:19.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:19.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:19.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:21.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:21.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:21.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:21.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:21.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:21.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:21.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:21.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:21.508+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:43:21.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:21.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:21.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:21.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:22.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:22.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:23.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:23.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:23.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:23.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:23.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:23.917+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:23.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:23.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:23.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:23.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:26.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:26.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:26.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:26.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:26.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:26.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:26.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:26.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:27.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:27.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:27.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:27.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:28.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:28.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:28.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:28.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:28.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:28.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:29.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:29.020+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:29.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:29.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:29.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:29.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:32.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:32.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:32.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:32.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:32.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:32.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:32.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:32.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:32.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:32.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:32.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:32.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:33.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:33.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:33.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:33.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:33.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:33.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:34.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:34.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:34.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:34.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:34.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:34.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:34.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:34.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:34.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:34.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:34.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:34.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:34.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:34.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:34.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:34.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:34.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:34.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:35.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:35.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:35.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:35.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:35.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:35.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:37.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:37.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:37.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:37.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:37.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:37.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:37.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:37.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:37.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:37.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:37.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:37.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:39.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:39.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:39.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:39.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:39.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:39.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:39.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:39.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:39.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:39.882+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:39.882+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:39.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:40.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:40.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:40.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:40.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:40.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:40.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:40.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:40.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:40.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:40.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:40.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:40.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:40.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:40.730+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:40.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:40.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:40.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:40.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:45.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:45.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:45.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:45.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:45.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:45.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:45.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:45.881+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:45.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:45.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:45.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:45.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:48.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:48.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:48.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:48.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:48.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:48.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:49.695+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:49.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:49.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:49.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:49.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:49.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:51.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:51.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:51.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:51.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:51.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:51.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:52.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:52.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:52.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:52.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:52.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:52.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:52.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:52.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:52.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:52.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:52.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:52.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:53.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:53.195+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:53.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:53.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:53.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:53.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:53.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:53.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:53.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:53.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:53.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:53.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:54.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:54.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:54.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:54.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:54.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:54.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:55.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:55.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:55.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:55.029+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:55.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:55.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:56.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:56.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:56.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:56.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:56.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:56.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:57.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:57.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:57.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:57.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:57.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:57.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:57.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:57.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:58.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:58.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:58.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:58.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:43:58.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:43:58.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:43:58.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:43:58.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:43:58.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:43:58.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:00.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:00.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:00.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:00.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:00.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:00.226+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:03.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:03.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:03.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:03.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:03.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:03.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:03.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:03.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:03.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:03.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:03.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:03.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:05.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:05.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:05.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:05.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:05.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:05.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:08.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:08.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:08.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:08.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:08.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:08.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:08.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:08.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:08.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:08.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:08.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:08.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:10.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:10.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:10.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:10.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:10.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:10.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:10.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:10.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:10.947+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:44:10.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:10.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:10.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:10.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:11.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:11.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:11.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:11.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:11.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:11.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:11.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:11.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:11.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:11.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:11.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:11.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:14.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:14.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:14.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:14.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:14.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:14.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:15.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:15.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:15.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:15.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:15.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:15.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:16.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:16.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:16.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:16.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:16.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:16.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:16.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:16.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:16.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:16.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:16.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:16.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:17.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:17.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:17.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:17.125+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:17.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:17.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:18.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:18.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:19.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:19.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:19.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:19.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:20.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:20.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:20.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:20.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:20.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:20.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:21.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:21.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:21.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:21.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:21.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:21.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:22.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:22.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:22.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:22.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:22.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:22.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:24.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:24.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:24.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:24.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:24.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:24.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:24.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:24.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:24.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:24.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:24.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:24.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:25.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:25.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:25.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:25.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:25.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:25.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:25.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:25.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:25.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:25.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:25.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:25.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:27.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:27.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:28.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:28.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:28.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:28.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:29.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:29.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:29.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:29.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:29.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:29.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:30.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:30.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:30.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:30.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:30.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:30.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:30.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:30.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:30.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:30.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:30.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:30.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:30.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:30.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:30.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:30.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:30.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:30.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:31.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:31.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:31.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:31.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:31.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:31.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:32.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:32.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:32.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:32.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:32.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:32.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:34.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:34.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:34.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:34.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:34.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:34.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:35.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:35.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:35.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:35.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:35.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:35.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:36.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:36.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:36.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:36.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:36.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:36.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:37.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:37.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:37.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:37.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:37.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:37.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:39.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:39.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:39.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:39.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:39.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:39.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:39.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:39.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:39.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:39.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:39.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:39.550+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:40.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:40.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:40.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:40.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:40.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:40.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:40.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:40.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:40.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:40.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:40.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:40.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:41.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:41.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:42.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:42.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:42.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:42.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:44.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:44.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:44.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:44.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:44.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:44.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:44.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:44.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:44.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:44.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:44.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:44.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:45.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:45.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:45.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:45.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:45.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:45.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:45.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:45.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:45.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:45.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:45.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:45.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:45.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:45.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:45.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:45.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:45.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:45.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:47.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:47.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:47.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:47.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:47.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:47.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:48.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:48.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:48.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:48.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:48.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:48.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:50.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:50.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:50.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:50.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:50.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:50.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:51.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:51.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:51.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:51.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:51.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:51.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:51.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:51.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:51.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:51.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:51.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:51.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:51.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:51.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:51.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:51.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:51.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:51.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:53.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:53.195+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:53.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:53.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:53.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:53.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:53.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:53.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:53.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:53.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:53.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:53.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:53.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:53.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:53.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:53.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:53.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:53.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:56.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:56.443+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:56.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:56.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:56.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:56.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:56.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:56.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:56.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:56.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:56.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:56.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:57.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:57.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:57.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:57.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:57.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:57.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:58.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:58.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:58.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:58.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:58.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:58.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:58.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:58.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:58.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:58.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:58.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:58.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:44:58.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:44:58.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:44:58.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:44:58.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:44:58.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:44:58.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:01.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:01.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:01.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:01.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:01.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:01.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:02.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:02.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:02.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:02.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:02.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:02.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:03.896+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:45:03.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:03.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:03.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:03.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:03.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:03.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:05.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:05.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:05.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:05.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:05.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:05.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:05.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:05.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:05.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:05.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:05.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:05.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:06.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:06.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:06.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:06.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:06.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:06.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:07.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:07.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:07.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:07.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:07.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:07.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:08.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:08.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:09.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:09.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:09.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:09.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:11.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:11.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:11.211+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:45:11.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:11.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:11.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:11.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:12.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:12.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:12.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:12.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:12.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:12.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:12.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:12.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:12.917+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:45:12.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:12.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:12.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:12.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:14.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:14.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:14.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:14.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:14.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:14.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:17.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:17.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:17.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:17.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:17.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:17.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:17.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:17.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:18.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:18.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:18.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:18.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:18.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:18.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:18.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:18.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:18.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:18.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:19.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:19.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:19.965+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:45:19.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:19.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:19.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:19.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:22.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:22.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:22.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:22.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:22.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:22.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:22.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:22.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:22.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:22.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:22.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:22.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:25.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:25.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:25.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:25.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:25.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:25.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:26.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:26.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:26.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:26.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:26.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:26.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:26.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:26.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:26.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:26.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:26.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:26.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:27.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:27.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:27.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:27.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:27.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:27.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:27.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:27.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:27.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:27.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:27.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:27.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:28.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:28.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:28.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:28.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:28.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:28.684+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:30.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:30.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:30.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:30.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:30.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:30.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:31.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:31.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:31.491+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:45:31.496+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:31.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:31.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:31.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:31.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:31.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:31.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:31.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:31.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:31.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:33.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:33.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:33.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:33.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:33.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:33.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:35.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:35.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:35.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:35.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:35.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:35.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:35.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:35.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:35.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:35.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:35.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:35.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:36.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:36.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:36.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:36.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:36.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:36.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:37.199+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:37.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:37.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:37.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:37.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:37.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:38.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:38.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:38.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:38.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:38.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:38.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:40.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:40.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:40.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:40.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:40.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:40.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:41.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:41.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:41.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:41.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:41.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:41.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:41.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:41.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:41.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:41.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:41.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:41.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:42.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:42.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:42.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:42.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:42.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:42.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:43.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:43.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:43.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:43.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:43.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:43.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:44.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:44.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:44.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:44.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:44.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:44.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:45.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:45.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:45.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:45.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:45.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:45.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:45.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:45.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:45.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:45.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:45.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:45.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:46.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:46.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:47.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:47.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:47.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:47.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:47.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:47.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:47.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:47.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:47.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:47.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:48.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:48.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:48.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:48.982+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:48.982+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:48.982+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:49.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:49.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:49.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:49.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:49.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:49.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:50.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:50.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:50.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:50.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:50.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:50.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:52.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:52.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:52.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:52.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:52.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:52.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:53.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:53.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:53.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:53.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:53.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:53.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:54.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:54.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:54.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:54.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:54.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:54.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:56.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:56.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:56.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:56.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:56.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:56.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:57.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:57.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:57.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:57.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:57.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:57.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:57.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:57.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:57.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:57.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:57.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:57.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:58.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:58.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:45:58.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:45:58.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:45:58.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:45:58.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:45:59.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:45:59.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:00.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:00.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:00.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:00.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:00.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:00.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:00.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:00.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:00.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:00.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:01.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:01.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:01.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:01.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:01.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:01.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:02.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:02.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:02.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:02.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:02.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:02.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:03.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:03.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:03.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:03.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:03.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:03.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:03.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:03.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:03.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:03.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:03.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:03.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:06.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:06.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:06.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:06.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:06.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:06.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:07.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:07.435+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:07.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:07.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:07.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:07.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:08.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:08.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:08.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:08.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:08.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:08.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:09.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:09.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:09.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:09.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:09.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:09.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:11.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:11.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:11.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:11.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:11.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:11.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:12.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:12.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:12.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:12.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:12.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:12.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:13.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:13.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:13.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:13.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:13.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:13.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:14.115+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:46:14.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:14.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:14.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:14.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:14.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:14.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:15.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:15.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:15.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:15.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:15.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:15.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:15.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:15.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:15.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:15.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:15.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:15.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:16.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:16.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:16.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:16.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:16.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:16.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:16.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:16.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:16.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:16.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:16.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:16.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:18.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:18.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:18.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:18.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:18.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:18.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:18.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:18.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:18.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:18.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:18.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:18.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:19.404+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:46:19.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:19.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:19.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:19.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:19.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:19.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:20.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:20.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:20.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:20.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:20.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:20.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:20.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:20.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:20.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:20.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:20.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:20.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:20.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:20.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:20.960+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:46:20.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:20.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:20.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:20.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:21.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:21.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:21.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:21.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:21.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:21.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:22.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:22.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:22.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:22.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:22.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:22.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:23.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:23.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:23.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:23.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:23.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:23.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:23.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:23.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:23.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:23.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:23.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:23.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:24.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:24.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:24.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:24.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:24.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:24.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:25.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:25.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:25.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:25.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:25.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:25.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:26.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:26.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:26.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:26.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:26.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:26.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:26.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:26.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:26.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:26.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:26.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:26.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:27.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:27.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:27.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:27.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:27.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:27.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:28.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:28.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:28.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:28.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:28.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:28.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:28.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:28.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:28.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:28.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:28.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:28.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:29.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:29.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:29.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:29.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:29.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:29.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:29.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:29.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:29.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:29.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:29.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:29.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:30.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:30.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:30.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:30.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:30.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:30.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:31.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:31.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:31.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:31.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:31.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:31.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:33.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:33.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:33.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:33.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:33.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:33.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:34.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:34.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:34.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:34.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:34.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:34.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:34.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:34.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:34.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:34.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:34.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:34.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:35.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:35.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:35.077+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:46:35.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:35.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:35.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:35.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:35.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:35.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:35.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:35.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:35.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:35.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:35.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:35.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:35.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:35.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:35.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:35.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:36.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:36.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:36.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:36.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:36.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:36.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:38.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:38.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:39.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:39.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:39.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:39.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:39.978+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:39.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:40.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:40.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:40.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:40.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:40.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:40.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:40.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:40.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:40.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:40.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:41.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:41.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:41.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:41.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:41.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:41.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:41.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:41.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:42.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:42.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:42.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:42.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:42.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:42.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:42.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:42.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:42.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:42.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:44.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:44.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:44.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:44.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:44.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:44.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:45.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:45.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:45.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:45.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:45.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:45.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:48.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:48.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:48.428+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:46:48.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:48.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:48.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:48.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:48.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:48.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:48.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:48.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:48.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:48.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:49.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:49.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:49.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:49.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:49.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:49.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:50.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:50.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:50.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:50.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:50.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:50.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:51.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:51.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:51.959+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:46:52.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:52.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:52.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:52.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:54.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:54.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:54.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:54.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:54.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:54.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:55.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:55.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:55.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:55.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:55.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:55.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:56.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:56.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:56.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:56.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:56.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:56.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:56.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:56.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:56.493+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:56.493+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:56.493+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:56.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:57.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:57.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:57.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:57.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:57.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:57.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:46:59.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:46:59.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:46:59.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:46:59.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:46:59.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:46:59.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:00.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:00.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:00.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:00.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:00.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:00.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:02.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:02.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:02.582+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:47:02.655+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:47:02.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:02.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:02.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:02.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:03.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:03.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:03.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:03.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:03.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:03.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:06.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:06.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:06.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:06.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:06.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:06.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:06.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:06.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:06.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:06.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:06.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:06.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:09.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:09.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:09.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:09.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:09.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:09.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:09.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:09.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:09.220+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:47:09.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:09.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:09.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:09.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:09.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:09.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:10.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:10.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:10.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:10.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:10.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:10.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:11.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:11.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:11.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:11.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:11.561+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:11.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:11.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:11.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:11.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:11.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:12.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:12.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:12.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:12.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:12.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:12.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:15.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:15.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:15.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:15.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:15.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:15.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:15.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:15.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:15.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:15.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:15.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:15.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:16.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:16.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:17.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:17.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:17.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:17.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:17.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:17.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:17.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:17.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:17.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:17.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:18.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:18.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:18.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:18.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:18.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:18.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:18.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:18.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:18.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:18.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:18.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:18.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:21.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:21.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:21.890+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:47:21.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:21.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:21.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:21.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:22.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:22.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:22.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:22.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:22.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:22.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:23.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:23.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:23.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:23.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:23.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:23.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:23.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:23.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:24.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:24.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:24.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:24.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:24.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:24.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:24.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:24.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:24.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:24.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:25.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:25.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:25.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:25.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:25.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:25.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:26.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:26.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:26.537+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:47:26.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:26.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:26.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:26.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:27.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:27.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:27.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:27.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:27.351+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:27.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:27.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:27.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:27.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:27.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:27.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:27.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:29.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:29.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:29.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:29.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:29.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:29.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:29.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:29.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:30.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:30.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:30.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:30.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:30.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:30.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:30.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:30.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:30.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:30.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:31.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:31.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:32.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:32.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:32.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:32.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:32.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:32.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:33.024+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:33.024+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:33.024+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:33.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:36.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:36.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:36.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:36.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:36.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:36.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:37.259+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:37.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:37.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:37.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:37.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:37.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:37.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:37.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:38.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:38.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:38.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:38.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:38.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:38.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:39.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:39.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:39.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:39.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:41.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:41.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:41.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:41.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:41.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:41.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:41.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:41.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:41.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:41.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:41.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:41.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:42.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:42.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:42.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:42.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:42.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:42.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:42.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:43.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:43.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:43.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:43.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:43.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:43.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:43.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:43.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:43.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:43.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:43.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:44.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:44.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:44.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:44.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:44.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:44.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:46.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:46.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:46.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:46.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:46.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:46.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:46.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:46.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:46.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:46.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:46.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:46.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:47.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:47.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:47.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:47.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:47.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:47.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:48.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:48.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:48.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:48.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:48.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:48.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:50.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:50.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:50.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:50.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:50.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:50.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:51.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:51.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:51.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:51.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:51.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:51.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:51.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:51.443+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:51.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:51.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:51.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:51.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:51.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:51.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:51.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:51.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:51.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:51.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:51.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:51.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:51.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:51.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:51.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:51.921+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:52.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:52.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:52.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:52.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:52.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:52.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:55.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:55.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:55.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:55.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:55.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:55.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:56.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:56.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:56.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:56.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:56.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:56.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:56.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:56.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:56.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:56.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:56.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:56.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:56.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:56.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:57.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:57.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:57.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:57.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:57.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:57.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:57.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:57.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:57.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:57.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:47:59.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:47:59.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:47:59.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:47:59.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:47:59.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:47:59.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:00.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:00.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:00.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:00.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:00.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:00.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:00.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:00.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:00.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:00.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:00.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:00.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:01.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:01.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:01.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:01.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:01.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:01.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:01.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:01.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:01.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:01.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:01.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:01.741+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:02.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:02.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:02.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:02.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:02.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:02.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:02.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:02.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:02.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:02.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:02.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:02.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:03.130+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:03.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:03.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:03.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:03.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:03.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:04.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:04.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:04.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:04.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:04.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:04.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:05.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:05.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:05.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:05.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:05.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:05.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:05.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:05.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:05.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:05.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:05.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:05.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:06.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:06.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:06.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:06.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:06.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:06.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:07.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:07.197+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:07.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:07.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:07.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:07.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:07.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:07.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:07.375+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:48:07.415+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:48:07.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:07.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:07.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:07.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:07.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:07.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:07.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:07.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:07.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:07.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:07.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:07.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:07.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:07.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:07.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:07.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:08.130+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:08.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:08.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:08.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:08.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:08.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:08.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:08.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:08.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:08.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:08.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:08.575+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:08.750+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:08.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:08.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:08.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:08.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:08.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:10.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:10.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:10.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:10.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:10.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:10.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:10.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:10.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:10.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:10.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:10.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:10.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:11.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:11.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:11.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:11.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:11.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:11.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:11.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:11.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:11.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:11.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:11.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:11.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:12.977+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:12.977+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:13.169+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:48:13.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:13.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:13.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:13.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:13.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:13.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:13.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:13.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:13.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:13.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:13.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:13.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:14.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:14.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:14.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:14.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:14.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:14.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:14.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:14.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:14.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:14.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:15.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:15.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:15.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:15.288+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:15.288+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:15.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:16.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:16.020+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:16.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:16.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:16.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:16.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:16.521+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:16.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:16.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:16.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:16.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:16.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:17.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:17.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:17.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:17.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:17.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:17.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:17.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:17.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:17.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:17.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:17.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:17.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:17.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:17.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:17.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:17.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:17.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:17.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:19.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:19.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:19.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:19.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:19.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:19.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:19.667+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:48:19.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:19.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:19.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:19.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:19.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:19.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:20.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:20.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:20.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:20.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:20.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:20.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:21.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:21.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:22.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:22.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:22.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:22.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:22.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:22.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:22.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:22.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:22.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:22.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:23.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:23.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:23.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:23.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:23.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:23.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:24.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:24.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:25.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:25.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:25.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:25.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:26.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:26.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:26.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:26.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:26.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:26.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:26.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:26.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:26.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:26.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:26.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:26.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:27.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:27.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:27.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:27.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:27.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:27.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:27.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:27.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:27.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:27.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:27.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:27.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:28.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:28.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:28.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:28.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:28.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:28.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:28.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:28.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:28.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:28.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:28.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:28.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:30.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:30.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:30.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:30.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:30.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:30.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:32.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:32.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:32.789+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:48:33.111+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:33.111+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:33.111+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:33.111+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:34.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:34.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:34.390+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:48:34.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:34.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:34.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:34.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:35.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:35.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:36.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:36.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:36.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:36.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:36.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:36.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:36.811+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:48:37.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:37.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:37.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:37.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:38.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:38.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:38.404+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:48:38.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:38.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:38.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:38.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:40.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:40.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:40.219+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:48:40.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:40.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:40.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:40.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:41.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:41.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:41.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:41.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:41.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:41.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:43.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:43.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:43.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:43.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:43.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:43.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:43.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:43.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:43.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:43.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:43.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:43.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:44.026+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:44.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:44.103+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:48:44.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:44.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:44.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:44.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:44.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:44.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:45.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:45.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:45.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:45.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:45.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:45.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:45.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:45.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:45.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:45.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:46.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:46.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:46.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:46.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:46.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:46.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:46.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:46.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:47.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:47.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:47.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:47.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:47.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:47.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:47.575+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:47.575+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:47.575+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:47.575+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:47.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:47.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:47.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:47.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:47.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:47.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:48.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:48.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:49.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:49.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:49.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:49.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:50.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:50.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:50.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:50.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:50.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:50.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:51.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:51.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:51.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:51.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:51.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:51.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:52.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:52.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:52.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:52.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:52.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:52.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:53.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:53.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:53.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:53.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:53.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:53.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:54.180+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:54.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:54.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:54.747+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:54.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:54.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:55.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:55.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:55.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:55.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:55.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:55.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:55.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:55.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:56.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:56.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:56.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:56.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:48:58.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:48:58.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:48:59.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:48:59.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:48:59.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:48:59.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:00.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:00.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:00.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:00.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:00.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:00.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:01.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:01.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:01.582+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:01.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:01.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:01.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:01.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:01.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:01.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:02.088+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:02.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:02.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:02.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:02.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:05.199+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:05.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:05.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:05.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:05.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:05.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:05.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:05.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:05.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:05.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:05.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:05.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:06.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:06.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:07.172+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:07.454+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:08.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:08.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:08.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:08.271+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:09.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:09.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:09.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:09.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:09.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:09.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:09.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:09.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:10.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:10.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:10.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:10.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:11.393+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:11.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:11.864+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:12.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:12.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:12.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:12.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:12.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:12.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:12.672+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:12.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:12.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:12.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:12.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:13.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:13.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:14.467+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:14.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:14.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:14.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:14.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:15.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:15.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:15.594+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:15.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:15.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:15.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:15.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:17.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:17.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:18.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:18.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:18.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:18.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:19.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:19.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:19.444+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:20.141+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:20.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:20.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:20.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:20.813+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:21.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:21.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:21.524+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:22.029+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:22.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:22.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:22.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:22.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:23.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:23.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:23.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:23.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:23.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:23.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:24.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:24.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:24.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:24.882+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:24.882+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:24.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:25.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:25.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:26.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:26.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:26.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:26.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:27.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:27.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:27.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:27.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:27.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:27.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:29.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:29.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:29.119+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:29.521+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:29.666+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:29.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:29.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:29.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:29.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:30.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:30.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:30.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:30.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:30.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:30.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:31.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:31.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:32.364+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:32.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:32.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:32.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:32.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:36.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:36.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:36.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:36.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:36.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:36.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:37.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:37.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:37.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:37.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:37.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:37.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:38.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:38.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:38.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:38.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:38.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:38.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:39.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:39.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:40.180+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:40.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:40.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:40.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:40.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:42.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:42.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:43.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:43.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:43.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:43.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:43.086+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:43.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:43.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:43.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:43.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:43.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:43.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:43.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:44.447+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:44.821+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:44.821+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:44.821+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:44.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:46.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:46.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:47.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:47.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:47.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:47.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:47.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:47.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:48.199+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:49:48.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:48.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:48.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:48.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:49.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:49.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:49.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:49.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:49.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:49.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:49.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:49.726+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:49.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:49.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:49.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:49.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:53.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:53.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:53.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:53.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:53.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:53.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:53.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:53.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:54.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:54.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:54.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:54.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:55.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:55.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:56.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:56.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:56.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:56.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:49:56.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:49:56.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:49:57.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:49:57.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:49:57.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:49:57.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:00.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:00.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:00.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:00.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:00.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:00.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:03.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:03.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:04.412+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:50:04.824+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:50:05.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:05.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:05.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:05.271+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:05.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:05.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:05.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:05.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:05.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:05.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:10.816+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:50:10.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:10.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:10.983+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:50:11.193+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:50:11.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:11.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:11.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:11.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:12.887+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:12.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:13.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:13.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:13.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:13.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:14.596+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:14.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:14.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:14.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:14.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:14.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:15.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:15.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:16.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:16.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:16.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:16.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:17.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:17.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:18.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:18.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:18.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:18.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:18.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:18.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:18.991+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:50:19.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:19.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:19.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:19.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:19.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:19.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:20.212+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:50:20.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:20.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:20.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:20.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:20.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:20.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:21.178+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:50:21.231+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:21.231+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:21.231+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:21.231+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:24.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:24.977+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:25.825+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:50:26.570+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:50:26.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:26.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:26.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:26.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:27.011+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:50:27.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:27.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:28.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:28.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:28.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:28.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:28.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:28.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:28.848+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:50:29.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:29.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:29.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:29.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:29.817+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:29.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:30.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:30.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:30.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:30.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:32.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:32.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:32.650+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:50:32.802+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:50:32.851+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:50:32.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:32.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:32.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:32.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:33.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:33.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:33.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:33.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:33.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:33.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:34.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:34.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:35.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:35.029+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:35.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:35.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:35.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:35.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:36.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:36.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:36.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:36.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:36.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:36.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:36.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:36.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:36.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:36.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:38.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:38.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:38.945+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:50:38.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:38.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:38.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:38.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:39.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:39.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:39.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:39.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:39.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:39.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:40.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:40.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:40.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:40.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:40.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:40.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:42.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:42.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:42.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:42.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:42.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:42.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:42.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:42.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:42.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:42.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:42.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:42.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:44.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:44.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:44.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:44.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:44.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:44.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:45.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:45.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:45.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:45.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:45.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:45.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:45.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:45.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:46.090+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:50:46.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:46.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:46.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:46.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:47.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:47.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:47.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:47.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:47.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:47.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:47.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:47.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:48.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:48.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:48.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:48.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:51.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:51.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:52.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:52.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:52.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:52.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:52.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:52.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:53.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:53.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:53.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:53.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:53.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:53.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:54.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:54.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:54.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:54.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:54.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:54.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:54.699+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:50:55.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:55.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:55.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:55.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:57.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:57.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:57.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:57.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:57.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:57.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:57.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:57.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:50:59.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:50:59.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:50:59.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:50:59.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:50:59.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:50:59.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:00.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:00.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:00.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:00.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:01.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:01.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:02.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:02.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:02.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:02.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:02.130+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:02.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:02.586+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:51:02.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:02.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:02.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:02.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:03.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:03.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:03.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:03.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:03.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:03.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:03.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:03.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:04.126+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:51:04.291+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:51:04.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:04.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:04.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:04.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:05.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:05.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:05.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:05.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:05.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:05.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:08.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:08.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:08.930+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:51:09.112+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:51:09.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:09.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:09.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:09.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:10.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:10.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:10.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:10.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:10.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:10.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:11.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:11.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:11.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:11.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:11.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:11.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:11.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:11.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:12.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:12.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:12.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:12.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:15.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:15.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:15.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:15.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:15.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:15.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:15.123+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:51:17.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:17.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:18.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:18.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:18.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:18.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:21.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:21.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:22.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:22.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:22.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:22.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:26.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:26.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:26.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:26.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:26.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:26.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:26.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:26.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:26.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:26.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:26.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:26.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:27.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:27.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:28.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:28.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:28.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:28.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:28.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:28.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:29.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:29.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:29.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:29.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:29.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:29.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:29.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:29.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:29.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:29.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:32.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:32.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:32.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:32.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:32.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:32.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:32.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:32.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:32.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:32.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:32.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:32.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:32.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:32.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:32.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:32.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:32.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:32.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:34.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:34.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:35.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:35.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:35.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:35.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:36.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:36.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:36.452+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:51:36.850+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:51:36.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:36.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:36.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:36.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:38.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:38.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:38.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:38.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:38.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:38.308+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:38.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:38.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:38.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:38.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:38.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:38.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:42.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:42.845+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:43.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:43.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:43.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:43.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:44.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:44.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:44.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:44.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:44.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:44.226+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:47.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:47.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:49.154+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:51:50.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:50.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:50.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:50.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:50.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:50.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:51.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:51.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:51.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:51.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:53.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:53.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:53.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:53.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:53.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:53.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:55.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:55.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:56.637+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:51:56.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:56.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:56.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:56.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:51:59.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:51:59.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:51:59.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:51:59.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:51:59.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:51:59.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:00.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:00.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:00.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:00.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:00.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:00.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:00.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:00.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:01.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:01.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:01.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:01.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:02.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:02.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:03.257+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:52:03.473+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:52:03.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:03.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:03.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:03.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:05.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:05.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:05.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:05.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:05.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:05.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:07.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:07.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:07.787+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:52:08.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:08.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:08.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:08.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:09.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:09.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:09.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:09.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:09.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:09.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:09.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:09.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:09.930+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:52:10.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:10.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:10.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:10.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:12.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:12.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:13.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:13.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:13.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:13.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:13.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:13.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:13.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:13.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:13.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:13.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:15.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:15.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:15.139+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:52:15.506+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:52:15.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:15.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:15.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:15.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:19.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:19.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:19.906+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:52:19.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:19.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:19.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:19.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:21.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:21.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:21.851+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:52:21.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:21.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:21.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:21.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:24.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:24.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:24.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:24.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:24.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:24.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:25.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:25.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:25.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:25.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:25.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:25.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:26.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:26.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:26.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:26.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:26.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:26.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:27.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:27.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:27.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:27.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:27.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:27.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:28.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:28.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:29.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:29.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:29.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:29.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:30.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:30.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:30.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:30.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:30.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:30.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:30.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:30.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:30.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:30.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:30.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:30.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:32.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:32.917+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:33.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:33.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:33.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:33.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:33.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:33.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:33.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:33.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:33.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:33.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:35.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:35.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:35.500+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:52:35.916+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:52:36.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:36.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:36.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:36.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:36.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:36.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:36.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:36.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:36.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:36.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:36.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:36.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:37.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:37.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:37.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:37.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:39.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:39.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:39.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:39.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:39.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:39.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:40.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:40.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:41.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:41.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:41.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:41.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:42.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:42.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:43.009+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:52:43.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:43.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:43.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:43.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:43.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:43.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:44.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:44.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:44.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:44.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:44.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:44.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:45.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:45.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:45.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:45.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:46.275+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:46.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:46.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:46.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:46.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:46.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:49.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:49.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:50.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:50.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:50.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:50.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:50.879+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:50.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:51.593+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:52:51.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:51.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:51.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:51.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:52.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:52.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:53.383+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:52:53.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:53.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:53.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:53.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:57.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:57.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:57.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:57.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:57.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:57.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:58.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:58.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:58.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:58.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:58.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:58.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:58.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:58.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:58.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:58.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:58.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:58.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:58.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:58.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:52:59.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:52:59.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:52:59.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:52:59.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:52:59.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:52:59.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:00.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:00.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:00.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:00.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:01.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:01.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:01.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:01.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:01.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:01.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:02.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:02.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:02.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:02.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:02.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:02.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:03.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:03.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:03.397+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:03.397+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:03.397+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:03.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:05.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:05.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:05.172+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:53:05.265+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:53:05.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:05.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:05.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:05.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:06.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:06.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:07.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:07.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:07.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:07.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:10.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:10.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:11.030+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:53:11.240+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:53:11.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:11.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:11.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:11.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:15.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:15.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:16.188+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:53:16.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:16.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:16.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:16.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:16.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:16.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:16.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:16.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:16.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:16.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:17.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:17.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:17.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:17.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:17.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:17.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:21.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:21.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:21.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:21.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:21.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:21.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:21.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:21.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:21.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:21.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:21.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:21.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:22.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:22.881+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:23.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:23.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:23.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:23.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:23.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:23.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:23.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:23.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:23.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:23.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:23.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:23.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:23.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:23.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:23.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:23.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:24.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:24.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:25.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:25.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:25.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:25.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:27.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:27.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:27.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:27.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:27.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:27.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:28.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:28.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:29.066+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:53:29.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:29.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:29.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:29.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:30.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:30.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:31.024+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:53:31.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:31.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:31.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:31.075+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:32.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:32.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:32.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:32.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:32.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:32.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:32.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:32.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:32.884+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:53:33.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:33.080+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:33.080+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:33.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:34.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:34.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:34.669+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:53:34.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:34.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:34.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:34.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:36.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:36.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:36.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:36.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:36.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:36.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:36.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:36.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:36.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:36.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:36.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:36.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:39.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:39.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:40.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:40.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:40.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:40.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:43.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:43.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:44.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:44.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:44.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:44.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:44.321+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:44.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:44.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:44.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:44.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:44.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:45.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:45.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:45.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:45.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:45.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:45.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:48.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:48.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:48.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:48.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:48.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:48.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:48.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:48.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:49.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:49.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:49.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:49.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:49.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:49.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:49.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:49.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:49.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:49.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:50.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:50.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:50.336+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:50.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:50.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:50.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:53.118+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:53.119+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:53.252+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:53:53.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:53.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:53.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:53.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:53.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:53.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:53.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:53.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:53.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:53.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:54.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:54.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:54.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:54.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:54.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:54.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:55.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:55.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:55.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:55.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:55.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:55.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:56.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:56.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:56.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:56.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:56.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:56.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:57.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:57.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:57.595+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:57.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:57.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:57.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:58.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:58.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:58.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:58.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:58.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:58.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:58.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:58.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:58.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:58.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:58.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:58.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:58.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:58.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:53:59.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:53:59.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:53:59.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:53:59.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:53:59.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:53:59.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:00.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:00.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:00.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:00.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:00.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:00.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:00.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:00.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:00.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:00.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:01.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:01.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:01.757+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:54:01.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:01.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:01.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:01.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:02.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:02.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:02.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:02.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:02.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:02.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:04.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:04.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:04.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:04.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:04.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:04.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:04.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:04.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:04.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:04.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:04.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:04.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:08.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:08.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:08.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:08.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:08.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:08.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:08.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:08.586+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:08.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:08.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:08.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:08.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:08.785+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:54:09.120+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:54:10.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:10.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:10.936+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:54:11.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:11.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:11.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:11.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:11.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:11.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:12.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:12.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:12.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:12.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:14.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:14.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:14.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:14.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:14.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:14.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:17.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:17.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:19.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:19.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:19.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:19.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:20.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:20.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:21.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:21.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:21.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:21.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:21.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:21.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:21.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:21.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:21.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:21.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:22.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:22.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:22.408+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:54:22.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:22.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:22.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:22.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:24.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:24.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:25.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:25.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:25.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:25.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:28.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:28.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:28.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:28.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:28.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:28.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:28.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:28.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:28.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:28.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:28.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:28.781+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:30.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:30.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:30.555+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:54:31.186+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:54:31.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:31.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:31.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:31.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:33.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:33.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:33.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:33.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:33.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:33.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:35.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:35.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:35.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:35.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:35.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:35.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:36.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:36.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:36.124+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:54:36.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:36.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:36.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:36.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:37.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:37.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:37.968+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:54:38.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:38.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:38.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:38.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:41.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:41.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:41.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:41.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:41.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:41.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:41.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:41.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:42.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:42.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:42.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:42.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:43.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:43.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:43.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:43.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:43.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:43.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:44.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:44.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:45.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:45.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:45.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:45.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:46.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:46.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:47.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:47.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:47.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:47.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:50.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:50.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:50.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:50.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:50.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:50.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:51.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:51.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:51.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:51.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:51.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:51.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:51.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:51.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:51.481+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:54:51.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:51.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:51.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:51.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:52.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:52.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:52.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:52.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:52.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:52.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:53.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:53.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:54.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:54.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:54.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:54.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:55.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:55.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:55.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:55.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:55.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:55.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:56.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:56.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:56.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:56.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:56.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:56.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:57.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:57.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:58.172+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:54:58.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:58.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:58.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:58.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:54:59.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:54:59.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:54:59.571+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:54:59.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:54:59.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:54:59.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:54:59.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:00.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:00.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:00.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:00.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:00.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:00.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:00.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:00.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:01.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:01.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:01.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:01.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:06.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:06.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:07.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:07.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:07.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:07.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:07.498+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:55:07.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:07.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:07.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:07.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:07.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:07.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:08.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:08.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:08.833+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:55:08.857+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:08.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:08.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:08.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:08.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:08.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:09.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:09.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:09.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:09.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:12.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:12.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:12.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:12.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:12.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:12.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:14.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:14.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:14.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:14.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:14.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:14.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:14.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:14.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:15.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:15.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:15.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:15.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:15.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:15.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:15.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:15.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:15.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:15.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:17.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:17.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:17.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:17.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:17.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:17.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:17.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:17.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:17.700+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:55:17.864+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:55:18.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:18.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:18.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:18.083+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:21.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:21.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:21.496+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:21.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:21.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:21.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:22.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:22.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:22.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:22.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:22.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:22.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:24.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:24.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:24.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:24.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:24.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:24.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:24.490+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:55:24.531+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:55:24.565+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:55:26.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:26.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:26.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:26.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:26.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:26.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:27.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:27.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:27.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:27.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:27.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:27.550+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:27.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:27.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:27.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:27.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:27.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:27.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:29.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:29.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:29.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:29.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:29.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:29.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:32.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:32.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:32.315+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:55:32.317+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:55:32.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:32.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:32.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:32.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:32.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:32.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:33.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:33.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:33.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:33.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:34.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:34.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:34.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:34.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:34.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:34.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:35.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:35.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:35.431+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:55:35.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:35.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:35.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:35.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:40.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:40.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:40.071+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:55:40.105+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:55:40.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:40.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:40.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:40.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:40.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:40.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:40.949+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:40.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:40.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:40.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:41.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:41.823+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:55:41.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:42.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:42.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:42.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:42.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:44.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:44.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:44.300+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:55:45.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:45.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:45.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:45.083+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:45.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:45.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:46.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:46.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:46.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:46.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:46.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:46.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:46.861+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:55:46.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:46.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:46.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:46.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:48.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:48.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:48.678+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:55:49.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:49.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:49.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:49.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:50.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:50.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:50.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:50.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:50.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:50.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:51.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:51.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:52.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:52.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:52.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:52.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:52.596+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:52.596+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:52.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:52.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:52.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:52.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:53.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:53.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:54.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:54.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:54.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:54.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:54.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:54.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:54.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:54.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:54.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:54.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:55.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:55.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:56.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:56.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:56.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:56.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:56.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:56.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:56.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:56.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:56.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:56.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:58.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:58.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:58.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:58.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:58.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:58.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:58.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:58.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:59.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:59.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:59.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:59.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:55:59.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:55:59.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:55:59.702+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:55:59.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:55:59.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:55:59.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:55:59.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:56:00.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:56:00.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:56:00.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:56:00.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:56:00.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:56:00.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:56:01.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:56:01.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:56:01.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:56:01.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:56:01.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:56:01.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:56:01.937+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:56:01.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:56:01.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:56:02.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:56:02.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:56:02.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:56:02.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:56:03.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:56:03.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:56:03.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:56:03.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:56:03.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:56:03.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:56:05.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:56:05.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:56:05.391+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:56:05.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:56:05.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:56:05.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:56:05.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:56:06.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:56:06.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:56:07.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:56:07.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:56:07.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:56:07.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:56:09.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:56:09.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:56:09.218+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:56:09.551+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:56:09.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:56:09.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:56:09.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:56:09.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:56:13.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:56:13.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:56:14.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:56:14.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:56:14.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:56:14.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:56:16.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:56:16.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:56:17.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:56:17.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:56:17.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:56:17.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:56:20.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:56:20.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:56:21.011+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:56:21.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:56:21.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:56:21.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:56:21.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:56:28.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:56:28.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:56:28.661+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:56:28.959+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:56:29.807+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:56:29.911+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:56:31.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:56:31.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:56:31.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:56:31.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:56:34.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:56:34.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:56:34.708+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:56:35.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:56:35.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:56:35.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:56:35.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:56:37.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:56:37.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:56:37.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:56:37.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:56:37.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:56:37.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:56:42.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:56:42.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:56:43.765+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:56:45.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:56:45.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:56:45.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:56:45.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:56:47.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:56:47.524+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:56:47.954+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:56:48.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:56:48.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:56:48.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:56:48.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:56:53.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:56:53.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:56:53.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:56:53.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:56:53.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:56:53.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:56:54.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:56:54.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:56:55.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:56:55.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:56:55.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:56:55.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:56:58.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:56:58.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:56:59.201+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:56:59.527+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:57:00.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:00.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:00.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:00.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:03.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:03.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:04.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:04.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:04.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:04.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:07.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:07.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:08.346+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:57:08.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:08.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:08.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:08.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:09.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:09.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:09.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:09.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:09.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:09.197+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:09.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:09.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:10.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:10.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:10.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:10.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:13.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:13.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:15.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:15.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:15.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:15.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:16.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:16.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:16.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:16.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:16.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:16.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:22.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:22.977+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:23.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:23.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:23.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:23.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:23.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:23.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:25.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:25.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:25.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:25.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:27.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:27.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:27.809+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:57:28.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:28.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:28.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:28.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:29.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:29.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:30.880+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:57:30.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:30.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:30.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:30.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:36.879+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:36.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:37.182+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:57:37.889+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:57:38.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:38.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:38.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:38.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:39.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:39.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:39.671+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:57:39.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:39.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:39.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:39.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:41.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:41.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:44.316+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:57:44.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:44.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:44.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:44.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:46.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:46.726+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:47.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:47.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:47.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:47.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:51.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:51.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:52.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:52.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:52.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:52.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:52.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:52.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:53.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:53.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:53.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:53.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:53.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:53.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:54.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:54.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:54.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:54.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:55.393+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:55.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:56.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:56.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:56.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:56.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:56.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:56.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:56.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:57:56.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:57:56.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:57:56.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:57:59.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:57:59.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:57:59.378+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:58:00.517+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:58:00.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:58:00.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:58:00.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:58:00.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:58:02.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:58:02.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:58:02.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:58:02.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:58:02.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:58:02.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:58:03.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:58:03.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:58:03.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:58:03.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:58:03.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:58:03.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:58:04.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:58:04.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:58:04.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:58:04.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:58:04.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:58:04.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:58:06.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:58:06.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:58:07.078+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:58:07.101+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:58:07.690+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:58:07.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:58:07.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:58:07.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:58:07.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:58:09.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:58:09.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:58:10.389+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:58:10.389+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:58:10.389+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:58:10.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:58:14.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:58:14.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:58:15.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:58:15.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:58:15.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:58:15.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:58:16.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:58:16.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:58:17.367+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:58:17.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:58:17.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:58:17.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:58:17.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:58:17.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:58:17.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:58:18.000+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:58:18.000+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:58:18.000+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:58:18.000+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:58:22.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:58:22.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:58:23.430+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:58:23.633+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:58:24.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:58:24.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:58:24.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:58:24.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:58:24.953+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:58:33.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:58:33.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:58:34.480+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:58:35.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:58:35.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:58:35.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:58:35.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:58:40.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:58:40.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:58:41.432+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:58:41.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:58:41.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:58:41.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:58:41.684+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:58:43.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:58:43.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:58:44.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:58:44.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:58:44.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:58:44.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:58:45.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:58:45.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:58:45.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:58:45.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:58:45.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:58:45.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:58:49.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:58:49.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:58:49.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:58:49.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:58:49.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:58:49.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:58:50.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:58:50.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:58:50.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:58:50.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:58:50.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:58:50.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:58:51.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:58:51.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:58:52.798+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:58:53.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:58:53.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:58:53.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:58:53.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:58:58.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:58:58.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:59:00.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:59:00.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:59:00.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:59:00.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:59:03.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:59:03.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:59:04.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:59:04.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:59:04.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:59:04.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:59:05.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:59:05.881+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:59:05.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:59:05.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:59:05.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:59:05.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:59:07.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:59:07.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:59:08.306+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:59:09.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:59:09.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:59:09.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:59:09.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:59:11.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:59:11.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:59:11.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:59:11.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:59:11.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:59:11.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:59:12.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:59:12.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:59:12.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:59:12.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:59:12.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:59:12.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:59:14.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:59:14.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:59:15.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:59:15.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:59:15.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:59:15.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:59:16.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:59:16.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:59:18.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:59:18.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:59:18.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:59:18.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:59:18.155+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:59:24.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:59:24.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:59:24.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:59:24.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:59:24.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:59:24.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:59:24.676+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:59:31.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:59:31.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:59:31.825+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:59:32.197+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T14:59:33.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:59:33.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:59:33.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:59:33.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:59:41.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:59:41.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:59:41.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:59:41.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:59:41.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:59:41.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:59:41.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:59:41.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:59:41.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:59:41.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:59:41.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:59:41.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:59:43.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:59:43.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:59:45.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:59:45.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:59:45.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:59:45.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:59:47.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:59:47.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:59:47.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:59:47.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:59:47.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:59:47.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T14:59:48.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T14:59:48.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T14:59:50.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T14:59:50.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T14:59:50.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T14:59:50.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:00:01.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:00:01.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:00:06.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:00:06.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:00:06.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:00:07.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:00:15.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:00:15.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:00:24.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:00:24.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:00:24.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:00:24.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:00:29.622+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:00:29.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:00:29.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:00:30.934+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:00:31.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:00:31.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:00:31.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:00:31.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:00:35.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:00:35.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:00:35.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:00:35.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:00:35.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:00:35.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:00:36.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:00:36.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:00:37.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:00:37.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:00:37.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:00:37.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:00:39.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:00:39.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:00:42.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:00:42.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:00:42.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:00:42.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:00:54.072+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:00:54.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:00:54.461+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:00:54.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:00:54.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:00:54.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:00:54.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:00.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:00.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:00.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:00.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:00.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:00.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:00.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:00.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:01.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:01.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:01.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:01.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:03.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:03.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:03.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:03.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:03.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:03.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:06.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:06.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:06.196+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:01:06.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:06.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:06.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:06.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:07.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:07.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:07.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:07.125+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:07.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:07.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:08.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:08.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:09.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:09.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:09.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:09.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:10.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:10.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:11.493+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:11.493+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:11.493+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:11.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:12.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:12.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:12.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:12.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:12.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:12.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:14.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:14.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:14.924+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:01:15.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:15.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:15.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:15.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:19.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:19.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:20.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:20.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:20.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:20.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:23.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:23.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:24.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:24.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:24.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:24.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:29.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:29.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:30.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:30.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:30.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:30.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:31.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:31.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:31.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:31.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:31.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:31.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:33.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:33.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:33.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:33.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:33.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:33.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:36.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:36.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:36.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:36.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:36.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:36.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:37.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:37.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:37.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:37.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:37.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:37.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:38.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:38.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:38.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:38.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:38.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:38.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:39.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:39.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:39.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:39.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:39.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:39.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:43.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:43.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:44.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:44.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:44.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:44.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:49.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:49.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:49.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:49.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:49.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:49.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:49.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:49.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:50.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:50.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:50.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:50.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:52.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:52.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:52.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:52.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:52.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:52.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:53.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:53.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:54.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:54.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:54.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:54.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:01:58.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:01:58.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:01:59.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:01:59.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:01:59.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:01:59.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:02:00.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:02:00.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:02:01.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:02:01.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:02:01.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:02:01.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:02:01.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:02:01.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:02:01.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:02:01.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:02:01.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:02:01.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:02:04.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:02:04.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:02:04.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:02:04.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:02:04.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:02:04.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:02:07.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:02:07.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:02:07.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:02:07.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:02:07.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:02:07.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:02:08.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:02:08.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:02:08.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:02:08.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:02:08.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:02:08.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:02:09.039+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:02:09.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:02:09.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:02:09.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:02:09.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:02:09.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:02:12.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:02:12.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:02:13.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:02:13.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:02:13.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:02:13.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:02:19.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:02:19.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:02:20.924+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:02:23.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:02:23.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:02:23.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:02:23.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:02:28.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:02:28.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:02:28.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:02:28.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:02:28.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:02:28.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:02:29.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:02:29.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:02:30.138+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:02:30.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:02:30.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:02:30.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:02:30.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:02:34.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:02:34.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:02:34.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:02:34.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:02:34.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:02:34.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:02:36.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:02:36.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:02:36.651+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:02:36.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:02:36.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:02:36.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:02:36.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:02:45.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:02:45.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:02:45.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:02:45.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:02:45.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:02:45.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:02:50.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:02:50.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:02:50.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:02:50.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:02:50.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:02:50.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:07:37.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:07:37.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:07:37.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:07:37.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:07:37.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:07:37.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:07:39.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:07:39.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:07:39.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:07:39.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:07:39.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:07:39.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:07:42.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:07:42.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:07:43.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:07:43.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:07:43.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:07:43.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:07:44.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:07:44.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:07:44.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:07:44.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:07:44.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:07:44.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:07:49.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:07:49.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:07:49.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:07:49.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:07:49.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:07:49.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:07:55.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:07:55.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:07:55.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:07:55.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:07:55.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:07:55.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:07:55.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:07:55.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:07:55.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:07:55.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:07:55.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:07:55.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:07:56.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:07:56.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:07:56.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:07:56.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:07:56.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:07:56.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:00.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:00.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:00.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:00.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:00.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:00.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:00.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:00.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:00.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:00.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:00.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:00.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:01.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:01.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:01.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:01.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:01.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:01.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:02.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:02.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:02.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:02.125+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:02.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:02.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:03.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:03.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:03.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:03.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:03.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:03.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:06.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:06.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:06.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:06.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:06.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:06.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:07.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:07.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:07.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:07.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:07.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:07.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:07.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:07.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:07.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:07.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:07.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:07.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:08.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:08.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:08.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:08.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:08.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:08.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:10.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:10.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:10.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:10.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:10.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:10.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:14.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:14.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:14.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:14.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:14.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:14.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:15.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:15.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:15.233+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:08:15.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:15.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:15.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:15.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:15.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:15.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:15.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:15.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:15.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:15.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:16.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:16.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:16.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:16.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:16.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:16.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:18.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:18.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:18.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:18.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:18.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:18.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:20.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:20.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:20.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:20.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:20.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:20.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:21.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:21.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:21.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:21.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:21.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:21.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:22.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:22.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:22.117+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:08:22.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:22.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:22.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:22.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:23.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:23.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:23.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:23.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:23.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:23.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:23.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:23.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:23.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:23.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:23.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:23.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:24.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:24.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:24.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:24.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:24.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:24.781+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:25.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:25.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:25.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:25.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:25.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:25.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:26.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:26.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:26.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:26.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:26.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:26.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:27.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:27.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:27.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:27.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:27.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:27.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:28.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:28.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:29.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:29.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:29.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:29.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:29.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:29.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:29.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:29.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:29.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:29.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:30.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:30.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:30.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:30.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:30.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:30.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:31.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:31.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:31.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:31.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:31.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:31.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:33.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:33.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:33.161+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:33.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:33.161+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:33.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:34.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:34.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:35.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:35.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:35.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:35.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:35.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:35.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:35.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:35.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:35.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:35.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:35.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:35.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:36.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:36.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:36.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:36.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:37.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:37.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:37.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:37.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:37.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:37.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:37.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:37.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:37.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:37.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:37.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:37.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:38.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:38.987+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:39.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:39.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:39.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:39.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:40.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:40.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:40.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:40.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:40.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:40.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:42.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:42.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:42.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:42.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:42.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:42.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:42.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:42.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:42.834+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:08:42.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:42.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:42.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:42.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:42.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:42.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:42.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:42.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:42.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:42.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:44.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:44.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:44.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:44.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:44.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:44.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:45.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:45.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:45.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:45.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:45.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:45.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:46.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:46.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:46.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:46.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:46.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:46.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:47.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:47.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:47.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:47.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:47.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:47.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:48.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:48.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:48.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:48.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:48.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:48.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:49.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:49.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:50.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:50.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:50.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:50.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:51.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:51.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:51.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:51.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:51.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:51.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:51.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:51.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:52.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:52.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:52.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:52.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:52.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:52.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:52.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:52.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:52.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:52.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:53.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:53.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:54.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:54.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:54.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:54.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:54.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:54.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:54.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:54.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:54.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:54.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:55.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:55.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:55.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:55.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:55.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:55.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:55.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:55.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:55.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:55.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:55.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:55.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:57.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:57.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:57.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:57.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:57.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:57.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:58.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:58.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:58.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:58.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:58.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:58.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:08:58.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:08:58.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:08:58.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:08:58.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:08:58.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:08:58.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:00.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:00.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:00.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:00.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:00.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:00.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:00.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:00.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:00.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:00.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:00.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:00.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:01.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:01.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:01.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:01.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:01.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:01.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:01.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:01.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:01.522+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:09:01.575+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:01.575+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:01.575+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:01.575+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:03.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:03.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:03.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:03.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:03.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:03.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:05.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:05.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:05.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:05.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:05.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:05.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:06.977+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:06.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:07.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:07.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:07.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:07.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:07.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:07.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:07.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:07.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:07.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:07.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:08.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:08.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:08.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:08.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:08.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:08.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:09.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:09.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:09.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:09.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:09.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:09.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:11.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:11.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:11.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:11.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:11.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:11.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:11.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:11.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:12.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:12.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:12.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:12.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:12.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:12.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:12.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:12.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:12.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:12.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:12.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:12.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:12.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:12.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:12.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:12.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:12.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:12.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:12.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:12.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:12.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:12.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:13.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:13.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:13.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:13.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:13.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:13.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:14.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:14.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:15.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:15.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:15.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:15.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:16.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:16.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:16.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:16.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:16.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:16.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:16.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:16.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:16.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:16.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:16.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:16.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:17.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:17.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:17.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:17.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:17.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:17.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:17.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:17.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:17.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:17.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:17.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:17.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:18.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:18.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:18.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:18.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:18.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:18.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:20.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:20.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:20.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:20.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:20.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:20.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:21.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:21.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:21.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:21.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:21.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:21.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:22.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:22.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:22.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:22.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:22.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:22.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:22.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:22.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:22.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:22.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:22.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:22.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:23.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:23.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:23.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:23.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:23.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:23.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:26.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:26.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:26.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:26.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:26.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:26.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:27.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:27.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:27.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:27.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:27.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:27.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:28.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:28.008+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:28.313+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:28.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:28.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:28.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:28.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:28.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:28.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:28.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:28.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:28.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:29.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:29.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:29.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:29.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:29.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:29.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:29.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:29.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:29.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:29.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:29.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:29.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:32.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:32.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:32.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:32.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:32.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:32.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:32.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:32.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:32.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:32.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:32.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:32.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:33.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:33.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:33.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:33.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:33.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:33.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:33.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:33.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:33.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:33.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:33.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:33.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:34.987+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:09:35.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:35.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:35.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:35.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:35.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:35.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:35.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:35.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:35.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:35.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:35.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:35.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:35.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:35.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:36.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:36.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:36.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:36.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:38.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:38.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:38.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:38.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:38.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:38.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:39.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:39.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:39.523+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:09:39.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:39.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:39.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:39.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:39.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:39.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:40.292+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:09:40.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:40.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:40.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:40.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:40.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:40.589+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:40.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:40.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:40.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:40.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:41.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:41.730+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:41.884+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:09:41.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:41.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:41.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:41.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:42.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:42.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:42.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:42.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:42.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:42.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:44.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:44.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:44.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:44.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:44.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:44.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:44.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:44.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:45.212+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:09:46.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:46.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:46.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:46.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:47.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:47.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:47.482+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:09:47.797+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:09:48.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:48.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:48.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:48.154+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:49.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:49.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:50.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:50.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:50.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:50.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:51.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:51.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:51.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:51.982+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:51.982+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:51.982+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:52.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:52.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:53.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:53.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:53.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:53.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:09:54.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:09:54.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:09:55.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:09:55.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:09:55.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:09:55.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:00.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:00.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:00.306+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:10:00.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:00.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:00.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:00.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:01.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:01.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:01.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:01.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:01.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:01.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:04.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:04.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:05.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:05.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:05.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:05.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:05.751+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:05.752+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:05.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:05.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:05.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:05.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:06.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:06.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:06.051+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:10:06.107+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:10:06.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:06.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:06.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:06.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:07.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:07.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:07.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:07.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:07.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:07.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:10.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:10.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:11.088+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:10:11.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:11.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:11.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:11.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:11.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:11.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:11.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:11.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:11.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:11.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:14.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:14.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:14.816+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:10:15.108+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:10:15.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:15.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:15.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:15.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:16.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:16.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:16.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:16.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:16.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:16.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:17.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:17.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:17.872+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:10:18.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:18.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:18.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:18.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:19.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:19.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:19.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:19.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:19.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:19.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:23.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:23.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:23.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:23.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:23.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:23.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:24.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:24.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:24.601+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:10:24.746+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:10:25.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:25.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:25.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:25.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:26.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:26.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:27.316+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:10:27.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:27.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:27.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:27.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:29.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:29.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:29.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:29.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:29.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:29.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:30.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:30.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:31.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:31.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:31.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:31.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:32.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:32.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:33.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:33.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:33.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:33.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:33.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:33.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:34.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:34.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:34.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:34.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:34.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:34.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:35.127+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:35.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:35.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:35.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:36.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:36.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:36.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:36.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:36.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:36.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:39.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:39.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:40.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:40.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:40.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:40.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:40.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:40.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:41.104+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:10:41.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:41.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:41.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:41.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:43.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:43.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:43.280+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:10:44.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:44.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:44.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:44.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:44.218+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:10:45.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:45.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:46.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:46.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:46.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:46.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:46.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:46.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:47.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:47.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:47.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:47.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:47.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:47.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:48.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:48.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:48.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:48.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:48.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:48.435+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:48.584+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:10:49.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:49.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:49.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:49.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:49.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:49.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:50.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:50.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:50.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:50.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:52.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:52.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:53.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:53.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:53.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:53.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:53.321+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:53.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:53.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:53.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:53.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:53.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:54.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:54.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:54.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:54.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:54.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:54.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:55.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:55.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:55.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:55.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:55.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:55.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:55.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:55.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:55.920+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:10:56.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:56.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:56.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:56.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:58.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:58.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:58.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:58.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:58.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:58.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:10:59.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:10:59.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:10:59.329+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:10:59.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:10:59.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:10:59.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:10:59.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:00.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:00.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:01.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:01.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:01.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:01.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:02.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:02.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:03.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:03.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:03.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:03.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:03.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:03.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:04.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:04.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:04.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:04.154+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:04.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:04.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:04.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:04.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:04.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:04.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:05.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:05.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:05.781+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:11:06.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:06.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:06.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:06.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:07.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:07.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:07.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:07.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:07.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:07.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:08.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:08.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:09.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:09.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:09.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:09.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:12.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:12.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:12.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:12.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:12.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:12.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:13.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:13.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:13.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:13.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:13.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:13.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:15.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:15.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:16.260+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:11:16.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:16.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:16.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:16.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:17.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:17.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:18.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:18.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:18.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:18.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:19.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:19.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:19.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:19.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:19.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:19.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:22.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:22.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:22.922+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:11:23.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:23.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:23.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:23.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:23.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:23.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:23.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:23.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:23.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:23.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:25.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:25.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:26.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:26.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:26.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:26.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:27.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:27.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:27.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:27.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:27.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:27.684+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:29.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:29.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:29.368+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:11:29.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:29.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:29.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:29.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:30.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:30.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:30.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:30.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:30.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:30.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:31.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:31.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:31.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:31.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:31.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:31.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:34.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:34.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:34.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:34.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:34.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:34.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:35.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:35.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:36.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:36.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:36.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:36.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:37.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:37.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:38.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:38.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:38.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:38.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:41.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:41.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:41.932+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:11:42.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:42.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:42.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:42.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:44.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:44.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:44.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:44.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:44.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:44.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:46.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:46.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:47.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:47.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:47.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:47.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:48.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:48.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:48.429+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:11:48.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:48.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:48.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:48.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:51.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:51.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:52.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:52.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:52.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:52.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:52.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:52.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:52.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:52.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:52.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:52.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:53.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:54.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:54.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:54.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:54.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:54.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:54.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:54.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:54.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:54.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:54.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:54.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:56.756+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:56.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:57.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:57.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:57.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:57.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:57.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:57.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:58.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:58.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:58.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:58.231+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:11:58.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:11:58.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:11:58.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:11:58.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:11:58.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:11:58.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:12:00.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:12:00.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:12:01.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:12:01.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:12:01.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:12:01.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:12:02.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:12:02.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:12:03.641+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:12:04.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:12:04.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:12:04.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:12:04.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:12:04.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:12:04.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:12:04.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:12:04.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:12:04.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:12:04.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:12:07.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:12:07.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:12:07.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:12:07.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:12:07.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:12:07.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:12:13.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:12:13.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:12:13.594+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:12:13.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:12:13.916+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:12:13.916+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:12:13.916+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:12:18.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:12:18.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:12:18.767+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:12:18.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:12:18.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:12:18.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:12:18.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:12:23.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:12:23.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:12:24.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:12:24.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:12:24.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:12:24.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:12:26.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:12:26.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:12:28.189+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:12:28.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:12:28.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:12:28.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:12:28.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:12:28.242+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:12:32.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:12:32.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:12:34.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:12:34.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:12:34.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:12:34.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:12:36.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:12:36.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:12:36.892+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:12:37.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:12:37.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:12:37.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:12:37.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:12:40.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:12:40.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:12:40.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:12:40.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:12:40.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:12:40.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:12:50.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:12:50.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:12:51.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:12:51.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:12:51.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:12:51.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:12:51.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:12:51.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:12:52.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:12:52.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:12:52.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:12:52.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:12:58.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:12:58.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:12:59.052+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:12:59.679+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:13:00.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:13:00.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:13:00.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:13:00.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:13:05.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:13:05.443+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:13:06.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:13:06.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:13:06.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:13:06.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:13:08.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:13:08.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:13:08.402+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:13:08.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:13:08.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:13:08.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:13:08.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:13:12.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:13:12.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:13:13.858+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:13:14.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:13:14.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:13:14.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:13:14.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:13:15.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:13:15.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:13:16.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:13:16.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:13:16.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:13:16.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:13:20.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:13:20.289+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:13:20.407+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:13:20.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:13:20.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:13:20.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:13:20.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:13:22.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:13:22.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:13:23.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:13:23.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:13:23.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:13:23.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:13:24.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:13:24.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:13:25.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:13:25.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:13:25.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:13:25.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:13:31.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:13:31.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:13:33.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:13:33.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:13:33.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:13:33.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:13:33.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:13:33.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:13:33.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:13:33.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:13:33.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:13:33.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:13:42.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:13:42.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:13:42.186+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:13:43.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:13:43.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:13:43.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:13:43.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:13:43.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:13:43.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:13:44.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:13:44.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:13:44.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:13:44.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:13:53.554+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:13:53.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:13:53.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:13:53.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:13:53.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:13:53.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:13:56.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:13:56.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:13:56.603+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:13:58.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:13:58.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:13:58.211+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:13:58.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:13:58.643+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:13:58.795+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:14:05.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:14:05.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:14:11.200+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:14:11.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:14:11.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:14:11.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:14:11.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:14:14.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:14:14.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:14:14.937+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:14:15.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:14:15.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:14:15.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:14:15.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:14:21.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:14:21.331+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:14:22.321+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:14:25.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:14:25.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:14:25.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:14:25.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:14:27.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:14:27.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:14:28.869+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:14:29.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:14:29.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:14:29.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:14:29.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:14:33.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:14:33.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:14:33.264+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:14:35.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:14:35.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:14:35.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:14:35.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:14:42.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:14:42.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:14:44.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:14:44.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:14:44.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:14:44.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:14:45.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:14:45.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:14:46.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:14:46.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:14:46.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:14:46.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:14:47.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:14:47.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:14:48.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:14:48.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:14:48.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:14:48.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:14:51.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:14:51.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:14:52.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:14:52.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:14:52.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:14:52.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:14:57.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:14:57.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:14:58.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:14:58.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:14:58.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:14:58.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:14:58.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:14:58.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:14:59.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:14:59.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:14:59.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:14:59.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:15:04.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:15:04.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:15:06.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:15:06.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:15:06.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:15:06.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:15:08.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:15:08.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:15:11.675+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:15:11.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:15:11.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:15:11.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:15:11.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:15:11.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:15:11.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:15:13.881+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:15:13.881+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:15:13.881+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:15:13.881+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:15:16.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:15:16.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:15:18.596+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:15:18.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:15:18.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:15:18.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:15:18.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:15:20.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:15:20.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:15:24.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:15:24.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:15:24.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:15:24.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:15:32.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:15:32.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:15:33.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:15:33.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:15:33.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:15:33.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:15:36.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:15:36.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:15:38.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:15:38.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:15:38.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:15:38.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:15:38.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:15:38.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:15:39.445+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:15:39.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:15:39.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:15:39.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:15:39.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:15:42.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:15:42.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:15:44.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:15:44.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:15:44.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:15:44.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:15:47.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:15:47.197+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:15:49.607+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:15:50.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:15:50.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:15:50.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:15:50.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:15:50.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:15:50.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:15:55.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:15:55.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:15:55.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:15:55.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:16:04.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:16:04.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:16:06.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:16:06.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:16:06.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:16:06.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:16:06.215+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:16:16.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:16:16.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:16:16.823+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:16:17.054+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:16:18.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:16:18.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:16:18.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:16:18.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:16:22.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:16:22.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:16:22.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:16:22.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:16:22.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:16:22.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:16:25.211+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:16:25.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:16:25.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:16:28.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:16:28.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:16:28.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:16:28.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:16:35.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:16:35.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:16:36.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:16:36.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:16:36.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:16:36.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:16:36.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:16:36.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:16:37.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:16:37.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:16:37.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:16:37.473+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:16:38.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:16:38.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:16:39.315+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:16:39.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:16:39.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:16:39.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:16:39.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:16:42.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:16:42.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:16:43.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:16:43.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:16:43.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:16:43.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:16:47.785+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:16:47.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:16:47.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:16:47.965+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:16:48.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:16:48.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:16:48.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:16:48.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:16:50.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:16:50.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:16:51.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:16:51.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:16:51.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:16:51.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:16:54.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:16:54.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:16:55.218+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:16:55.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:16:55.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:16:55.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:16:55.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:16:58.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:16:58.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:16:59.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:16:59.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:16:59.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:16:59.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:17:00.204+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:17:04.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:17:04.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:17:05.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:17:05.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:17:05.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:17:05.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:17:09.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:17:09.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:17:09.951+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:17:10.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:17:10.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:17:10.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:17:10.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:17:11.940+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:17:11.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:17:13.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:17:13.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:17:13.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:17:13.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:17:16.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:17:16.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:17:16.700+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:17:17.157+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:17:17.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:17:17.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:17:17.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:17:17.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:17:21.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:17:21.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:17:21.996+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:17:22.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:17:22.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:17:22.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:17:22.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:17:26.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:17:26.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:17:26.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:17:26.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:17:26.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:17:26.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:17:27.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:17:27.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:17:28.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:17:28.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:17:28.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:17:28.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:17:31.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:17:31.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:17:32.457+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:17:32.482+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:17:32.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:17:32.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:17:32.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:17:32.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:17:36.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:17:36.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:17:37.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:17:37.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:17:37.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:17:38.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:17:39.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:17:39.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:17:40.182+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:17:40.398+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:17:40.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:17:40.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:17:40.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:17:40.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:17:43.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:17:44.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:17:46.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:17:46.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:17:46.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:17:46.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:17:49.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:17:49.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:17:49.245+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:17:50.113+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:17:50.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:17:50.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:17:50.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:17:50.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:17:56.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:17:57.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:17:58.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:17:58.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:17:58.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:17:58.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:17:59.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:17:59.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:18:01.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:18:01.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:18:01.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:18:01.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:18:07.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:18:07.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:18:07.791+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:18:07.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:18:07.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:18:07.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:18:07.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:18:09.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:18:09.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:18:10.465+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:18:11.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:18:11.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:18:11.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:18:11.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:18:20.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:18:20.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:18:21.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:18:21.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:18:21.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:18:21.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:18:21.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:18:21.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:18:22.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:18:22.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:18:22.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:18:22.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:18:24.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:18:24.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:18:26.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:18:26.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:18:26.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:18:26.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:18:28.212+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:18:28.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:18:28.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:18:28.549+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:18:29.266+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:18:29.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:18:29.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:18:29.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:18:29.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:18:40.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:18:40.905+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:18:41.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:18:41.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:18:41.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:18:41.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:18:43.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:18:43.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:18:44.418+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:18:44.452+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:18:44.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:18:44.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:18:44.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:18:44.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:18:49.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:18:49.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:18:51.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:18:51.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:18:51.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:18:51.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:18:53.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:18:53.858+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:18:55.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:18:55.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:18:55.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:18:55.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:18:56.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:18:56.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:18:57.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:18:57.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:18:57.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:18:57.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:19:01.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:19:01.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:19:03.211+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:19:03.828+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:19:03.828+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:19:03.828+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:19:03.828+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:19:10.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:19:10.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:19:11.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:19:11.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:19:11.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:19:11.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:19:14.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:19:14.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:19:15.697+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:19:15.846+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:19:16.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:19:16.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:19:16.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:19:16.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:19:18.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:19:18.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:19:21.127+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:19:21.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:19:21.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:19:21.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:19:22.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:19:26.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:19:26.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:19:28.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:19:28.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:19:28.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:19:28.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:19:29.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:19:29.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:19:31.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:19:31.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:19:31.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:19:31.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:19:31.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:19:31.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:19:31.553+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:19:33.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:19:33.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:19:33.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:19:33.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:19:42.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:19:42.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:19:43.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:19:43.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:19:43.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:19:43.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:19:44.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:19:44.222+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:19:46.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:19:46.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:19:46.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:19:46.154+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:19:50.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:19:50.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:19:51.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:19:51.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:19:51.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:19:51.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:19:54.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:19:54.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:19:55.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:19:55.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:19:55.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:19:55.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:19:56.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:19:56.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:19:57.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:19:57.661+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:19:57.661+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:19:57.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:19:58.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:19:58.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:19:59.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:19:59.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:19:59.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:19:59.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:19:59.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:19:59.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:19:59.501+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:20:01.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:20:01.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:20:01.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:20:01.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:20:03.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:20:03.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:20:05.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:20:05.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:20:05.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:20:05.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:20:11.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:20:11.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:20:11.696+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:20:12.290+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:20:12.702+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:20:12.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:20:12.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:20:12.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:20:12.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:20:20.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:20:20.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:20:22.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:20:22.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:20:22.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:20:22.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:20:28.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:20:28.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:20:29.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:20:29.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:20:29.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:20:29.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:20:30.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:20:30.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:20:30.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:20:30.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:20:30.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:20:30.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:20:32.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:20:32.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:20:33.005+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:20:33.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:20:33.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:20:33.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:20:33.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:20:34.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:20:34.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:20:35.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:20:35.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:20:35.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:20:35.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:20:41.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:20:41.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:20:44.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:20:44.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:20:44.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:20:44.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:20:49.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:20:49.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:20:52.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:20:52.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:20:52.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:20:52.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:20:55.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:20:55.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:20:57.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:20:57.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:20:57.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:20:57.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:21:03.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:21:03.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:21:03.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:21:03.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:21:03.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:21:03.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:21:04.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:21:04.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:21:05.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:21:05.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:21:05.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:21:05.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:21:05.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:21:05.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:21:06.658+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:21:06.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:21:06.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:21:06.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:21:12.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:21:12.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:21:14.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:21:14.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:21:14.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:21:14.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:21:14.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:21:14.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:21:15.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:21:15.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:21:15.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:21:15.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:21:16.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:21:16.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:21:18.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:21:18.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:21:18.440+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:21:18.440+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:21:21.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:21:21.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:21:24.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:21:24.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:21:24.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:21:24.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:21:31.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:21:31.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:21:31.412+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:21:32.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:21:32.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:21:32.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:21:32.271+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:21:35.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:21:35.589+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:21:37.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:21:37.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:21:37.440+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:21:37.440+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:21:41.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:21:41.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:21:42.134+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:21:44.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:21:44.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:21:44.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:21:44.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:21:50.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:21:50.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:21:50.724+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:21:51.345+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:21:51.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:21:51.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:21:51.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:21:51.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:21:53.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:21:53.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:21:56.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:21:56.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:21:56.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:21:56.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:21:59.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:21:59.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:22:01.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:22:01.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:22:01.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:22:01.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:22:05.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:22:05.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:22:06.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:22:06.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:22:06.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:22:06.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:22:07.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:22:07.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:22:07.583+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:22:08.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:22:08.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:22:08.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:22:08.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:22:09.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:22:09.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:22:10.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:22:10.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:22:10.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:22:10.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:22:10.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:22:10.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:22:13.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:22:13.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:22:13.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:22:13.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:22:18.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:22:18.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:22:19.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:22:19.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:22:19.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:22:19.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:22:20.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:22:20.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:22:20.008+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:22:21.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:22:21.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:22:21.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:22:21.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:22:25.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:22:25.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:22:26.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:22:26.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:22:26.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:22:26.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:22:35.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:22:35.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:22:37.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:22:37.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:22:37.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:22:37.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:22:42.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:22:42.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:22:42.952+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:22:43.095+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:22:43.850+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:22:45.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:22:45.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:22:45.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:22:45.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:22:47.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:22:47.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:22:48.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:22:48.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:22:48.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:22:48.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:22:51.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:22:51.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:22:52.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:22:52.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:22:52.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:22:52.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:22:53.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:22:53.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:22:53.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:22:53.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:22:53.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:22:53.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:22:55.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:22:55.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:22:58.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:22:58.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:22:58.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:22:58.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:23:02.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:23:02.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:23:03.577+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:23:03.636+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:23:03.636+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:23:03.636+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:23:03.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:23:12.282+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:23:12.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:23:12.805+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:23:12.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:23:12.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:23:12.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:23:12.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:23:12.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:23:12.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:23:13.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:23:13.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:23:13.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:23:13.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:23:19.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:23:19.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:23:20.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:23:20.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:23:20.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:23:20.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:23:21.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:23:21.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:23:21.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:23:21.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:23:21.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:23:21.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:23:23.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:23:23.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:23:25.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:23:25.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:23:25.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:23:25.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:23:25.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:23:25.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:23:26.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:23:26.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:23:26.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:23:26.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:23:30.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:23:30.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:23:31.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:23:31.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:23:31.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:23:31.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:23:32.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:23:32.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:23:32.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:23:32.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:23:32.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:23:32.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:23:39.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:23:39.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:23:39.650+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:23:39.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:23:39.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:23:39.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:23:39.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:23:40.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:23:40.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:23:40.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:23:40.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:23:40.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:23:40.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:23:46.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:23:46.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:23:47.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:23:47.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:23:47.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:23:47.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:23:50.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:23:50.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:23:51.691+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:23:51.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:23:51.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:23:51.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:23:51.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:23:52.051+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:23:52.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:23:52.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:23:53.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:23:53.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:23:53.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:23:53.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:23:57.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:23:57.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:23:58.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:23:58.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:23:58.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:23:58.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:23:59.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:23:59.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:23:59.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:23:59.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:23:59.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:23:59.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:24:03.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:24:03.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:24:04.506+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:24:04.853+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:24:05.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:24:05.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:24:05.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:24:05.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:24:09.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:24:09.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:24:10.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:24:10.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:24:10.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:24:10.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:24:10.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:24:10.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:24:11.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:24:11.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:24:11.389+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:24:11.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:24:13.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:24:13.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:24:15.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:24:15.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:24:15.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:24:15.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:24:15.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:24:15.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:24:16.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:24:16.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:24:16.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:24:16.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:24:17.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:24:17.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:24:19.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:24:19.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:24:19.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:24:19.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:24:21.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:24:21.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:24:23.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:24:23.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:24:23.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:24:23.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:24:25.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:24:25.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:24:26.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:24:26.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:24:26.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:24:26.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:24:27.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:24:27.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:24:29.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:24:29.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:24:29.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:24:29.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:24:31.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:24:31.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:24:32.214+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:24:32.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:24:32.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:24:32.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:24:32.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:24:35.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:24:35.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:24:38.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:24:38.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:24:38.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:24:38.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:24:40.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:24:40.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:24:40.609+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:24:40.622+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:24:41.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:24:41.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:24:41.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:24:41.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:24:48.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:24:48.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:24:51.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:24:51.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:24:51.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:24:51.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:24:56.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:24:56.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:24:57.276+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:24:57.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:24:57.664+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:24:57.664+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:24:57.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:25:03.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:25:03.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:25:04.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:25:04.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:25:04.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:25:04.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:25:08.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:25:08.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:25:09.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:25:09.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:25:09.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:25:09.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:25:11.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:25:11.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:25:11.903+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:25:12.025+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:25:13.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:25:13.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:25:13.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:25:13.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:25:16.047+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:25:16.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:25:16.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:25:17.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:25:17.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:25:17.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:25:17.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:25:18.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:25:18.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:25:20.441+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:25:23.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:25:23.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:25:23.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:25:23.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:25:27.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:25:27.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:25:28.452+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:25:28.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:25:28.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:25:28.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:25:28.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:25:30.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:25:30.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:25:30.786+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:25:31.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:25:31.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:25:31.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:25:31.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:25:37.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:25:37.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:25:39.848+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:25:40.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:25:40.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:25:40.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:25:40.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:25:43.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:25:43.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:25:44.859+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:25:45.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:25:45.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:25:45.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:25:45.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:25:49.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:25:49.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:25:50.829+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:25:50.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:25:50.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:25:50.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:25:50.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:25:53.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:25:53.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:25:54.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:25:54.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:25:54.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:25:54.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:25:58.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:25:58.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:25:59.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:25:59.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:25:59.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:25:59.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:26:00.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:26:00.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:26:02.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:26:02.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:26:02.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:26:02.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:26:04.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:26:04.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:26:06.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:26:06.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:26:06.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:26:06.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:26:10.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:26:10.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:26:13.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:26:13.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:26:13.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:26:13.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:26:13.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:26:13.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:26:15.500+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:26:16.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:26:16.125+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:26:16.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:26:16.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:26:17.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:26:17.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:26:18.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:26:18.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:26:18.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:26:18.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:26:20.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:26:20.363+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:26:21.379+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:26:21.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:26:21.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:26:21.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:26:21.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:26:25.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:26:25.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:26:27.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:26:27.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:26:27.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:26:27.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:26:29.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:26:29.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:26:30.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:26:30.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:26:30.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:26:30.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:26:32.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:26:32.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:26:33.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:26:33.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:26:33.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:26:33.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:26:34.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:26:34.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:26:34.982+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:26:35.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:26:35.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:26:35.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:26:35.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:26:36.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:26:36.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:26:38.211+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:26:38.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:26:38.211+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:26:38.211+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:26:38.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:26:38.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:26:38.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:26:38.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:26:38.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:26:38.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:26:41.125+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:26:41.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:26:42.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:26:42.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:26:42.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:26:42.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:26:44.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:26:44.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:26:44.396+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:26:44.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:26:44.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:26:44.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:26:44.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:26:44.680+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:26:47.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:26:47.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:26:48.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:26:48.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:26:48.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:26:48.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:26:54.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:26:54.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:26:55.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:26:55.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:26:55.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:26:55.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:26:55.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:26:55.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:26:55.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:26:55.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:26:55.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:26:55.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:26:56.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:26:56.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:26:56.782+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:26:57.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:26:57.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:26:57.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:26:57.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:27:03.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:27:03.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:27:04.174+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:27:04.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:27:04.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:27:04.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:27:04.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:27:04.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:27:04.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:27:04.456+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:27:05.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:27:05.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:27:05.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:27:05.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:27:13.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:27:13.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:27:14.589+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:27:14.613+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:27:14.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:27:14.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:27:14.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:27:14.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:27:16.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:27:16.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:27:16.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:27:16.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:27:16.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:27:16.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:27:21.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:27:21.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:27:21.671+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:27:21.734+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:27:22.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:27:22.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:27:22.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:27:22.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:27:24.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:27:24.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:27:25.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:27:25.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:27:25.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:27:25.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:27:28.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:27:28.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:27:29.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:27:29.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:27:29.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:27:29.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:27:30.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:27:30.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:27:31.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:27:31.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:27:31.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:27:31.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:27:32.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:27:32.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:27:33.672+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:27:34.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:27:34.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:27:34.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:27:34.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:27:38.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:27:38.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:27:39.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:27:39.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:27:39.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:27:39.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:27:40.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:27:40.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:27:41.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:27:41.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:27:41.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:27:41.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:27:53.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:27:53.765+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:27:55.678+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:27:55.703+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:27:55.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:27:55.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:27:55.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:27:55.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:27:56.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:27:56.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:27:59.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:27:59.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:27:59.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:27:59.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:28:00.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:28:00.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:28:04.086+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:28:04.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:28:04.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:28:04.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:28:04.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:28:07.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:28:07.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:28:07.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:28:07.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:28:07.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:28:07.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:28:08.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:28:08.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:28:08.696+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:28:09.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:28:09.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:28:09.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:28:09.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:28:16.424+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:28:16.493+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:28:16.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:28:17.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:28:17.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:28:17.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:28:17.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:28:21.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:28:21.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:28:21.808+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:28:22.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:28:22.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:28:22.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:28:22.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:28:24.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:28:24.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:28:24.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:28:24.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:28:24.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:28:24.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:28:28.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:28:28.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:28:29.025+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:28:30.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:28:30.125+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:28:30.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:28:30.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:28:32.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:28:32.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:28:33.393+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:28:33.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:28:33.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:28:33.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:28:33.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:28:34.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:28:34.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:28:34.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:28:34.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:28:34.440+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:28:34.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:28:35.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:28:35.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:28:37.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:28:37.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:28:37.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:28:37.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:28:40.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:28:40.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:28:44.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:28:44.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:28:44.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:28:44.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:28:45.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:28:45.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:28:46.229+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:28:46.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:28:46.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:28:46.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:28:46.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:28:50.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:28:50.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:28:51.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:28:51.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:28:51.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:28:51.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:28:52.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:28:52.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:28:53.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:28:53.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:28:53.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:28:53.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:28:56.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:28:56.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:28:56.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:28:56.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:28:56.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:28:56.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:28:58.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:28:58.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:28:58.949+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:28:59.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:28:59.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:28:59.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:28:59.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:28:59.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:28:59.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:29:01.314+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:29:01.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:29:01.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:29:01.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:29:01.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:29:05.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:29:05.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:29:05.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:29:05.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:29:05.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:29:05.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:29:08.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:29:08.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:29:09.575+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:29:11.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:29:11.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:29:11.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:29:11.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:29:16.321+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:29:16.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:29:18.915+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:29:19.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:29:19.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:29:19.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:29:19.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:29:19.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:29:19.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:29:22.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:29:22.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:29:22.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:29:22.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:29:26.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:29:26.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:29:26.841+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:29:27.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:29:27.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:29:27.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:29:27.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:29:33.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:29:33.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:29:35.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:29:35.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:29:35.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:29:35.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:29:38.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:29:38.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:29:39.439+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:29:39.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:29:39.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:29:39.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:29:39.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:29:41.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:29:41.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:29:42.444+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:29:42.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:29:42.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:29:42.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:29:42.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:29:48.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:29:48.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:29:51.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:29:51.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:29:51.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:29:51.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:29:52.199+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:29:52.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:29:52.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:29:52.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:29:52.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:29:52.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:29:53.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:29:53.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:29:53.389+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:29:53.430+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:29:53.440+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:29:53.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:29:53.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:29:53.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:29:53.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:29:59.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:29:59.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:29:59.811+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:29:59.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:29:59.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:29:59.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:29:59.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:00.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:00.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:01.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:01.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:01.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:01.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:04.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:04.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:04.715+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:30:05.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:05.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:05.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:05.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:06.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:06.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:06.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:06.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:06.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:06.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:07.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:07.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:07.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:07.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:07.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:07.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:08.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:08.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:08.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:08.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:08.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:08.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:09.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:09.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:10.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:10.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:10.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:10.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:10.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:10.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:10.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:10.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:10.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:10.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:12.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:12.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:13.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:13.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:13.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:13.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:14.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:14.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:15.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:15.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:15.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:15.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:15.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:15.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:15.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:15.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:15.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:15.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:16.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:16.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:17.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:17.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:17.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:17.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:18.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:18.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:19.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:19.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:19.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:19.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:19.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:19.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:20.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:20.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:20.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:20.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:21.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:21.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:21.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:21.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:21.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:21.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:22.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:22.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:22.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:22.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:22.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:22.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:24.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:24.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:24.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:24.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:24.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:24.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:26.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:26.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:26.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:26.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:26.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:26.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:28.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:28.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:28.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:28.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:28.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:28.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:29.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:29.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:30.323+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:30:30.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:30.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:30.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:30.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:33.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:33.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:33.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:33.916+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:33.916+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:33.916+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:35.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:35.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:36.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:36.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:36.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:36.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:40.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:40.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:41.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:41.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:41.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:41.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:42.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:42.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:43.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:43.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:43.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:43.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:47.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:47.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:48.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:48.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:48.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:48.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:49.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:49.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:49.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:49.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:49.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:49.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:51.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:51.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:51.721+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:51.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:51.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:51.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:55.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:55.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:55.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:55.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:55.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:55.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:56.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:56.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:56.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:56.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:56.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:56.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:30:56.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:30:56.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:30:57.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:30:57.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:30:57.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:30:57.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:02.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:02.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:02.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:02.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:02.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:02.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:03.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:03.048+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:31:03.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:03.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:03.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:03.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:03.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:09.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:09.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:09.215+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:31:09.255+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:31:09.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:09.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:09.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:09.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:12.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:12.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:12.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:12.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:12.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:12.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:13.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:13.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:13.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:13.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:13.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:13.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:14.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:14.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:14.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:14.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:14.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:14.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:18.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:18.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:18.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:18.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:18.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:18.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:18.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:18.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:18.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:18.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:18.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:18.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:20.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:20.646+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:20.672+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:31:20.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:20.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:20.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:20.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:22.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:22.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:22.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:22.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:22.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:22.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:26.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:26.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:26.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:26.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:26.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:26.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:26.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:26.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:26.880+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:31:26.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:26.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:26.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:26.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:28.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:28.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:28.359+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:31:28.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:28.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:28.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:28.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:31.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:31.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:31.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:31.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:31.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:31.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:32.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:32.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:32.621+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:31:32.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:32.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:32.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:32.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:33.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:33.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:33.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:33.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:33.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:33.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:37.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:37.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:38.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:38.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:38.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:38.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:38.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:38.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:39.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:39.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:39.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:39.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:39.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:39.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:39.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:39.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:39.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:39.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:43.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:43.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:43.300+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:31:43.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:43.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:43.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:43.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:43.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:43.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:43.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:43.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:43.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:43.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:47.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:47.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:47.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:47.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:47.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:47.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:50.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:50.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:50.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:50.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:50.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:50.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:52.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:52.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:52.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:52.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:52.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:52.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:54.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:54.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:54.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:54.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:54.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:54.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:57.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:57.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:57.437+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:31:57.591+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:31:57.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:57.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:57.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:57.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:31:58.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:31:58.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:31:58.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:31:58.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:31:58.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:31:58.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:01.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:01.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:01.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:01.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:01.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:01.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:02.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:02.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:02.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:02.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:02.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:02.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:03.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:03.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:03.553+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:32:03.828+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:03.828+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:03.828+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:03.828+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:06.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:06.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:06.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:06.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:06.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:06.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:07.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:07.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:07.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:07.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:07.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:07.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:07.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:07.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:07.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:07.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:07.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:07.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:08.629+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:08.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:08.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:08.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:08.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:08.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:09.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:09.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:09.785+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:32:09.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:09.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:09.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:09.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:11.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:11.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:11.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:11.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:11.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:11.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:13.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:13.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:13.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:13.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:13.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:13.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:15.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:15.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:15.357+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:32:15.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:15.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:15.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:15.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:17.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:17.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:17.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:17.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:17.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:17.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:20.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:20.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:20.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:20.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:20.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:20.916+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:20.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:20.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:20.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:20.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:20.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:20.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:21.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:21.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:21.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:21.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:21.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:21.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:21.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:21.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:21.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:21.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:21.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:21.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:22.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:22.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:22.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:22.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:22.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:22.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:28.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:28.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:28.309+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:32:28.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:28.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:28.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:28.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:28.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:28.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:29.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:29.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:29.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:29.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:29.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:29.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:30.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:30.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:30.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:30.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:30.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:30.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:30.992+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:32:31.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:31.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:31.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:31.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:34.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:34.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:34.180+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:32:34.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:34.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:34.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:34.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:36.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:36.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:36.344+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:32:36.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:36.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:36.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:36.473+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:36.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:36.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:36.685+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:32:36.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:36.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:36.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:36.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:37.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:37.987+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:38.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:38.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:38.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:38.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:40.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:40.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:40.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:40.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:40.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:40.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:41.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:41.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:42.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:42.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:42.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:42.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:42.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:42.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:42.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:42.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:42.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:42.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:44.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:44.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:44.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:44.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:44.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:44.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:46.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:46.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:46.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:46.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:46.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:46.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:46.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:46.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:46.934+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:32:47.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:47.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:47.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:47.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:48.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:48.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:49.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:49.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:49.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:49.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:51.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:51.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:52.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:52.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:52.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:52.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:52.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:52.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:52.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:52.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:52.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:52.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:52.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:52.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:53.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:53.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:53.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:53.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:54.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:54.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:54.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:54.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:54.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:54.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:55.651+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:55.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:56.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:56.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:56.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:56.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:32:58.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:32:58.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:32:59.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:32:59.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:32:59.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:32:59.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:00.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:00.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:00.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:00.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:00.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:00.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:00.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:00.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:01.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:01.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:01.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:01.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:01.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:01.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:01.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:01.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:01.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:01.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:05.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:05.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:05.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:05.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:05.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:05.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:06.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:06.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:06.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:06.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:06.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:06.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:07.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:07.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:07.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:07.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:07.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:07.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:08.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:08.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:09.512+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:33:09.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:09.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:09.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:09.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:09.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:09.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:10.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:10.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:10.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:10.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:13.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:13.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:13.231+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:33:13.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:13.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:13.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:13.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:15.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:15.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:15.317+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:33:15.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:15.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:15.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:15.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:15.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:15.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:15.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:15.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:15.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:15.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:18.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:18.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:19.139+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:33:19.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:19.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:19.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:19.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:20.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:20.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:21.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:21.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:21.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:21.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:22.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:22.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:23.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:23.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:23.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:23.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:25.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:25.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:25.781+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:25.781+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:25.781+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:25.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:26.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:26.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:26.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:26.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:26.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:26.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:26.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:26.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:27.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:27.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:27.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:27.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:28.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:28.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:28.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:28.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:28.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:28.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:28.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:28.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:28.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:28.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:28.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:28.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:31.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:31.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:31.113+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:33:31.138+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:33:31.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:31.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:31.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:31.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:31.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:31.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:32.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:32.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:32.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:32.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:32.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:32.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:32.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:32.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:32.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:32.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:33.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:33.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:33.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:33.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:33.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:33.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:34.273+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:33:36.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:36.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:36.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:36.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:36.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:36.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:36.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:36.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:37.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:37.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:37.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:37.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:37.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:37.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:38.133+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:33:38.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:38.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:38.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:38.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:38.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:38.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:38.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:38.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:38.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:38.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:39.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:39.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:40.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:40.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:40.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:40.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:42.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:42.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:42.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:42.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:42.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:42.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:44.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:44.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:44.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:44.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:44.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:44.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:44.506+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:33:45.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:45.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:45.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:45.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:45.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:45.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:46.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:46.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:46.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:46.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:46.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:46.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:47.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:47.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:47.775+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:33:47.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:47.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:47.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:47.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:48.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:48.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:49.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:49.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:49.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:49.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:50.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:50.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:50.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:50.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:50.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:50.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:50.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:50.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:50.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:50.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:50.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:50.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:51.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:51.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:51.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:51.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:51.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:51.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:53.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:53.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:53.907+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:33:54.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:54.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:54.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:54.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:54.309+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:33:55.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:55.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:55.515+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:33:55.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:55.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:55.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:55.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:56.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:56.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:56.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:56.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:56.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:56.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:58.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:58.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:58.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:58.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:58.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:58.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:33:59.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:33:59.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:33:59.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:33:59.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:33:59.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:33:59.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:00.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:00.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:00.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:00.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:00.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:00.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:01.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:01.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:01.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:01.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:01.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:01.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:03.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:03.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:03.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:03.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:03.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:03.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:04.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:04.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:05.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:05.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:05.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:05.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:05.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:05.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:05.969+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:34:06.169+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:34:06.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:06.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:06.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:06.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:06.695+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:06.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:07.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:07.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:07.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:07.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:07.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:07.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:08.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:08.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:08.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:08.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:08.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:08.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:09.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:09.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:09.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:09.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:09.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:09.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:10.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:10.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:10.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:10.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:10.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:10.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:11.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:11.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:11.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:11.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:11.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:11.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:12.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:12.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:12.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:12.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:12.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:12.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:12.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:12.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:12.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:12.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:13.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:13.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:13.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:13.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:13.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:13.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:13.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:13.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:14.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:14.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:14.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:14.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:14.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:14.504+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:14.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:14.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:14.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:14.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:16.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:16.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:16.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:16.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:16.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:16.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:17.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:17.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:17.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:17.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:17.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:17.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:18.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:18.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:19.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:19.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:19.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:19.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:20.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:20.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:20.672+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:34:20.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:20.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:20.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:20.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:22.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:22.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:22.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:22.333+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:22.333+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:22.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:22.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:22.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:22.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:22.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:22.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:22.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:23.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:23.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:23.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:23.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:23.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:23.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:23.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:23.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:24.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:24.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:24.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:24.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:24.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:24.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:25.100+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:34:25.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:25.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:25.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:25.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:25.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:25.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:26.020+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:34:26.112+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:34:26.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:26.125+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:26.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:26.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:26.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:26.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:26.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:26.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:26.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:26.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:27.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:27.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:27.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:27.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:27.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:27.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:27.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:27.479+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:27.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:27.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:27.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:27.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:27.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:27.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:27.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:27.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:27.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:27.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:28.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:28.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:28.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:28.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:28.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:28.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:29.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:29.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:29.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:29.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:29.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:29.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:31.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:31.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:31.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:31.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:31.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:31.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:34.194+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:34.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:34.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:34.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:34.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:34.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:34.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:34.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:35.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:35.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:35.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:35.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:35.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:35.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:36.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:36.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:36.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:36.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:36.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:36.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:37.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:37.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:37.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:37.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:38.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:38.222+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:38.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:38.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:38.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:38.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:39.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:39.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:39.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:39.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:39.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:39.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:40.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:40.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:41.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:41.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:41.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:41.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:41.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:41.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:41.769+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:34:41.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:41.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:41.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:41.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:43.262+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:34:43.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:43.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:43.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:43.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:43.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:43.473+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:43.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:43.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:44.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:44.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:44.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:44.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:44.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:44.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:44.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:44.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:44.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:44.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:46.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:46.545+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:46.770+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:34:47.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:47.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:47.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:47.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:48.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:48.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:48.270+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:34:48.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:48.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:48.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:48.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:48.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:48.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:49.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:49.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:49.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:49.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:49.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:49.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:49.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:49.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:49.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:49.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:51.180+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:51.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:51.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:51.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:51.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:51.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:51.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:51.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:51.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:51.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:51.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:51.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:52.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:52.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:52.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:52.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:52.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:52.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:53.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:53.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:53.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:53.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:53.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:53.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:53.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:53.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:53.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:53.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:53.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:53.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:54.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:54.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:54.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:54.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:54.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:54.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:55.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:55.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:56.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:56.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:56.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:56.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:56.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:56.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:56.557+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:34:56.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:56.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:56.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:56.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:56.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:56.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:57.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:57.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:57.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:57.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:58.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:58.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:58.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:58.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:58.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:58.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:59.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:59.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:59.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:59.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:59.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:59.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:34:59.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:34:59.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:34:59.916+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:34:59.949+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:34:59.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:34:59.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:34:59.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:00.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:00.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:00.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:00.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:00.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:00.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:01.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:01.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:01.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:01.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:01.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:01.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:01.554+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:01.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:01.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:01.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:01.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:01.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:01.640+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:35:03.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:03.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:03.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:03.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:03.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:03.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:04.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:04.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:04.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:04.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:04.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:04.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:05.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:05.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:05.353+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:35:05.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:05.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:05.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:05.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:05.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:05.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:05.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:05.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:05.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:05.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:06.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:06.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:06.165+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:35:06.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:06.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:06.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:06.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:06.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:06.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:07.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:07.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:07.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:07.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:08.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:08.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:08.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:08.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:08.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:08.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:09.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:09.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:09.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:09.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:09.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:09.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:10.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:10.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:10.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:10.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:10.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:10.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:10.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:10.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:10.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:10.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:10.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:10.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:10.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:10.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:10.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:10.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:10.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:10.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:11.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:11.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:11.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:11.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:11.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:11.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:11.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:11.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:11.696+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:11.696+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:11.696+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:11.696+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:12.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:12.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:12.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:12.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:12.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:12.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:13.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:13.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:13.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:13.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:13.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:13.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:13.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:13.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:14.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:14.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:14.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:14.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:14.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:14.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:14.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:14.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:14.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:14.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:15.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:15.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:15.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:15.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:15.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:15.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:16.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:16.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:16.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:16.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:16.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:16.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:16.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:16.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:16.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:16.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:16.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:16.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:16.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:16.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:17.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:17.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:17.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:17.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:17.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:17.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:17.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:17.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:17.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:17.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:18.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:18.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:19.001+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:35:19.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:19.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:19.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:19.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:19.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:19.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:20.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:20.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:20.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:20.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:20.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:20.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:20.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:20.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:20.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:20.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:21.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:21.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:21.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:21.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:21.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:21.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:22.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:22.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:22.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:22.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:22.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:22.916+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:23.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:23.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:23.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:23.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:23.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:23.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:23.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:23.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:23.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:23.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:23.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:23.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:25.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:25.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:25.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:25.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:25.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:25.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:25.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:25.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:25.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:25.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:25.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:25.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:25.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:25.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:25.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:25.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:25.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:25.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:26.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:26.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:26.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:26.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:26.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:26.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:26.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:26.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:27.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:27.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:27.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:27.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:27.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:27.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:27.918+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:27.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:27.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:27.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:28.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:28.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:29.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:29.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:29.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:29.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:31.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:31.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:31.186+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:35:31.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:31.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:31.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:31.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:31.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:31.524+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:31.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:31.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:31.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:31.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:32.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:32.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:32.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:32.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:32.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:32.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:32.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:32.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:32.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:32.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:32.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:32.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:33.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:33.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:33.431+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:35:33.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:33.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:33.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:33.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:34.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:34.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:34.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:34.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:34.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:34.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:35.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:35.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:35.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:35.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:35.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:35.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:35.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:35.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:35.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:35.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:35.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:35.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:36.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:36.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:36.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:36.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:36.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:36.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:37.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:37.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:37.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:37.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:37.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:37.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:37.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:37.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:38.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:38.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:38.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:38.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:38.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:38.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:39.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:39.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:39.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:39.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:39.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:39.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:39.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:39.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:39.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:39.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:40.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:40.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:40.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:40.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:40.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:40.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:41.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:41.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:41.433+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:35:41.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:41.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:41.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:41.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:41.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:41.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:42.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:42.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:42.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:42.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:43.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:43.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:43.337+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:35:43.610+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:35:43.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:43.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:43.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:43.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:43.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:43.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:44.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:44.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:44.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:44.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:48.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:48.555+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:49.040+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:35:49.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:49.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:49.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:49.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:49.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:49.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:50.165+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:35:50.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:50.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:50.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:50.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:50.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:50.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:51.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:51.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:51.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:51.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:52.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:52.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:52.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:52.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:52.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:52.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:53.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:53.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:53.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:53.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:53.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:53.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:55.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:55.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:56.142+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:35:56.341+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:35:56.683+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:56.683+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:56.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:56.683+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:57.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:57.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:58.054+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:35:58.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:58.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:58.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:58.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:35:59.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:35:59.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:35:59.645+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:35:59.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:35:59.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:35:59.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:35:59.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:00.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:00.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:01.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:01.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:01.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:01.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:01.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:01.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:01.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:01.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:01.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:01.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:01.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:01.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:01.898+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:01.898+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:01.898+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:01.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:02.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:02.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:02.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:02.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:02.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:02.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:03.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:03.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:03.689+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:04.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:04.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:04.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:04.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:04.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:04.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:05.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:05.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:05.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:05.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:06.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:06.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:06.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:06.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:06.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:06.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:06.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:06.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:07.184+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:07.351+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:07.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:07.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:07.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:07.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:08.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:08.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:08.174+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:08.285+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:08.285+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:08.285+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:08.285+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:09.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:09.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:09.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:09.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:09.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:09.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:09.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:09.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:10.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:10.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:10.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:10.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:10.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:10.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:11.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:11.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:11.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:11.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:12.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:12.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:12.994+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:13.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:13.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:13.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:13.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:13.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:13.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:14.283+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:14.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:14.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:14.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:14.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:16.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:16.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:16.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:16.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:16.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:16.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:17.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:17.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:17.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:17.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:17.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:17.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:17.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:17.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:18.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:18.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:18.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:18.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:18.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:18.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:19.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:19.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:19.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:19.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:19.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:19.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:20.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:20.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:20.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:20.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:22.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:22.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:22.359+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:23.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:23.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:23.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:23.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:23.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:23.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:24.223+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:24.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:24.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:24.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:24.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:26.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:26.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:26.937+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:27.386+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:27.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:27.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:27.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:27.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:28.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:28.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:28.361+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:28.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:28.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:28.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:28.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:31.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:31.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:31.583+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:32.090+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:32.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:32.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:32.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:32.226+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:32.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:32.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:32.732+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:32.859+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:33.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:33.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:33.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:33.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:33.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:33.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:34.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:34.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:34.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:34.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:34.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:34.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:35.135+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:35.306+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:35.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:35.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:35.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:35.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:36.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:36.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:36.745+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:36.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:36.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:36.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:36.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:38.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:38.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:39.122+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:39.203+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:39.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:39.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:39.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:39.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:42.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:42.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:42.367+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:42.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:42.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:42.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:42.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:42.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:42.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:42.771+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:43.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:43.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:43.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:43.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:44.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:44.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:44.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:44.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:44.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:44.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:44.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:44.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:45.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:45.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:45.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:45.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:45.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:45.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:45.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:45.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:45.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:45.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:46.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:46.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:46.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:46.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:46.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:46.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:46.978+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:46.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:47.594+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:36:47.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:47.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:47.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:47.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:48.561+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:48.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:48.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:48.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:48.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:48.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:50.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:50.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:50.541+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:50.541+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:50.541+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:50.541+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:50.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:50.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:51.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:51.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:51.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:51.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:52.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:52.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:52.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:52.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:52.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:52.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:53.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:53.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:53.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:53.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:53.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:53.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:53.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:53.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:54.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:54.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:54.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:54.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:54.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:54.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:54.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:54.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:54.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:54.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:55.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:55.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:56.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:56.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:56.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:56.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:57.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:57.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:58.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:58.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:58.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:58.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:58.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:58.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:36:59.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:36:59.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:36:59.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:36:59.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:36:59.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:36:59.545+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:37:00.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:37:00.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:37:00.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:37:00.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:37:00.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:37:00.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:37:00.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:37:00.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:37:00.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:37:00.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:37:00.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:37:00.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:37:01.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:37:01.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:37:01.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:37:01.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:37:01.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:37:01.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:37:01.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:37:01.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:37:01.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:37:01.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:37:02.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:37:02.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:37:02.876+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:37:02.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:37:02.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:37:02.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:37:02.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:37:04.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:37:04.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:37:04.321+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:37:04.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:37:04.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:37:04.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:37:04.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:37:05.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:37:05.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:37:05.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:37:05.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:37:05.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:37:05.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:37:05.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:37:05.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:37:06.236+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:37:06.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:37:06.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:37:06.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:37:06.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:37:07.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:37:07.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:37:07.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:37:07.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:37:07.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:37:07.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:37:07.765+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:37:08.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:37:08.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:37:09.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:37:09.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:37:09.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:37:09.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:37:09.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:37:09.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:37:10.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:37:10.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:37:10.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:37:10.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:37:12.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:37:12.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:37:12.587+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:37:12.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:37:12.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:37:12.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:37:12.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:37:12.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:37:13.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:37:13.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:37:13.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:37:13.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:01.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:01.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:01.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:01.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:01.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:01.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:02.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:02.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:02.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:02.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:02.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:02.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:05.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:05.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:05.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:05.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:05.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:05.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:06.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:06.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:06.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:06.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:06.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:06.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:06.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:06.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:06.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:06.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:06.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:06.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:07.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:07.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:07.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:07.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:07.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:07.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:08.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:08.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:08.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:08.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:08.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:08.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:10.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:10.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:10.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:10.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:10.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:10.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:10.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:10.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:10.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:10.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:10.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:10.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:11.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:11.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:11.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:11.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:11.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:11.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:11.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:11.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:11.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:11.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:11.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:11.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:12.627+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:40:12.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:12.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:12.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:12.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:12.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:12.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:13.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:13.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:13.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:13.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:13.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:13.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:15.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:15.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:15.313+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:15.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:15.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:15.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:15.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:15.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:15.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:15.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:15.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:15.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:16.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:16.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:16.640+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:40:16.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:16.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:16.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:16.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:16.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:16.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:16.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:16.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:16.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:16.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:17.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:17.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:17.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:17.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:17.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:17.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:17.885+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:40:17.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:17.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:17.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:17.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:17.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:17.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:18.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:18.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:18.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:18.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:18.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:18.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:19.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:19.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:19.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:19.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:19.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:19.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:19.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:19.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:19.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:19.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:19.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:19.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:20.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:20.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:20.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:20.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:20.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:20.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:21.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:21.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:21.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:21.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:21.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:21.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:21.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:21.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:21.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:21.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:21.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:21.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:21.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:21.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:21.847+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:40:21.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:21.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:21.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:21.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:22.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:22.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:22.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:22.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:22.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:22.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:22.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:22.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:22.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:22.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:22.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:22.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:23.165+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:23.170+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:23.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:23.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:23.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:23.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:23.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:23.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:23.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:23.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:23.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:23.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:24.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:24.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:24.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:24.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:24.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:24.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:24.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:24.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:24.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:24.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:24.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:24.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:25.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:25.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:25.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:25.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:25.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:25.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:25.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:25.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:25.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:25.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:25.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:25.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:26.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:26.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:26.493+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:26.493+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:26.493+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:26.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:26.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:26.603+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:26.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:26.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:26.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:26.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:27.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:27.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:27.089+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:40:27.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:27.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:27.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:27.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:27.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:27.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:27.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:27.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:27.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:27.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:28.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:28.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:28.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:28.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:28.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:28.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:29.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:29.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:29.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:29.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:29.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:29.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:29.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:29.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:29.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:29.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:29.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:29.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:30.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:30.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:30.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:30.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:30.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:30.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:30.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:30.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:30.464+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:40:30.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:30.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:30.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:30.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:30.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:30.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:30.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:30.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:30.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:30.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:31.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:31.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:31.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:31.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:31.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:31.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:31.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:31.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:31.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:31.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:31.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:31.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:32.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:32.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:32.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:32.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:32.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:32.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:33.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:33.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:33.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:33.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:33.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:33.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:33.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:33.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:33.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:33.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:33.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:33.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:33.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:33.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:33.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:33.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:33.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:33.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:33.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:33.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:33.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:33.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:33.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:33.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:34.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:34.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:34.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:34.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:34.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:34.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:34.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:34.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:34.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:34.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:34.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:34.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:35.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:35.576+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:35.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:35.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:35.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:35.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:36.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:36.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:36.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:36.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:36.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:36.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:36.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:36.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:36.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:36.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:36.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:36.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:37.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:37.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:37.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:37.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:37.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:37.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:37.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:37.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:37.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:37.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:37.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:37.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:38.289+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:38.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:38.318+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:40:38.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:38.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:38.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:38.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:38.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:38.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:38.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:38.454+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:38.454+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:38.454+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:38.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:38.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:38.813+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:40:38.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:38.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:38.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:38.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:39.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:39.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:39.687+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:40:39.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:39.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:39.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:39.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:40.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:40.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:40.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:40.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:40.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:40.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:41.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:41.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:41.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:41.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:41.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:41.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:41.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:41.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:41.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:41.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:41.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:41.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:41.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:41.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:42.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:42.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:42.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:42.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:42.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:42.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:42.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:42.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:42.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:42.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:43.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:43.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:43.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:43.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:43.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:43.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:43.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:43.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:43.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:43.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:43.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:43.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:44.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:44.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:44.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:44.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:44.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:44.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:44.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:44.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:44.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:44.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:44.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:44.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:44.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:44.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:44.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:44.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:44.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:44.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:44.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:44.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:44.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:44.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:44.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:44.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:45.125+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:45.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:45.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:45.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:45.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:45.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:46.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:46.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:46.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:46.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:46.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:46.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:46.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:46.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:46.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:46.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:46.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:46.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:47.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:47.604+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:47.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:47.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:47.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:47.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:47.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:47.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:47.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:47.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:47.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:47.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:48.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:48.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:48.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:48.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:48.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:48.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:49.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:49.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:49.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:49.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:49.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:49.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:49.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:49.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:49.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:49.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:49.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:49.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:50.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:50.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:50.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:50.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:50.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:50.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:50.049+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:40:50.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:50.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:50.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:50.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:50.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:50.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:51.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:51.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:51.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:51.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:51.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:51.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:52.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:52.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:53.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:53.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:53.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:53.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:53.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:53.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:53.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:53.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:53.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:53.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:54.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:54.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:54.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:54.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:54.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:54.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:54.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:54.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:54.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:54.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:54.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:54.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:54.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:54.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:54.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:54.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:54.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:54.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:55.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:55.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:55.621+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:40:55.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:55.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:55.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:55.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:56.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:56.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:56.266+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:56.266+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:56.266+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:56.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:56.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:56.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:56.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:56.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:56.351+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:56.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:56.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:56.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:56.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:56.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:56.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:56.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:57.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:57.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:57.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:57.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:57.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:57.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:58.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:58.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:58.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:58.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:58.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:58.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:58.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:58.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:58.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:58.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:58.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:58.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:40:59.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:40:59.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:40:59.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:40:59.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:40:59.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:40:59.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:01.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:01.243+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:01.351+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:41:01.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:01.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:01.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:01.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:01.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:01.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:01.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:01.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:01.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:01.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:01.751+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:01.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:01.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:01.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:01.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:01.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:02.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:02.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:02.024+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:41:02.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:02.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:02.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:02.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:02.288+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:02.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:02.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:02.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:02.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:02.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:03.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:03.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:03.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:03.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:03.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:03.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:03.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:03.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:03.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:03.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:03.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:03.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:04.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:04.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:04.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:04.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:04.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:04.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:05.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:05.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:05.587+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:05.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:05.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:05.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:06.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:06.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:06.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:06.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:06.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:06.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:07.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:07.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:07.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:07.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:07.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:07.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:07.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:07.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:07.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:07.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:07.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:07.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:07.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:07.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:08.110+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:41:08.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:08.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:08.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:08.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:08.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:08.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:08.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:08.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:08.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:08.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:08.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:08.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:08.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:08.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:08.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:08.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:09.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:09.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:09.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:09.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:09.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:09.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:10.761+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:41:10.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:10.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:10.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:10.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:10.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:10.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:12.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:12.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:12.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:12.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:12.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:12.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:13.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:13.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:13.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:13.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:13.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:13.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:13.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:13.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:13.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:13.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:13.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:13.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:14.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:14.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:14.128+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:41:14.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:14.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:14.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:14.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:14.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:14.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:14.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:14.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:14.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:14.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:14.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:14.977+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:15.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:15.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:15.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:15.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:15.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:15.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:15.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:15.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:15.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:15.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:15.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:15.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:15.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:15.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:15.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:15.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:16.084+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:41:16.086+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:16.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:16.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:16.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:16.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:16.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:16.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:16.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:16.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:16.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:16.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:16.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:18.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:18.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:18.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:18.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:18.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:18.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:18.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:18.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:18.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:18.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:18.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:18.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:19.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:19.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:19.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:19.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:19.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:19.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:19.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:19.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:19.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:19.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:19.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:19.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:20.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:20.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:20.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:20.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:20.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:20.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:20.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:20.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:20.949+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:20.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:20.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:20.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:21.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:21.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:21.307+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:41:21.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:21.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:21.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:21.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:21.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:21.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:21.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:21.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:21.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:21.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:21.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:21.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:21.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:21.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:21.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:21.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:21.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:21.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:21.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:21.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:21.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:21.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:22.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:22.170+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:22.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:22.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:22.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:22.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:23.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:23.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:23.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:23.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:23.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:23.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:24.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:24.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:24.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:24.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:24.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:24.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:25.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:25.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:25.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:25.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:25.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:25.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:26.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:26.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:26.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:26.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:26.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:26.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:27.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:27.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:27.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:27.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:27.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:27.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:27.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:27.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:27.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:27.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:27.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:27.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:28.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:28.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:28.174+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:41:28.329+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:28.329+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:28.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:28.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:28.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:28.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:29.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:29.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:29.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:29.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:29.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:29.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:29.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:29.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:29.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:29.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:30.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:30.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:31.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:31.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:31.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:31.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:31.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:31.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:31.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:31.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:31.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:31.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:33.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:33.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:33.164+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:41:33.168+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:41:33.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:33.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:33.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:33.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:33.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:33.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:33.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:33.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:33.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:33.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:34.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:34.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:34.229+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:41:34.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:34.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:34.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:34.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:35.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:35.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:35.094+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:41:35.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:35.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:35.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:35.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:35.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:35.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:35.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:35.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:35.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:35.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:36.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:36.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:36.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:36.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:36.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:36.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:36.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:36.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:37.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:37.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:37.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:37.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:37.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:37.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:37.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:37.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:37.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:37.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:38.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:38.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:38.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:38.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:38.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:38.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:40.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:40.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:40.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:40.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:40.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:40.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:40.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:40.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:40.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:40.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:40.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:40.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:40.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:40.917+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:41.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:41.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:41.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:41.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:41.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:41.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:41.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:41.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:41.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:41.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:41.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:41.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:42.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:42.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:42.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:42.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:42.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:42.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:42.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:42.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:42.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:42.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:42.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:42.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:42.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:42.661+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:42.661+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:42.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:42.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:42.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:42.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:42.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:42.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:42.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:44.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:44.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:44.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:44.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:44.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:44.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:45.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:45.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:45.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:45.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:45.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:45.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:45.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:45.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:45.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:45.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:45.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:45.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:46.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:46.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:46.329+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:46.329+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:46.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:46.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:47.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:47.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:47.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:47.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:47.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:47.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:47.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:47.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:48.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:48.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:48.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:48.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:48.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:48.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:48.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:48.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:48.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:48.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:49.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:49.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:49.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:49.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:49.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:49.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:49.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:49.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:49.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:49.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:49.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:49.710+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:50.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:50.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:50.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:50.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:50.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:50.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:50.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:50.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:50.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:50.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:50.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:50.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:51.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:51.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:51.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:51.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:51.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:51.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:51.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:51.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:51.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:51.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:51.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:51.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:52.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:52.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:52.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:52.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:52.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:52.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:52.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:52.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:52.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:52.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:52.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:52.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:53.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:53.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:53.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:53.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:53.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:53.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:53.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:53.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:53.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:53.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:53.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:53.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:54.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:54.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:54.389+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:54.389+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:54.389+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:54.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:54.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:54.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:54.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:54.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:54.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:54.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:55.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:55.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:55.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:55.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:55.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:55.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:57.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:57.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:57.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:57.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:57.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:57.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:57.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:57.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:57.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:57.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:57.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:57.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:58.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:58.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:58.122+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:41:58.139+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:41:58.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:58.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:58.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:58.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:59.037+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:41:59.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:59.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:59.061+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:41:59.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:59.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:59.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:59.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:59.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:59.603+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:59.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:59.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:59.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:59.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:41:59.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:41:59.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:41:59.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:41:59.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:41:59.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:41:59.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:00.288+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:00.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:00.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:00.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:00.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:00.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:01.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:01.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:01.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:01.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:01.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:01.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:03.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:03.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:03.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:03.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:03.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:03.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:03.614+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:42:03.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:03.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:03.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:03.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:03.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:03.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:03.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:03.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:04.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:04.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:04.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:04.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:04.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:04.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:04.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:04.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:04.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:04.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:04.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:04.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:04.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:04.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:04.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:04.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:05.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:05.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:05.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:05.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:05.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:05.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:05.295+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:42:05.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:05.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:05.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:05.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:05.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:05.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:05.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:05.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:05.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:05.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:05.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:05.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:07.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:07.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:07.289+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:42:07.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:07.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:07.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:07.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:08.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:08.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:08.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:08.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:08.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:08.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:08.643+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:42:08.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:08.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:08.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:08.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:08.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:08.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:09.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:09.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:09.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:09.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:09.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:09.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:09.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:09.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:10.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:10.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:10.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:10.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:10.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:10.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:10.642+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:42:10.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:10.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:10.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:10.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:11.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:11.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:11.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:11.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:11.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:11.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:11.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:11.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:11.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:11.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:11.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:11.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:12.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:12.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:12.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:12.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:12.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:12.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:13.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:13.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:13.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:13.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:13.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:13.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:14.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:14.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:14.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:14.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:14.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:14.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:14.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:14.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:15.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:15.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:15.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:15.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:16.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:16.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:16.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:16.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:16.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:16.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:16.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:16.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:16.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:16.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:16.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:16.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:16.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:16.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:16.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:16.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:16.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:16.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:17.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:17.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:17.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:17.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:17.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:17.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:17.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:17.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:17.947+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:42:18.111+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:42:18.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:18.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:18.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:18.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:19.734+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:42:19.750+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:19.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:19.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:19.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:19.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:19.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:20.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:20.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:20.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:20.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:20.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:20.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:20.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:20.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:20.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:20.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:20.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:20.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:21.802+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:42:21.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:21.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:21.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:21.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:21.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:21.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:22.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:22.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:23.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:23.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:23.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:23.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:23.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:23.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:23.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:23.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:23.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:23.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:23.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:23.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:23.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:23.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:23.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:23.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:25.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:25.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:25.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:25.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:25.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:25.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:25.764+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:25.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:25.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:25.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:25.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:25.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:26.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:26.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:26.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:26.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:26.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:26.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:27.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:27.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:27.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:27.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:27.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:27.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:27.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:28.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:28.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:28.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:28.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:28.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:28.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:28.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:28.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:28.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:28.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:28.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:29.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:29.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:29.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:29.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:29.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:29.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:29.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:29.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:29.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:29.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:29.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:29.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:30.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:30.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:30.799+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:42:30.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:30.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:30.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:30.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:31.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:31.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:31.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:31.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:31.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:31.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:32.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:32.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:32.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:32.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:32.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:32.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:33.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:33.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:33.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:33.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:33.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:33.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:34.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:34.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:34.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:34.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:34.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:34.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:34.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:34.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:34.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:34.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:34.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:34.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:34.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:34.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:35.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:35.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:35.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:35.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:35.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:35.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:35.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:35.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:35.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:35.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:36.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:36.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:37.066+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:37.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:37.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:37.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:37.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:37.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:37.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:37.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:37.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:37.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:37.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:37.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:37.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:37.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:37.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:37.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:38.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:38.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:38.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:38.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:38.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:38.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:39.445+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:42:39.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:39.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:39.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:39.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:39.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:39.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:41.383+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:42:41.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:41.394+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:41.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:41.469+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:41.469+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:41.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:41.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:41.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:41.663+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:42:41.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:41.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:41.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:41.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:42.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:42.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:42.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:42.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:42.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:42.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:42.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:42.987+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:43.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:43.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:43.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:43.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:43.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:43.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:43.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:43.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:43.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:43.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:43.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:43.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:43.949+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:43.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:43.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:43.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:44.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:44.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:44.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:44.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:44.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:44.226+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:44.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:44.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:44.724+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:42:44.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:44.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:44.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:44.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:45.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:45.926+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:45.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:45.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:45.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:45.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:46.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:46.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:46.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:46.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:46.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:46.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:46.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:46.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:46.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:46.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:46.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:46.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:47.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:47.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:47.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:47.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:47.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:47.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:47.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:47.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:47.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:47.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:47.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:47.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:48.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:48.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:48.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:48.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:48.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:48.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:48.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:48.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:48.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:48.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:48.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:48.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:50.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:50.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:50.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:50.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:50.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:50.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:50.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:50.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:50.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:50.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:50.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:50.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:51.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:51.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:51.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:51.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:51.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:51.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:51.603+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:51.604+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:51.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:51.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:51.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:51.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:52.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:52.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:52.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:52.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:52.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:52.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:52.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:52.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:52.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:52.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:52.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:52.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:52.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:52.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:52.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:52.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:52.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:52.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:53.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:53.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:53.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:53.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:53.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:53.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:54.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:54.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:54.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:54.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:54.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:54.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:54.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:54.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:54.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:54.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:54.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:54.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:55.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:55.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:55.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:55.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:55.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:55.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:56.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:56.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:56.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:56.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:56.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:56.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:57.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:57.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:57.126+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:42:57.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:57.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:57.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:57.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:57.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:57.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:57.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:57.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:57.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:57.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:57.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:57.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:57.912+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:57.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:57.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:57.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:58.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:58.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:58.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:58.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:58.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:58.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:42:59.277+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:42:59.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:42:59.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:42:59.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:42:59.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:42:59.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:42:59.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:00.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:00.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:00.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:00.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:00.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:00.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:00.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:00.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:00.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:00.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:00.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:00.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:01.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:01.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:01.330+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:43:01.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:01.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:01.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:01.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:01.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:01.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:01.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:01.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:01.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:01.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:02.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:02.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:02.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:02.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:02.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:02.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:02.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:02.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:03.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:03.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:03.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:03.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:04.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:04.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:04.460+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:43:04.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:04.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:04.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:04.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:04.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:04.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:05.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:05.029+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:05.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:05.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:05.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:05.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:05.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:05.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:05.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:05.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:05.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:05.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:05.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:05.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:05.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:05.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:05.992+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:43:05.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:06.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:06.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:06.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:06.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:06.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:06.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:06.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:06.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:06.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:06.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:06.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:07.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:07.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:07.506+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:43:07.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:07.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:07.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:07.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:08.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:08.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:08.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:08.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:08.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:08.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:08.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:08.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:08.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:08.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:08.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:08.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:09.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:09.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:09.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:09.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:09.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:09.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:09.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:09.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:10.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:10.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:10.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:10.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:10.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:10.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:10.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:10.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:10.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:10.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:11.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:11.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:11.335+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:43:11.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:11.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:11.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:11.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:11.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:11.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:11.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:11.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:11.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:11.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:13.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:13.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:13.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:13.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:13.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:13.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:13.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:13.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:13.709+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:43:13.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:13.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:13.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:13.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:14.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:14.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:14.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:14.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:14.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:14.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:14.481+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:43:14.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:14.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:14.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:14.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:14.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:14.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:14.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:14.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:14.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:14.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:14.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:14.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:15.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:15.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:15.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:15.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:15.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:15.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:15.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:15.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:15.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:15.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:15.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:15.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:16.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:16.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:16.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:16.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:16.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:16.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:17.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:17.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:17.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:17.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:17.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:17.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:19.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:19.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:19.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:19.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:19.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:19.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:19.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:19.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:19.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:19.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:19.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:19.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:19.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:19.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:19.908+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:43:19.918+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:43:19.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:19.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:19.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:19.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:20.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:20.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:20.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:20.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:20.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:20.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:21.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:21.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:21.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:21.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:21.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:21.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:21.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:21.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:21.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:21.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:21.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:21.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:22.208+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:22.208+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:22.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:22.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:22.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:22.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:22.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:22.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:22.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:22.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:22.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:22.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:23.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:23.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:23.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:23.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:23.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:23.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:23.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:23.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:23.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:23.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:23.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:23.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:23.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:23.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:23.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:23.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:23.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:23.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:24.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:24.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:24.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:24.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:24.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:24.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:24.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:24.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:25.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:25.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:25.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:25.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:25.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:25.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:25.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:25.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:25.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:25.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:26.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:26.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:26.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:26.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:26.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:26.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:27.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:27.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:27.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:27.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:27.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:27.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:27.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:27.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:27.771+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:27.771+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:27.771+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:27.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:27.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:27.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:27.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:27.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:27.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:27.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:28.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:28.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:28.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:28.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:28.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:28.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:28.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:28.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:28.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:28.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:28.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:28.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:28.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:28.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:28.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:28.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:28.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:28.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:28.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:28.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:29.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:29.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:29.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:29.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:29.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:29.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:29.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:29.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:29.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:29.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:29.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:29.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:29.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:29.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:29.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:29.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:30.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:30.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:30.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:30.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:30.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:30.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:30.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:30.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:30.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:30.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:30.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:30.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:31.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:31.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:31.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:31.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:31.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:31.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:31.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:31.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:31.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:31.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:31.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:31.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:32.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:32.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:32.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:32.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:32.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:32.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:33.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:33.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:33.922+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:33.922+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:33.922+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:33.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:34.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:34.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:34.165+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:43:34.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:34.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:34.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:34.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:34.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:34.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:35.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:35.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:35.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:35.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:35.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:35.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:35.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:35.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:35.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:35.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:36.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:36.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:36.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:36.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:36.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:36.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:36.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:36.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:36.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:36.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:36.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:36.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:36.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:36.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:36.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:36.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:36.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:36.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:36.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:36.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:36.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:36.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:36.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:36.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:37.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:37.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:37.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:37.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:37.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:37.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:37.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:37.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:37.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:37.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:37.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:37.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:37.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:37.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:37.720+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:43:37.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:37.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:37.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:37.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:38.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:38.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:38.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:38.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:38.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:38.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:38.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:38.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:38.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:38.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:38.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:38.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:38.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:38.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:38.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:38.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:38.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:38.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:39.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:39.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:39.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:39.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:39.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:39.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:39.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:39.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:39.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:39.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:39.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:39.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:41.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:41.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:41.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:41.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:41.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:41.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:42.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:42.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:42.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:42.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:42.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:42.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:42.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:42.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:42.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:42.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:42.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:42.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:42.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:42.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:42.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:42.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:42.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:42.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:42.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:42.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:43.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:43.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:43.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:43.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:43.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:43.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:43.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:43.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:43.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:43.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:43.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:43.346+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:43.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:43.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:43.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:43.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:43.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:43.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:43.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:43.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:43.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:43.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:43.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:43.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:43.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:43.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:43.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:43.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:44.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:44.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:44.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:44.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:44.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:44.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:44.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:44.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:44.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:44.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:44.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:44.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:44.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:44.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:44.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:44.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:44.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:44.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:44.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:44.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:44.978+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:43:45.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:45.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:45.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:45.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:45.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:45.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:45.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:45.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:45.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:45.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:45.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:45.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:45.933+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:45.933+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:45.933+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:45.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:46.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:46.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:46.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:46.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:46.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:46.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:47.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:47.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:47.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:47.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:47.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:47.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:48.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:48.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:48.616+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:43:48.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:48.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:48.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:48.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:48.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:48.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:48.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:48.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:48.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:48.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:49.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:49.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:49.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:49.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:49.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:49.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:49.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:49.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:49.884+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:43:49.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:49.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:49.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:49.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:50.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:50.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:50.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:50.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:50.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:50.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:50.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:50.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:50.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:50.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:50.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:50.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:51.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:51.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:51.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:51.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:51.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:51.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:51.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:51.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:51.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:51.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:51.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:51.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:52.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:52.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:52.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:52.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:52.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:52.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:52.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:52.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:52.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:52.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:52.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:52.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:53.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:53.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:53.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:53.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:53.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:53.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:53.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:53.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:54.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:54.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:54.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:54.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:54.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:54.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:54.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:54.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:54.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:54.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:54.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:54.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:54.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:54.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:54.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:54.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:55.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:55.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:55.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:55.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:55.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:55.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:55.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:55.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:55.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:55.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:55.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:55.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:56.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:56.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:56.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:56.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:56.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:56.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:56.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:56.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:56.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:56.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:56.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:56.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:57.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:57.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:57.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:57.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:57.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:57.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:58.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:58.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:58.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:58.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:58.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:58.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:58.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:58.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:58.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:58.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:58.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:58.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:43:59.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:43:59.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:43:59.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:43:59.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:43:59.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:43:59.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:00.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:00.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:00.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:00.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:00.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:00.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:01.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:01.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:01.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:01.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:01.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:01.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:01.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:01.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:01.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:01.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:01.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:01.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:01.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:01.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:01.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:01.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:01.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:01.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:01.817+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:01.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:01.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:01.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:01.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:01.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:02.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:02.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:02.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:02.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:02.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:02.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:02.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:02.752+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:02.769+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:02.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:02.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:02.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:02.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:03.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:03.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:03.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:03.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:03.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:03.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:03.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:03.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:03.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:03.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:03.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:03.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:04.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:04.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:04.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:04.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:04.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:04.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:04.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:04.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:04.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:04.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:04.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:04.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:04.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:04.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:04.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:04.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:04.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:04.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:06.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:06.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:06.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:06.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:06.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:06.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:07.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:07.151+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:07.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:07.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:07.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:07.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:07.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:07.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:07.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:08.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:08.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:08.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:08.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:08.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:08.479+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:08.493+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:08.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:08.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:08.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:08.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:09.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:09.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:09.132+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:09.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:09.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:09.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:09.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:09.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:09.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:09.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:09.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:09.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:09.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:09.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:09.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:09.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:09.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:09.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:09.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:10.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:10.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:10.177+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:10.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:10.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:10.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:10.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:10.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:10.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:10.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:10.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:10.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:10.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:11.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:11.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:11.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:11.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:11.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:11.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:11.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:11.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:12.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:12.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:12.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:12.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:12.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:12.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:12.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:12.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:12.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:12.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:12.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:12.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:12.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:12.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:12.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:12.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:13.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:13.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:13.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:13.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:13.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:13.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:13.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:13.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:13.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:13.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:13.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:13.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:14.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:14.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:14.488+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:14.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:14.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:14.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:14.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:15.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:15.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:15.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:15.488+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:15.488+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:15.488+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:16.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:16.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:16.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:16.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:16.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:16.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:16.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:16.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:16.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:16.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:16.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:16.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:16.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:16.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:16.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:16.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:16.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:16.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:17.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:17.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:17.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:17.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:17.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:17.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:17.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:17.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:17.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:17.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:17.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:17.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:18.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:18.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:18.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:18.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:18.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:18.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:18.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:18.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:18.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:18.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:18.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:18.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:18.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:18.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:18.702+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:18.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:18.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:18.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:18.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:19.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:19.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:19.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:19.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:19.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:19.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:20.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:20.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:20.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:20.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:20.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:20.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:20.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:20.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:20.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:20.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:20.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:20.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:22.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:22.170+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:22.231+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:22.231+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:22.231+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:22.231+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:22.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:22.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:22.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:22.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:22.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:22.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:23.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:23.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:23.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:23.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:23.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:23.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:23.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:23.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:23.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:23.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:23.440+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:23.440+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:23.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:23.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:23.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:23.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:23.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:23.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:24.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:24.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:24.355+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:24.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:24.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:24.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:24.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:25.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:25.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:25.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:25.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:25.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:25.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:25.902+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:25.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:25.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:25.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:25.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:25.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:25.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:26.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:26.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:26.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:26.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:26.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:26.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:26.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:26.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:26.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:26.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:26.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:26.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:27.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:27.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:27.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:27.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:27.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:27.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:27.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:27.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:27.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:27.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:27.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:27.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:27.603+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:27.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:27.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:27.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:27.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:27.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:28.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:28.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:28.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:28.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:28.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:28.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:29.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:29.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:29.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:29.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:29.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:29.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:29.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:29.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:29.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:29.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:29.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:29.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:30.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:30.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:30.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:30.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:30.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:30.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:31.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:31.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:31.233+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:31.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:31.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:31.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:31.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:31.259+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:31.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:31.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:31.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:31.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:31.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:31.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:31.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:31.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:31.683+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:31.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:31.683+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:32.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:32.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:32.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:32.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:32.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:32.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:32.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:32.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:32.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:32.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:32.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:32.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:32.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:32.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:32.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:32.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:32.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:32.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:33.107+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:33.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:33.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:33.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:33.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:33.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:33.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:34.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:34.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:34.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:34.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:34.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:34.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:35.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:35.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:35.101+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:35.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:35.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:35.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:35.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:35.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:35.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:35.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:35.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:35.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:35.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:36.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:36.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:36.834+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:36.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:36.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:36.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:36.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:37.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:37.926+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:38.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:38.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:38.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:38.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:38.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:38.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:38.865+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:38.912+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:38.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:38.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:38.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:39.275+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:39.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:39.324+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:39.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:39.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:39.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:39.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:39.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:39.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:39.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:39.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:39.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:39.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:40.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:40.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:40.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:40.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:40.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:40.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:40.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:40.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:40.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:40.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:40.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:40.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:41.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:41.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:41.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:41.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:41.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:41.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:43.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:43.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:43.694+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:43.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:43.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:43.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:43.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:43.755+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:44.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:44.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:44.419+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:44.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:44.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:44.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:44.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:45.039+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:45.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:45.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:45.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:45.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:45.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:45.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:45.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:45.868+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:45.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:45.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:45.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:45.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:46.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:46.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:46.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:46.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:46.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:46.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:46.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:46.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:46.584+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:46.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:46.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:46.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:46.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:46.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:46.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:46.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:46.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:46.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:46.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:48.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:48.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:48.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:48.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:48.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:48.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:49.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:49.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:49.022+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:49.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:49.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:49.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:49.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:49.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:49.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:49.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:49.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:49.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:49.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:49.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:49.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:49.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:49.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:49.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:49.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:49.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:49.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:49.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:49.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:49.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:49.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:50.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:50.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:50.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:50.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:50.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:50.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:50.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:50.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:50.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:50.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:50.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:50.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:51.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:51.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:51.634+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:51.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:51.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:51.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:51.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:52.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:52.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:52.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:52.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:52.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:52.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:52.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:52.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:52.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:52.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:52.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:52.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:52.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:52.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:53.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:53.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:53.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:53.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:53.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:53.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:53.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:53.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:53.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:53.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:54.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:54.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:54.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:54.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:54.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:54.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:55.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:55.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:55.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:55.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:55.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:55.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:55.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:55.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:55.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:55.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:55.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:55.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:55.450+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:55.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:55.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:55.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:55.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:55.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:55.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:56.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:56.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:56.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:56.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:56.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:56.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:57.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:57.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:57.275+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:44:57.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:57.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:57.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:57.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:58.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:58.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:58.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:58.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:58.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:58.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:58.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:58.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:58.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:58.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:58.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:58.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:58.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:58.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:58.898+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:58.898+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:58.898+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:58.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:58.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:58.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:58.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:58.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:58.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:58.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:44:59.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:44:59.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:44:59.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:44:59.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:44:59.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:44:59.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:00.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:00.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:00.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:00.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:00.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:00.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:00.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:00.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:00.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:00.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:00.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:00.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:01.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:01.119+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:01.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:01.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:01.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:01.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:01.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:01.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:01.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:01.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:01.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:01.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:02.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:02.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:02.339+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:02.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:02.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:02.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:02.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:02.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:02.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:02.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:02.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:02.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:02.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:03.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:03.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:03.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:03.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:03.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:03.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:03.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:03.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:03.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:03.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:03.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:03.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:03.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:03.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:03.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:03.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:03.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:03.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:04.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:04.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:04.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:04.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:04.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:04.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:04.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:04.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:04.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:04.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:04.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:04.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:04.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:04.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:04.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:04.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:04.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:04.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:04.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:04.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:04.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:04.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:04.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:04.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:05.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:05.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:06.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:06.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:06.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:06.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:06.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:06.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:06.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:06.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:06.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:06.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:07.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:07.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:07.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:07.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:07.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:07.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:07.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:07.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:07.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:07.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:07.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:07.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:07.860+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:08.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:08.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:08.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:08.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:08.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:08.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:08.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:08.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:08.653+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:08.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:08.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:08.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:08.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:09.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:09.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:09.265+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:09.277+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:09.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:09.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:09.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:09.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:09.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:09.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:09.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:09.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:09.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:09.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:10.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:10.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:10.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:10.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:10.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:10.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:12.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:12.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:12.262+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:12.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:12.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:12.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:12.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:12.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:12.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:12.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:12.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:12.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:12.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:13.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:13.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:13.208+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:13.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:13.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:13.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:13.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:13.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:13.589+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:13.694+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:13.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:13.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:13.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:13.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:14.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:14.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:14.498+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:14.522+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:14.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:14.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:14.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:14.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:15.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:15.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:15.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:15.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:15.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:15.226+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:15.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:15.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:15.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:15.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:15.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:15.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:15.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:15.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:15.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:15.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:15.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:15.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:15.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:15.917+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:16.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:16.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:16.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:16.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:16.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:16.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:16.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:16.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:16.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:16.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:17.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:17.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:17.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:17.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:17.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:17.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:18.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:18.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:18.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:18.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:18.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:18.684+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:19.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:19.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:19.871+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:20.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:20.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:20.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:20.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:20.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:20.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:20.962+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:21.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:21.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:21.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:21.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:21.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:21.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:21.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:21.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:21.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:21.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:21.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:21.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:22.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:22.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:22.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:22.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:23.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:23.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:23.269+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:23.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:23.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:23.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:23.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:23.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:23.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:24.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:24.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:24.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:24.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:24.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:24.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:25.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:25.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:25.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:25.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:27.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:27.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:28.005+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:28.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:28.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:28.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:28.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:28.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:28.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:29.078+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:29.157+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:29.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:29.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:29.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:29.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:29.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:29.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:30.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:30.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:30.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:30.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:30.472+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:30.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:30.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:30.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:30.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:30.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:30.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:31.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:31.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:31.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:31.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:31.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:31.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:32.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:32.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:32.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:32.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:32.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:32.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:32.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:32.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:33.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:33.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:33.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:33.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:33.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:33.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:33.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:33.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:33.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:33.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:33.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:33.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:33.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:33.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:33.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:33.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:34.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:34.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:34.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:34.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:34.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:34.271+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:34.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:34.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:35.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:35.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:35.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:35.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:35.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:35.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:35.848+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:35.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:35.882+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:35.882+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:35.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:36.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:36.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:36.318+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:36.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:36.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:36.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:36.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:36.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:36.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:36.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:36.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:36.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:36.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:37.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:37.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:37.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:37.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:37.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:37.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:38.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:38.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:38.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:38.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:38.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:38.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:38.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:38.363+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:38.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:38.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:38.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:38.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:39.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:39.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:39.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:39.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:39.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:39.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:40.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:40.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:41.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:41.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:41.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:41.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:41.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:41.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:41.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:41.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:41.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:41.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:42.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:42.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:42.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:42.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:42.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:42.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:42.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:42.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:42.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:42.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:42.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:42.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:42.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:42.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:43.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:43.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:43.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:43.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:44.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:44.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:44.056+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:44.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:44.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:44.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:44.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:44.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:44.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:44.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:44.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:44.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:44.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:45.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:45.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:45.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:45.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:45.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:45.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:45.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:45.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:45.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:45.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:45.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:45.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:45.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:45.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:45.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:45.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:45.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:45.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:46.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:46.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:46.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:46.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:46.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:46.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:49.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:49.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:49.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:49.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:49.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:49.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:50.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:50.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:50.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:50.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:50.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:50.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:51.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:51.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:51.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:51.389+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:51.389+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:51.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:52.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:52.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:52.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:52.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:52.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:52.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:53.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:53.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:53.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:53.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:53.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:53.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:55.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:55.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:55.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:55.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:55.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:55.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:56.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:56.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:56.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:56.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:56.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:56.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:56.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:56.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:56.563+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:56.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:56.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:56.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:56.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:56.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:56.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:57.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:57.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:57.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:57.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:57.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:57.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:57.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:57.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:57.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:57.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:58.480+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:45:58.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:58.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:58.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:58.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:58.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:58.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:58.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:58.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:59.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:59.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:59.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:59.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:45:59.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:45:59.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:45:59.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:45:59.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:45:59.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:45:59.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:01.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:01.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:01.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:01.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:01.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:01.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:01.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:01.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:01.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:01.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:01.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:01.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:01.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:01.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:02.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:02.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:02.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:02.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:02.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:02.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:02.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:02.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:02.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:02.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:03.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:03.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:03.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:03.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:03.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:03.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:04.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:04.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:04.309+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:04.430+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:04.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:04.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:04.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:04.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:05.118+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:05.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:05.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:05.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:05.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:05.308+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:06.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:06.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:06.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:06.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:06.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:06.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:06.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:06.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:06.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:06.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:06.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:06.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:07.194+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:07.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:07.283+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:07.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:07.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:07.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:07.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:07.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:07.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:07.589+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:07.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:07.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:07.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:07.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:08.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:08.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:08.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:08.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:08.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:08.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:08.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:08.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:08.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:08.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:08.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:08.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:08.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:08.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:08.830+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:08.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:08.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:08.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:08.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:09.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:09.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:09.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:09.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:09.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:09.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:09.285+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:09.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:09.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:09.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:09.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:09.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:09.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:09.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:09.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:09.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:09.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:09.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:09.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:09.807+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:09.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:09.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:09.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:09.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:09.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:09.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:11.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:11.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:11.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:11.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:11.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:11.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:11.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:11.905+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:11.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:11.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:11.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:11.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:12.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:12.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:12.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:12.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:12.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:12.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:13.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:13.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:13.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:13.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:13.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:13.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:13.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:13.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:14.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:14.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:14.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:14.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:14.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:14.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:14.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:14.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:14.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:14.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:14.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:14.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:15.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:15.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:15.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:15.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:15.093+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:15.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:15.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:15.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:15.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:15.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:15.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:15.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:15.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:15.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:15.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:15.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:15.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:15.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:15.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:16.194+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:16.285+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:16.285+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:16.285+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:16.285+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:17.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:17.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:17.377+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:17.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:17.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:17.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:17.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:17.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:17.765+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:18.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:18.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:18.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:18.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:21.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:21.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:21.872+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:21.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:21.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:21.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:21.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:22.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:22.858+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:23.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:23.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:23.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:23.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:23.176+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:23.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:23.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:24.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:24.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:24.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:24.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:26.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:26.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:26.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:26.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:26.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:26.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:27.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:27.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:28.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:28.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:28.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:28.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:28.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:28.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:28.916+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:29.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:29.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:29.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:29.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:29.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:29.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:30.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:30.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:30.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:30.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:31.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:31.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:31.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:31.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:31.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:31.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:31.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:31.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:32.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:32.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:32.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:32.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:32.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:32.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:32.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:32.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:32.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:32.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:32.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:32.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:32.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:32.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:32.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:32.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:33.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:33.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:33.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:33.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:33.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:33.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:33.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:33.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:33.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:33.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:33.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:33.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:34.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:34.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:34.132+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:34.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:34.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:34.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:34.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:34.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:34.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:34.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:34.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:34.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:34.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:35.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:35.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:35.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:35.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:35.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:35.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:35.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:35.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:35.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:35.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:35.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:35.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:36.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:36.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:37.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:37.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:37.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:37.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:37.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:37.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:37.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:37.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:37.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:37.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:37.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:37.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:37.812+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:38.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:38.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:38.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:38.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:38.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:38.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:38.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:38.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:38.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:38.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:38.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:38.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:38.815+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:38.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:38.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:38.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:38.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:38.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:38.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:39.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:39.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:39.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:39.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:39.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:39.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:39.523+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:39.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:39.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:39.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:39.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:39.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:39.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:39.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:39.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:39.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:39.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:40.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:40.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:41.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:41.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:41.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:41.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:41.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:41.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:41.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:41.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:41.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:41.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:41.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:41.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:41.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:41.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:41.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:41.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:42.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:42.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:42.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:42.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:42.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:42.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:42.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:42.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:42.505+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:42.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:42.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:42.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:42.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:42.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:42.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:42.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:42.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:42.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:42.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:42.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:42.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:42.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:42.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:42.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:42.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:43.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:43.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:43.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:43.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:43.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:43.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:43.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:43.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:43.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:43.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:43.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:43.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:45.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:45.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:45.698+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:46.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:46.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:46.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:46.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:47.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:47.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:47.737+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:47.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:47.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:47.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:47.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:48.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:48.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:48.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:48.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:48.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:48.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:48.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:48.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:48.546+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:48.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:48.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:48.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:48.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:49.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:49.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:49.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:49.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:49.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:49.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:51.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:51.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:51.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:51.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:51.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:51.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:52.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:52.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:52.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:52.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:52.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:52.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:53.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:53.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:54.025+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:54.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:54.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:54.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:54.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:55.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:55.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:55.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:55.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:55.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:55.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:56.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:56.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:56.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:56.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:56.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:56.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:56.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:56.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:56.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:56.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:56.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:56.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:57.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:57.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:57.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:57.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:57.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:57.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:57.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:57.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:57.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:57.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:57.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:57.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:46:59.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:46:59.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:46:59.499+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:46:59.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:46:59.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:46:59.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:46:59.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:00.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:00.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:00.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:00.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:00.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:00.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:00.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:00.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:01.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:01.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:01.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:01.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:02.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:02.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:02.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:02.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:02.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:02.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:03.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:03.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:03.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:03.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:03.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:03.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:03.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:03.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:03.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:03.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:03.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:03.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:04.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:04.646+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:04.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:04.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:04.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:04.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:05.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:05.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:05.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:05.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:05.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:05.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:05.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:05.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:05.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:05.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:05.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:05.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:09.635+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:47:09.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:09.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:10.031+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:47:10.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:10.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:10.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:10.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:10.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:10.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:10.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:10.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:10.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:10.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:11.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:11.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:11.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:11.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:11.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:11.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:13.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:13.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:13.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:13.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:13.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:13.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:14.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:14.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:14.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:14.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:14.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:14.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:14.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:14.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:14.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:14.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:14.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:14.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:14.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:14.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:15.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:15.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:15.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:15.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:15.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:15.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:15.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:15.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:15.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:15.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:15.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:15.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:15.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:15.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:15.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:15.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:16.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:16.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:16.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:16.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:16.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:16.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:16.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:16.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:16.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:16.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:16.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:16.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:17.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:17.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:17.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:17.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:17.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:17.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:19.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:19.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:19.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:19.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:19.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:19.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:19.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:19.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:19.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:19.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:19.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:19.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:20.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:20.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:20.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:20.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:20.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:20.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:20.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:20.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:20.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:20.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:20.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:20.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:21.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:21.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:21.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:21.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:21.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:21.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:21.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:21.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:21.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:21.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:21.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:21.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:22.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:22.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:22.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:22.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:22.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:22.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:22.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:22.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:22.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:22.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:22.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:22.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:22.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:22.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:23.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:23.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:23.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:23.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:24.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:24.524+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:24.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:24.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:24.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:24.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:25.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:25.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:25.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:25.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:25.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:25.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:25.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:25.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:25.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:25.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:25.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:25.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:26.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:26.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:26.638+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:47:26.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:26.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:26.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:26.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:28.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:28.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:28.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:28.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:28.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:28.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:28.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:28.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:28.541+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:28.541+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:28.541+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:28.541+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:29.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:29.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:29.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:29.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:29.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:29.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:29.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:29.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:29.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:29.982+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:29.982+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:29.982+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:30.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:30.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:30.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:30.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:30.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:30.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:30.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:30.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:30.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:30.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:30.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:30.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:31.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:31.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:31.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:31.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:31.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:31.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:31.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:31.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:31.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:31.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:31.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:31.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:33.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:33.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:33.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:33.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:33.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:33.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:34.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:34.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:34.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:34.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:34.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:34.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:34.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:34.980+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:35.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:35.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:35.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:35.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:35.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:35.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:35.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:35.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:35.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:35.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:35.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:35.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:35.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:35.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:35.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:35.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:36.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:36.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:36.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:36.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:36.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:36.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:36.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:36.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:36.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:36.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:36.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:36.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:36.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:36.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:36.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:36.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:36.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:36.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:37.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:37.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:38.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:38.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:38.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:38.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:38.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:38.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:38.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:38.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:38.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:38.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:39.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:39.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:39.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:39.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:39.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:39.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:40.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:40.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:40.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:40.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:40.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:40.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:40.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:40.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:40.211+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:40.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:40.211+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:40.211+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:40.609+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:47:40.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:40.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:40.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:40.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:40.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:40.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:41.466+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:47:41.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:41.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:41.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:41.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:41.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:41.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:41.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:41.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:41.857+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:41.857+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:41.857+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:41.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:42.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:42.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:42.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:42.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:42.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:42.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:42.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:42.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:42.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:42.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:42.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:42.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:42.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:42.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:42.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:42.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:42.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:42.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:43.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:43.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:43.268+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:47:43.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:43.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:43.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:43.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:43.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:43.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:43.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:43.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:43.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:43.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:44.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:44.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:44.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:44.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:44.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:44.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:45.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:45.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:45.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:45.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:45.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:45.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:45.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:45.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:45.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:45.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:45.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:45.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:45.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:45.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:45.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:45.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:45.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:45.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:45.920+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:47:45.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:45.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:45.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:45.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:45.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:45.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:46.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:46.765+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:46.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:46.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:46.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:46.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:46.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:46.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:47.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:47.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:47.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:47.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:47.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:47.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:47.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:47.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:47.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:47.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:47.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:47.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:47.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:47.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:47.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:47.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:48.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:48.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:48.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:48.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:48.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:48.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:48.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:48.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:48.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:48.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:48.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:48.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:48.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:48.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:49.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:49.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:49.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:49.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:49.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:49.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:49.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:49.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:49.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:49.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:50.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:50.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:50.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:50.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:50.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:50.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:50.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:50.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:50.714+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:47:50.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:50.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:50.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:50.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:51.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:51.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:51.108+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:47:51.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:51.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:51.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:51.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:51.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:51.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:51.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:51.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:51.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:51.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:52.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:52.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:52.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:52.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:52.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:52.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:52.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:52.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:52.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:52.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:52.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:52.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:53.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:53.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:53.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:53.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:53.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:53.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:53.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:53.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:53.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:53.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:53.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:53.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:54.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:54.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:54.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:54.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:54.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:54.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:54.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:54.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:54.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:54.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:54.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:54.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:54.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:54.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:54.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:54.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:54.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:54.684+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:54.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:54.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:54.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:54.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:54.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:54.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:55.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:55.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:55.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:55.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:55.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:55.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:56.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:56.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:56.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:56.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:56.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:56.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:56.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:56.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:56.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:56.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:56.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:56.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:56.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:56.987+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:57.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:57.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:57.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:57.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:59.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:59.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:47:59.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:47:59.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:47:59.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:47:59.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:47:59.795+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:47:59.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:47:59.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:00.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:00.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:00.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:00.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:00.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:00.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:00.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:00.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:00.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:00.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:00.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:00.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:01.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:01.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:01.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:01.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:02.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:02.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:02.846+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:03.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:03.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:03.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:03.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:04.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:04.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:05.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:05.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:05.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:05.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:05.444+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:06.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:06.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:06.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:06.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:06.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:06.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:07.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:07.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:07.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:07.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:07.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:07.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:08.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:08.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:08.354+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:08.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:08.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:08.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:08.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:09.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:09.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:09.575+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:10.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:10.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:10.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:10.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:10.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:10.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:11.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:11.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:11.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:11.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:12.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:12.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:13.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:13.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:13.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:13.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:13.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:13.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:13.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:13.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:13.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:13.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:14.026+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:14.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:14.168+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:14.210+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:14.699+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:14.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:14.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:14.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:14.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:16.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:16.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:16.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:16.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:16.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:16.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:16.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:16.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:17.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:17.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:17.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:17.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:19.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:19.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:19.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:19.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:19.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:19.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:19.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:19.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:19.893+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:19.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:19.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:19.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:19.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:20.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:20.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:20.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:20.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:20.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:20.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:20.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:20.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:20.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:20.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:20.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:20.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:21.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:21.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:21.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:21.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:21.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:21.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:21.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:21.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:21.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:21.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:21.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:21.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:22.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:22.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:22.510+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:22.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:22.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:22.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:22.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:24.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:24.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:24.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:24.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:24.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:24.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:24.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:24.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:25.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:25.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:25.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:25.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:25.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:25.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:25.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:25.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:25.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:25.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:26.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:26.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:26.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:26.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:26.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:26.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:26.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:26.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:26.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:26.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:26.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:26.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:27.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:27.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:27.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:27.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:27.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:27.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:28.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:28.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:28.410+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:28.423+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:28.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:28.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:28.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:28.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:29.756+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:29.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:29.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:29.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:29.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:29.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:30.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:30.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:30.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:30.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:30.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:30.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:32.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:32.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:32.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:32.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:32.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:32.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:33.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:33.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:33.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:33.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:33.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:33.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:33.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:33.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:33.991+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:34.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:34.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:34.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:34.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:34.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:34.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:34.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:34.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:34.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:34.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:35.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:35.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:35.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:35.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:35.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:35.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:35.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:35.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:36.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:36.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:36.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:36.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:36.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:36.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:36.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:36.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:36.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:36.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:37.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:37.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:37.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:37.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:37.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:37.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:38.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:38.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:38.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:38.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:38.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:38.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:39.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:39.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:39.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:39.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:39.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:39.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:39.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:39.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:39.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:39.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:39.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:39.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:39.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:39.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:39.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:39.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:39.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:39.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:40.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:40.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:40.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:40.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:40.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:40.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:41.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:41.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:42.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:42.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:42.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:42.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:42.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:42.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:42.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:42.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:42.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:42.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:42.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:42.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:42.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:42.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:42.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:42.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:43.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:43.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:43.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:43.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:43.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:43.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:44.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:44.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:44.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:44.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:44.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:44.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:44.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:44.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:44.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:44.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:44.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:44.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:44.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:44.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:45.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:45.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:45.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:45.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:46.018+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:46.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:46.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:46.080+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:46.080+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:46.080+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:46.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:47.007+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:47.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:47.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:47.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:47.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:47.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:47.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:47.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:47.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:47.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:47.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:47.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:48.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:48.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:48.454+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:48.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:48.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:48.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:48.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:49.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:49.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:49.911+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:50.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:50.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:50.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:50.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:50.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:50.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:50.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:50.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:50.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:50.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:51.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:51.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:51.038+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:51.146+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:51.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:51.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:51.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:51.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:51.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:51.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:51.720+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:51.781+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:51.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:51.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:51.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:51.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:53.072+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:53.072+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:53.112+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:53.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:53.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:53.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:53.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:53.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:53.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:53.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:53.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:53.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:53.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:53.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:53.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:53.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:53.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:53.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:53.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:54.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:54.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:54.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:54.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:54.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:54.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:55.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:55.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:55.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:55.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:55.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:55.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:56.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:56.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:56.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:56.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:56.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:56.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:58.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:58.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:58.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:58.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:58.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:58.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:58.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:58.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:58.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:58.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:58.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:58.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:48:59.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:48:59.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:48:59.350+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:48:59.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:48:59.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:48:59.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:48:59.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:00.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:00.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:00.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:00.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:00.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:00.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:02.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:02.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:02.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:02.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:02.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:02.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:02.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:02.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:02.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:02.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:02.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:02.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:03.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:03.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:03.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:03.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:03.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:03.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:03.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:03.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:03.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:03.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:03.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:03.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:03.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:03.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:03.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:03.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:03.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:03.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:04.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:04.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:04.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:04.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:04.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:04.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:04.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:04.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:04.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:04.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:04.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:04.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:05.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:05.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:05.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:05.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:05.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:05.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:05.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:05.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:05.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:05.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:05.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:05.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:06.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:06.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:06.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:06.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:06.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:06.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:07.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:07.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:07.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:07.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:07.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:07.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:07.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:07.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:07.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:07.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:07.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:07.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:07.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:07.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:08.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:08.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:08.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:08.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:08.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:08.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:08.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:08.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:08.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:08.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:08.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:08.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:08.700+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:49:08.721+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:08.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:08.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:08.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:08.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:08.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:08.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:08.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:08.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:08.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:09.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:09.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:09.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:09.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:09.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:09.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:09.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:09.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:09.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:09.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:09.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:09.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:10.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:10.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:10.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:10.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:10.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:10.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:10.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:10.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:10.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:10.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:10.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:10.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:10.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:10.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:10.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:10.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:10.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:10.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:11.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:11.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:11.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:11.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:11.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:11.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:11.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:11.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:11.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:11.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:11.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:11.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:12.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:12.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:12.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:12.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:12.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:12.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:12.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:12.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:12.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:12.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:12.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:12.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:14.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:14.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:14.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:14.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:14.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:14.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:14.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:14.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:14.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:14.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:14.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:14.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:14.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:14.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:14.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:14.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:14.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:14.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:15.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:15.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:15.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:15.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:15.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:15.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:15.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:15.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:15.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:15.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:15.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:15.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:16.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:16.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:16.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:16.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:16.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:16.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:17.026+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:17.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:17.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:17.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:17.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:17.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:17.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:17.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:17.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:17.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:17.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:17.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:17.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:17.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:17.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:17.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:17.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:17.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:18.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:18.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:18.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:18.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:18.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:18.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:19.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:19.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:19.541+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:19.541+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:19.541+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:19.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:20.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:20.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:20.077+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:49:20.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:20.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:20.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:20.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:20.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:20.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:20.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:20.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:20.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:20.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:20.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:20.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:20.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:20.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:20.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:20.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:21.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:21.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:21.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:21.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:21.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:21.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:21.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:21.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:21.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:21.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:21.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:21.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:22.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:22.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:22.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:22.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:22.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:22.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:23.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:23.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:23.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:23.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:23.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:23.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:23.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:23.479+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:23.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:23.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:23.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:23.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:24.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:24.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:24.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:24.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:24.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:24.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:24.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:24.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:24.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:24.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:24.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:24.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:25.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:25.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:25.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:25.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:25.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:25.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:25.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:25.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:25.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:25.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:25.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:25.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:26.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:26.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:26.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:26.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:26.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:26.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:27.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:27.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:27.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:27.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:27.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:27.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:29.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:29.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:29.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:29.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:29.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:29.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:30.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:30.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:30.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:30.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:30.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:30.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:30.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:30.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:30.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:30.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:30.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:30.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:31.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:31.479+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:31.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:31.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:31.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:31.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:31.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:31.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:31.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:31.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:31.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:31.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:32.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:32.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:32.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:32.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:32.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:32.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:33.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:33.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:33.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:33.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:33.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:33.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:33.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:33.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:33.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:33.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:33.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:33.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:34.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:34.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:34.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:34.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:34.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:34.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:34.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:34.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:34.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:34.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:34.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:34.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:35.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:35.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:35.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:35.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:35.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:35.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:35.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:35.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:35.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:35.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:35.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:35.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:35.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:35.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:35.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:35.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:35.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:35.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:35.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:35.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:36.024+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:36.024+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:36.024+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:36.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:36.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:36.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:36.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:36.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:36.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:36.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:36.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:36.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:36.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:36.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:36.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:36.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:37.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:37.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:37.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:37.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:37.351+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:37.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:37.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:37.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:37.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:37.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:37.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:37.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:37.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:37.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:37.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:37.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:37.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:37.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:38.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:38.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:38.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:38.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:38.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:38.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:38.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:38.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:38.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:38.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:38.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:38.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:38.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:38.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:38.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:38.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:38.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:38.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:39.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:39.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:39.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:39.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:39.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:39.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:39.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:39.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:39.828+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:39.828+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:39.828+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:39.828+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:40.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:40.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:40.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:40.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:40.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:40.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:40.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:40.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:40.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:40.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:40.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:40.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:41.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:41.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:41.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:41.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:41.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:41.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:41.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:41.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:41.772+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:49:41.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:41.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:41.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:41.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:43.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:43.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:43.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:43.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:43.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:43.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:43.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:43.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:43.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:43.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:43.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:43.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:44.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:44.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:44.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:44.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:44.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:44.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:45.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:45.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:45.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:45.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:45.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:45.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:47.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:47.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:47.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:47.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:47.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:47.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:48.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:48.549+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:48.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:48.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:48.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:48.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:48.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:48.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:48.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:48.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:48.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:48.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:49.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:49.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:49.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:49.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:49.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:49.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:49.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:49.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:49.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:49.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:49.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:49.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:49.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:49.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:49.964+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:49:49.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:49.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:49.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:49.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:50.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:50.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:50.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:50.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:50.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:50.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:50.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:50.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:50.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:50.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:50.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:50.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:52.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:52.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:52.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:52.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:52.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:52.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:53.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:53.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:53.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:53.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:53.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:53.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:55.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:55.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:55.191+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:49:55.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:55.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:55.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:55.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:55.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:55.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:55.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:55.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:55.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:55.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:56.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:56.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:56.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:56.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:56.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:56.111+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:56.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:56.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:56.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:56.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:56.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:56.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:57.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:57.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:57.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:57.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:57.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:57.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:58.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:58.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:58.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:58.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:58.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:58.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:58.960+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:49:58.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:58.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:59.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:59.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:59.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:59.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:49:59.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:49:59.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:49:59.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:49:59.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:49:59.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:49:59.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:00.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:00.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:00.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:00.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:00.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:00.197+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:00.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:00.363+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:00.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:00.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:00.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:00.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:00.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:00.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:00.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:00.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:00.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:00.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:02.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:02.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:02.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:02.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:02.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:02.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:03.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:03.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:03.635+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:03.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:03.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:03.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:03.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:04.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:04.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:04.309+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:04.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:04.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:04.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:04.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:04.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:04.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:05.116+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:05.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:05.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:05.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:05.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:05.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:05.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:05.896+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:05.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:05.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:05.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:05.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:06.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:06.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:06.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:06.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:06.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:06.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:06.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:06.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:06.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:06.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:06.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:06.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:06.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:06.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:06.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:06.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:06.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:06.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:07.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:07.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:07.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:07.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:07.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:07.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:07.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:07.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:08.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:08.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:08.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:08.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:08.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:08.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:08.983+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:09.066+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:09.066+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:09.066+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:09.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:09.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:09.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:09.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:09.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:09.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:09.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:10.088+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:10.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:10.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:10.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:10.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:10.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:10.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:10.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:10.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:10.279+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:10.343+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:10.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:10.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:10.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:10.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:10.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:10.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:10.775+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:10.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:10.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:10.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:10.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:11.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:11.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:12.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:12.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:12.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:12.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:12.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:12.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:12.720+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:12.949+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:12.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:12.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:12.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:13.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:13.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:13.378+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:13.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:13.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:13.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:13.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:13.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:13.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:13.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:13.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:13.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:13.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:14.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:14.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:14.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:14.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:14.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:14.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:15.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:15.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:15.363+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:15.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:15.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:15.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:15.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:16.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:16.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:16.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:16.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:16.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:16.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:17.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:17.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:17.488+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:17.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:17.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:17.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:17.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:17.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:17.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:17.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:17.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:17.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:17.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:18.255+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:18.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:18.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:18.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:18.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:18.495+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:18.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:18.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:18.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:19.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:19.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:19.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:19.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:19.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:19.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:19.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:19.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:19.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:19.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:19.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:19.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:19.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:19.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:19.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:19.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:20.559+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:20.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:20.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:20.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:20.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:20.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:20.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:21.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:21.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:22.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:22.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:22.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:22.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:22.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:22.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:22.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:22.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:22.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:22.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:23.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:23.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:23.181+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:23.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:23.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:23.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:23.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:24.164+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:24.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:24.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:24.463+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:24.765+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:24.829+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:24.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:24.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:24.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:24.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:25.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:25.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:25.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:25.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:25.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:25.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:25.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:25.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:25.903+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:26.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:26.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:26.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:26.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:27.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:27.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:27.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:27.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:27.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:27.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:27.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:27.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:27.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:27.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:27.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:27.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:29.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:29.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:29.793+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:29.863+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:30.031+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:30.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:30.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:30.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:30.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:30.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:30.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:30.918+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:30.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:30.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:30.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:31.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:31.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:31.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:31.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:31.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:31.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:32.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:32.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:34.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:34.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:34.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:34.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:34.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:34.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:35.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:35.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:35.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:35.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:35.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:35.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:35.965+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:36.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:36.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:36.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:36.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:36.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:36.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:36.769+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:36.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:36.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:36.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:36.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:37.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:37.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:38.126+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:38.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:38.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:38.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:38.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:38.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:38.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:39.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:39.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:39.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:39.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:42.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:42.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:42.312+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:42.410+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:42.526+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:42.593+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:43.105+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:43.260+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:43.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:43.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:43.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:43.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:44.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:44.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:44.344+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:44.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:44.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:44.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:44.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:48.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:48.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:48.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:48.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:48.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:48.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:48.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:48.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:49.454+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:49.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:49.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:49.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:49.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:50.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:50.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:51.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:51.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:51.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:51.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:51.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:51.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:51.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:51.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:51.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:51.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:53.603+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:53.604+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:53.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:53.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:53.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:53.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:54.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:54.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:54.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:54.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:54.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:54.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:55.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:55.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:55.210+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:55.362+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:55.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:55.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:55.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:55.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:55.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:55.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:55.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:55.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:55.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:55.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:56.679+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:50:56.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:56.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:56.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:56.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:56.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:56.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:57.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:57.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:57.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:57.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:57.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:57.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:58.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:58.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:58.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:58.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:58.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:58.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:59.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:59.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:59.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:59.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:59.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:59.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:59.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:59.504+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:50:59.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:50:59.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:50:59.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:50:59.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:50:59.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:50:59.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:00.016+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:51:00.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:00.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:00.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:00.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:00.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:00.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:00.955+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:51:01.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:01.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:01.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:01.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:01.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:01.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:01.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:01.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:01.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:01.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:02.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:02.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:02.786+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:51:02.865+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:51:03.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:03.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:03.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:03.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:03.275+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:03.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:03.451+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:51:03.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:03.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:03.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:03.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:03.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:03.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:04.327+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:51:04.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:04.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:04.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:04.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:05.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:05.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:05.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:05.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:05.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:05.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:06.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:06.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:06.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:06.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:06.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:06.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:06.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:06.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:07.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:07.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:07.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:07.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:09.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:09.604+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:09.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:09.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:09.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:09.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:09.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:09.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:10.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:10.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:10.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:10.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:11.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:11.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:11.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:11.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:11.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:11.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:13.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:13.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:13.015+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:51:13.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:13.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:13.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:13.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:15.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:15.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:15.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:15.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:15.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:15.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:16.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:16.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:16.828+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:16.828+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:16.828+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:16.828+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:16.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:16.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:16.954+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:51:16.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:16.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:16.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:16.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:17.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:17.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:17.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:17.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:17.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:17.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:17.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:17.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:17.968+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:51:18.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:18.024+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:18.024+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:18.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:18.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:18.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:18.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:18.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:18.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:18.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:18.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:18.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:18.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:18.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:18.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:18.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:19.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:19.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:19.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:19.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:19.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:19.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:19.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:19.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:20.049+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:20.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:20.049+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:20.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:21.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:21.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:21.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:21.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:21.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:21.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:22.288+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:22.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:22.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:22.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:22.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:22.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:22.404+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:51:23.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:23.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:23.101+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:51:23.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:23.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:23.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:23.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:23.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:23.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:23.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:23.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:23.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:23.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:23.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:23.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:23.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:23.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:23.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:23.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:23.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:23.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:23.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:23.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:23.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:23.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:25.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:25.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:25.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:25.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:25.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:25.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:26.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:26.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:26.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:26.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:26.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:26.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:27.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:27.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:28.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:28.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:28.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:28.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:28.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:28.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:28.690+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:51:28.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:28.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:28.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:28.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:29.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:29.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:30.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:30.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:30.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:30.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:30.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:30.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:31.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:31.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:31.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:31.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:31.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:31.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:32.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:32.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:32.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:32.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:33.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:33.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:33.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:33.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:33.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:33.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:35.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:35.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:36.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:36.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:36.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:36.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:37.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:37.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:37.556+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:51:37.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:37.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:37.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:37.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:38.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:38.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:39.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:39.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:39.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:39.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:39.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:39.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:39.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:39.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:39.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:39.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:40.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:40.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:40.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:40.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:40.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:40.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:41.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:41.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:41.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:41.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:41.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:41.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:41.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:41.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:42.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:42.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:42.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:42.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:42.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:42.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:42.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:42.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:42.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:42.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:43.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:43.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:43.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:43.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:43.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:43.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:44.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:44.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:44.741+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:51:44.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:44.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:44.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:44.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:45.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:45.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:45.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:45.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:45.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:45.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:45.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:45.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:45.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:45.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:45.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:45.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:46.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:46.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:46.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:46.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:46.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:46.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:47.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:47.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:47.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:47.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:47.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:47.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:48.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:48.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:48.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:48.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:48.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:48.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:50.243+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:50.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:50.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:50.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:50.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:50.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:50.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:50.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:50.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:50.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:50.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:50.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:53.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:53.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:53.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:53.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:53.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:53.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:55.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:55.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:55.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:55.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:55.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:55.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:56.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:56.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:56.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:56.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:56.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:56.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:57.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:57.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:57.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:57.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:57.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:57.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:58.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:58.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:58.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:58.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:58.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:58.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:58.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:58.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:58.980+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:51:58.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:58.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:58.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:58.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:59.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:59.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:59.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:59.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:59.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:59.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:51:59.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:51:59.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:51:59.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:51:59.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:51:59.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:51:59.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:00.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:00.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:00.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:00.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:00.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:00.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:00.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:00.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:00.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:00.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:00.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:00.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:01.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:01.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:01.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:01.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:01.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:01.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:02.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:02.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:02.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:02.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:02.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:02.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:03.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:03.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:03.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:03.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:03.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:03.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:03.695+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:03.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:03.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:03.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:03.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:03.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:03.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:03.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:03.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:03.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:03.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:03.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:04.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:04.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:04.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:04.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:04.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:04.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:04.593+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:52:04.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:04.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:04.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:04.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:04.661+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:04.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:05.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:05.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:05.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:05.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:05.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:05.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:05.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:05.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:05.351+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:52:05.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:05.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:05.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:05.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:06.750+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:52:06.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:06.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:06.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:06.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:06.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:06.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:07.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:07.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:07.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:07.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:07.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:07.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:09.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:09.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:09.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:09.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:09.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:09.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:10.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:10.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:10.231+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:10.231+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:10.231+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:10.231+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:10.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:10.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:10.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:10.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:10.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:10.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:11.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:11.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:11.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:11.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:11.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:11.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:12.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:12.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:12.014+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:52:12.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:12.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:12.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:12.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:12.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:12.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:12.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:12.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:12.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:12.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:13.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:13.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:13.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:13.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:13.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:13.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:15.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:15.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:15.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:15.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:15.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:15.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:16.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:16.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:16.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:16.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:16.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:16.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:17.403+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:52:17.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:17.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:17.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:17.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:17.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:17.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:18.375+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:52:18.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:18.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:18.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:18.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:18.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:18.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:19.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:19.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:19.857+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:19.857+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:19.857+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:19.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:20.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:20.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:21.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:21.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:21.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:21.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:22.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:22.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:22.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:22.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:22.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:22.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:22.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:22.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:22.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:22.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:22.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:22.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:23.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:23.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:23.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:23.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:23.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:23.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:23.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:23.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:24.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:24.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:24.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:24.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:24.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:24.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:24.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:24.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:24.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:24.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:24.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:24.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:25.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:25.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:25.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:25.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:25.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:25.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:25.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:25.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:25.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:25.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:26.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:26.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:26.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:26.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:26.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:26.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:27.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:27.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:27.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:27.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:27.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:27.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:28.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:28.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:28.648+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:52:28.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:28.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:28.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:28.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:29.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:29.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:29.361+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:52:29.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:29.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:29.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:29.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:29.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:29.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:29.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:29.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:29.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:29.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:29.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:29.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:29.912+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:29.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:29.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:29.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:30.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:30.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:30.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:30.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:30.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:30.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:31.159+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:52:31.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:31.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:31.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:31.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:31.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:31.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:31.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:31.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:31.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:31.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:31.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:31.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:32.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:32.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:32.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:32.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:32.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:32.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:33.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:33.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:33.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:33.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:33.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:33.473+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:33.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:33.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:33.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:33.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:33.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:33.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:34.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:34.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:34.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:34.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:34.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:34.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:34.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:34.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:34.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:34.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:34.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:34.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:35.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:35.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:35.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:35.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:35.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:35.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:35.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:35.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:35.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:35.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:35.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:35.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:36.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:36.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:36.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:36.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:36.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:36.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:36.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:36.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:36.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:36.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:36.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:36.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:37.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:37.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:37.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:37.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:37.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:37.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:37.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:37.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:37.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:37.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:37.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:37.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:38.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:38.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:38.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:38.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:38.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:38.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:38.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:38.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:38.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:38.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:38.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:38.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:39.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:39.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:39.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:39.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:39.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:39.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:39.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:39.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:39.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:39.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:39.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:39.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:40.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:40.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:40.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:40.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:40.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:40.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:41.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:41.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:41.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:41.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:41.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:41.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:42.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:42.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:42.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:42.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:42.351+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:42.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:42.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:42.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:42.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:42.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:42.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:42.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:44.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:44.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:45.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:45.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:45.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:45.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:46.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:46.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:46.424+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:52:46.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:46.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:46.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:46.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:47.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:47.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:48.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:48.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:48.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:48.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:48.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:48.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:48.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:48.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:48.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:48.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:49.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:49.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:50.087+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:52:50.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:50.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:50.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:50.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:51.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:51.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:51.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:51.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:51.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:51.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:52.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:52.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:52.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:52.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:52.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:52.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:52.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:52.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:52.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:52.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:52.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:52.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:53.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:53.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:53.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:53.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:53.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:53.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:53.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:53.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:53.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:53.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:53.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:53.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:53.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:53.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:54.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:54.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:54.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:54.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:54.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:54.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:54.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:54.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:54.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:54.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:55.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:55.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:55.457+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:52:55.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:55.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:55.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:55.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:55.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:55.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:55.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:55.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:55.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:55.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:56.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:56.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:56.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:56.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:56.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:56.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:57.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:57.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:57.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:57.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:57.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:57.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:57.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:57.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:57.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:57.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:57.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:57.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:58.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:58.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:58.738+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:52:58.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:58.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:58.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:58.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:52:59.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:52:59.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:52:59.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:52:59.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:52:59.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:52:59.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:00.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:00.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:00.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:00.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:00.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:00.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:00.817+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:00.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:00.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:00.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:00.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:00.881+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:01.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:01.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:01.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:01.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:01.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:01.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:01.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:01.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:02.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:02.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:02.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:02.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:02.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:02.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:03.040+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:03.040+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:03.040+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:03.040+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:03.393+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:03.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:03.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:03.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:03.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:03.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:04.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:04.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:04.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:04.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:04.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:04.741+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:05.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:05.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:05.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:05.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:05.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:05.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:07.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:07.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:07.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:07.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:07.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:07.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:08.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:08.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:09.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:09.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:09.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:09.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:09.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:09.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:09.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:09.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:09.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:09.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:09.913+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:10.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:10.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:11.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:11.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:11.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:11.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:11.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:11.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:11.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:11.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:11.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:11.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:12.665+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:12.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:12.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:12.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:12.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:12.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:12.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:13.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:13.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:13.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:13.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:13.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:13.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:14.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:14.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:14.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:14.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:14.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:14.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:15.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:15.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:16.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:16.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:16.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:16.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:16.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:16.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:16.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:16.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:16.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:16.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:17.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:17.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:17.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:17.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:17.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:17.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:17.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:17.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:17.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:17.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:17.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:17.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:18.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:18.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:18.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:18.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:18.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:18.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:18.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:18.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:18.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:18.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:18.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:18.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:19.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:19.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:19.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:19.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:19.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:19.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:20.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:20.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:20.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:20.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:20.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:20.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:21.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:21.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:21.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:21.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:21.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:21.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:22.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:22.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:22.835+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:23.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:23.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:23.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:23.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:23.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:23.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:23.860+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:24.128+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:24.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:24.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:24.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:24.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:25.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:25.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:25.227+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:25.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:25.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:25.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:25.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:25.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:25.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:26.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:26.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:26.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:26.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:27.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:27.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:27.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:27.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:27.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:27.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:28.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:28.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:28.230+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:28.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:28.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:28.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:28.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:29.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:29.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:29.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:29.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:29.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:29.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:31.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:31.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:31.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:31.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:31.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:31.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:32.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:32.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:33.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:33.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:33.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:33.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:34.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:34.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:34.489+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:35.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:35.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:35.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:35.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:35.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:35.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:35.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:35.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:35.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:35.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:36.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:36.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:36.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:36.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:36.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:36.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:36.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:36.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:36.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:36.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:36.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:36.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:36.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:36.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:36.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:36.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:36.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:36.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:36.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:36.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:36.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:36.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:36.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:36.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:37.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:37.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:37.683+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:37.683+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:37.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:37.683+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:37.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:37.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:37.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:37.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:37.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:37.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:38.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:38.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:38.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:38.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:38.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:38.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:39.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:39.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:39.177+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:39.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:39.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:39.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:39.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:40.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:40.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:40.173+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:40.211+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:40.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:40.211+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:40.211+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:40.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:40.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:40.490+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:40.495+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:40.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:40.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:40.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:40.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:40.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:40.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:40.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:40.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:40.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:40.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:41.146+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:41.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:41.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:41.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:41.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:41.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:41.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:41.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:41.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:42.077+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:42.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:42.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:42.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:42.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:42.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:42.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:42.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:42.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:42.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:42.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:42.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:42.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:42.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:42.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:42.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:42.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:43.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:43.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:43.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:43.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:43.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:43.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:44.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:44.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:44.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:44.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:44.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:44.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:45.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:45.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:45.198+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:45.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:45.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:45.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:45.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:45.457+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:45.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:45.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:46.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:46.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:46.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:46.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:46.255+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:46.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:46.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:46.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:46.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:46.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:46.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:46.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:46.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:46.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:46.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:46.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:48.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:48.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:48.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:48.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:48.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:48.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:49.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:49.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:49.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:49.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:49.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:49.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:50.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:50.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:50.404+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:50.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:50.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:50.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:50.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:51.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:51.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:51.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:51.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:51.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:51.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:52.288+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:52.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:52.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:52.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:52.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:52.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:52.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:52.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:53.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:53.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:53.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:53.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:55.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:55.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:56.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:56.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:56.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:56.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:56.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:56.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:57.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:57.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:57.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:57.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:57.221+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:57.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:57.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:57.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:57.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:57.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:57.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:58.282+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:58.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:58.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:58.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:58.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:58.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:53:58.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:53:58.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:53:58.938+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:53:59.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:53:59.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:53:59.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:53:59.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:01.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:01.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:01.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:01.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:01.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:01.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:01.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:01.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:01.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:01.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:01.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:01.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:02.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:02.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:03.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:03.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:03.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:03.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:03.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:03.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:03.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:03.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:03.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:03.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:03.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:03.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:03.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:03.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:03.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:03.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:04.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:04.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:04.339+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:04.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:04.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:04.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:04.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:04.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:04.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:04.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:04.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:04.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:04.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:06.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:06.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:06.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:06.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:06.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:06.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:06.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:06.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:07.043+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:07.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:07.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:07.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:07.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:07.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:07.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:07.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:07.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:07.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:07.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:07.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:07.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:07.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:07.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:07.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:07.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:08.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:08.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:08.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:08.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:08.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:08.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:08.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:08.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:08.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:08.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:08.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:08.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:09.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:09.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:09.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:09.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:09.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:09.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:09.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:09.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:09.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:09.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:09.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:09.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:10.098+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:10.099+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:10.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:10.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:10.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:10.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:10.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:10.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:12.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:12.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:12.579+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:12.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:12.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:12.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:12.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:13.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:13.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:14.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:14.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:14.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:14.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:14.351+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:14.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:14.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:14.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:14.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:14.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:14.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:15.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:15.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:15.274+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:15.362+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:15.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:15.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:15.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:15.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:16.149+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:16.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:16.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:16.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:16.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:16.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:16.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:17.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:17.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:17.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:17.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:17.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:17.473+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:18.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:18.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:18.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:18.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:18.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:18.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:19.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:19.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:19.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:19.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:19.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:19.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:19.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:19.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:20.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:20.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:20.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:20.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:20.180+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:20.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:20.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:20.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:20.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:20.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:20.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:20.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:20.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:20.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:20.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:20.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:21.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:21.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:21.275+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:21.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:21.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:21.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:21.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:22.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:22.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:22.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:22.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:22.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:22.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:22.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:22.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:23.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:23.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:23.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:23.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:23.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:23.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:24.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:24.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:24.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:24.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:24.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:24.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:24.715+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:25.558+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:25.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:25.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:25.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:25.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:26.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:26.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:26.702+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:26.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:26.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:26.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:26.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:27.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:27.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:27.837+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:28.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:28.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:28.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:28.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:28.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:28.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:29.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:29.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:29.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:29.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:29.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:29.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:29.801+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:29.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:29.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:29.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:29.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:30.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:30.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:31.000+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:31.023+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:31.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:31.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:31.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:31.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:31.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:31.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:32.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:32.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:32.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:32.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:32.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:32.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:33.713+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:33.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:33.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:33.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:33.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:34.194+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:34.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:34.481+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:34.514+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:34.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:34.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:34.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:34.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:35.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:35.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:36.290+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:36.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:36.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:36.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:36.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:36.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:36.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:37.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:37.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:37.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:37.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:37.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:37.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:38.440+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:38.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:38.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:38.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:38.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:39.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:39.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:39.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:39.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:39.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:39.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:40.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:40.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:41.139+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:41.192+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:41.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:41.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:41.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:41.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:42.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:42.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:42.560+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:42.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:42.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:42.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:42.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:42.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:42.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:43.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:43.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:43.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:43.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:43.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:43.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:43.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:43.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:43.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:43.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:44.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:44.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:44.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:44.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:44.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:44.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:45.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:45.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:45.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:45.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:45.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:45.741+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:46.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:46.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:46.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:46.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:46.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:46.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:46.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:46.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:46.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:46.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:46.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:46.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:47.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:47.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:48.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:48.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:48.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:48.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:48.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:48.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:48.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:48.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:48.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:48.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:48.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:48.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:48.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:48.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:48.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:48.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:48.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:48.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:48.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:48.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:48.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:48.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:49.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:49.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:49.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:49.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:49.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:49.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:50.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:50.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:50.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:50.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:50.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:50.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:50.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:50.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:50.767+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:50.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:50.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:50.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:50.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:51.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:51.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:52.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:52.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:52.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:52.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:52.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:52.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:52.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:52.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:52.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:52.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:53.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:53.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:54.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:54.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:54.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:54.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:54.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:54.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:54.239+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:54.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:54.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:54.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:54.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:55.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:55.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:55.543+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:55.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:55.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:55.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:55.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:56.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:56.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:56.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:56.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:56.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:56.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:57.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:57.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:57.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:57.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:57.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:57.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:57.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:57.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:58.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:58.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:58.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:58.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:59.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:59.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:59.236+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:54:59.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:59.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:59.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:59.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:54:59.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:54:59.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:54:59.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:54:59.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:54:59.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:54:59.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:00.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:00.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:00.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:00.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:00.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:00.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:01.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:01.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:01.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:01.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:01.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:01.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:02.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:02.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:02.996+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:55:03.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:03.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:03.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:03.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:04.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:04.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:04.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:04.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:04.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:04.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:06.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:06.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:06.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:06.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:06.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:06.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:06.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:06.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:06.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:06.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:06.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:06.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:06.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:06.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:06.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:06.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:06.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:06.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:08.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:08.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:08.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:08.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:08.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:08.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:08.288+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:08.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:08.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:08.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:08.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:08.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:09.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:09.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:09.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:09.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:09.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:09.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:09.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:09.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:09.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:09.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:09.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:09.575+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:09.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:09.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:09.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:09.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:09.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:09.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:11.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:11.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:11.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:11.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:11.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:11.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:11.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:11.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:11.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:11.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:11.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:11.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:11.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:11.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:12.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:12.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:12.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:12.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:12.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:12.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:12.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:12.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:12.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:12.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:13.532+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:55:13.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:13.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:13.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:13.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:13.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:13.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:14.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:14.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:14.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:14.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:14.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:14.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:14.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:14.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:14.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:14.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:14.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:14.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:16.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:16.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:16.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:16.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:16.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:16.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:16.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:16.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:17.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:17.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:17.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:17.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:17.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:17.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:17.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:17.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:17.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:17.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:17.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:17.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:17.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:17.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:17.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:17.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:17.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:17.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:17.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:17.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:17.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:17.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:18.825+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:55:18.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:18.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:18.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:18.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:18.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:18.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:19.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:19.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:19.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:19.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:19.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:19.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:20.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:20.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:20.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:20.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:20.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:20.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:20.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:20.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:21.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:21.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:21.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:21.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:22.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:22.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:22.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:22.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:22.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:22.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:22.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:22.363+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:22.371+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:55:22.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:22.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:22.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:22.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:22.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:22.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:22.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:22.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:22.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:22.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:23.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:23.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:23.313+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:23.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:23.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:23.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:24.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:24.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:24.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:24.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:24.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:24.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:24.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:24.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:24.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:24.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:24.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:24.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:25.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:25.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:25.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:25.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:25.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:25.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:26.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:26.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:26.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:26.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:26.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:26.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:26.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:26.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:26.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:26.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:26.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:26.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:27.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:27.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:27.720+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:55:27.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:27.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:27.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:27.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:28.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:28.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:28.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:28.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:28.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:28.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:28.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:28.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:28.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:28.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:28.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:28.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:29.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:29.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:29.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:29.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:29.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:29.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:30.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:30.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:30.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:30.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:30.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:30.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:32.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:32.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:32.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:32.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:32.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:32.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:32.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:32.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:32.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:32.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:32.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:32.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:33.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:33.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:33.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:33.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:33.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:33.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:33.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:33.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:33.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:33.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:33.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:33.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:35.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:35.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:35.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:35.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:35.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:35.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:35.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:35.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:35.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:35.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:35.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:35.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:36.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:36.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:36.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:36.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:36.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:36.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:36.289+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:36.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:36.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:36.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:36.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:36.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:37.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:37.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:37.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:37.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:37.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:37.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:38.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:38.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:38.180+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:55:38.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:38.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:38.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:38.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:39.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:39.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:39.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:39.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:39.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:39.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:39.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:39.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:39.898+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:39.898+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:39.898+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:39.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:40.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:40.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:40.329+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:40.329+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:40.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:40.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:40.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:40.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:40.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:40.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:40.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:40.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:40.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:40.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:40.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:40.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:40.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:40.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:41.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:41.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:41.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:41.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:41.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:41.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:42.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:42.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:42.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:42.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:42.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:42.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:43.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:43.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:43.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:43.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:43.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:43.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:44.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:44.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:45.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:45.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:45.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:45.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:45.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:45.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:45.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:45.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:45.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:45.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:45.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:45.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:45.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:45.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:45.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:45.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:45.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:45.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:45.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:45.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:45.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:45.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:46.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:46.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:46.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:46.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:46.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:46.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:47.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:47.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:47.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:47.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:47.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:47.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:47.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:47.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:47.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:47.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:47.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:47.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:48.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:48.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:48.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:48.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:48.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:48.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:48.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:48.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:48.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:48.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:48.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:48.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:49.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:49.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:49.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:49.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:49.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:49.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:51.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:51.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:51.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:51.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:51.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:51.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:51.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:51.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:51.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:51.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:51.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:51.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:52.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:52.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:52.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:52.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:52.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:52.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:52.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:52.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:52.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:52.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:52.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:52.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:53.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:53.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:53.249+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:55:53.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:53.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:53.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:53.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:53.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:53.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:53.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:53.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:53.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:53.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:53.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:53.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:53.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:53.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:53.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:53.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:54.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:54.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:54.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:54.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:54.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:54.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:55.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:55.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:55.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:55.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:55.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:55.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:55.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:55.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:55.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:55.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:55.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:55.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:56.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:56.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:56.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:56.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:56.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:56.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:57.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:57.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:57.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:57.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:57.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:57.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:58.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:58.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:58.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:58.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:58.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:58.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:58.603+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:58.603+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:58.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:58.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:58.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:58.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:58.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:58.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:58.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:58.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:58.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:58.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:58.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:58.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:58.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:58.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:58.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:58.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:55:59.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:55:59.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:55:59.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:55:59.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:55:59.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:55:59.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:00.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:00.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:00.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:00.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:00.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:00.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:01.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:01.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:01.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:01.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:01.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:01.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:02.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:02.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:02.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:02.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:02.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:02.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:02.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:02.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:02.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:02.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:02.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:02.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:02.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:02.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:02.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:02.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:02.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:02.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:03.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:03.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:03.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:03.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:03.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:03.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:04.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:04.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:04.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:04.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:04.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:04.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:04.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:04.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:05.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:05.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:05.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:05.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:05.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:05.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:05.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:05.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:05.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:05.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:05.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:05.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:05.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:05.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:05.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:05.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:05.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:05.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:06.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:06.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:06.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:06.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:07.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:07.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:07.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:07.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:07.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:07.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:08.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:08.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:08.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:08.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:08.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:08.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:08.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:08.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:08.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:08.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:08.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:08.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:09.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:09.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:09.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:09.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:09.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:09.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:09.916+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:56:09.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:09.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:09.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:09.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:09.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:09.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:11.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:11.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:11.166+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:56:11.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:11.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:11.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:11.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:11.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:11.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:11.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:11.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:11.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:11.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:11.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:11.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:11.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:11.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:11.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:11.921+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:13.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:13.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:13.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:13.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:13.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:13.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:13.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:13.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:13.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:13.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:13.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:13.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:15.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:15.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:15.493+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:15.493+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:15.493+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:15.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:16.557+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:56:16.561+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:16.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:16.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:16.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:16.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:16.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:18.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:18.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:18.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:18.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:18.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:18.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:18.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:18.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:19.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:19.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:19.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:19.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:20.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:20.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:20.209+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:56:20.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:20.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:20.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:20.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:22.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:22.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:22.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:22.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:22.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:22.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:22.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:22.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:23.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:23.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:23.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:23.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:23.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:23.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:24.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:24.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:24.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:24.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:25.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:25.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:25.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:25.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:25.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:25.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:26.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:27.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:27.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:27.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:27.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:27.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:27.779+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:56:28.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:28.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:28.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:28.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:28.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:28.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:29.072+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:29.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:29.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:29.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:29.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:29.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:30.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:30.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:30.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:30.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:30.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:30.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:32.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:32.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:32.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:32.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:32.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:32.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:33.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:33.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:33.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:33.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:33.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:33.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:33.944+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:56:33.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:33.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:34.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:34.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:34.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:34.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:34.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:34.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:35.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:35.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:35.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:35.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:36.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:36.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:36.308+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:56:36.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:36.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:36.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:36.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:36.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:36.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:37.408+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:56:37.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:37.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:37.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:37.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:38.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:38.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:38.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:38.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:38.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:38.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:39.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:39.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:39.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:39.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:39.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:39.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:39.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:39.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:39.696+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:56:39.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:39.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:39.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:39.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:40.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:40.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:40.464+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:56:40.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:40.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:40.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:40.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:41.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:41.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:42.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:42.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:42.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:42.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:43.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:43.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:43.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:43.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:43.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:43.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:44.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:44.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:44.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:44.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:44.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:44.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:45.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:45.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:45.080+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:45.080+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:45.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:45.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:46.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:46.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:46.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:46.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:46.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:46.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:46.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:46.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:47.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:47.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:47.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:47.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:48.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:48.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:48.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:48.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:48.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:48.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:49.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:49.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:49.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:49.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:49.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:49.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:50.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:50.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:51.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:51.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:51.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:51.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:51.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:51.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:51.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:51.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:51.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:51.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:52.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:52.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:52.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:52.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:52.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:52.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:53.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:53.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:53.569+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:56:53.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:53.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:53.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:53.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:55.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:55.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:55.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:55.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:55.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:55.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:56.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:56.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:57.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:57.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:57.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:57.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:57.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:57.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:57.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:57.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:57.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:57.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:56:59.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:56:59.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:56:59.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:56:59.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:56:59.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:56:59.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:00.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:00.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:01.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:01.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:01.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:01.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:01.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:01.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:02.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:02.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:02.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:02.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:02.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:02.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:02.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:02.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:02.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:02.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:02.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:02.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:03.015+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:57:03.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:03.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:03.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:03.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:03.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:03.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:03.823+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:57:03.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:03.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:03.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:03.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:04.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:04.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:04.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:04.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:04.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:04.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:05.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:05.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:05.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:05.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:05.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:05.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:06.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:06.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:06.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:06.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:06.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:06.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:06.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:06.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:06.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:06.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:06.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:06.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:06.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:06.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:06.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:06.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:06.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:06.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:07.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:07.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:07.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:07.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:07.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:07.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:08.130+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:08.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:08.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:08.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:08.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:08.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:08.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:08.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:08.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:08.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:08.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:08.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:08.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:08.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:08.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:08.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:08.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:08.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:10.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:10.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:10.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:10.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:10.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:10.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:11.180+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:11.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:11.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:11.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:11.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:11.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:11.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:11.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:11.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:11.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:11.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:11.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:11.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:11.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:11.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:11.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:11.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:11.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:12.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:12.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:13.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:13.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:13.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:13.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:13.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:13.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:13.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:13.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:13.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:13.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:14.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:14.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:15.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:15.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:15.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:15.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:15.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:15.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:15.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:15.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:15.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:15.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:16.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:16.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:16.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:16.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:16.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:16.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:17.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:17.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:17.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:17.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:17.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:17.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:17.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:17.977+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:18.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:18.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:18.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:18.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:18.289+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:57:18.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:18.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:18.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:18.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:18.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:18.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:20.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:20.331+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:20.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:20.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:20.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:20.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:21.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:21.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:21.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:21.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:21.161+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:21.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:21.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:21.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:21.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:21.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:21.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:21.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:22.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:22.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:22.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:22.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:22.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:22.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:22.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:22.702+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:22.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:22.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:22.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:22.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:23.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:23.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:23.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:23.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:23.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:23.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:23.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:23.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:23.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:23.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:23.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:23.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:24.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:24.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:24.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:24.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:24.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:24.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:24.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:24.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:24.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:24.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:24.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:24.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:25.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:25.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:25.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:25.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:25.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:25.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:25.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:25.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:25.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:25.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:25.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:25.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:26.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:26.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:26.828+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:26.828+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:26.828+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:26.828+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:27.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:27.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:27.754+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:57:27.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:27.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:27.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:27.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:27.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:27.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:28.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:28.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:28.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:28.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:29.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:29.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:30.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:30.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:30.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:30.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:30.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:30.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:30.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:30.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:30.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:30.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:31.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:31.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:31.306+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:57:31.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:31.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:31.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:31.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:31.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:31.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:31.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:31.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:31.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:31.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:32.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:32.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:32.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:32.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:32.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:32.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:32.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:32.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:32.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:32.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:32.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:32.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:32.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:32.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:32.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:32.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:32.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:32.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:33.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:33.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:33.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:33.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:33.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:33.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:34.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:34.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:34.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:34.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:34.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:34.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:35.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:35.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:35.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:35.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:35.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:35.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:35.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:35.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:35.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:35.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:35.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:35.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:35.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:35.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:35.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:35.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:35.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:35.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:36.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:36.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:36.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:36.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:36.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:36.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:38.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:38.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:38.223+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:57:38.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:38.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:38.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:38.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:38.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:38.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:38.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:38.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:38.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:38.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:39.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:39.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:39.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:39.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:39.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:39.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:39.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:39.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:39.668+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:57:39.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:39.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:39.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:39.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:40.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:40.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:40.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:40.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:40.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:40.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:40.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:40.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:40.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:40.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:40.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:40.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:41.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:41.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:41.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:41.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:41.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:41.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:45.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:45.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:45.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:45.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:45.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:45.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:46.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:46.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:46.793+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:57:47.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:47.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:47.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:47.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:47.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:47.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:48.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:48.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:48.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:48.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:48.447+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:57:50.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:50.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:50.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:50.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:50.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:50.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:51.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:51.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:51.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:51.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:51.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:51.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:52.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:52.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:52.351+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:57:52.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:52.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:52.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:52.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:54.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:54.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:55.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:55.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:55.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:55.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:55.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:55.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:56.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:56.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:56.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:56.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:56.246+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:57:56.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:56.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:56.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:56.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:56.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:56.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:57.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:57.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:57.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:57.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:57.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:57.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:57:59.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:57:59.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:57:59.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:57:59.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:57:59.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:57:59.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:00.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:00.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:00.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:00.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:00.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:00.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:01.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:01.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:01.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:01.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:01.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:01.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:01.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:01.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:01.962+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:02.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:02.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:02.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:02.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:02.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:02.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:02.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:02.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:02.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:02.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:02.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:02.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:02.728+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:02.796+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:02.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:02.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:02.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:02.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:03.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:03.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:03.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:03.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:03.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:03.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:04.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:04.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:04.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:04.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:04.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:04.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:07.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:07.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:07.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:07.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:07.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:07.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:07.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:07.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:08.022+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:08.192+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:08.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:08.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:08.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:08.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:09.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:09.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:09.562+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:09.789+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:09.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:09.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:09.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:09.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:12.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:12.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:12.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:12.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:12.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:12.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:13.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:13.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:13.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:13.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:13.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:13.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:15.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:15.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:15.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:15.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:15.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:15.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:16.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:16.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:16.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:16.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:16.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:16.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:16.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:16.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:16.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:16.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:16.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:16.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:17.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:17.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:17.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:17.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:17.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:17.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:19.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:19.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:19.388+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:19.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:19.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:19.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:19.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:20.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:20.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:20.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:20.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:20.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:20.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:21.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:21.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:22.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:22.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:22.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:22.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:23.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:23.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:23.343+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:23.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:23.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:23.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:23.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:24.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:24.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:24.313+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:24.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:24.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:24.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:24.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:25.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:25.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:26.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:26.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:26.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:26.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:26.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:26.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:27.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:27.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:27.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:27.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:27.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:27.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:28.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:28.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:28.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:28.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:28.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:28.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:28.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:28.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:28.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:28.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:29.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:29.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:29.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:29.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:29.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:29.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:30.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:30.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:30.410+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:30.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:30.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:30.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:30.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:31.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:31.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:31.747+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:32.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:32.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:32.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:32.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:32.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:32.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:32.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:32.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:32.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:32.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:33.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:33.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:33.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:33.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:33.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:33.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:34.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:34.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:34.686+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:34.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:34.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:34.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:34.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:36.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:36.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:36.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:36.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:36.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:36.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:37.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:37.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:38.104+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:38.170+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:38.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:38.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:38.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:38.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:38.486+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:38.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:38.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:39.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:39.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:39.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:39.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:39.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:39.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:40.033+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:40.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:40.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:40.052+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:40.052+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:40.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:40.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:40.923+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:41.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:41.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:41.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:41.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:41.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:41.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:41.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:41.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:41.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:41.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:42.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:42.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:42.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:42.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:42.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:42.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:43.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:43.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:43.556+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:43.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:43.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:43.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:43.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:44.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:44.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:44.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:44.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:44.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:44.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:46.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:46.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:46.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:46.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:46.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:46.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:46.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:46.980+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:47.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:47.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:47.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:47.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:48.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:48.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:48.613+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:48.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:48.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:48.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:48.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:49.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:49.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:49.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:49.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:49.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:49.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:49.582+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:50.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:50.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:50.539+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:50.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:50.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:50.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:50.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:50.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:50.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:51.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:51.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:51.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:51.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:51.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:51.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:51.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:51.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:51.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:51.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:53.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:53.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:53.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:53.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:53.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:53.454+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:54.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:54.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:54.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:54.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:54.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:54.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:54.584+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:54.779+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:54.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:54.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:55.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:55.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:55.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:55.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:56.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:56.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:56.646+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:58:56.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:56.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:56.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:56.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:57.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:57.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:58.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:58.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:58.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:58.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:58:59.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:58:59.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:58:59.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:58:59.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:58:59.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:58:59.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:00.039+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:00.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:00.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:00.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:00.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:00.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:01.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:01.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:02.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:02.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:02.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:02.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:03.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:03.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:03.898+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:04.055+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:04.129+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:04.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:04.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:04.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:04.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:05.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:05.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:05.410+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:05.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:05.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:05.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:05.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:06.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:06.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:06.661+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:07.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:07.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:07.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:07.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:07.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:07.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:07.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:07.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:07.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:07.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:10.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:10.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:10.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:10.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:10.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:10.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:10.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:10.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:10.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:10.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:10.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:10.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:11.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:11.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:12.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:12.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:12.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:12.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:13.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:13.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:13.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:13.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:13.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:13.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:13.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:13.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:14.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:14.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:14.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:14.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:15.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:15.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:16.488+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:16.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:16.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:16.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:16.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:17.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:17.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:18.019+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:18.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:18.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:18.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:18.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:19.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:19.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:19.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:19.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:19.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:19.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:20.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:20.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:21.084+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:21.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:21.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:21.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:21.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:21.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:21.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:22.037+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:22.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:22.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:22.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:22.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:23.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:23.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:23.258+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:23.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:23.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:23.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:23.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:24.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:24.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:25.090+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:25.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:25.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:25.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:25.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:26.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:26.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:26.779+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:26.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:26.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:26.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:26.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:28.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:28.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:28.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:28.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:28.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:28.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:28.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:28.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:30.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:30.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:30.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:30.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:30.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:30.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:31.241+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:32.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:32.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:32.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:32.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:32.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:32.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:33.053+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:33.614+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:33.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:33.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:33.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:33.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:35.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:35.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:36.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:36.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:36.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:36.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:37.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:37.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:37.773+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:37.815+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:39.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:39.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:39.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:39.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:42.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:42.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:42.375+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:43.144+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:43.447+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:43.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:43.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:43.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:43.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:44.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:44.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:45.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:45.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:45.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:45.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:45.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:45.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:45.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:45.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:45.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:45.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:46.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:46.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:47.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:47.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:47.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:47.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:48.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:48.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:48.231+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:48.895+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:48.895+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:49.145+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:49.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:49.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:49.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:49.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:50.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:50.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:51.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:51.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:51.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:51.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:52.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:52.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:52.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:52.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:52.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:52.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:53.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:53.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:54.445+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:54.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:54.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:54.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:54.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:55.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:55.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:55.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:55.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:55.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:55.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:56.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:56.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:56.203+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T15:59:56.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:56.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:56.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:56.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T15:59:56.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T15:59:56.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T15:59:57.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T15:59:57.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T15:59:57.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T15:59:57.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:01.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:01.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:02.806+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:00:02.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:02.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:02.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:02.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:03.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:03.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:04.439+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:00:04.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:04.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:04.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:04.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:06.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:06.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:06.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:06.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:06.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:06.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:06.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:06.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:06.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:06.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:06.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:06.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:07.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:07.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:07.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:07.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:07.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:07.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:07.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:07.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:08.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:08.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:08.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:08.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:10.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:10.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:11.221+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:00:11.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:11.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:11.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:11.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:13.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:13.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:13.833+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:00:13.835+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:00:13.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:13.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:13.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:13.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:14.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:14.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:14.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:14.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:14.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:14.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:19.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:19.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:20.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:20.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:20.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:20.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:20.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:20.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:20.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:20.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:20.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:20.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:21.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:21.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:21.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:21.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:21.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:21.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:21.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:21.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:22.087+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:00:22.183+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:00:22.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:22.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:22.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:22.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:23.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:23.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:23.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:23.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:23.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:23.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:24.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:24.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:24.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:24.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:24.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:24.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:25.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:25.917+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:25.961+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:00:26.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:26.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:26.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:26.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:26.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:26.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:27.230+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:00:27.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:27.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:27.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:27.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:28.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:28.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:28.861+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:00:29.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:29.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:29.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:29.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:29.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:29.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:29.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:29.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:29.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:29.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:30.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:30.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:31.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:31.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:31.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:31.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:32.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:32.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:32.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:32.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:32.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:32.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:33.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:33.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:33.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:33.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:33.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:33.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:34.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:34.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:34.616+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:00:35.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:35.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:35.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:35.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:36.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:36.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:37.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:37.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:37.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:37.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:38.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:38.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:38.793+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:00:38.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:38.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:38.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:38.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:39.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:39.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:39.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:39.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:39.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:39.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:40.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:40.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:40.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:40.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:40.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:40.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:41.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:41.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:41.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:41.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:41.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:41.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:44.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:44.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:45.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:45.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:45.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:45.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:46.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:46.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:46.339+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:00:46.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:46.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:46.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:46.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:47.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:47.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:47.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:47.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:47.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:47.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:48.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:48.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:48.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:48.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:48.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:48.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:52.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:52.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:52.102+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:00:53.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:53.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:53.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:53.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:55.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:55.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:55.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:55.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:55.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:55.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:56.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:56.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:56.997+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:00:57.057+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:00:58.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:58.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:58.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:58.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:00:59.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:00:59.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:00:59.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:00:59.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:00:59.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:00:59.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:00.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:00.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:01.348+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:01:01.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:01.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:01.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:01.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:06.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:06.072+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:07.085+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:01:07.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:07.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:07.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:07.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:12.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:12.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:12.542+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:01:12.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:12.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:12.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:12.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:14.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:14.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:14.958+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:01:15.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:15.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:15.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:15.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:16.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:16.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:17.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:17.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:17.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:17.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:17.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:17.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:18.014+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:01:18.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:18.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:18.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:18.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:20.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:20.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:20.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:20.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:20.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:20.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:21.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:21.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:21.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:21.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:21.440+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:21.440+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:23.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:23.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:23.106+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:01:23.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:23.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:23.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:23.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:23.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:23.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:23.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:23.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:23.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:24.000+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:27.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:27.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:27.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:27.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:27.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:27.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:30.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:30.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:30.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:30.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:30.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:30.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:31.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:31.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:32.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:32.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:32.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:32.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:36.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:36.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:37.066+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:01:37.206+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:01:37.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:37.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:37.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:37.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:42.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:42.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:42.769+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:01:43.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:43.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:43.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:43.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:46.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:46.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:46.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:46.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:46.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:46.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:47.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:47.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:47.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:47.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:47.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:47.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:47.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:47.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:48.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:48.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:48.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:48.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:48.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:48.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:49.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:49.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:49.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:49.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:50.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:50.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:50.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:50.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:50.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:50.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:52.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:52.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:52.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:52.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:52.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:52.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:53.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:53.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:54.127+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:54.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:54.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:54.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:54.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:54.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:54.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:54.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:54.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:54.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:54.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:54.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:54.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:54.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:54.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:54.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:55.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:55.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:55.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:55.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:55.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:55.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:56.208+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:01:56.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:56.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:56.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:56.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:56.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:56.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:56.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:56.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:56.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:56.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:56.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:56.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:57.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:57.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:58.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:58.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:58.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:58.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:59.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:01:59.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:01:59.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:01:59.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:01:59.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:01:59.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:01:59.540+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:02:00.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:00.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:00.307+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:02:00.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:00.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:00.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:00.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:01.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:01.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:01.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:01.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:01.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:01.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:02.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:02.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:02.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:02.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:02.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:02.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:03.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:03.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:03.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:03.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:03.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:03.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:03.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:03.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:03.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:03.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:03.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:03.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:03.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:03.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:04.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:04.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:04.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:04.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:05.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:05.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:05.637+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:02:05.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:05.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:05.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:05.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:05.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:05.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:05.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:05.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:05.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:05.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:08.764+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:08.765+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:09.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:09.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:09.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:09.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:10.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:10.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:10.197+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:02:10.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:10.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:10.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:10.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:11.493+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:11.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:11.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:11.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:11.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:11.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:11.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:11.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:12.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:12.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:12.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:12.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:16.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:16.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:17.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:17.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:17.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:17.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:17.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:17.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:17.752+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:02:17.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:17.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:17.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:17.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:19.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:19.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:19.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:19.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:19.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:19.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:19.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:19.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:19.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:19.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:19.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:19.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:25.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:25.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:25.276+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:02:25.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:25.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:25.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:25.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:27.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:27.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:27.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:27.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:27.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:27.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:30.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:30.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:31.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:31.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:31.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:31.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:32.026+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:32.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:32.104+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:02:32.167+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:02:32.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:32.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:32.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:32.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:33.165+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:33.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:33.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:33.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:33.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:33.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:34.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:34.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:35.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:35.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:35.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:35.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:35.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:35.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:35.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:35.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:35.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:35.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:37.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:37.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:37.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:37.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:37.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:37.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:39.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:39.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:40.079+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:02:40.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:40.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:40.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:40.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:40.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:40.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:40.544+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:02:41.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:41.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:41.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:41.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:41.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:41.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:42.173+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:02:42.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:42.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:42.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:42.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:44.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:44.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:44.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:44.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:44.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:44.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:45.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:45.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:46.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:46.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:46.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:46.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:46.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:46.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:46.937+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:02:47.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:47.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:47.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:47.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:47.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:47.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:48.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:48.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:48.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:48.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:50.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:50.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:51.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:51.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:51.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:51.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:51.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:51.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:51.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:51.881+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:51.881+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:51.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:54.393+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:54.394+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:54.682+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:02:54.699+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:02:54.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:54.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:54.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:54.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:55.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:55.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:56.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:56.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:56.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:56.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:02:56.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:02:56.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:02:56.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:02:56.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:02:56.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:02:56.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:00.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:00.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:01.070+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:03:01.417+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:03:01.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:01.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:01.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:01.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:01.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:01.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:01.746+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:03:02.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:02.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:02.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:02.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:02.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:02.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:03.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:03.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:03.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:03.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:06.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:06.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:06.723+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:03:07.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:07.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:07.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:07.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:07.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:07.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:07.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:07.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:07.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:07.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:07.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:07.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:08.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:08.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:08.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:08.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:09.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:09.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:09.580+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:03:10.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:10.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:10.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:10.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:11.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:11.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:11.114+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:03:11.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:11.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:11.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:11.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:13.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:13.504+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:13.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:13.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:13.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:13.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:15.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:15.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:16.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:16.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:16.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:16.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:16.459+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:03:16.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:16.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:16.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:16.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:16.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:16.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:18.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:18.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:18.319+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:03:18.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:18.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:18.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:18.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:23.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:23.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:24.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:24.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:24.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:24.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:25.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:25.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:25.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:25.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:25.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:25.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:27.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:27.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:28.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:28.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:28.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:28.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:28.273+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:03:31.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:31.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:32.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:32.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:32.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:32.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:32.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:32.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:33.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:33.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:33.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:33.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:34.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:34.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:34.842+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:03:34.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:34.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:34.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:34.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:38.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:38.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:39.300+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:03:39.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:39.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:39.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:39.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:39.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:39.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:40.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:40.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:40.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:40.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:41.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:41.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:41.311+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:03:41.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:41.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:41.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:41.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:42.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:42.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:42.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:42.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:42.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:42.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:43.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:43.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:43.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:43.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:43.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:43.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:44.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:44.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:44.782+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:03:44.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:44.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:44.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:44.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:45.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:45.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:45.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:45.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:45.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:45.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:46.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:46.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:47.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:47.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:47.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:47.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:47.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:47.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:47.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:47.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:47.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:47.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:47.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:47.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:48.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:48.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:48.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:48.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:49.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:49.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:49.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:49.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:49.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:49.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:50.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:50.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:50.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:50.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:50.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:50.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:50.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:50.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:51.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:51.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:51.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:51.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:53.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:53.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:53.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:53.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:53.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:53.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:53.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:53.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:54.145+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:03:54.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:54.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:54.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:54.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:55.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:55.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:55.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:55.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:55.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:55.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:56.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:56.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:57.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:57.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:57.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:57.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:57.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:57.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:03:57.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:03:57.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:03:57.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:03:57.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:03:59.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:03:59.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:00.018+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:00.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:00.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:00.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:00.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:01.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:01.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:01.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:01.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:01.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:01.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:02.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:02.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:02.718+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:03.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:03.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:03.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:03.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:04.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:04.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:05.313+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:05.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:05.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:05.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:05.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:05.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:06.080+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:06.080+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:06.080+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:06.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:07.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:07.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:07.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:07.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:07.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:07.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:08.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:08.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:08.287+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:08.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:08.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:08.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:08.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:09.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:09.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:09.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:09.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:09.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:09.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:10.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:10.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:10.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:10.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:10.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:10.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:11.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:11.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:12.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:12.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:12.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:12.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:12.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:12.845+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:13.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:13.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:13.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:13.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:13.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:13.752+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:13.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:13.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:13.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:13.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:15.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:15.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:15.899+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:16.013+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:16.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:16.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:16.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:16.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:16.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:16.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:17.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:17.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:17.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:17.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:19.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:19.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:19.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:19.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:19.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:19.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:20.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:20.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:20.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:20.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:20.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:20.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:21.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:21.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:21.698+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:21.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:21.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:21.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:21.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:22.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:22.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:22.503+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:22.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:22.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:22.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:22.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:24.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:24.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:25.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:25.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:25.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:25.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:25.511+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:26.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:26.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:26.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:26.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:26.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:26.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:28.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:28.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:28.174+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:28.270+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:28.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:28.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:28.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:28.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:31.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:32.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:32.291+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:32.696+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:32.696+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:32.696+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:32.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:32.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:32.765+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:33.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:33.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:33.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:33.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:33.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:33.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:33.503+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:33.837+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:34.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:34.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:34.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:34.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:35.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:35.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:35.364+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:36.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:36.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:36.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:36.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:38.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:38.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:38.709+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:39.606+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:39.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:39.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:39.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:39.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:39.669+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:41.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:41.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:41.716+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:42.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:42.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:42.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:42.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:42.068+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:43.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:43.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:44.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:44.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:44.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:44.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:45.535+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:45.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:45.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:45.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:45.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:45.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:45.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:47.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:47.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:48.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:48.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:48.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:48.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:48.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:48.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:49.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:49.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:49.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:49.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:52.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:52.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:52.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:52.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:52.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:52.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:54.282+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:54.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:54.906+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:04:55.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:55.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:55.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:55.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:57.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:57.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:58.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:58.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:58.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:58.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:04:58.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:04:58.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:04:59.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:04:59.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:04:59.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:04:59.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:00.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:00.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:00.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:00.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:00.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:00.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:01.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:01.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:01.776+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:02.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:02.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:02.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:02.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:02.345+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:02.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:02.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:02.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:02.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:02.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:02.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:03.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:03.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:04.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:04.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:04.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:04.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:04.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:04.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:05.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:05.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:05.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:05.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:06.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:06.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:06.541+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:06.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:06.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:06.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:06.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:08.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:08.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:08.143+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:08.161+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:08.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:08.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:08.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:08.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:08.470+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:08.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:08.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:09.046+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:09.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:09.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:09.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:09.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:09.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:09.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:10.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:10.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:10.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:10.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:10.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:10.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:11.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:11.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:11.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:11.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:11.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:11.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:11.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:11.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:11.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:11.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:12.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:12.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:12.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:12.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:12.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:12.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:13.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:13.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:13.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:13.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:13.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:13.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:14.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:14.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:15.182+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:15.323+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:16.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:16.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:16.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:16.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:16.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:16.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:17.273+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:17.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:17.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:17.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:17.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:17.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:17.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:17.861+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:17.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:17.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:17.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:17.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:18.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:18.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:19.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:19.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:19.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:19.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:20.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:20.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:20.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:20.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:20.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:20.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:22.342+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:22.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:22.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:22.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:22.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:22.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:22.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:23.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:23.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:23.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:23.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:23.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:23.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:24.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:24.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:24.155+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:24.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:24.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:24.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:24.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:24.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:24.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:25.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:25.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:25.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:25.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:26.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:26.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:27.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:27.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:27.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:27.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:30.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:30.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:30.396+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:30.911+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:31.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:31.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:31.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:31.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:32.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:32.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:32.471+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:32.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:32.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:32.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:32.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:34.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:34.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:35.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:35.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:35.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:35.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:36.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:36.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:36.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:36.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:36.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:36.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:37.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:37.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:37.872+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:38.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:38.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:38.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:38.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:41.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:41.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:41.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:41.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:41.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:41.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:42.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:42.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:42.500+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:43.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:43.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:43.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:43.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:44.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:44.195+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:44.303+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:44.384+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:44.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:44.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:44.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:44.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:45.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:45.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:45.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:45.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:45.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:45.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:48.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:48.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:48.332+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:48.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:48.664+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:48.664+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:48.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:50.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:50.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:51.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:51.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:51.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:51.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:52.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:52.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:52.599+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:53.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:53.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:53.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:53.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:55.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:55.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:55.508+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:55.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:55.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:55.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:55.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:05:58.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:05:58.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:05:58.822+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:58.830+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:05:59.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:05:59.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:05:59.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:05:59.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:02.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:02.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:02.293+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:02.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:02.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:02.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:02.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:04.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:04.576+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:04.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:04.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:04.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:04.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:05.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:05.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:05.416+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:05.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:05.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:05.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:05.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:06.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:06.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:06.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:06.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:06.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:06.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:06.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:06.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:07.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:07.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:07.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:07.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:07.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:07.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:07.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:07.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:07.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:07.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:09.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:09.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:09.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:09.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:09.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:09.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:10.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:10.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:10.551+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:10.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:10.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:10.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:10.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:11.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:11.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:11.933+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:12.059+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:12.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:12.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:12.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:12.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:14.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:14.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:14.098+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:14.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:14.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:14.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:14.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:16.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:16.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:17.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:17.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:17.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:17.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:17.229+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:19.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:19.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:20.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:20.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:20.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:20.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:21.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:21.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:21.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:21.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:21.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:21.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:21.707+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:24.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:24.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:24.571+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:24.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:24.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:24.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:24.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:28.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:28.402+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:28.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:28.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:28.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:28.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:28.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:29.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:29.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:29.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:29.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:29.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:29.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:29.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:29.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:30.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:30.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:30.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:30.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:31.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:31.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:32.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:32.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:32.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:32.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:33.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:33.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:33.838+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:33.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:33.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:33.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:33.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:35.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:35.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:35.766+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:36.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:36.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:36.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:36.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:38.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:38.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:38.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:38.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:38.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:38.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:39.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:39.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:39.556+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:39.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:39.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:39.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:39.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:42.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:42.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:42.542+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:42.691+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:42.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:42.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:42.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:42.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:43.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:43.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:43.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:43.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:43.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:43.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:45.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:45.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:45.163+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:45.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:45.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:45.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:45.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:45.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:45.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:46.161+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:46.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:46.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:46.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:47.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:47.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:48.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:48.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:48.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:48.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:49.432+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:49.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:49.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:49.889+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:50.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:50.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:50.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:50.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:50.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:50.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:51.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:51.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:51.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:51.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:52.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:52.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:52.781+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:53.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:53.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:53.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:53.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:55.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:55.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:55.525+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:56.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:56.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:56.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:56.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:57.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:57.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:57.383+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:06:57.881+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:57.881+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:57.881+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:57.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:59.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:59.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:06:59.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:06:59.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:06:59.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:06:59.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:06:59.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:06:59.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:00.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:00.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:00.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:00.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:00.651+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:00.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:01.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:01.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:01.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:01.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:03.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:03.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:04.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:04.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:04.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:04.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:04.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:04.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:04.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:04.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:04.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:04.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:07.512+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:07:07.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:07.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:07.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:07.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:07.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:07.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:08.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:08.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:08.196+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:07:08.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:08.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:08.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:08.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:09.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:09.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:09.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:09.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:09.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:09.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:12.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:12.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:13.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:13.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:13.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:13.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:14.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:14.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:14.263+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:07:14.372+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:07:14.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:14.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:14.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:14.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:15.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:15.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:15.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:15.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:15.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:15.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:17.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:17.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:17.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:17.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:17.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:17.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:19.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:19.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:19.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:19.982+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:19.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:19.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:20.201+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:07:21.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:21.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:21.176+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:07:21.396+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:07:21.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:21.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:21.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:21.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:22.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:22.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:23.236+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:07:23.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:23.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:23.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:23.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:23.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:23.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:24.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:24.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:24.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:24.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:24.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:24.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:24.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:24.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:24.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:24.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:25.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:25.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:26.312+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:07:26.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:26.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:26.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:26.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:26.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:26.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:27.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:27.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:27.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:27.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:29.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:29.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:29.650+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:07:29.676+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:07:30.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:30.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:30.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:30.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:31.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:31.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:31.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:31.454+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:31.454+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:31.454+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:31.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:31.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:31.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:31.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:31.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:31.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:32.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:32.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:33.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:33.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:33.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:33.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:33.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:33.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:34.801+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:07:34.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:34.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:34.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:34.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:35.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:35.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:35.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:35.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:35.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:35.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:37.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:37.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:37.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:37.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:37.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:37.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:41.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:41.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:42.016+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:07:42.125+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:07:42.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:42.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:42.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:42.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:43.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:43.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:43.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:43.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:43.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:43.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:48.039+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:48.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:48.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:48.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:48.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:48.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:48.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:48.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:48.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:48.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:48.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:48.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:49.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:49.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:50.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:50.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:50.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:50.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:50.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:50.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:51.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:51.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:51.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:51.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:53.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:53.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:53.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:53.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:53.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:53.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:53.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:53.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:53.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:53.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:53.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:53.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:54.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:54.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:54.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:54.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:54.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:54.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:56.596+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:56.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:57.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:57.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:57.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:57.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:07:58.165+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:07:58.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:07:58.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:07:58.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:07:58.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:07:58.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:00.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:00.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:00.223+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:08:00.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:00.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:00.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:00.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:00.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:00.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:01.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:01.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:01.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:01.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:02.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:02.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:02.882+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:08:02.979+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:08:03.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:03.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:03.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:03.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:04.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:04.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:04.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:04.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:04.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:04.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:05.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:05.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:05.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:05.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:05.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:05.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:06.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:06.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:06.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:06.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:06.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:06.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:06.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:06.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:07.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:07.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:07.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:07.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:07.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:07.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:07.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:07.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:07.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:07.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:08.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:08.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:08.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:08.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:08.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:08.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:08.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:08.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:09.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:09.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:09.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:09.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:11.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:11.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:11.392+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:08:11.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:11.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:11.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:11.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:12.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:12.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:12.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:12.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:12.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:12.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:13.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:13.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:13.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:13.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:13.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:13.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:14.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:14.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:15.151+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:08:15.264+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:08:15.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:15.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:15.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:15.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:15.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:15.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:16.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:16.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:16.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:16.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:18.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:18.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:18.525+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:08:18.601+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:08:18.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:18.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:18.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:18.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:21.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:21.170+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:21.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:21.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:21.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:21.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:21.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:21.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:21.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:21.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:21.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:21.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:22.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:22.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:22.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:22.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:22.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:22.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:24.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:24.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:24.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:24.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:24.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:24.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:25.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:25.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:26.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:26.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:26.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:26.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:27.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:27.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:27.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:27.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:27.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:27.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:28.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:28.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:28.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:28.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:28.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:28.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:29.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:29.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:29.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:29.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:29.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:29.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:31.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:31.208+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:31.519+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:08:31.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:31.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:31.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:31.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:32.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:32.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:32.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:32.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:32.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:32.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:34.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:34.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:34.422+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:08:34.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:34.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:34.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:34.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:35.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:35.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:35.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:35.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:35.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:35.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:35.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:35.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:36.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:36.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:36.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:36.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:36.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:36.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:36.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:36.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:36.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:36.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:37.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:37.987+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:38.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:38.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:38.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:38.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:40.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:40.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:40.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:40.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:40.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:40.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:40.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:40.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:41.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:41.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:41.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:41.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:41.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:41.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:41.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:41.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:41.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:41.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:44.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:44.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:45.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:45.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:45.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:45.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:47.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:47.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:47.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:47.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:47.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:47.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:50.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:50.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:50.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:50.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:50.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:50.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:53.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:53.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:54.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:54.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:54.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:54.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:54.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:54.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:54.887+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:08:55.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:55.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:55.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:55.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:55.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:55.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:55.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:55.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:55.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:55.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:08:57.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:08:57.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:08:57.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:08:57.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:08:57.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:08:57.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:01.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:01.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:01.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:01.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:01.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:01.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:01.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:01.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:01.414+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:01.420+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:01.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:01.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:01.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:01.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:02.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:02.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:02.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:02.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:02.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:02.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:06.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:06.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:07.714+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:07.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:07.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:07.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:07.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:09.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:09.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:09.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:09.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:09.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:09.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:12.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:12.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:12.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:12.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:12.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:12.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:13.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:13.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:13.859+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:14.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:14.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:14.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:14.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:14.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:14.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:15.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:15.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:15.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:15.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:16.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:16.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:16.659+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:16.901+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:16.989+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:17.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:17.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:17.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:17.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:17.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:17.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:17.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:17.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:17.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:17.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:19.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:19.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:19.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:19.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:19.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:19.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:20.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:20.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:20.386+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:21.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:21.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:21.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:21.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:22.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:22.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:23.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:23.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:23.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:23.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:23.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:23.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:23.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:23.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:23.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:23.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:24.828+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:24.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:24.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:25.222+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:25.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:25.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:25.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:25.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:26.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:26.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:26.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:26.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:26.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:26.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:27.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:27.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:27.028+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:27.236+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:27.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:27.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:27.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:27.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:30.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:30.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:31.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:31.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:31.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:31.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:32.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:32.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:32.327+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:32.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:32.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:32.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:32.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:33.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:33.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:33.658+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:33.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:33.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:33.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:37.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:37.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:37.567+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:37.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:37.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:37.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:37.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:39.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:39.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:39.932+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:39.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:39.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:39.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:39.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:40.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:40.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:40.990+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:41.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:41.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:41.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:41.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:44.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:44.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:44.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:44.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:44.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:44.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:45.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:45.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:46.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:46.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:46.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:46.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:47.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:47.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:47.795+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:47.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:47.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:47.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:47.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:48.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:48.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:48.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:48.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:48.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:48.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:50.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:50.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:50.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:50.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:50.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:50.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:51.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:51.905+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:52.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:52.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:52.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:52.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:53.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:53.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:53.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:53.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:53.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:53.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:53.719+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:53.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:53.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:54.076+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:09:54.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:54.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:54.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:54.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:55.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:55.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:55.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:55.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:55.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:55.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:09:56.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:09:56.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:09:57.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:09:57.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:09:57.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:09:57.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:00.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:00.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:00.772+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:10:00.864+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:10:00.901+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:10:01.014+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:10:01.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:01.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:01.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:01.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:03.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:03.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:04.473+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:10:05.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:05.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:05.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:05.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:08.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:08.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:08.686+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:10:08.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:08.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:08.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:08.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:08.856+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:10:09.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:09.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:11.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:11.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:11.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:11.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:11.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:11.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:11.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:11.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:11.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:11.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:15.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:15.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:15.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:15.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:15.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:15.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:15.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:15.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:16.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:16.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:16.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:16.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:19.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:19.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:20.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:20.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:20.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:20.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:24.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:24.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:25.274+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:10:25.398+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:10:25.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:25.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:25.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:25.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:26.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:26.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:27.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:27.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:27.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:27.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:28.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:28.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:28.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:28.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:28.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:28.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:30.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:30.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:30.408+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:10:30.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:30.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:30.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:30.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:32.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:32.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:32.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:32.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:32.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:32.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:34.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:34.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:34.320+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:10:34.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:34.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:34.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:34.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:35.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:35.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:35.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:35.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:35.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:35.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:36.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:36.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:37.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:37.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:37.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:37.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:37.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:37.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:38.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:38.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:38.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:38.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:38.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:38.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:38.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:38.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:38.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:38.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:39.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:39.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:39.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:39.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:39.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:39.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:39.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:39.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:39.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:39.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:39.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:39.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:40.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:40.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:40.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:40.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:40.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:40.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:41.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:41.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:42.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:42.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:42.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:42.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:42.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:42.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:43.496+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:43.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:43.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:43.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:44.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:44.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:45.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:45.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:45.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:45.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:45.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:45.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:45.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:45.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:45.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:45.285+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:45.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:45.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:45.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:45.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:45.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:45.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:46.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:46.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:46.260+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:10:46.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:46.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:46.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:46.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:47.817+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:47.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:48.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:48.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:48.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:48.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:52.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:52.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:53.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:53.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:53.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:53.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:53.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:53.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:53.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:53.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:53.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:53.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:54.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:54.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:54.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:54.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:54.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:54.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:55.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:55.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:55.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:55.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:55.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:55.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:10:59.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:10:59.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:10:59.372+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:10:59.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:10:59.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:10:59.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:10:59.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:01.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:01.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:02.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:02.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:02.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:02.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:06.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:06.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:06.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:06.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:06.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:06.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:08.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:08.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:08.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:08.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:08.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:08.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:10.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:10.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:10.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:10.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:10.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:10.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:10.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:10.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:10.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:10.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:10.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:10.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:11.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:11.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:12.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:12.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:12.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:12.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:16.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:16.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:16.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:16.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:16.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:16.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:16.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:16.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:17.040+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:17.040+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:17.040+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:17.040+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:17.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:17.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:17.272+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:11:17.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:17.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:17.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:17.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:19.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:19.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:19.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:19.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:19.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:19.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:21.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:21.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:22.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:22.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:22.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:22.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:22.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:22.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:23.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:23.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:23.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:23.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:24.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:24.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:24.587+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:11:24.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:24.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:24.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:24.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:25.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:25.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:25.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:25.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:25.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:25.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:27.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:27.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:27.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:27.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:27.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:27.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:29.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:29.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:29.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:29.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:29.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:29.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:30.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:30.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:30.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:30.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:30.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:30.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:31.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:31.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:31.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:31.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:31.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:31.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:33.695+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:33.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:33.869+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:11:34.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:34.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:34.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:34.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:36.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:36.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:36.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:36.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:36.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:36.515+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:37.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:37.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:37.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:37.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:37.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:37.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:38.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:38.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:39.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:39.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:39.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:39.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:40.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:40.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:41.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:41.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:41.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:41.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:42.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:42.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:42.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:42.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:42.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:42.982+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:43.707+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:11:43.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:43.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:43.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:43.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:43.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:43.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:44.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:44.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:44.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:44.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:44.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:44.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:45.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:45.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:45.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:45.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:45.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:45.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:51.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:51.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:51.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:51.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:51.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:51.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:51.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:51.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:51.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:51.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:51.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:51.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:52.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:52.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:53.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:53.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:53.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:53.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:56.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:56.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:56.670+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:11:56.868+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:11:57.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:57.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:57.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:57.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:11:59.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:11:59.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:11:59.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:11:59.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:11:59.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:11:59.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:00.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:00.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:01.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:01.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:01.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:01.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:03.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:03.479+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:03.622+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:12:03.734+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:12:03.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:03.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:03.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:03.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:05.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:05.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:06.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:06.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:06.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:06.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:06.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:06.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:07.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:07.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:07.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:07.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:09.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:09.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:09.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:09.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:09.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:09.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:10.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:10.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:10.771+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:12:10.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:10.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:10.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:10.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:12.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:12.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:12.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:12.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:12.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:12.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:12.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:12.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:13.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:13.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:13.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:13.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:13.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:13.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:14.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:14.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:14.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:14.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:15.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:15.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:16.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:16.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:16.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:16.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:16.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:16.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:16.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:16.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:16.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:16.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:18.039+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:18.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:18.095+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:12:18.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:18.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:18.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:18.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:19.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:19.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:19.720+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:12:19.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:19.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:19.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:19.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:19.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:19.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:19.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:19.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:19.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:19.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:21.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:21.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:21.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:21.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:21.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:21.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:24.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:24.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:25.084+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:12:25.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:25.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:25.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:25.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:25.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:25.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:26.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:26.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:26.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:26.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:26.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:26.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:27.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:27.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:27.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:27.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:29.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:29.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:29.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:29.664+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:29.664+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:29.664+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:30.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:30.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:31.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:31.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:31.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:31.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:32.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:32.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:32.435+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:12:32.807+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:12:33.080+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:33.080+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:33.080+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:33.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:35.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:35.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:35.645+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:12:35.676+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:12:36.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:36.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:36.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:36.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:38.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:38.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:39.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:39.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:39.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:39.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:39.192+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:12:40.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:40.222+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:40.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:40.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:40.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:40.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:41.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:41.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:42.254+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:12:42.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:42.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:42.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:42.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:44.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:44.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:45.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:45.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:45.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:45.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:46.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:46.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:47.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:47.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:47.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:47.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:48.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:48.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:48.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:48.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:48.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:48.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:51.751+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:51.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:52.212+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:12:52.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:52.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:52.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:52.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:53.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:53.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:53.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:53.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:53.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:53.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:55.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:55.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:55.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:55.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:55.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:55.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:58.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:58.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:58.446+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:12:58.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:58.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:58.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:58.550+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:58.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:58.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:12:59.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:12:59.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:12:59.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:12:59.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:12:59.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:12:59.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:00.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:00.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:00.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:00.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:01.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:01.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:02.050+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:02.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:02.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:02.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:02.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:04.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:04.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:04.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:04.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:04.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:04.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:04.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:04.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:04.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:04.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:04.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:04.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:04.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:04.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:05.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:05.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:05.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:05.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:06.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:06.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:07.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:07.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:07.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:07.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:08.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:08.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:08.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:08.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:08.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:08.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:08.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:08.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:08.956+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:09.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:09.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:09.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:09.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:10.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:10.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:10.740+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:10.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:10.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:10.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:10.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:10.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:10.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:11.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:11.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:11.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:11.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:11.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:11.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:11.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:11.982+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:11.982+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:11.982+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:16.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:16.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:16.898+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:17.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:17.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:17.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:17.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:17.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:17.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:18.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:18.488+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:18.488+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:18.488+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:18.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:18.977+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:19.488+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:19.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:19.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:19.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:19.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:23.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:23.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:23.607+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:23.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:23.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:23.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:23.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:24.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:24.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:24.137+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:24.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:24.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:24.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:24.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:26.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:26.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:26.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:26.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:26.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:26.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:26.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:26.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:27.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:27.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:27.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:27.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:28.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:28.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:28.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:28.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:28.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:28.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:30.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:30.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:30.829+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:31.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:31.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:31.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:31.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:31.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:31.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:32.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:32.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:32.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:32.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:32.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:32.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:33.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:33.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:33.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:33.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:34.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:34.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:34.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:34.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:34.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:34.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:34.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:34.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:35.218+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:35.376+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:35.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:35.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:35.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:35.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:36.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:36.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:36.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:36.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:36.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:36.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:37.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:37.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:38.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:38.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:38.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:38.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:39.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:39.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:39.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:39.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:39.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:39.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:39.985+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:40.206+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:41.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:41.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:42.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:42.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:42.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:42.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:42.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:42.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:42.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:42.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:42.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:42.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:43.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:43.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:43.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:43.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:43.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:43.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:44.843+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:44.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:44.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:45.482+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:45.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:45.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:45.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:45.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:46.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:46.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:46.865+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:47.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:47.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:47.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:47.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:47.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:47.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:48.136+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:48.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:48.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:48.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:48.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:50.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:50.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:50.821+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:50.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:50.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:50.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:50.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:13:53.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:13:53.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:13:54.098+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:54.293+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:13:54.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:13:54.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:13:54.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:13:54.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:01.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:01.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:01.578+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:14:01.634+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:14:01.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:01.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:01.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:01.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:02.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:02.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:02.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:02.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:02.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:02.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:03.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:03.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:04.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:04.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:04.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:04.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:07.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:07.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:07.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:07.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:07.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:07.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:09.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:09.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:10.053+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:14:10.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:10.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:10.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:10.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:11.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:11.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:11.734+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:14:11.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:11.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:11.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:11.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:13.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:13.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:13.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:13.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:13.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:13.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:15.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:15.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:15.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:15.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:15.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:15.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:17.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:17.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:17.933+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:17.933+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:17.933+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:17.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:18.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:18.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:18.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:18.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:18.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:18.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:19.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:19.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:19.251+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:14:19.265+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:14:19.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:19.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:19.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:19.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:20.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:20.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:21.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:21.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:21.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:21.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:24.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:24.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:24.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:24.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:24.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:24.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:26.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:26.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:26.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:26.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:26.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:26.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:26.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:26.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:26.719+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:14:26.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:26.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:26.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:26.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:26.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:26.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:27.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:27.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:27.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:27.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:28.418+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:14:28.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:28.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:28.689+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:14:28.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:28.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:28.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:28.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:31.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:31.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:31.595+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:14:31.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:31.982+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:31.982+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:31.982+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:32.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:32.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:33.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:33.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:33.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:33.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:35.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:35.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:35.404+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:14:35.733+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:14:35.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:35.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:35.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:35.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:36.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:36.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:36.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:36.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:36.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:36.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:38.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:38.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:38.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:38.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:38.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:38.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:38.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:38.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:39.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:39.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:39.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:39.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:42.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:42.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:42.702+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:14:42.720+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:14:43.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:43.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:43.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:43.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:43.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:43.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:44.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:44.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:44.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:44.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:44.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:44.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:44.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:44.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:44.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:44.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:47.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:47.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:47.967+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:14:48.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:48.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:48.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:48.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:49.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:49.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:49.945+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:14:50.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:50.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:50.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:50.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:50.282+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:50.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:50.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:50.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:50.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:50.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:14:54.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:14:54.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:14:54.883+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:14:54.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:14:54.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:14:54.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:14:54.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:00.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:00.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:01.089+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:15:01.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:01.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:01.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:01.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:03.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:03.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:03.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:03.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:03.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:03.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:04.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:04.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:04.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:04.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:04.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:04.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:04.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:04.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:05.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:05.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:05.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:05.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:07.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:07.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:07.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:07.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:07.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:07.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:09.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:09.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:09.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:09.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:09.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:09.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:09.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:09.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:10.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:10.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:10.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:10.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:12.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:12.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:13.374+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:15:13.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:13.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:13.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:13.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:16.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:16.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:17.696+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:17.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:17.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:17.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:20.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:20.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:20.226+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:15:20.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:20.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:20.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:20.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:24.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:24.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:25.267+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:15:25.328+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:15:25.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:25.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:25.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:25.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:30.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:30.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:30.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:30.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:30.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:30.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:31.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:31.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:32.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:32.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:32.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:32.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:32.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:32.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:32.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:32.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:32.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:32.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:35.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:35.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:36.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:36.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:36.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:36.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:38.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:38.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:38.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:38.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:38.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:38.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:39.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:39.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:40.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:40.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:40.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:40.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:40.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:40.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:40.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:40.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:40.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:40.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:40.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:40.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:41.520+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:15:41.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:41.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:41.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:41.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:44.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:44.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:45.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:45.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:45.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:45.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:45.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:45.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:45.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:45.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:45.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:45.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:46.133+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:15:46.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:46.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:47.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:47.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:47.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:47.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:49.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:49.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:49.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:49.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:49.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:49.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:50.033+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:15:51.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:51.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:52.145+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:15:52.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:52.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:52.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:52.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:53.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:53.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:54.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:54.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:54.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:54.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:54.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:54.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:54.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:54.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:54.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:54.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:55.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:55.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:56.256+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:15:56.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:56.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:56.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:56.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:57.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:57.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:58.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:58.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:58.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:58.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:58.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:58.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:15:58.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:15:58.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:15:58.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:15:58.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:15:59.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:15:59.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:00.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:00.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:00.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:00.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:00.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:00.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:00.967+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:16:01.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:01.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:01.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:01.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:02.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:02.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:02.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:02.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:02.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:02.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:04.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:04.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:04.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:04.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:04.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:04.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:06.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:06.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:07.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:07.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:07.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:07.111+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:08.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:08.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:09.186+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:09.186+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:09.186+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:09.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:10.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:10.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:10.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:10.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:10.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:10.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:11.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:11.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:12.002+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:16:12.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:12.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:12.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:12.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:13.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:13.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:13.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:13.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:13.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:13.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:14.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:14.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:14.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:14.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:14.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:14.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:16.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:16.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:17.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:17.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:17.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:17.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:17.157+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:16:17.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:17.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:18.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:18.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:18.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:18.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:20.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:20.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:20.575+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:20.575+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:20.575+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:20.575+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:21.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:21.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:21.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:21.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:21.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:21.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:22.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:22.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:22.985+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:16:23.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:23.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:23.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:23.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:23.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:23.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:23.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:23.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:23.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:23.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:23.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:23.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:24.186+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:24.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:24.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:24.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:27.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:27.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:27.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:27.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:27.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:27.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:28.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:28.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:28.906+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:16:29.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:29.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:29.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:29.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:30.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:30.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:30.458+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:16:30.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:30.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:30.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:30.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:33.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:33.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:33.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:33.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:33.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:33.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:33.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:33.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:34.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:34.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:34.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:34.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:34.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:34.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:34.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:34.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:34.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:34.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:35.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:35.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:35.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:35.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:35.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:35.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:36.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:36.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:36.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:36.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:36.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:36.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:36.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:36.730+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:36.969+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:16:37.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:37.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:37.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:37.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:37.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:37.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:37.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:37.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:37.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:37.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:39.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:39.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:40.062+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:16:40.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:40.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:40.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:40.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:40.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:40.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:41.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:41.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:41.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:41.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:43.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:43.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:44.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:44.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:44.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:44.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:44.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:44.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:44.820+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:16:45.020+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:16:45.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:45.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:45.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:45.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:47.817+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:47.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:48.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:48.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:48.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:48.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:48.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:48.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:49.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:49.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:49.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:49.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:51.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:51.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:52.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:52.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:52.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:52.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:53.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:53.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:54.102+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:16:54.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:54.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:54.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:54.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:54.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:54.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:54.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:54.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:54.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:54.596+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:57.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:57.170+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:57.267+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:16:57.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:57.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:57.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:57.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:58.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:58.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:59.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:59.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:59.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:59.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:16:59.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:16:59.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:16:59.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:16:59.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:16:59.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:16:59.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:00.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:00.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:01.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:01.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:01.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:01.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:03.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:03.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:04.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:04.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:04.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:04.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:04.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:04.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:04.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:04.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:04.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:04.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:04.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:04.905+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:05.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:05.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:05.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:05.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:07.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:07.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:07.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:07.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:07.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:07.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:08.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:08.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:08.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:08.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:08.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:08.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:11.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:11.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:11.363+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:17:11.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:11.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:11.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:11.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:13.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:13.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:13.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:13.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:13.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:13.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:14.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:14.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:14.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:14.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:14.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:14.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:15.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:15.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:15.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:15.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:15.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:15.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:17.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:17.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:17.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:17.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:17.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:17.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:22.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:22.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:22.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:22.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:22.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:22.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:23.301+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:17:25.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:25.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:25.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:25.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:25.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:25.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:28.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:28.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:29.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:29.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:29.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:29.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:30.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:30.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:30.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:30.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:30.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:30.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:35.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:35.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:35.528+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:17:35.899+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:17:36.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:36.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:36.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:36.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:38.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:38.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:39.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:39.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:39.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:39.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:39.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:39.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:40.070+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:17:40.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:40.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:40.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:40.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:41.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:41.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:42.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:42.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:42.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:42.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:42.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:42.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:43.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:43.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:43.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:43.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:43.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:43.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:43.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:43.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:43.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:43.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:45.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:45.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:46.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:46.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:46.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:46.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:46.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:46.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:46.339+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:17:46.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:46.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:46.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:46.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:47.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:47.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:47.494+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:17:47.616+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:17:48.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:48.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:48.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:48.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:48.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:48.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:49.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:49.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:49.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:49.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:50.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:50.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:51.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:51.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:51.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:51.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:51.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:51.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:51.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:51.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:51.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:51.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:53.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:53.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:53.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:53.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:53.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:53.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:53.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:53.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:54.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:54.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:54.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:54.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:55.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:55.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:55.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:55.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:55.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:55.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:17:56.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:17:56.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:17:56.549+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:17:56.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:17:56.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:17:56.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:17:56.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:00.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:00.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:00.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:00.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:00.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:00.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:01.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:01.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:01.546+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:18:01.600+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:18:02.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:02.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:02.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:02.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:04.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:04.730+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:05.575+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:05.575+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:05.575+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:05.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:05.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:05.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:06.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:06.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:06.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:06.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:07.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:07.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:07.951+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:18:08.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:08.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:08.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:08.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:08.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:08.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:09.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:09.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:09.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:09.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:12.920+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:18:12.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:12.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:13.645+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:18:13.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:13.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:13.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:13.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:13.915+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:18:15.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:15.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:15.610+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:18:15.648+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:18:15.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:15.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:15.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:15.922+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:18.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:18.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:19.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:19.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:19.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:19.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:19.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:19.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:19.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:19.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:19.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:19.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:20.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:20.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:20.554+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:18:22.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:22.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:22.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:22.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:22.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:22.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:23.383+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:18:23.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:23.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:23.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:23.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:25.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:25.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:26.105+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:18:26.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:26.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:26.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:26.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:28.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:28.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:28.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:28.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:28.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:28.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:30.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:30.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:30.705+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:18:30.710+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:18:30.854+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:18:31.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:31.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:31.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:31.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:33.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:33.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:33.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:33.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:33.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:33.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:34.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:34.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:34.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:34.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:34.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:34.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:34.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:34.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:35.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:35.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:35.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:35.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:36.255+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:36.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:36.502+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:18:36.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:36.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:36.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:36.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:36.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:36.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:37.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:37.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:37.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:37.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:41.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:41.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:41.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:41.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:41.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:41.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:41.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:41.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:41.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:41.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:41.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:41.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:42.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:42.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:42.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:42.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:42.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:42.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:43.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:43.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:43.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:43.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:43.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:43.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:44.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:44.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:44.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:44.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:44.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:44.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:45.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:45.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:45.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:45.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:45.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:45.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:45.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:45.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:46.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:46.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:46.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:46.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:46.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:46.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:46.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:46.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:46.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:46.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:49.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:49.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:50.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:50.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:50.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:50.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:50.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:50.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:51.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:51.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:51.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:51.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:51.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:51.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:51.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:51.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:51.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:51.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:51.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:51.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:52.087+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:18:52.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:52.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:52.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:52.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:53.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:53.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:53.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:53.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:53.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:53.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:55.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:55.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:55.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:55.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:55.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:55.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:55.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:55.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:55.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:55.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:55.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:55.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:56.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:56.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:56.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:56.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:56.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:56.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:57.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:57.589+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:57.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:57.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:57.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:57.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:58.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:58.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:58.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:58.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:58.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:58.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:18:58.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:18:58.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:18:58.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:18:58.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:18:58.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:18:58.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:00.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:00.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:00.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:00.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:00.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:00.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:00.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:00.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:01.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:01.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:01.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:01.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:01.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:01.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:01.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:01.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:01.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:01.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:02.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:02.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:03.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:03.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:03.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:03.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:04.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:04.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:04.424+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:19:04.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:04.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:04.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:04.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:05.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:05.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:05.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:05.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:05.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:05.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:06.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:06.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:07.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:07.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:07.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:07.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:07.216+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:19:09.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:09.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:09.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:09.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:09.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:09.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:10.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:10.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:10.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:10.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:10.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:10.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:11.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:11.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:12.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:12.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:12.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:12.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:12.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:12.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:12.337+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:19:12.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:12.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:12.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:12.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:13.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:13.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:13.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:13.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:13.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:13.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:14.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:14.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:15.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:15.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:15.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:15.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:17.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:17.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:17.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:17.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:17.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:17.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:21.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:21.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:22.024+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:22.024+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:22.024+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:22.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:23.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:23.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:24.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:24.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:24.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:24.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:27.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:27.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:27.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:27.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:27.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:27.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:30.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:30.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:30.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:30.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:30.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:30.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:31.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:31.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:31.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:31.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:31.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:31.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:32.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:32.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:32.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:32.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:32.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:32.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:33.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:33.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:33.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:33.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:33.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:33.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:36.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:36.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:37.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:37.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:37.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:37.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:37.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:37.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:37.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:37.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:37.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:37.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:37.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:37.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:38.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:38.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:38.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:38.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:38.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:38.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:38.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:38.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:38.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:38.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:39.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:39.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:39.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:39.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:39.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:39.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:41.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:41.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:41.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:41.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:41.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:41.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:42.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:42.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:42.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:42.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:42.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:42.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:42.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:42.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:42.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:42.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:42.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:42.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:42.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:42.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:42.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:42.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:42.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:42.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:44.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:44.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:44.340+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:19:44.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:44.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:44.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:44.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:45.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:45.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:46.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:46.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:46.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:46.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:47.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:47.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:47.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:47.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:47.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:47.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:47.452+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:19:47.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:47.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:48.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:48.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:48.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:48.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:49.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:49.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:49.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:49.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:49.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:49.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:49.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:49.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:50.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:50.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:50.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:50.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:50.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:50.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:50.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:50.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:50.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:50.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:51.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:51.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:51.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:51.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:51.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:51.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:52.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:52.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:52.654+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:19:52.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:52.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:52.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:52.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:53.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:53.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:53.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:53.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:53.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:53.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:54.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:54.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:54.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:54.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:54.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:54.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:55.259+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:55.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:55.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:55.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:55.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:55.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:55.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:55.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:56.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:56.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:56.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:56.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:56.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:56.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:56.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:56.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:56.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:56.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:57.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:57.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:57.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:57.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:57.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:57.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:58.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:58.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:58.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:58.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:58.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:58.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:58.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:58.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:58.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:58.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:58.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:58.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:19:59.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:19:59.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:19:59.705+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:19:59.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:19:59.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:19:59.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:19:59.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:00.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:00.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:00.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:00.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:00.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:00.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:01.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:01.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:01.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:01.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:01.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:01.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:01.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:01.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:01.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:01.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:01.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:01.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:05.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:05.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:06.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:06.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:06.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:06.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:06.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:06.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:06.801+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:06.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:06.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:06.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:06.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:06.967+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:07.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:07.243+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:07.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:07.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:07.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:07.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:07.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:07.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:07.870+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:08.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:08.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:08.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:08.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:09.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:09.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:09.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:09.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:09.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:09.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:11.277+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:11.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:12.422+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:12.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:12.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:12.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:12.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:13.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:13.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:13.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:13.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:13.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:13.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:14.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:14.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:14.915+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:15.140+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:15.143+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:15.284+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:15.313+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:15.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:15.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:15.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:17.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:17.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:18.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:18.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:18.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:18.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:18.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:18.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:18.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:18.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:18.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:18.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:19.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:19.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:19.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:19.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:19.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:19.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:19.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:19.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:19.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:19.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:19.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:19.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:20.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:20.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:21.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:21.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:21.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:21.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:21.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:21.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:21.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:21.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:21.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:21.916+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:23.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:23.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:24.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:24.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:24.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:24.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:26.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:26.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:26.413+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:26.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:26.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:26.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:26.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:27.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:27.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:28.175+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:28.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:28.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:28.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:28.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:28.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:28.881+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:29.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:29.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:29.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:29.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:30.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:30.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:30.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:30.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:30.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:30.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:31.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:31.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:31.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:31.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:31.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:31.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:31.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:31.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:31.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:31.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:31.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:31.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:33.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:33.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:33.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:33.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:33.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:33.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:34.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:34.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:34.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:34.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:34.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:34.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:35.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:35.032+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:35.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:35.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:35.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:35.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:36.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:36.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:37.343+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:37.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:37.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:37.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:37.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:38.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:38.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:38.613+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:38.691+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:38.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:38.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:38.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:38.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:40.334+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:40.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:40.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:40.719+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:40.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:40.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:40.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:40.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:41.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:41.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:42.170+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:42.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:42.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:42.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:42.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:44.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:44.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:44.986+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:45.152+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:45.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:45.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:45.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:45.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:45.558+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:45.806+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:47.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:47.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:48.435+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:48.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:48.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:48.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:48.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:49.596+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:49.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:49.611+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:49.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:49.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:49.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:49.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:50.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:50.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:51.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:51.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:51.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:51.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:52.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:52.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:52.543+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:52.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:52.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:52.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:52.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:53.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:53.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:53.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:53.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:53.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:53.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:55.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:55.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:55.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:55.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:55.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:55.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:56.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:56.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:57.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:57.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:57.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:57.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:20:57.438+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:20:58.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:20:58.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:20:58.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:20:58.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:20:58.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:20:58.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:00.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:00.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:00.281+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:00.322+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:00.380+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:01.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:01.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:01.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:01.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:02.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:02.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:03.029+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:03.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:03.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:03.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:03.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:03.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:03.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:04.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:04.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:04.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:04.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:06.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:06.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:06.517+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:06.562+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:06.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:06.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:06.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:06.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:06.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:06.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:07.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:07.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:07.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:07.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:08.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:08.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:08.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:08.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:08.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:08.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:09.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:09.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:09.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:09.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:09.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:09.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:09.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:09.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:09.693+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:09.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:09.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:09.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:09.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:10.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:10.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:11.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:11.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:11.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:11.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:12.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:12.926+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:13.617+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:14.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:14.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:14.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:14.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:15.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:15.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:15.931+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:16.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:16.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:16.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:16.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:17.750+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:17.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:18.046+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:18.175+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:18.211+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:18.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:18.211+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:18.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:18.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:18.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:19.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:19.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:19.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:19.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:19.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:19.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:20.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:20.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:20.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:20.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:22.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:22.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:22.832+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:23.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:23.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:23.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:23.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:23.664+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:24.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:24.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:24.989+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:25.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:25.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:25.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:25.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:26.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:26.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:26.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:26.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:26.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:26.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:28.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:28.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:29.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:29.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:29.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:29.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:29.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:29.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:29.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:29.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:29.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:29.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:30.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:30.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:30.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:30.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:30.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:30.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:31.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:31.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:31.955+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:32.155+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:32.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:32.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:32.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:32.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:34.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:34.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:34.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:34.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:34.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:34.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:35.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:35.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:35.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:35.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:35.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:35.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:35.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:35.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:35.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:35.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:35.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:35.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:37.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:37.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:37.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:37.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:37.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:37.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:37.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:37.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:38.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:38.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:38.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:38.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:39.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:39.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:40.362+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:40.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:40.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:40.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:40.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:42.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:42.435+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:42.895+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:43.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:43.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:43.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:43.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:44.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:44.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:44.892+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:44.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:44.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:44.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:44.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:45.280+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:46.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:46.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:46.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:46.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:46.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:46.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:48.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:48.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:49.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:49.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:49.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:49.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:49.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:49.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:49.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:49.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:49.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:49.710+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:49.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:49.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:50.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:50.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:50.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:50.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:50.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:50.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:51.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:51.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:51.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:51.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:51.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:51.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:52.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:52.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:52.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:52.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:53.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:53.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:54.318+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:54.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:54.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:54.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:54.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:56.046+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:21:56.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:56.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:56.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:56.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:56.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:56.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:57.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:57.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:57.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:57.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:57.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:57.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:57.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:57.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:58.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:58.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:58.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:58.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:58.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:58.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:21:59.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:21:59.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:21:59.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:21:59.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:21:59.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:21:59.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:00.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:00.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:00.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:00.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:01.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:01.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:01.617+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:01.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:01.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:01.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:01.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:02.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:02.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:02.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:02.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:02.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:02.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:03.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:03.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:03.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:03.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:03.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:03.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:04.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:04.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:04.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:04.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:04.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:04.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:05.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:05.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:05.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:05.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:05.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:05.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:05.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:05.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:05.848+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:05.848+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:05.848+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:05.848+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:06.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:06.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:06.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:06.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:06.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:06.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:07.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:07.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:07.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:07.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:07.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:07.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:08.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:08.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:08.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:08.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:08.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:08.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:09.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:09.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:09.729+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:09.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:09.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:09.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:09.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:10.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:10.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:10.656+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:10.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:10.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:10.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:10.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:10.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:10.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:11.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:11.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:11.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:11.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:11.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:11.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:11.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:11.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:11.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:11.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:12.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:12.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:12.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:12.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:12.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:12.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:12.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:12.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:13.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:13.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:13.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:13.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:14.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:14.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:14.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:14.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:14.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:14.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:15.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:15.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:15.261+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:15.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:15.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:15.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:15.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:15.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:15.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:15.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:15.747+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:15.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:15.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:16.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:16.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:16.440+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:16.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:16.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:16.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:16.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:17.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:17.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:17.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:17.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:17.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:17.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:18.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:18.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:18.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:18.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:18.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:18.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:19.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:19.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:20.142+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:20.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:20.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:20.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:20.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:21.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:21.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:22.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:22.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:22.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:22.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:22.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:22.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:22.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:22.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:22.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:22.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:23.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:23.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:23.794+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:23.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:23.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:23.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:23.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:25.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:25.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:26.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:26.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:26.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:26.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:26.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:26.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:26.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:26.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:26.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:26.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:27.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:27.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:27.142+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:27.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:27.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:27.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:27.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:27.750+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:27.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:27.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:27.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:27.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:27.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:29.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:29.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:29.144+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:29.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:29.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:29.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:29.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:29.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:29.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:30.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:30.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:30.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:30.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:30.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:30.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:31.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:31.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:31.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:31.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:32.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:32.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:33.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:33.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:33.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:33.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:33.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:33.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:34.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:34.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:34.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:34.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:35.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:35.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:35.316+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:35.698+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:36.084+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:36.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:36.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:36.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:36.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:37.259+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:37.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:37.379+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:37.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:37.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:37.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:37.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:37.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:37.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:38.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:38.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:38.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:38.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:41.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:41.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:41.291+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:43.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:43.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:43.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:43.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:43.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:43.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:44.124+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:44.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:44.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:44.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:44.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:46.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:46.479+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:46.565+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:46.895+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:46.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:46.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:46.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:46.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:48.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:48.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:48.630+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:49.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:49.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:49.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:49.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:49.539+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:53.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:53.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:53.836+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:54.312+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:54.500+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:54.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:54.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:54.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:54.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:55.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:55.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:56.226+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:22:56.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:56.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:56.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:56.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:56.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:56.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:22:57.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:22:57.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:22:57.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:22:57.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:22:59.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:22:59.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:00.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:00.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:00.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:00.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:00.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:00.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:00.877+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:23:01.298+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:23:01.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:01.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:01.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:01.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:04.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:04.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:04.256+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:23:04.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:04.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:04.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:04.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:05.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:05.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:05.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:05.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:05.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:05.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:06.087+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:23:06.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:06.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:06.958+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:23:07.541+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:07.541+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:07.541+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:07.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:07.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:07.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:08.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:08.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:08.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:08.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:09.433+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:23:09.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:09.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:09.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:09.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:09.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:09.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:10.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:10.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:10.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:10.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:10.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:10.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:11.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:11.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:11.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:11.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:11.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:11.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:12.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:12.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:13.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:13.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:13.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:13.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:13.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:13.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:14.504+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:23:14.811+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:23:14.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:14.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:14.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:14.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:16.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:16.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:17.004+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:23:17.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:17.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:17.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:17.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:18.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:18.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:18.521+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:23:18.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:18.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:18.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:18.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:20.940+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:20.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:21.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:21.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:21.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:21.271+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:21.287+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:23:21.363+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:23:22.262+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:23:22.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:22.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:22.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:22.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:22.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:22.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:23.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:23.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:24.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:24.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:24.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:24.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:24.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:24.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:25.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:25.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:25.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:25.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:25.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:25.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:25.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:25.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:25.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:25.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:26.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:26.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:27.205+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:23:27.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:27.288+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:27.288+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:27.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:27.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:27.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:27.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:27.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:27.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:27.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:28.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:28.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:28.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:28.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:28.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:28.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:28.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:28.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:28.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:28.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:28.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:28.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:29.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:29.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:29.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:29.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:29.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:29.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:29.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:29.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:29.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:29.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:29.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:29.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:30.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:30.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:31.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:31.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:31.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:31.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:33.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:33.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:33.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:33.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:33.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:33.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:34.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:34.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:34.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:34.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:34.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:34.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:35.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:35.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:36.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:36.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:36.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:36.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:36.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:36.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:36.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:36.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:36.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:36.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:36.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:36.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:36.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:36.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:36.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:36.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:37.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:37.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:37.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:37.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:37.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:37.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:39.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:39.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:40.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:40.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:40.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:40.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:42.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:42.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:42.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:42.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:42.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:42.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:42.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:42.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:43.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:43.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:43.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:43.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:44.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:44.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:45.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:45.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:45.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:45.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:46.282+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:46.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:46.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:46.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:46.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:46.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:47.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:47.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:47.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:47.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:47.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:47.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:48.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:48.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:48.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:48.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:48.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:48.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:48.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:48.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:48.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:48.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:48.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:48.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:49.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:49.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:49.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:49.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:49.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:49.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:49.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:49.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:49.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:49.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:49.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:49.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:50.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:50.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:50.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:50.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:50.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:50.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:52.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:52.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:53.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:53.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:53.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:53.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:53.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:53.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:53.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:53.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:53.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:53.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:54.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:54.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:54.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:54.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:54.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:54.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:55.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:55.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:55.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:55.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:55.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:55.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:55.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:55.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:55.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:55.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:55.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:55.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:58.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:58.576+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:58.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:58.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:58.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:58.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:23:59.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:23:59.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:23:59.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:23:59.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:23:59.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:23:59.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:00.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:00.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:00.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:00.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:00.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:00.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:00.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:00.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:01.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:01.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:01.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:01.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:02.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:02.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:02.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:02.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:02.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:02.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:04.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:04.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:04.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:04.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:04.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:04.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:05.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:05.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:05.653+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:24:05.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:05.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:05.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:05.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:06.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:06.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:06.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:06.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:06.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:06.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:07.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:07.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:08.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:08.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:08.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:08.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:09.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:09.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:10.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:10.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:10.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:10.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:10.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:10.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:10.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:10.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:10.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:10.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:11.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:11.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:11.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:11.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:11.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:11.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:11.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:11.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:12.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:12.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:12.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:12.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:15.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:15.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:15.329+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:15.329+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:15.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:15.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:16.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:16.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:16.598+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:24:17.027+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:24:17.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:17.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:17.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:17.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:17.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:17.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:18.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:18.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:18.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:18.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:20.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:20.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:20.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:20.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:20.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:20.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:20.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:20.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:21.918+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:24:22.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:22.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:22.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:22.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:22.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:22.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:23.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:23.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:23.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:23.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:24.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:24.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:24.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:24.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:24.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:24.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:26.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:26.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:26.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:26.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:26.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:26.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:27.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:27.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:27.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:27.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:27.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:27.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:27.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:27.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:28.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:28.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:28.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:28.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:28.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:28.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:29.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:29.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:29.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:29.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:30.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:30.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:30.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:30.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:30.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:30.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:32.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:32.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:32.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:32.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:32.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:32.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:33.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:33.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:33.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:33.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:33.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:33.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:34.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:34.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:34.506+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:24:34.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:34.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:34.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:34.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:34.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:34.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:34.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:34.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:34.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:34.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:36.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:36.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:36.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:36.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:36.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:36.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:39.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:39.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:39.815+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:24:40.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:40.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:40.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:40.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:40.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:40.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:40.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:40.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:40.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:40.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:42.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:42.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:42.408+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:24:42.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:42.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:42.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:42.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:45.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:45.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:46.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:46.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:46.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:46.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:49.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:49.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:49.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:49.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:49.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:49.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:52.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:52.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:52.871+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:24:53.193+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:24:53.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:53.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:53.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:53.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:56.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:56.576+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:56.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:56.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:56.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:56.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:57.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:57.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:58.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:58.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:58.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:58.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:24:59.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:24:59.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:24:59.544+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:24:59.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:24:59.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:24:59.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:24:59.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:02.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:02.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:02.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:02.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:02.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:02.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:03.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:03.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:03.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:03.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:03.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:03.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:03.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:03.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:03.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:03.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:03.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:03.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:04.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:04.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:04.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:04.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:04.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:04.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:07.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:07.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:07.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:07.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:07.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:07.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:08.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:08.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:08.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:08.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:08.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:08.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:09.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:09.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:10.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:10.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:10.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:10.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:11.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:11.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:11.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:11.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:11.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:11.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:13.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:13.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:13.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:13.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:13.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:13.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:13.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:13.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:14.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:14.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:14.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:14.197+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:15.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:15.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:15.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:15.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:15.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:15.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:16.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:16.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:16.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:16.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:16.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:16.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:16.879+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:16.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:17.057+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:25:17.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:17.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:17.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:17.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:18.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:18.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:18.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:18.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:18.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:18.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:19.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:19.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:20.085+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:25:20.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:20.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:20.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:20.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:21.711+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:25:21.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:21.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:22.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:22.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:22.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:22.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:22.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:22.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:23.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:23.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:23.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:23.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:23.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:23.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:23.903+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:25:24.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:24.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:24.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:24.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:25.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:25.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:25.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:25.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:25.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:25.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:25.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:25.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:25.566+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:25:25.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:25.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:25.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:25.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:26.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:26.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:26.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:26.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:26.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:26.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:28.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:28.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:28.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:28.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:28.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:28.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:29.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:29.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:30.195+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:25:30.271+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:25:30.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:30.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:30.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:30.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:31.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:31.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:31.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:31.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:31.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:31.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:32.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:32.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:32.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:32.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:32.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:32.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:36.199+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:36.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:36.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:36.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:36.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:36.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:37.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:37.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:37.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:37.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:37.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:37.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:38.062+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:25:38.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:38.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:39.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:39.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:39.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:39.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:39.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:39.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:39.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:39.664+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:39.664+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:39.664+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:42.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:42.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:43.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:43.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:43.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:43.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:43.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:43.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:44.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:44.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:44.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:44.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:44.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:44.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:45.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:45.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:45.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:45.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:46.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:46.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:47.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:47.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:47.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:47.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:48.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:48.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:48.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:48.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:48.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:48.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:50.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:50.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:50.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:50.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:50.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:50.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:51.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:51.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:52.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:52.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:52.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:52.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:53.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:53.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:53.136+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:25:53.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:53.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:53.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:53.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:55.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:55.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:55.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:55.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:55.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:55.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:56.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:56.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:56.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:56.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:56.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:56.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:57.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:57.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:57.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:57.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:57.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:57.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:58.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:58.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:58.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:58.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:58.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:58.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:25:59.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:25:59.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:25:59.369+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:25:59.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:25:59.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:25:59.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:25:59.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:02.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:02.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:02.378+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:26:02.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:02.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:02.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:02.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:02.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:02.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:03.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:03.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:03.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:03.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:03.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:03.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:03.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:03.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:03.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:03.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:05.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:05.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:05.797+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:26:06.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:06.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:06.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:06.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:08.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:08.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:08.219+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:26:08.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:08.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:08.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:08.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:08.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:08.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:08.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:08.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:08.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:08.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:08.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:08.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:08.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:08.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:08.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:08.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:11.786+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:26:11.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:11.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:12.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:12.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:12.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:12.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:14.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:14.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:14.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:14.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:14.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:14.921+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:17.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:17.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:18.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:18.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:18.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:18.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:19.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:19.589+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:20.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:20.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:20.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:20.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:22.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:22.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:23.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:23.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:23.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:23.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:24.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:24.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:25.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:25.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:25.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:25.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:25.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:25.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:25.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:25.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:25.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:25.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:26.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:26.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:26.965+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:26:27.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:27.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:27.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:27.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:28.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:28.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:28.706+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:26:28.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:28.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:28.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:28.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:31.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:31.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:32.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:32.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:32.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:32.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:33.265+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:26:33.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:33.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:33.495+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:26:33.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:33.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:33.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:33.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:34.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:34.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:35.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:35.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:35.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:35.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:37.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:37.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:38.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:38.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:38.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:38.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:39.289+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:39.289+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:39.563+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:26:39.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:39.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:39.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:39.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:40.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:40.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:41.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:41.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:41.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:41.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:41.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:41.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:42.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:42.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:42.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:42.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:44.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:44.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:44.244+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:26:44.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:44.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:44.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:44.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:45.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:45.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:45.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:45.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:45.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:45.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:47.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:47.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:47.601+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:26:47.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:47.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:47.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:47.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:48.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:48.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:49.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:49.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:49.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:49.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:49.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:49.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:49.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:49.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:49.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:49.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:50.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:50.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:50.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:50.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:50.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:50.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:53.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:53.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:53.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:53.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:53.389+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:53.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:54.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:54.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:55.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:55.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:55.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:55.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:55.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:55.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:55.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:55.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:55.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:55.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:55.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:55.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:56.049+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:56.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:56.049+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:56.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:56.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:56.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:57.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:57.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:57.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:57.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:26:58.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:26:58.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:26:58.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:26:58.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:26:58.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:26:58.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:00.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:00.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:00.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:00.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:00.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:00.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:01.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:01.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:01.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:01.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:01.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:01.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:02.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:02.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:02.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:02.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:02.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:02.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:04.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:04.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:04.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:04.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:04.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:04.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:07.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:07.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:07.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:07.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:07.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:07.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:07.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:07.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:08.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:08.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:08.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:08.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:08.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:08.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:09.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:09.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:09.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:09.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:09.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:09.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:10.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:10.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:10.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:10.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:10.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:10.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:10.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:10.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:10.857+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:10.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:11.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:11.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:12.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:12.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:12.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:12.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:12.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:12.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:13.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:13.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:13.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:13.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:14.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:14.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:14.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:14.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:14.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:14.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:15.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:15.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:15.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:15.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:15.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:15.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:15.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:15.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:16.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:16.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:16.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:16.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:17.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:17.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:17.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:17.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:17.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:17.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:18.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:18.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:19.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:19.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:19.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:19.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:20.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:20.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:21.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:21.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:21.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:21.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:22.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:22.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:23.285+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:23.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:23.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:23.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:23.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:23.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:24.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:24.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:24.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:24.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:28.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:28.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:29.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:29.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:29.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:29.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:30.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:30.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:30.233+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:27:30.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:30.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:30.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:30.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:32.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:32.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:32.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:32.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:32.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:32.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:34.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:34.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:35.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:35.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:35.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:35.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:35.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:35.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:35.975+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:27:36.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:36.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:36.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:36.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:37.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:37.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:37.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:37.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:37.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:37.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:38.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:38.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:38.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:38.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:38.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:38.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:39.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:39.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:39.253+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:27:39.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:39.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:39.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:39.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:39.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:39.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:39.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:39.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:39.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:39.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:40.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:40.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:41.051+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:27:41.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:41.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:41.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:41.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:42.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:42.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:42.152+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:27:42.272+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:27:42.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:42.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:42.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:42.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:42.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:42.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:43.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:43.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:43.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:43.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:43.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:43.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:43.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:43.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:43.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:43.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:43.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:43.905+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:44.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:44.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:44.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:44.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:45.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:45.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:45.530+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:27:45.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:45.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:45.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:45.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:45.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:45.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:46.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:46.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:46.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:46.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:46.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:46.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:46.331+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:27:46.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:46.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:46.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:46.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:47.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:47.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:47.110+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:27:47.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:47.469+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:47.469+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:47.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:47.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:47.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:48.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:48.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:48.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:48.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:48.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:48.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:48.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:48.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:48.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:48.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:48.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:48.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:49.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:49.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:49.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:49.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:50.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:50.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:50.776+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:27:50.912+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:50.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:50.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:50.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:52.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:52.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:52.142+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:27:52.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:52.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:52.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:52.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:54.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:54.163+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:27:54.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:54.516+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:27:54.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:54.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:54.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:54.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:56.494+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:27:56.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:56.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:57.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:57.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:57.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:57.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:27:58.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:27:58.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:27:58.432+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:27:58.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:27:58.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:27:58.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:27:58.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:03.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:03.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:04.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:04.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:04.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:04.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:04.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:04.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:04.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:04.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:04.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:04.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:08.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:08.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:09.448+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:28:09.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:09.664+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:09.664+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:09.664+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:11.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:11.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:11.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:11.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:11.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:11.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:14.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:14.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:15.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:15.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:15.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:15.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:16.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:16.072+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:16.301+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:28:16.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:16.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:16.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:16.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:16.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:16.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:17.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:17.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:17.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:17.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:18.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:18.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:19.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:19.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:19.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:19.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:20.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:20.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:21.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:21.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:21.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:21.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:21.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:21.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:21.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:21.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:21.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:21.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:22.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:22.314+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:22.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:22.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:22.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:22.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:23.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:23.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:23.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:23.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:23.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:23.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:24.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:24.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:24.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:24.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:24.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:24.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:24.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:24.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:25.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:25.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:25.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:25.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:26.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:26.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:26.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:26.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:26.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:26.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:27.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:27.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:27.771+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:27.771+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:27.771+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:27.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:28.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:28.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:28.748+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:28:28.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:28.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:28.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:28.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:30.321+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:30.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:30.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:30.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:30.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:30.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:30.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:30.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:30.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:30.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:30.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:30.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:31.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:31.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:31.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:31.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:31.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:31.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:31.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:31.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:32.125+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:28:32.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:32.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:32.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:32.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:33.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:33.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:34.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:34.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:34.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:34.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:34.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:34.346+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:34.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:34.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:34.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:34.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:36.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:36.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:36.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:36.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:36.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:36.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:37.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:37.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:37.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:37.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:37.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:37.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:37.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:37.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:37.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:37.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:37.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:37.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:37.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:37.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:37.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:37.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:37.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:37.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:39.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:39.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:39.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:39.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:39.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:39.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:40.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:40.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:40.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:40.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:40.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:40.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:45.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:45.346+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:45.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:45.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:45.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:45.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:46.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:46.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:47.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:47.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:47.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:47.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:49.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:49.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:49.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:49.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:49.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:49.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:50.728+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:28:50.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:50.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:51.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:51.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:51.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:51.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:52.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:52.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:52.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:52.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:52.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:52.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:53.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:53.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:53.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:53.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:53.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:53.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:54.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:54.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:54.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:54.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:54.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:54.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:56.603+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:56.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:56.622+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:28:56.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:56.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:56.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:56.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:57.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:57.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:57.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:57.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:57.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:57.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:58.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:58.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:28:58.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:28:58.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:28:58.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:28:58.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:28:59.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:28:59.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:00.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:00.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:00.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:00.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:01.651+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:01.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:01.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:01.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:01.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:01.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:02.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:02.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:02.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:02.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:02.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:02.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:03.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:03.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:03.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:03.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:03.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:03.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:05.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:05.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:05.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:05.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:05.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:05.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:06.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:06.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:06.777+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:06.777+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:06.777+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:06.777+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:09.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:09.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:09.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:09.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:09.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:09.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:09.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:09.845+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:10.179+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:29:10.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:10.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:10.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:10.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:11.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:11.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:11.584+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:29:12.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:12.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:12.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:12.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:12.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:12.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:13.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:13.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:13.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:13.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:14.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:14.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:14.307+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:29:14.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:14.454+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:14.454+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:14.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:14.539+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:29:16.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:16.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:17.763+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:29:17.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:17.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:17.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:17.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:18.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:18.980+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:19.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:19.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:19.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:19.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:21.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:21.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:21.117+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:29:21.233+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:29:21.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:21.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:21.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:21.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:21.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:21.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:22.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:22.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:22.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:22.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:23.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:23.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:24.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:24.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:24.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:24.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:24.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:24.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:25.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:25.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:25.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:25.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:27.382+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:29:27.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:27.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:27.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:27.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:27.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:27.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:29.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:29.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:29.347+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:29:29.665+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:29:29.841+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:29:30.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:30.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:30.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:30.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:30.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:30.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:31.506+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:29:31.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:31.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:31.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:31.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:34.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:34.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:34.910+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:29:35.181+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:29:35.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:35.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:35.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:35.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:35.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:35.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:35.953+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:29:36.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:36.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:36.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:36.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:38.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:38.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:38.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:38.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:38.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:38.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:38.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:38.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:39.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:39.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:39.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:39.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:41.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:41.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:41.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:41.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:41.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:41.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:42.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:42.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:42.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:42.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:42.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:42.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:43.114+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:29:44.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:44.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:45.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:45.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:45.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:45.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:47.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:47.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:48.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:48.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:48.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:48.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:50.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:50.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:50.794+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:29:51.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:51.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:51.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:51.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:52.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:52.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:52.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:52.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:52.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:52.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:52.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:52.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:53.329+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:53.329+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:53.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:53.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:56.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:56.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:56.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:56.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:56.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:56.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:57.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:57.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:58.548+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:29:58.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:58.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:58.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:58.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:29:59.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:29:59.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:29:59.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:29:59.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:29:59.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:29:59.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:00.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:00.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:00.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:00.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:00.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:00.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:04.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:04.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:04.907+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:30:04.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:04.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:04.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:04.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:05.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:05.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:05.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:05.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:05.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:05.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:05.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:05.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:06.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:06.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:06.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:06.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:07.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:07.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:07.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:07.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:07.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:07.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:09.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:09.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:09.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:09.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:09.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:09.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:11.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:11.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:12.079+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:30:12.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:12.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:12.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:12.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:12.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:12.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:12.344+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:30:12.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:12.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:12.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:12.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:12.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:12.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:13.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:13.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:13.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:13.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:13.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:13.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:13.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:13.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:13.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:13.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:14.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:14.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:14.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:14.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:14.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:14.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:15.288+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:15.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:15.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:15.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:15.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:15.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:15.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:15.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:15.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:15.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:15.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:15.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:17.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:17.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:17.537+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:30:17.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:17.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:17.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:17.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:18.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:18.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:18.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:18.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:18.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:18.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:18.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:18.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:19.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:19.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:19.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:19.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:20.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:20.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:20.813+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:30:20.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:20.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:20.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:20.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:21.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:21.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:21.840+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:30:21.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:21.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:21.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:21.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:22.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:22.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:23.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:23.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:23.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:23.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:23.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:23.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:23.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:23.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:23.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:23.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:23.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:23.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:24.231+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:24.231+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:24.231+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:24.231+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:25.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:25.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:25.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:25.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:25.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:25.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:25.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:25.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:25.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:25.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:25.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:25.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:27.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:27.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:27.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:27.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:27.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:27.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:27.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:27.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:27.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:27.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:27.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:27.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:28.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:28.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:28.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:28.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:28.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:28.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:30.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:30.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:30.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:30.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:30.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:30.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:30.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:30.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:31.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:31.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:31.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:31.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:32.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:32.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:32.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:32.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:32.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:32.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:33.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:33.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:34.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:34.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:34.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:34.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:36.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:36.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:37.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:37.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:37.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:37.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:38.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:38.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:38.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:38.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:38.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:38.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:41.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:41.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:41.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:41.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:41.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:41.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:41.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:41.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:42.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:42.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:42.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:42.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:44.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:44.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:45.224+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:30:45.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:45.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:45.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:45.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:46.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:46.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:46.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:46.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:46.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:46.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:48.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:48.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:48.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:48.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:48.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:48.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:49.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:49.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:49.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:49.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:49.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:49.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:50.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:50.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:50.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:50.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:50.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:50.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:51.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:51.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:51.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:51.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:51.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:51.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:52.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:52.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:52.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:52.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:52.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:52.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:53.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:53.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:53.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:53.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:53.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:53.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:54.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:54.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:55.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:55.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:55.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:55.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:56.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:56.020+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:56.130+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:30:56.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:56.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:56.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:56.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:56.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:56.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:57.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:57.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:57.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:57.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:57.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:57.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:57.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:57.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:57.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:57.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:30:59.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:30:59.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:30:59.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:30:59.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:30:59.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:30:59.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:00.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:00.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:00.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:00.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:00.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:00.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:02.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:02.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:02.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:02.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:02.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:02.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:02.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:02.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:03.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:03.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:03.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:03.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:03.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:03.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:03.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:03.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:03.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:03.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:04.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:04.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:05.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:05.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:05.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:05.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:05.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:05.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:06.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:06.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:06.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:06.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:07.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:07.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:07.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:07.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:07.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:07.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:07.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:07.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:07.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:07.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:07.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:07.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:08.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:08.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:08.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:08.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:08.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:08.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:08.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:08.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:08.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:08.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:08.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:08.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:09.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:09.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:09.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:09.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:09.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:09.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:11.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:11.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:11.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:11.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:11.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:11.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:14.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:14.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:14.807+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:31:15.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:15.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:15.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:15.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:18.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:18.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:19.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:19.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:19.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:19.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:21.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:21.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:21.597+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:31:21.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:21.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:21.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:21.801+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:25.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:25.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:26.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:26.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:26.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:26.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:26.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:26.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:26.989+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:31:27.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:27.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:27.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:27.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:28.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:28.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:29.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:29.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:29.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:29.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:32.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:32.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:33.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:33.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:33.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:33.083+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:33.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:33.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:33.808+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:31:34.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:34.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:34.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:34.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:35.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:35.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:36.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:36.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:36.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:36.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:37.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:37.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:38.307+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:31:38.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:38.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:38.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:38.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:38.611+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:31:40.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:40.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:40.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:40.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:40.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:40.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:41.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:41.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:42.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:42.454+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:42.454+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:42.454+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:43.493+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:43.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:44.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:44.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:44.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:44.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:45.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:45.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:46.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:46.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:46.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:46.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:46.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:46.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:47.182+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:31:47.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:47.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:47.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:47.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:47.625+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:31:48.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:48.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:49.250+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:31:49.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:49.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:49.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:49.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:50.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:50.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:50.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:50.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:50.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:50.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:52.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:52.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:52.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:52.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:52.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:52.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:53.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:53.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:53.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:53.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:53.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:53.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:53.731+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:31:53.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:53.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:54.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:54.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:54.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:54.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:54.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:54.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:55.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:55.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:55.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:55.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:55.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:55.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:55.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:55.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:55.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:55.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:56.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:56.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:56.183+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:31:56.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:56.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:56.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:56.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:56.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:56.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:56.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:56.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:56.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:56.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:57.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:57.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:57.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:57.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:57.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:57.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:31:58.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:31:58.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:31:58.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:31:58.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:31:58.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:31:58.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:00.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:00.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:00.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:00.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:00.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:00.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:02.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:02.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:03.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:03.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:03.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:03.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:03.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:03.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:03.458+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:32:04.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:04.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:04.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:04.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:05.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:05.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:05.598+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:32:05.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:05.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:05.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:05.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:07.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:07.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:08.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:08.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:08.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:08.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:08.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:08.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:08.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:08.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:08.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:08.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:09.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:09.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:10.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:10.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:10.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:10.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:10.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:10.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:11.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:11.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:11.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:11.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:12.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:12.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:13.041+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:32:13.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:13.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:13.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:13.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:14.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:14.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:15.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:15.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:15.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:15.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:17.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:17.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:17.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:17.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:17.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:17.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:17.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:17.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:18.234+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:32:18.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:18.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:18.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:18.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:20.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:20.243+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:20.572+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:32:20.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:20.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:20.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:20.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:21.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:21.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:22.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:22.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:22.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:22.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:23.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:23.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:23.645+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:32:23.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:23.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:23.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:23.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:23.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:23.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:24.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:24.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:24.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:24.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:27.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:27.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:27.194+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:32:27.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:27.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:27.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:27.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:28.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:28.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:28.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:28.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:28.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:28.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:29.554+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:29.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:29.894+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:32:29.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:29.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:29.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:29.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:31.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:31.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:31.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:31.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:31.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:31.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:32.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:32.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:32.539+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:32:32.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:32.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:32.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:32.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:33.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:33.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:33.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:33.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:33.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:33.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:34.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:34.443+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:34.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:34.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:34.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:34.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:34.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:34.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:34.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:34.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:34.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:34.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:35.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:35.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:35.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:35.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:35.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:35.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:36.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:36.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:37.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:37.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:37.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:37.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:38.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:38.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:38.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:38.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:38.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:38.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:38.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:38.980+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:39.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:39.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:39.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:39.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:39.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:39.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:39.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:39.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:39.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:39.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:39.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:39.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:39.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:39.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:39.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:39.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:39.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:39.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:39.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:39.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:39.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:39.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:41.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:41.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:41.814+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:32:42.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:42.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:42.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:42.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:43.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:43.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:43.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:43.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:43.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:43.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:45.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:45.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:45.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:45.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:45.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:45.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:46.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:46.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:46.211+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:32:46.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:46.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:46.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:46.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:47.275+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:47.277+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:32:47.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:47.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:47.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:47.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:47.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:48.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:48.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:48.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:48.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:48.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:48.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:48.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:48.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:48.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:48.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:48.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:48.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:49.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:49.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:49.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:49.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:49.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:49.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:51.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:51.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:51.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:51.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:51.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:51.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:51.941+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:32:51.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:51.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:52.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:52.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:52.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:52.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:53.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:53.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:53.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:53.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:53.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:53.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:54.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:54.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:54.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:54.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:54.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:54.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:55.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:55.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:55.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:55.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:55.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:55.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:56.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:56.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:56.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:56.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:56.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:56.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:57.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:57.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:58.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:58.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:58.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:58.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:58.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:58.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:58.624+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:32:58.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:58.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:58.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:58.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:32:59.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:32:59.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:32:59.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:32:59.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:32:59.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:32:59.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:01.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:01.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:01.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:01.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:01.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:01.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:04.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:04.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:04.512+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:33:04.707+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:33:04.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:04.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:04.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:04.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:06.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:06.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:07.101+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:33:07.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:07.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:07.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:07.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:09.521+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:09.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:09.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:09.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:09.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:09.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:09.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:09.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:09.933+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:33:10.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:10.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:10.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:10.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:11.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:11.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:11.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:11.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:11.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:11.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:13.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:13.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:13.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:13.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:13.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:13.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:16.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:16.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:16.325+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:33:16.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:16.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:16.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:16.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:16.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:16.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:17.076+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:33:17.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:17.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:17.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:17.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:18.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:18.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:18.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:18.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:18.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:18.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:18.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:18.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:19.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:19.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:19.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:19.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:21.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:21.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:22.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:22.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:22.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:22.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:22.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:22.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:23.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:23.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:23.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:23.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:23.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:23.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:24.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:24.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:24.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:24.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:24.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:24.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:25.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:25.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:25.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:25.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:26.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:26.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:26.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:26.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:26.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:26.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:27.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:27.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:27.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:27.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:27.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:27.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:27.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:27.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:27.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:27.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:27.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:27.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:28.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:28.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:28.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:28.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:28.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:28.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:29.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:29.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:29.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:29.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:29.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:29.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:32.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:32.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:33.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:33.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:33.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:33.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:33.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:33.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:34.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:34.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:34.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:34.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:34.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:34.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:34.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:34.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:34.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:34.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:34.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:34.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:35.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:35.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:35.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:35.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:36.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:36.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:36.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:36.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:36.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:36.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:36.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:36.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:36.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:36.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:36.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:36.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:40.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:40.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:40.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:40.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:40.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:40.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:41.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:41.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:41.796+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:33:41.832+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:33:41.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:41.882+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:41.882+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:41.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:43.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:43.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:43.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:43.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:43.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:43.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:48.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:48.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:48.776+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:33:48.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:48.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:48.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:48.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:53.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:53.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:53.985+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:33:54.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:54.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:54.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:54.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:56.243+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:56.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:56.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:56.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:56.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:56.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:58.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:58.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:59.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:59.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:59.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:59.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:33:59.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:33:59.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:33:59.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:33:59.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:33:59.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:33:59.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:02.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:02.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:02.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:02.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:02.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:02.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:02.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:02.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:02.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:02.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:02.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:02.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:05.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:05.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:05.290+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:34:05.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:05.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:05.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:05.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:06.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:06.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:06.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:06.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:06.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:06.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:08.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:08.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:08.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:08.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:08.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:08.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:08.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:08.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:08.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:08.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:08.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:08.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:10.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:10.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:11.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:11.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:11.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:11.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:11.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:11.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:11.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:11.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:11.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:11.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:13.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:13.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:13.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:13.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:13.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:13.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:16.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:16.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:16.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:16.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:16.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:16.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:18.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:18.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:19.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:19.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:19.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:19.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:21.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:21.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:21.094+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:34:21.214+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:34:21.228+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:34:21.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:21.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:21.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:21.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:21.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:21.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:21.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:21.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:21.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:21.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:23.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:23.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:23.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:23.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:23.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:23.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:26.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:26.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:26.544+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:26.544+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:26.544+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:26.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:26.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:26.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:26.953+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:34:27.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:27.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:27.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:27.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:27.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:27.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:27.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:27.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:27.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:27.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:28.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:28.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:29.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:29.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:29.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:29.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:33.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:33.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:33.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:33.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:33.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:33.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:33.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:33.637+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:34:33.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:33.752+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:34:34.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:34.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:34.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:34.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:35.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:35.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:35.725+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:34:35.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:35.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:35.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:35.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:39.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:39.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:40.186+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:34:40.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:40.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:40.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:40.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:40.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:40.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:41.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:41.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:41.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:41.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:42.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:42.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:42.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:42.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:42.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:42.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:45.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:45.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:46.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:46.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:46.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:46.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:47.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:47.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:47.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:47.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:47.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:47.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:50.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:50.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:50.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:50.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:50.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:50.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:52.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:52.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:53.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:53.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:53.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:53.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:53.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:53.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:53.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:53.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:53.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:53.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:54.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:54.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:54.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:54.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:54.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:54.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:56.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:56.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:56.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:56.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:56.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:56.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:56.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:56.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:56.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:56.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:56.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:56.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:57.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:57.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:57.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:57.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:57.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:57.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:34:58.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:34:58.545+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:34:58.670+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:34:58.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:34:58.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:34:58.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:34:58.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:00.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:00.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:00.703+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:35:00.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:00.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:00.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:00.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:02.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:02.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:02.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:02.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:02.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:02.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:03.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:03.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:03.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:03.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:03.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:03.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:03.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:03.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:03.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:03.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:03.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:03.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:04.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:04.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:04.408+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:35:04.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:04.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:04.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:04.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:06.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:06.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:06.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:06.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:06.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:06.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:07.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:07.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:08.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:08.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:08.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:08.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:10.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:10.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:10.281+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:35:10.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:10.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:10.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:10.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:13.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:13.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:14.111+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:14.111+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:14.111+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:14.111+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:14.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:14.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:15.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:15.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:15.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:15.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:15.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:15.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:16.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:16.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:16.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:16.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:20.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:20.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:20.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:20.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:20.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:20.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:21.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:21.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:21.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:21.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:21.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:21.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:22.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:22.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:22.113+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:35:22.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:22.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:22.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:22.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:23.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:23.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:23.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:23.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:23.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:23.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:26.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:26.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:26.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:26.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:26.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:26.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:27.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:27.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:27.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:27.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:27.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:27.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:27.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:27.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:28.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:28.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:28.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:28.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:28.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:28.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:28.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:28.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:28.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:28.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:31.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:31.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:31.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:31.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:31.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:31.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:32.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:32.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:33.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:33.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:33.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:33.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:33.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:33.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:34.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:34.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:34.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:34.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:34.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:34.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:34.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:34.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:34.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:34.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:34.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:34.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:34.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:34.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:34.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:34.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:35.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:35.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:36.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:36.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:36.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:36.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:36.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:36.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:36.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:36.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:36.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:36.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:36.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:36.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:36.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:36.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:36.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:36.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:38.393+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:38.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:38.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:38.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:38.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:38.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:39.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:39.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:39.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:39.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:39.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:39.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:39.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:39.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:40.000+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:40.000+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:40.000+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:40.000+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:40.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:40.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:40.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:40.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:40.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:40.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:42.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:42.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:42.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:42.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:42.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:42.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:43.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:43.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:43.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:43.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:43.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:43.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:44.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:44.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:44.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:44.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:44.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:44.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:44.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:44.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:44.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:44.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:44.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:44.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:44.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:44.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:44.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:44.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:44.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:44.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:46.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:46.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:46.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:46.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:46.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:46.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:47.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:47.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:47.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:47.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:47.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:47.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:48.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:48.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:48.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:48.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:48.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:48.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:49.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:49.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:49.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:49.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:49.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:49.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:49.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:49.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:49.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:49.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:49.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:49.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:50.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:50.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:50.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:50.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:50.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:50.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:53.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:53.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:53.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:53.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:53.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:53.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:53.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:53.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:53.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:53.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:53.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:53.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:53.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:53.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:53.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:53.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:53.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:53.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:54.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:54.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:54.504+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:35:54.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:54.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:54.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:54.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:55.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:55.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:55.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:55.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:55.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:55.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:55.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:55.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:55.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:55.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:55.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:55.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:57.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:57.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:57.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:57.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:57.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:57.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:58.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:58.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:58.738+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:35:58.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:58.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:58.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:58.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:58.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:58.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:59.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:59.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:59.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:59.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:35:59.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:35:59.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:35:59.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:35:59.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:35:59.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:35:59.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:00.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:00.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:00.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:00.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:00.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:00.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:01.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:01.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:01.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:01.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:01.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:01.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:01.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:01.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:01.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:01.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:01.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:01.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:02.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:02.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:02.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:02.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:02.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:02.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:02.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:02.549+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:02.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:02.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:02.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:02.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:02.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:02.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:03.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:03.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:03.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:03.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:04.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:04.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:04.048+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:36:04.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:04.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:04.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:04.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:05.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:05.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:06.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:06.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:06.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:06.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:06.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:06.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:06.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:06.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:06.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:06.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:06.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:06.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:06.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:06.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:06.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:06.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:06.887+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:06.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:06.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:06.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:06.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:06.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:07.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:07.576+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:07.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:07.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:07.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:07.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:08.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:08.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:08.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:08.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:08.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:08.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:09.413+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:36:09.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:09.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:09.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:09.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:09.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:09.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:11.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:11.603+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:11.613+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:36:11.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:11.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:11.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:11.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:12.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:12.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:12.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:12.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:12.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:12.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:12.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:12.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:12.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:12.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:12.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:12.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:14.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:14.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:15.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:15.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:15.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:15.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:15.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:15.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:15.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:15.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:15.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:15.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:17.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:17.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:17.123+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:36:17.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:17.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:17.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:17.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:18.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:18.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:18.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:18.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:18.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:18.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:18.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:18.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:18.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:18.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:18.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:18.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:18.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:18.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:18.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:18.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:18.922+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:18.922+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:19.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:19.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:19.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:19.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:19.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:19.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:19.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:19.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:19.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:19.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:19.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:19.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:20.940+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:20.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:20.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:20.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:20.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:20.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:21.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:21.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:21.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:21.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:21.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:21.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:22.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:22.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:22.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:22.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:22.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:22.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:23.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:23.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:23.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:23.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:23.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:23.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:23.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:23.831+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:36:23.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:23.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:23.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:23.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:23.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:23.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:23.917+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:23.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:23.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:23.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:23.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:24.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:24.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:24.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:24.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:24.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:24.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:24.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:24.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:24.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:24.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:24.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:24.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:25.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:25.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:25.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:25.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:25.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:25.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:26.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:26.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:26.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:26.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:26.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:26.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:27.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:27.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:28.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:28.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:28.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:28.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:28.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:28.858+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:28.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:28.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:28.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:28.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:29.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:29.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:29.168+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:36:29.190+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:36:29.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:29.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:29.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:29.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:30.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:30.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:30.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:30.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:30.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:30.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:32.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:32.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:32.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:32.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:32.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:32.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:33.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:33.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:33.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:33.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:33.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:33.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:33.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:33.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:33.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:33.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:33.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:33.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:34.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:34.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:34.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:34.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:34.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:34.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:35.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:35.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:35.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:35.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:35.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:35.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:36.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:36.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:36.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:36.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:36.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:36.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:38.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:38.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:38.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:38.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:38.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:38.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:38.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:38.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:38.595+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:38.595+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:38.595+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:38.595+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:39.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:39.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:39.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:39.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:39.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:39.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:39.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:39.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:39.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:39.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:39.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:39.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:41.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:41.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:41.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:41.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:41.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:41.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:41.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:41.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:41.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:41.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:41.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:41.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:42.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:42.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:42.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:42.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:42.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:42.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:43.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:43.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:43.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:43.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:43.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:43.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:44.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:44.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:44.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:44.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:44.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:44.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:44.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:44.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:45.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:45.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:45.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:45.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:45.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:45.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:46.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:46.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:46.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:46.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:47.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:47.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:47.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:47.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:47.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:47.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:47.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:47.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:47.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:47.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:47.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:47.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:48.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:48.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:48.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:48.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:48.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:48.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:48.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:48.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:48.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:48.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:48.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:48.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:48.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:48.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:48.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:48.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:48.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:48.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:50.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:50.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:50.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:50.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:50.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:50.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:50.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:50.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:50.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:50.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:50.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:50.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:51.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:51.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:51.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:51.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:51.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:51.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:52.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:52.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:52.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:52.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:52.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:52.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:53.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:53.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:53.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:53.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:53.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:53.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:54.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:54.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:54.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:54.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:54.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:54.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:54.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:54.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:54.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:54.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:54.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:54.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:55.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:55.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:55.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:55.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:55.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:55.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:55.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:55.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:55.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:55.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:55.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:55.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:56.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:56.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:56.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:56.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:56.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:56.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:57.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:57.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:57.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:57.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:57.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:57.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:59.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:59.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:59.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:59.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:59.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:59.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:36:59.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:36:59.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:36:59.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:36:59.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:36:59.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:36:59.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:00.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:00.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:00.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:00.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:00.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:00.596+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:01.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:01.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:01.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:01.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:01.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:01.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:01.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:01.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:01.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:01.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:01.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:01.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:01.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:01.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:01.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:01.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:01.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:01.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:02.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:02.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:02.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:02.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:02.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:02.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:03.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:03.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:03.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:03.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:03.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:03.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:03.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:03.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:03.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:03.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:03.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:03.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:04.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:04.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:04.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:04.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:04.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:04.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:05.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:05.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:05.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:05.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:05.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:05.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:05.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:05.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:05.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:05.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:05.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:05.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:06.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:06.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:06.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:06.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:06.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:06.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:06.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:06.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:06.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:06.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:06.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:06.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:06.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:06.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:07.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:07.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:07.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:07.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:07.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:07.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:07.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:07.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:07.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:07.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:08.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:08.119+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:08.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:08.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:08.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:08.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:08.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:08.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:08.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:08.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:08.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:08.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:09.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:09.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:09.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:09.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:09.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:09.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:09.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:09.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:09.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:09.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:09.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:09.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:09.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:09.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:10.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:10.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:10.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:10.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:11.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:11.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:11.854+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:37:11.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:11.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:11.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:11.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:12.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:12.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:12.898+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:12.898+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:12.898+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:12.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:13.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:13.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:13.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:13.882+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:13.882+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:13.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:14.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:14.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:14.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:14.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:14.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:14.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:14.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:14.926+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:14.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:14.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:14.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:14.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:15.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:15.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:15.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:15.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:15.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:15.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:15.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:15.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:15.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:15.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:15.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:15.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:17.130+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:17.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:17.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:17.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:17.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:17.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:17.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:17.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:17.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:17.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:17.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:17.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:18.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:18.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:18.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:18.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:18.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:18.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:20.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:20.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:20.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:20.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:20.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:20.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:20.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:20.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:20.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:20.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:20.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:20.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:20.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:20.549+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:20.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:20.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:20.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:20.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:20.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:20.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:20.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:20.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:20.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:20.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:21.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:21.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:21.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:21.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:21.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:21.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:21.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:21.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:21.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:21.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:21.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:21.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:22.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:22.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:22.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:22.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:22.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:22.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:23.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:23.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:24.143+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:37:24.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:24.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:24.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:24.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:24.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:24.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:24.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:24.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:24.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:24.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:25.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:25.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:25.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:25.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:25.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:25.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:26.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:26.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:26.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:26.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:26.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:26.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:26.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:26.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:26.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:26.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:26.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:26.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:26.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:26.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:26.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:26.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:26.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:26.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:27.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:27.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:27.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:27.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:27.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:27.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:29.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:29.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:29.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:29.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:29.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:29.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:30.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:30.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:30.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:30.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:30.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:30.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:30.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:30.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:30.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:30.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:30.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:30.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:31.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:31.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:31.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:31.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:31.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:31.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:31.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:31.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:32.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:32.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:32.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:32.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:32.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:32.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:32.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:32.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:32.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:32.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:32.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:32.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:32.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:32.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:32.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:32.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:35.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:35.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:35.827+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:37:35.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:35.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:35.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:35.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:36.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:36.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:36.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:36.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:36.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:36.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:37.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:37.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:37.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:37.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:37.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:37.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:37.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:37.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:37.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:37.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:37.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:37.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:38.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:38.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:38.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:38.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:38.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:38.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:38.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:38.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:38.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:38.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:38.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:38.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:39.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:39.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:39.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:39.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:39.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:39.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:41.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:41.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:41.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:41.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:41.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:41.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:41.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:41.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:41.790+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:41.790+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:41.790+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:41.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:42.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:42.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:42.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:42.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:42.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:42.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:43.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:43.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:43.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:43.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:43.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:43.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:44.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:44.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:44.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:44.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:44.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:44.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:44.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:44.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:44.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:44.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:44.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:44.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:44.603+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:44.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:44.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:44.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:44.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:44.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:45.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:45.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:45.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:45.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:45.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:45.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:46.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:46.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:46.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:46.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:46.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:46.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:46.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:46.881+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:46.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:46.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:46.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:46.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:47.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:47.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:47.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:47.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:47.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:47.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:48.039+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:48.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:48.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:48.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:48.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:48.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:48.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:48.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:48.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:48.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:48.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:48.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:48.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:48.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:48.857+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:48.857+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:48.857+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:48.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:49.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:49.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:49.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:49.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:49.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:49.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:49.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:49.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:49.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:49.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:49.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:49.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:49.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:49.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:49.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:49.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:49.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:49.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:51.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:51.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:51.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:51.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:51.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:51.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:52.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:52.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:52.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:52.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:52.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:52.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:53.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:53.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:53.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:53.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:53.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:53.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:54.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:54.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:54.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:54.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:54.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:54.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:54.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:54.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:54.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:54.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:54.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:54.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:54.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:54.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:55.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:55.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:55.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:55.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:56.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:56.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:56.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:56.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:56.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:56.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:56.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:56.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:57.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:57.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:57.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:57.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:57.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:57.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:58.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:58.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:58.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:58.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:59.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:59.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:59.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:59.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:59.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:59.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:37:59.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:37:59.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:37:59.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:37:59.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:37:59.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:37:59.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:00.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:00.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:00.170+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:38:00.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:00.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:00.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:00.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:00.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:00.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:01.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:01.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:01.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:01.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:01.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:01.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:01.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:01.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:01.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:01.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:02.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:02.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:02.206+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:38:02.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:02.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:02.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:02.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:02.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:02.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:02.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:02.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:02.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:02.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:03.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:03.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:03.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:03.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:03.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:03.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:03.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:03.443+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:03.496+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:03.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:03.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:03.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:05.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:05.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:05.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:05.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:05.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:05.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:06.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:06.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:06.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:06.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:06.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:06.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:06.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:06.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:06.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:06.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:06.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:06.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:07.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:07.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:07.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:07.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:07.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:07.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:07.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:07.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:07.820+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:38:07.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:07.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:07.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:07.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:08.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:08.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:08.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:08.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:08.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:08.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:09.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:09.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:09.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:09.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:09.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:09.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:10.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:10.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:10.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:10.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:10.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:10.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:11.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:11.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:11.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:11.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:11.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:11.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:11.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:11.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:11.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:11.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:11.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:11.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:12.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:12.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:12.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:12.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:12.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:12.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:13.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:13.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:13.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:13.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:13.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:13.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:14.165+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:14.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:14.200+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:38:14.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:14.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:14.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:14.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:14.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:14.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:14.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:14.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:14.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:14.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:15.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:15.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:15.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:15.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:15.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:15.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:16.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:16.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:16.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:16.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:16.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:16.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:16.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:16.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:16.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:16.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:16.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:16.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:17.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:17.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:17.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:17.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:17.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:17.271+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:17.273+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:38:17.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:17.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:17.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:17.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:17.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:17.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:18.199+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:18.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:18.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:18.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:18.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:18.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:18.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:18.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:19.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:19.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:19.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:19.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:19.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:19.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:19.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:19.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:19.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:19.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:20.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:20.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:20.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:20.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:20.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:20.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:20.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:20.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:20.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:20.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:20.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:20.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:20.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:20.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:20.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:20.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:20.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:20.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:22.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:22.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:22.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:22.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:22.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:22.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:22.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:22.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:22.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:22.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:22.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:22.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:23.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:23.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:23.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:23.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:23.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:23.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:24.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:24.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:24.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:24.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:24.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:24.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:24.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:24.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:24.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:24.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:24.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:24.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:25.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:25.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:25.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:25.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:25.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:25.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:25.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:25.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:25.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:25.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:25.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:25.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:26.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:26.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:26.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:26.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:26.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:26.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:26.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:26.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:26.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:26.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:26.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:26.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:27.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:27.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:27.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:27.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:27.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:27.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:29.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:29.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:29.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:29.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:29.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:29.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:29.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:29.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:29.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:29.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:29.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:29.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:30.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:30.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:30.658+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:30.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:30.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:30.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:31.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:31.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:31.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:31.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:31.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:31.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:31.593+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:38:31.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:31.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:31.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:31.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:31.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:31.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:31.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:31.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:31.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:31.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:31.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:31.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:32.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:32.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:32.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:32.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:32.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:32.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:34.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:34.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:34.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:34.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:34.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:34.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:35.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:35.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:35.079+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:38:35.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:35.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:35.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:35.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:36.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:36.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:36.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:36.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:36.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:36.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:37.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:37.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:37.139+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:38:37.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:37.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:37.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:37.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:37.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:37.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:37.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:37.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:37.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:37.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:37.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:37.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:38.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:38.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:38.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:38.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:38.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:38.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:38.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:38.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:38.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:38.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:39.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:39.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:39.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:39.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:39.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:39.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:40.113+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:40.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:40.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:40.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:40.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:40.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:40.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:40.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:40.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:40.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:40.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:40.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:40.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:40.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:40.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:40.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:40.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:40.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:42.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:42.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:42.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:42.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:42.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:42.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:42.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:42.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:42.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:42.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:42.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:42.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:43.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:43.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:43.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:43.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:43.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:43.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:44.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:44.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:44.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:44.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:44.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:44.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:45.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:45.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:45.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:45.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:45.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:45.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:45.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:45.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:45.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:45.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:45.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:45.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:46.275+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:46.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:46.513+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:38:46.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:46.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:46.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:46.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:46.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:46.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:46.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:46.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:46.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:46.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:49.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:49.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:49.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:49.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:49.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:49.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:49.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:49.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:49.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:49.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:49.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:49.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:50.943+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:38:50.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:50.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:51.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:51.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:51.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:51.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:51.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:51.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:51.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:51.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:51.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:51.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:51.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:51.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:51.779+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:38:51.831+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:51.831+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:51.831+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:51.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:52.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:52.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:52.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:52.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:52.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:52.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:52.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:52.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:52.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:52.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:52.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:52.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:53.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:53.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:53.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:53.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:53.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:53.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:53.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:53.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:53.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:53.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:53.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:53.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:54.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:54.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:54.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:54.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:54.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:54.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:54.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:54.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:54.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:54.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:54.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:54.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:55.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:55.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:55.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:55.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:55.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:55.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:56.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:56.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:56.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:56.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:56.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:56.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:57.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:57.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:57.121+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:38:57.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:57.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:57.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:57.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:58.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:58.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:58.112+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:38:58.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:58.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:58.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:58.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:58.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:58.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:58.857+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:58.857+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:58.857+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:58.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:38:59.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:38:59.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:38:59.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:38:59.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:38:59.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:38:59.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:00.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:00.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:00.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:00.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:00.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:00.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:00.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:00.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:00.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:00.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:00.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:00.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:00.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:00.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:00.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:00.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:00.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:00.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:02.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:02.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:03.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:03.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:03.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:03.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:03.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:03.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:03.894+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:39:03.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:03.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:03.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:03.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:05.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:05.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:05.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:05.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:05.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:05.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:05.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:05.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:05.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:05.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:05.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:05.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:05.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:05.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:06.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:06.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:06.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:06.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:06.330+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:39:06.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:06.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:06.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:06.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:06.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:06.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:06.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:06.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:06.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:06.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:06.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:06.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:07.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:07.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:07.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:07.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:07.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:07.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:07.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:07.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:07.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:07.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:07.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:07.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:07.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:07.977+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:08.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:08.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:08.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:08.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:08.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:08.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:08.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:08.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:08.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:08.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:09.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:09.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:09.075+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:09.075+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:09.075+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:09.075+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:09.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:09.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:09.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:09.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:09.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:09.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:11.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:11.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:11.727+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:39:11.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:11.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:11.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:11.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:12.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:12.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:12.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:12.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:12.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:12.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:12.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:12.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:12.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:12.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:12.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:12.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:12.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:12.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:12.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:12.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:12.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:12.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:12.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:12.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:12.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:12.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:12.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:12.921+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:13.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:13.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:13.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:13.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:13.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:13.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:14.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:14.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:14.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:14.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:14.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:14.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:16.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:16.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:16.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:16.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:16.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:16.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:16.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:16.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:16.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:16.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:16.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:16.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:18.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:18.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:18.773+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:39:19.005+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:39:19.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:19.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:19.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:19.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:19.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:19.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:19.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:19.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:19.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:19.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:19.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:19.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:19.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:19.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:19.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:19.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:20.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:20.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:20.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:20.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:20.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:20.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:22.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:22.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:22.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:22.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:22.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:22.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:22.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:22.980+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:23.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:23.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:23.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:23.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:24.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:24.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:24.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:24.664+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:24.664+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:24.664+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:24.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:24.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:25.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:25.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:25.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:25.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:25.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:25.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:26.007+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:39:26.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:26.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:26.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:26.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:27.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:27.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:27.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:27.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:27.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:27.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:27.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:27.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:28.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:28.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:28.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:28.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:29.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:29.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:29.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:29.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:29.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:29.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:29.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:29.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:29.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:29.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:29.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:29.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:29.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:29.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:30.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:30.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:30.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:30.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:32.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:32.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:33.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:33.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:33.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:33.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:33.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:33.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:33.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:33.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:33.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:33.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:34.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:34.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:34.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:34.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:34.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:34.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:34.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:34.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:34.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:34.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:34.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:34.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:35.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:35.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:35.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:35.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:35.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:35.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:36.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:36.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:36.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:36.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:36.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:36.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:36.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:36.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:36.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:36.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:36.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:36.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:37.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:37.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:37.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:37.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:37.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:37.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:38.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:38.208+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:38.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:38.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:38.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:38.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:39.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:39.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:39.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:39.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:39.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:39.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:40.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:40.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:41.006+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:39:41.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:41.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:41.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:41.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:42.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:42.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:42.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:42.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:42.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:42.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:42.480+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:39:44.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:44.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:44.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:44.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:44.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:44.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:45.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:45.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:45.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:45.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:45.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:45.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:45.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:45.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:45.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:45.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:45.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:45.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:46.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:46.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:46.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:46.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:46.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:46.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:47.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:47.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:47.585+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:39:47.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:47.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:47.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:47.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:48.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:48.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:48.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:48.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:48.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:48.596+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:50.216+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:39:50.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:50.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:50.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:50.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:50.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:50.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:51.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:51.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:51.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:51.333+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:51.333+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:51.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:52.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:52.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:52.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:52.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:52.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:52.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:52.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:52.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:52.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:52.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:52.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:52.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:52.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:52.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:52.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:52.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:52.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:52.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:53.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:53.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:53.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:53.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:53.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:53.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:53.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:53.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:53.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:53.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:53.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:53.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:54.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:54.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:54.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:54.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:54.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:54.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:55.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:55.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:55.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:55.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:55.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:55.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:55.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:55.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:55.540+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:39:55.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:55.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:55.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:55.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:56.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:56.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:56.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:56.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:56.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:56.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:57.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:57.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:57.588+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:39:57.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:57.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:57.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:57.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:58.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:58.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:58.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:58.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:58.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:58.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:58.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:58.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:58.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:58.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:58.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:58.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:58.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:58.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:58.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:58.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:58.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:58.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:59.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:59.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:39:59.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:39:59.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:39:59.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:39:59.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:39:59.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:39:59.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:00.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:00.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:00.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:00.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:00.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:00.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:00.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:00.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:00.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:00.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:00.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:00.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:00.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:00.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:00.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:00.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:00.956+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:40:00.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:00.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:01.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:01.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:01.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:01.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:01.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:01.576+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:01.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:01.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:01.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:01.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:03.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:03.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:03.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:03.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:03.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:03.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:04.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:04.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:04.590+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:40:04.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:04.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:04.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:04.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:05.125+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:05.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:05.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:05.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:05.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:05.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:05.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:05.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:06.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:06.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:06.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:06.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:06.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:06.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:06.725+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:40:07.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:07.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:07.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:07.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:07.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:07.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:07.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:07.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:07.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:07.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:07.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:07.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:07.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:07.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:07.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:07.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:08.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:08.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:08.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:08.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:08.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:08.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:09.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:09.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:09.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:09.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:09.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:09.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:10.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:10.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:10.836+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:40:10.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:10.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:10.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:10.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:11.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:11.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:11.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:11.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:11.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:11.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:13.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:13.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:13.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:13.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:13.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:13.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:14.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:14.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:14.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:14.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:14.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:14.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:14.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:14.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:14.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:14.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:14.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:14.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:16.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:16.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:16.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:16.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:16.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:16.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:18.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:18.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:18.922+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:18.922+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:18.922+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:18.922+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:19.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:19.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:19.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:19.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:19.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:19.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:19.764+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:19.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:20.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:20.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:20.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:20.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:20.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:20.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:21.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:21.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:21.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:21.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:21.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:21.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:21.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:21.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:21.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:21.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:22.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:22.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:22.672+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:40:22.728+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:40:22.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:22.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:22.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:22.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:23.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:23.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:24.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:24.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:24.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:24.271+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:25.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:25.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:25.234+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:40:25.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:25.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:25.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:25.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:25.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:25.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:25.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:25.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:25.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:25.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:26.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:26.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:26.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:26.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:26.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:26.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:26.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:26.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:26.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:26.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:26.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:26.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:27.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:27.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:27.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:27.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:27.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:27.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:27.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:27.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:27.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:27.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:27.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:27.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:28.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:28.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:28.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:28.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:28.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:28.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:29.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:29.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:29.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:29.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:29.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:29.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:30.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:30.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:30.921+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:40:31.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:31.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:31.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:31.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:32.255+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:32.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:32.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:32.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:32.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:32.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:32.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:32.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:33.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:33.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:33.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:33.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:33.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:33.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:34.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:34.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:34.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:34.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:34.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:34.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:34.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:34.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:34.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:34.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:35.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:35.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:35.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:35.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:35.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:35.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:35.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:35.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:36.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:36.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:36.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:36.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:38.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:38.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:38.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:38.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:38.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:38.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:39.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:39.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:39.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:39.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:39.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:39.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:39.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:39.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:39.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:39.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:39.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:39.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:39.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:39.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:40.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:40.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:40.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:40.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:40.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:40.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:40.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:40.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:40.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:40.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:40.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:40.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:40.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:40.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:40.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:40.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:41.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:41.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:41.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:41.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:41.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:41.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:41.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:41.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:41.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:41.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:41.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:41.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:42.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:42.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:42.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:42.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:42.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:42.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:43.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:43.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:43.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:43.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:43.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:43.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:44.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:44.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:44.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:44.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:44.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:44.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:44.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:44.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:44.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:44.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:44.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:44.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:45.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:45.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:45.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:45.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:45.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:45.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:45.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:45.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:45.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:45.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:45.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:45.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:46.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:46.603+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:46.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:46.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:46.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:46.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:47.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:47.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:47.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:47.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:47.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:47.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:48.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:48.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:48.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:48.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:48.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:48.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:48.695+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:48.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:48.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:48.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:48.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:48.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:50.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:50.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:50.566+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:40:50.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:50.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:50.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:50.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:52.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:52.222+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:52.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:52.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:52.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:52.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:52.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:52.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:52.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:52.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:52.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:52.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:53.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:53.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:53.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:53.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:53.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:53.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:53.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:53.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:53.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:53.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:53.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:53.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:54.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:54.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:54.203+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:40:54.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:54.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:54.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:54.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:54.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:54.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:54.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:54.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:54.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:54.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:55.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:55.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:55.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:55.288+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:55.288+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:55.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:55.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:55.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:55.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:55.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:55.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:55.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:56.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:56.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:56.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:56.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:56.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:56.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:57.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:57.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:57.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:57.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:57.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:57.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:58.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:58.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:58.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:58.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:58.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:58.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:58.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:58.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:58.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:58.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:58.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:58.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:58.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:58.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:58.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:58.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:58.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:58.916+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:59.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:59.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:40:59.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:40:59.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:40:59.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:40:59.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:40:59.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:40:59.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:00.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:00.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:00.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:00.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:00.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:00.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:00.692+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:00.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:00.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:00.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:00.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:01.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:01.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:01.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:01.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:01.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:01.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:04.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:04.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:04.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:04.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:04.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:04.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:04.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:04.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:04.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:04.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:04.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:04.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:05.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:05.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:05.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:05.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:05.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:05.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:05.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:05.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:06.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:06.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:06.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:06.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:07.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:07.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:07.632+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:07.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:07.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:07.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:07.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:08.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:08.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:08.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:08.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:08.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:08.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:10.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:10.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:10.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:10.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:10.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:10.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:11.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:11.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:11.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:11.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:11.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:11.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:11.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:11.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:11.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:11.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:11.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:11.596+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:12.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:12.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:12.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:12.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:12.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:12.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:12.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:12.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:12.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:12.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:12.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:12.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:13.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:13.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:13.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:13.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:13.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:13.211+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:13.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:13.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:13.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:13.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:13.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:13.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:14.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:14.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:14.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:14.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:14.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:14.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:14.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:14.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:14.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:14.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:14.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:14.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:15.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:15.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:15.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:15.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:15.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:15.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:15.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:15.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:15.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:15.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:15.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:15.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:17.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:17.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:17.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:17.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:17.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:17.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:18.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:18.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:18.688+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:18.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:18.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:18.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:18.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:19.756+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:19.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:19.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:19.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:19.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:19.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:20.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:20.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:20.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:20.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:20.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:20.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:21.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:21.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:21.271+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:21.319+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:21.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:21.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:21.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:21.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:21.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:21.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:21.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:21.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:21.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:21.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:23.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:23.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:23.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:23.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:23.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:23.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:24.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:24.555+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:25.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:25.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:25.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:25.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:25.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:25.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:25.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:25.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:25.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:25.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:25.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:25.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:27.098+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:27.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:27.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:27.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:27.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:29.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:29.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:29.575+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:29.836+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:29.882+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:30.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:30.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:30.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:30.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:30.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:30.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:31.051+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:31.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:31.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:31.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:31.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:32.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:32.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:32.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:32.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:32.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:32.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:33.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:33.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:33.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:33.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:33.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:33.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:34.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:34.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:35.045+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:35.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:35.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:35.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:35.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:36.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:36.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:36.180+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:36.280+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:36.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:36.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:36.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:36.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:37.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:37.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:37.679+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:37.748+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:38.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:38.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:38.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:38.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:39.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:39.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:39.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:39.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:39.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:39.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:40.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:40.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:41.253+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:41.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:41.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:41.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:41.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:43.880+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:43.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:43.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:43.970+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:44.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:44.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:44.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:44.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:45.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:45.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:46.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:46.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:46.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:46.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:47.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:47.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:47.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:47.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:47.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:47.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:48.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:48.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:48.981+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:49.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:49.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:49.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:49.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:50.851+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:50.887+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:50.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:51.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:51.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:51.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:51.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:52.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:52.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:52.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:52.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:52.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:52.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:54.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:54.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:55.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:55.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:55.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:55.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:55.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:55.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:56.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:56.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:56.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:56.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:57.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:57.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:57.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:57.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:57.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:57.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:41:58.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:41:58.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:41:58.893+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:41:59.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:41:59.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:41:59.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:41:59.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:02.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:02.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:02.694+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:42:02.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:02.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:02.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:02.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:04.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:04.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:05.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:05.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:05.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:05.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:07.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:07.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:07.914+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:42:08.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:08.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:08.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:08.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:09.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:09.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:10.042+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:42:10.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:10.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:10.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:10.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:12.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:12.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:12.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:12.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:12.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:12.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:12.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:12.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:13.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:13.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:13.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:13.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:13.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:13.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:13.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:13.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:13.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:13.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:14.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:14.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:14.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:14.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:14.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:14.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:15.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:15.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:15.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:15.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:15.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:15.515+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:15.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:15.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:15.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:15.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:15.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:15.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:16.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:16.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:16.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:16.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:16.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:16.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:17.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:17.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:17.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:17.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:17.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:17.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:19.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:19.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:20.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:20.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:20.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:20.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:20.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:20.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:21.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:21.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:21.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:21.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:22.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:22.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:22.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:22.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:22.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:22.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:22.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:22.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:22.620+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:42:22.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:22.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:22.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:22.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:22.992+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:42:24.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:24.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:24.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:24.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:24.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:24.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:27.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:27.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:27.256+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:42:27.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:27.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:27.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:27.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:28.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:28.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:28.150+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:42:28.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:28.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:28.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:28.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:28.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:28.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:28.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:28.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:28.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:28.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:29.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:29.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:29.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:29.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:29.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:29.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:30.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:30.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:30.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:30.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:30.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:30.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:30.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:30.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:30.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:30.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:30.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:30.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:31.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:31.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:31.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:31.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:31.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:31.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:32.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:32.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:32.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:32.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:32.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:32.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:34.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:34.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:34.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:34.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:34.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:34.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:34.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:34.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:35.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:35.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:35.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:35.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:36.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:36.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:36.564+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:42:36.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:36.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:36.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:36.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:37.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:37.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:37.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:37.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:37.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:37.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:37.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:37.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:37.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:37.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:37.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:37.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:38.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:38.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:38.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:38.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:38.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:38.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:40.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:40.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:40.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:40.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:40.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:40.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:40.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:40.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:40.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:40.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:40.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:40.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:42.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:42.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:42.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:42.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:42.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:42.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:43.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:43.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:43.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:43.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:43.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:43.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:43.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:43.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:43.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:43.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:43.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:43.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:44.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:44.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:44.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:44.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:44.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:44.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:44.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:44.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:44.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:44.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:44.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:44.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:46.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:46.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:47.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:47.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:47.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:47.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:48.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:48.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:48.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:48.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:48.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:48.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:48.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:48.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:48.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:48.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:48.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:48.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:48.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:48.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:48.931+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:42:49.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:49.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:49.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:49.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:49.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:49.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:49.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:49.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:49.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:49.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:49.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:49.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:49.920+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:42:49.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:49.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:49.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:49.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:53.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:53.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:53.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:53.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:53.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:53.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:54.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:54.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:54.327+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:42:54.790+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:54.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:54.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:54.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:55.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:55.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:55.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:55.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:55.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:55.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:55.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:55.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:56.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:56.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:56.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:56.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:57.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:57.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:57.402+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:42:57.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:57.454+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:57.454+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:57.454+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:42:58.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:42:58.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:42:58.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:42:58.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:42:58.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:42:58.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:00.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:00.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:00.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:00.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:00.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:00.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:00.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:01.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:01.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:01.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:01.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:01.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:03.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:03.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:03.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:03.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:03.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:03.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:03.756+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:43:04.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:04.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:04.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:04.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:04.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:04.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:05.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:05.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:05.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:05.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:05.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:05.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:06.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:06.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:07.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:07.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:07.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:07.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:08.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:08.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:08.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:08.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:08.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:08.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:08.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:08.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:08.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:08.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:08.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:08.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:10.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:10.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:10.575+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:43:10.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:10.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:10.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:10.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:11.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:11.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:11.346+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:43:11.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:11.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:11.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:11.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:12.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:12.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:12.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:12.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:12.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:12.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:13.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:13.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:13.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:13.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:13.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:13.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:13.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:13.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:14.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:14.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:14.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:14.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:15.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:15.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:16.179+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:43:16.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:16.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:16.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:16.197+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:16.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:16.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:16.397+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:16.397+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:16.397+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:16.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:17.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:17.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:17.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:17.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:17.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:17.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:17.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:17.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:18.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:18.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:18.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:18.111+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:19.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:19.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:19.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:19.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:19.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:19.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:19.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:19.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:19.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:19.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:19.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:19.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:20.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:20.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:20.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:20.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:20.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:20.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:21.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:21.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:21.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:21.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:21.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:21.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:22.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:22.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:22.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:22.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:22.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:22.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:23.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:23.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:23.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:23.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:23.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:23.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:23.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:23.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:24.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:24.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:24.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:24.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:25.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:25.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:25.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:25.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:25.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:25.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:26.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:26.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:26.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:26.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:26.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:26.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:27.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:27.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:27.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:27.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:27.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:27.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:27.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:27.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:28.056+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:43:28.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:28.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:28.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:28.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:29.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:29.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:29.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:29.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:29.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:29.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:29.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:29.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:29.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:29.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:29.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:29.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:33.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:33.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:33.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:33.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:33.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:33.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:34.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:34.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:34.490+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:43:34.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:34.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:34.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:34.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:35.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:35.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:35.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:35.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:35.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:35.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:36.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:36.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:36.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:36.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:36.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:36.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:36.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:36.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:36.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:36.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:36.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:36.710+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:38.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:38.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:39.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:39.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:39.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:39.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:40.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:40.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:41.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:41.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:41.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:41.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:42.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:42.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:42.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:42.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:42.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:42.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:43.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:43.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:44.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:44.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:44.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:44.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:45.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:45.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:45.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:45.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:45.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:45.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:46.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:46.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:46.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:46.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:46.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:46.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:47.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:47.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:47.640+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:43:47.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:47.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:47.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:47.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:47.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:47.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:48.245+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:43:48.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:48.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:48.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:48.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:51.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:51.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:52.064+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:43:52.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:52.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:52.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:52.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:53.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:53.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:53.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:53.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:53.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:53.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:53.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:53.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:54.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:54.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:54.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:54.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:43:57.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:43:57.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:43:57.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:43:57.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:43:57.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:43:57.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:01.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:01.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:01.787+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:01.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:01.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:01.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:01.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:03.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:03.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:03.392+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:03.700+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:03.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:03.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:03.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:03.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:03.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:03.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:03.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:03.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:03.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:03.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:04.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:04.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:04.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:04.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:04.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:04.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:05.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:05.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:05.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:05.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:05.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:05.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:07.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:07.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:07.584+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:07.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:07.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:07.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:07.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:09.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:09.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:09.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:09.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:09.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:09.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:10.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:10.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:11.048+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:11.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:11.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:11.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:11.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:12.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:12.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:13.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:13.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:13.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:13.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:13.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:13.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:14.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:14.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:14.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:14.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:15.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:15.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:15.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:15.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:15.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:15.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:15.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:15.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:16.049+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:16.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:16.049+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:16.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:17.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:17.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:17.885+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:17.897+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:17.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:17.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:17.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:17.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:19.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:19.443+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:19.706+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:20.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:20.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:20.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:20.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:21.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:21.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:21.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:21.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:21.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:21.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:22.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:22.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:22.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:22.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:22.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:22.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:22.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:22.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:23.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:23.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:23.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:23.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:23.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:23.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:24.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:24.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:24.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:24.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:24.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:24.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:24.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:24.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:24.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:24.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:25.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:25.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:25.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:25.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:25.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:25.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:26.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:26.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:27.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:27.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:27.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:27.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:27.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:27.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:28.161+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:28.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:28.161+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:28.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:29.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:29.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:29.557+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:29.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:29.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:29.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:29.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:32.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:32.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:33.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:33.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:33.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:33.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:33.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:33.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:33.769+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:34.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:34.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:34.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:34.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:34.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:34.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:35.090+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:35.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:35.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:35.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:35.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:35.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:35.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:36.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:36.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:36.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:36.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:38.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:38.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:39.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:39.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:39.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:39.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:39.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:39.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:39.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:39.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:39.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:39.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:40.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:40.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:40.154+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:40.189+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:40.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:40.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:40.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:40.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:41.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:41.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:41.786+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:41.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:41.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:41.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:41.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:42.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:42.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:42.745+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:42.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:42.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:42.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:42.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:44.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:44.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:44.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:44.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:44.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:44.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:45.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:45.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:45.439+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:45.506+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:45.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:45.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:45.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:45.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:46.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:46.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:46.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:46.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:46.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:46.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:46.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:46.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:46.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:46.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:46.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:46.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:47.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:47.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:47.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:47.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:47.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:47.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:48.300+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:48.321+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:48.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:48.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:48.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:48.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:48.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:51.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:51.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:52.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:52.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:52.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:52.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:52.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:52.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:52.378+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:52.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:52.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:52.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:52.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:52.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:52.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:52.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:52.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:52.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:52.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:55.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:55.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:56.003+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:56.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:56.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:56.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:56.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:56.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:56.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:56.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:56.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:56.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:56.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:57.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:57.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:57.647+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:57.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:57.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:57.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:57.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:59.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:59.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:44:59.242+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:44:59.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:44:59.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:44:59.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:44:59.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:44:59.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:44:59.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:00.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:00.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:00.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:00.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:01.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:01.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:01.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:01.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:01.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:01.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:02.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:02.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:02.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:02.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:02.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:02.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:02.603+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:02.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:02.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:02.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:02.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:02.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:03.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:03.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:03.745+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:45:03.842+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:45:04.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:04.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:04.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:04.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:05.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:05.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:05.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:05.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:05.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:05.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:05.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:05.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:05.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:05.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:05.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:05.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:06.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:06.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:06.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:06.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:06.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:06.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:07.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:07.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:07.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:07.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:07.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:07.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:08.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:08.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:09.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:09.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:09.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:09.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:09.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:09.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:09.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:09.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:09.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:09.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:10.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:10.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:10.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:10.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:10.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:10.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:10.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:10.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:10.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:10.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:10.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:10.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:11.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:11.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:11.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:11.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:11.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:11.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:12.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:12.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:12.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:12.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:12.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:12.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:13.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:13.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:13.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:13.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:13.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:13.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:14.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:14.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:14.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:14.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:14.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:14.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:14.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:14.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:14.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:14.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:14.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:14.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:15.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:15.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:15.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:15.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:15.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:15.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:15.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:15.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:16.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:16.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:16.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:16.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:16.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:16.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:16.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:16.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:16.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:16.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:17.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:17.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:17.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:17.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:17.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:17.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:18.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:18.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:18.329+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:45:18.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:18.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:18.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:18.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:18.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:18.926+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:19.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:19.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:19.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:19.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:19.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:19.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:20.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:20.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:20.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:20.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:21.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:21.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:21.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:21.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:21.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:21.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:21.934+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:45:21.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:21.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:22.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:22.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:22.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:22.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:23.282+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:23.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:23.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:23.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:23.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:23.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:23.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:23.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:24.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:24.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:24.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:24.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:24.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:24.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:25.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:25.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:25.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:25.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:26.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:26.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:26.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:26.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:26.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:26.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:27.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:27.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:27.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:27.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:27.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:27.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:28.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:28.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:28.596+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:45:28.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:28.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:28.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:28.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:29.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:29.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:29.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:29.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:29.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:29.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:31.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:31.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:31.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:31.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:31.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:31.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:31.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:31.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:31.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:31.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:31.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:31.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:33.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:33.243+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:33.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:33.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:33.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:33.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:34.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:34.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:34.721+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:45:34.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:34.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:34.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:34.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:36.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:36.435+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:36.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:36.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:36.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:36.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:38.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:38.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:38.085+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:45:38.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:38.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:38.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:38.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:38.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:38.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:39.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:39.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:39.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:39.211+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:39.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:39.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:39.240+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:45:39.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:39.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:39.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:39.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:40.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:40.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:40.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:40.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:40.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:40.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:41.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:41.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:41.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:41.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:41.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:41.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:42.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:42.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:43.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:43.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:43.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:43.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:43.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:43.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:44.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:44.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:44.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:44.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:44.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:44.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:44.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:44.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:44.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:44.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:44.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:44.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:45.666+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:45:45.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:45.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:45.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:45.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:48.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:48.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:48.230+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:45:48.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:48.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:48.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:48.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:50.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:50.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:50.775+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:45:50.826+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:45:51.047+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:45:51.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:51.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:51.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:51.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:53.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:53.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:53.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:53.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:53.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:53.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:53.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:53.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:53.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:53.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:53.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:53.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:53.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:53.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:54.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:54.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:54.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:54.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:57.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:57.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:57.812+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:45:57.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:57.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:57.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:57.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:45:58.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:45:58.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:45:58.778+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:45:59.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:45:59.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:45:59.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:45:59.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:00.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:00.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:00.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:00.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:00.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:00.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:01.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:01.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:01.161+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:46:01.174+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:46:01.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:01.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:01.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:01.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:05.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:05.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:05.649+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:46:06.250+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:46:06.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:06.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:06.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:06.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:07.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:07.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:07.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:07.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:07.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:07.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:08.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:08.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:09.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:09.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:09.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:09.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:11.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:11.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:11.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:11.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:11.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:11.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:12.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:12.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:12.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:12.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:12.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:12.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:12.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:12.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:12.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:12.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:12.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:12.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:13.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:13.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:13.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:13.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:13.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:13.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:14.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:14.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:14.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:14.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:14.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:14.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:16.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:16.730+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:16.842+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:46:16.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:16.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:16.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:16.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:17.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:17.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:17.465+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:46:17.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:17.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:17.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:17.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:19.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:19.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:19.920+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:46:19.962+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:46:20.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:20.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:20.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:20.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:20.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:20.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:21.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:21.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:21.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:21.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:23.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:23.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:23.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:23.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:23.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:23.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:23.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:23.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:23.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:23.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:23.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:23.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:24.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:24.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:24.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:24.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:24.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:24.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:25.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:25.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:25.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:25.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:25.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:25.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:26.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:26.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:26.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:26.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:26.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:26.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:30.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:30.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:30.223+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:46:30.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:30.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:30.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:30.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:30.485+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:46:30.662+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:46:33.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:33.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:33.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:33.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:33.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:33.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:33.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:33.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:33.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:33.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:33.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:33.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:35.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:35.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:35.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:35.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:35.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:35.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:36.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:36.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:36.625+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:46:36.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:36.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:36.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:36.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:38.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:38.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:38.901+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:46:39.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:39.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:39.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:39.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:39.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:39.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:39.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:39.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:39.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:39.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:41.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:41.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:41.262+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:46:41.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:41.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:41.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:41.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:42.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:42.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:42.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:42.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:42.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:42.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:42.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:42.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:43.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:43.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:43.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:43.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:43.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:43.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:44.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:44.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:44.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:44.473+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:44.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:44.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:45.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:45.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:45.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:45.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:45.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:45.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:45.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:45.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:45.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:45.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:45.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:45.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:46.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:46.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:46.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:46.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:47.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:47.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:47.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:47.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:47.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:47.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:48.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:48.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:48.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:48.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:48.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:48.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:49.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:49.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:49.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:49.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:49.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:49.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:49.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:49.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:49.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:49.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:49.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:49.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:50.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:50.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:50.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:50.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:50.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:50.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:51.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:51.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:51.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:51.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:51.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:51.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:51.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:51.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:52.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:52.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:52.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:52.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:54.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:54.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:54.900+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:46:55.514+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:46:55.592+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:46:55.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:55.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:55.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:55.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:56.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:56.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:56.967+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:46:57.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:57.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:57.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:57.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:57.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:57.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:57.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:57.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:57.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:57.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:58.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:58.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:58.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:58.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:58.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:58.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:46:59.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:46:59.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:46:59.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:46:59.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:46:59.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:46:59.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:00.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:00.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:00.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:00.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:00.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:00.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:00.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:00.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:00.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:00.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:00.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:00.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:01.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:01.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:01.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:01.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:01.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:01.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:02.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:02.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:02.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:02.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:02.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:02.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:02.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:02.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:02.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:02.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:02.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:02.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:03.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:03.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:03.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:03.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:03.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:03.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:04.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:04.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:04.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:04.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:04.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:04.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:05.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:05.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:05.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:05.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:05.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:05.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:06.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:06.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:07.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:07.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:07.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:07.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:08.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:08.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:08.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:08.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:08.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:08.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:09.243+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:09.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:09.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:09.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:09.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:09.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:09.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:09.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:10.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:10.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:10.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:10.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:11.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:11.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:12.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:12.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:12.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:12.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:13.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:13.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:14.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:14.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:14.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:14.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:15.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:15.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:15.370+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:47:15.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:15.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:15.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:15.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:16.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:16.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:17.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:17.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:17.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:17.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:17.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:17.443+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:17.569+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:47:17.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:17.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:17.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:17.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:18.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:18.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:18.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:18.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:18.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:18.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:18.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:18.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:19.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:19.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:19.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:19.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:19.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:19.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:19.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:19.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:19.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:19.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:20.208+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:20.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:20.285+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:20.285+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:20.285+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:20.285+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:20.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:20.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:20.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:20.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:20.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:20.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:21.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:21.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:21.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:21.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:21.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:21.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:23.125+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:23.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:23.286+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:47:23.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:23.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:23.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:23.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:23.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:23.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:24.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:24.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:24.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:24.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:24.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:24.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:24.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:24.488+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:24.488+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:24.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:24.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:24.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:24.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:24.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:24.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:24.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:25.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:25.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:25.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:25.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:25.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:25.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:25.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:25.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:26.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:26.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:26.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:26.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:27.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:27.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:27.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:27.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:27.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:27.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:29.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:29.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:29.552+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:47:29.692+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:47:29.730+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:47:30.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:30.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:30.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:30.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:30.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:30.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:31.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:31.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:31.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:31.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:32.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:32.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:32.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:32.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:32.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:32.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:34.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:34.905+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:35.710+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:47:35.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:35.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:35.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:35.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:37.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:37.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:37.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:37.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:37.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:37.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:38.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:38.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:38.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:38.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:38.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:38.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:40.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:40.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:41.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:41.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:41.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:41.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:41.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:41.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:41.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:41.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:41.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:41.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:42.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:42.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:42.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:42.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:42.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:42.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:43.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:43.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:44.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:44.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:44.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:44.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:46.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:46.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:46.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:46.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:46.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:46.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:46.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:46.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:47.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:47.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:47.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:47.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:48.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:48.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:49.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:49.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:49.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:49.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:50.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:50.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:50.464+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:47:50.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:50.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:50.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:50.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:51.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:51.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:51.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:51.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:51.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:51.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:53.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:53.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:53.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:53.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:53.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:53.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:55.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:55.545+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:55.551+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:47:55.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:55.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:55.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:55.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:56.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:56.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:56.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:56.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:56.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:56.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:56.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:56.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:56.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:56.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:56.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:56.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:47:57.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:47:57.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:47:57.729+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:47:57.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:47:57.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:47:57.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:47:57.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:01.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:01.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:01.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:01.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:01.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:01.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:02.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:02.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:02.601+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:48:02.746+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:48:02.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:02.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:02.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:02.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:03.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:03.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:03.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:03.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:03.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:03.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:04.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:04.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:05.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:05.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:05.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:05.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:07.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:07.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:08.658+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:48:08.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:08.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:08.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:08.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:11.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:11.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:11.943+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:48:12.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:12.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:12.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:12.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:14.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:14.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:15.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:15.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:15.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:15.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:17.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:17.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:17.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:17.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:17.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:17.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:18.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:18.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:18.605+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:48:18.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:18.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:18.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:18.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:20.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:20.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:21.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:21.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:21.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:21.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:23.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:23.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:23.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:23.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:23.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:23.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:24.072+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:24.072+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:24.094+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:48:24.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:24.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:24.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:24.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:25.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:25.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:25.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:25.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:25.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:25.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:26.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:26.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:27.149+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:48:27.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:27.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:27.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:27.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:28.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:28.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:28.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:28.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:28.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:28.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:29.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:29.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:29.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:29.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:29.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:29.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:30.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:30.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:30.704+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:48:30.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:30.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:30.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:30.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:31.180+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:31.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:31.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:31.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:31.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:31.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:32.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:32.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:32.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:32.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:32.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:32.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:32.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:32.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:32.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:32.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:32.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:32.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:33.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:33.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:34.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:34.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:34.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:34.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:34.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:34.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:34.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:34.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:34.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:34.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:34.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:34.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:34.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:34.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:34.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:34.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:37.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:37.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:38.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:38.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:38.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:38.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:38.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:38.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:39.218+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:48:39.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:39.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:39.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:39.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:41.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:41.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:41.128+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:48:41.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:41.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:41.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:41.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:42.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:42.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:42.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:42.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:42.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:42.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:44.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:44.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:44.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:44.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:44.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:44.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:45.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:45.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:46.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:46.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:46.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:46.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:46.141+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:48:48.429+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:48:48.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:48.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:48.549+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:48:48.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:48.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:48.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:48.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:50.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:50.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:50.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:50.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:50.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:50.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:51.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:51.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:51.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:51.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:51.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:51.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:52.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:52.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:52.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:52.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:52.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:52.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:54.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:54.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:55.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:55.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:55.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:55.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:55.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:55.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:56.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:56.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:56.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:56.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:56.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:56.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:56.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:56.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:56.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:56.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:58.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:58.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:58.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:48:58.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:48:58.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:48:58.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:48:59.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:48:59.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:48:59.928+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:49:00.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:00.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:00.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:00.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:01.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:01.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:01.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:01.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:01.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:01.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:03.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:03.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:03.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:03.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:03.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:03.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:04.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:04.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:05.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:05.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:05.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:05.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:07.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:07.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:07.689+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:49:07.704+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:49:08.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:08.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:08.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:08.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:09.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:09.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:09.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:09.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:09.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:09.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:09.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:09.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:10.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:10.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:10.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:10.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:11.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:11.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:11.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:11.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:11.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:11.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:12.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:12.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:13.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:13.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:13.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:13.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:13.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:13.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:13.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:13.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:13.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:13.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:14.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:14.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:14.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:14.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:14.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:14.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:15.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:15.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:15.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:15.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:15.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:15.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:18.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:18.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:18.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:18.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:18.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:18.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:19.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:19.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:19.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:19.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:19.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:19.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:20.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:20.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:20.467+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:49:20.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:20.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:20.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:20.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:21.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:21.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:21.959+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:49:22.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:22.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:22.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:22.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:24.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:24.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:25.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:25.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:25.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:25.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:26.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:26.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:27.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:27.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:27.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:27.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:27.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:27.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:27.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:27.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:27.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:27.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:28.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:28.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:29.159+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:49:29.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:29.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:29.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:29.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:30.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:30.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:30.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:30.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:30.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:30.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:31.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:31.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:32.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:32.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:32.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:32.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:34.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:34.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:34.979+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:49:35.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:35.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:35.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:35.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:36.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:36.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:36.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:36.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:36.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:36.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:38.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:38.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:38.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:38.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:38.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:38.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:39.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:39.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:40.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:40.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:40.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:40.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:40.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:40.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:41.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:41.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:41.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:41.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:41.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:41.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:42.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:42.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:42.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:42.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:44.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:44.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:44.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:44.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:44.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:44.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:45.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:45.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:45.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:45.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:45.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:45.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:46.802+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:49:46.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:46.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:46.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:46.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:46.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:46.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:48.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:48.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:48.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:48.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:48.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:48.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:49.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:49.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:49.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:49.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:49.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:49.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:51.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:51.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:51.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:51.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:51.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:51.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:52.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:52.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:52.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:52.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:52.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:52.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:52.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:52.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:52.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:52.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:52.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:52.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:55.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:55.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:55.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:55.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:55.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:55.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:55.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:55.646+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:55.664+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:49:55.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:55.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:55.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:55.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:57.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:57.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:57.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:57.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:57.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:57.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:49:58.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:49:58.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:49:58.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:49:58.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:49:58.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:49:58.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:01.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:01.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:02.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:02.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:02.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:02.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:03.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:03.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:03.427+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:50:03.553+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:50:03.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:03.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:03.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:03.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:04.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:04.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:04.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:04.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:04.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:04.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:04.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:04.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:04.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:04.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:04.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:04.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:09.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:09.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:09.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:09.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:09.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:09.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:10.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:10.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:10.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:10.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:10.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:10.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:10.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:10.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:10.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:10.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:10.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:10.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:11.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:11.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:11.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:11.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:11.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:11.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:12.072+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:12.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:12.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:12.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:12.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:12.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:14.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:14.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:14.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:14.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:14.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:14.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:15.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:15.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:15.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:15.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:15.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:15.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:17.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:17.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:17.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:17.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:17.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:17.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:18.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:18.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:18.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:18.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:18.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:18.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:19.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:19.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:19.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:19.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:19.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:19.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:20.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:20.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:20.609+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:50:20.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:20.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:20.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:20.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:22.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:22.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:22.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:22.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:22.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:22.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:23.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:23.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:23.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:23.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:23.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:23.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:23.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:23.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:23.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:23.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:23.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:23.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:24.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:24.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:24.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:24.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:24.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:24.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:24.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:24.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:24.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:24.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:24.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:24.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:25.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:25.589+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:25.790+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:25.790+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:25.790+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:25.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:27.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:27.020+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:27.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:27.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:27.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:27.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:28.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:28.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:28.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:28.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:28.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:28.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:30.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:30.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:30.232+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:50:30.331+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:50:30.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:30.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:30.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:30.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:31.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:31.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:31.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:31.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:31.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:31.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:31.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:31.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:31.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:31.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:31.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:31.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:32.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:32.917+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:33.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:33.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:33.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:33.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:35.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:35.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:35.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:35.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:35.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:35.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:36.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:36.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:36.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:36.882+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:36.882+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:36.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:37.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:37.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:37.603+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:50:38.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:38.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:38.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:38.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:38.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:38.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:38.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:38.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:38.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:38.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:39.803+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:50:41.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:41.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:41.524+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:50:41.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:41.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:41.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:41.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:42.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:42.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:42.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:42.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:42.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:42.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:43.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:43.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:43.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:43.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:43.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:43.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:43.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:43.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:43.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:43.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:43.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:43.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:45.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:45.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:45.517+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:50:45.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:45.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:45.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:45.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:47.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:47.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:47.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:47.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:47.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:47.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:48.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:48.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:48.587+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:48.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:48.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:48.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:48.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:48.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:48.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:48.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:48.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:48.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:49.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:49.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:49.396+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:50:49.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:49.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:49.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:49.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:50.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:50.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:51.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:51.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:51.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:51.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:54.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:54.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:54.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:54.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:54.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:54.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:54.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:54.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:55.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:55.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:55.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:55.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:56.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:56.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:56.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:56.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:56.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:56.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:57.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:57.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:57.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:57.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:57.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:57.922+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:58.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:58.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:58.397+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:58.397+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:58.397+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:58.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:50:59.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:50:59.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:50:59.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:50:59.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:50:59.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:50:59.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:00.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:00.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:00.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:00.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:00.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:00.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:01.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:01.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:01.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:01.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:01.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:01.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:02.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:02.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:03.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:03.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:03.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:03.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:04.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:04.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:04.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:04.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:04.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:04.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:05.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:05.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:05.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:05.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:05.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:05.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:05.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:05.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:06.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:06.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:06.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:06.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:07.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:07.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:07.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:07.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:07.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:07.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:09.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:09.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:09.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:09.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:09.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:09.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:10.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:10.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:10.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:10.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:10.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:10.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:10.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:10.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:10.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:10.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:10.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:10.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:12.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:12.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:12.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:12.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:12.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:12.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:13.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:13.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:13.627+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:51:13.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:13.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:13.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:13.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:15.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:15.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:16.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:16.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:16.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:16.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:16.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:16.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:16.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:16.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:16.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:16.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:18.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:18.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:18.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:18.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:18.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:18.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:19.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:19.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:19.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:19.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:19.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:19.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:20.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:20.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:21.026+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:51:21.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:21.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:21.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:21.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:22.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:22.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:23.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:23.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:23.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:23.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:23.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:23.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:23.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:23.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:23.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:23.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:24.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:24.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:24.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:24.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:24.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:24.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:27.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:27.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:27.607+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:51:27.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:27.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:27.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:27.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:28.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:28.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:28.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:28.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:28.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:28.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:29.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:29.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:30.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:30.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:30.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:30.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:31.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:31.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:31.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:31.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:31.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:31.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:32.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:32.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:33.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:33.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:33.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:33.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:34.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:34.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:34.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:34.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:34.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:34.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:35.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:35.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:35.853+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:51:36.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:36.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:36.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:36.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:36.234+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:51:36.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:36.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:36.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:36.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:36.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:36.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:38.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:38.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:38.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:38.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:38.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:38.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:38.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:38.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:39.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:39.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:39.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:39.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:41.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:41.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:41.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:41.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:41.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:41.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:41.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:41.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:42.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:42.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:42.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:42.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:43.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:43.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:43.631+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:51:44.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:44.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:44.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:44.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:44.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:44.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:44.827+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:51:45.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:45.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:45.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:45.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:46.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:46.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:46.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:46.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:46.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:46.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:46.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:46.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:47.179+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:51:47.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:47.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:47.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:47.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:49.897+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:51:49.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:49.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:49.921+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:51:49.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:49.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:49.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:49.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:50.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:50.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:50.666+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:51:50.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:50.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:50.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:50.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:51.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:51.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:51.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:51.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:51.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:51.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:52.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:52.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:52.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:52.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:52.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:52.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:53.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:53.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:53.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:53.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:53.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:53.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:53.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:53.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:53.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:53.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:53.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:53.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:56.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:56.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:56.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:56.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:56.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:56.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:57.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:57.208+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:57.449+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:51:57.501+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:51:57.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:57.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:57.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:57.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:57.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:57.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:57.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:57.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:57.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:57.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:58.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:58.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:59.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:59.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:59.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:59.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:59.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:59.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:59.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:51:59.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:51:59.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:51:59.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:51:59.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:51:59.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:51:59.888+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:00.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:00.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:00.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:00.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:01.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:01.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:01.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:01.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:01.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:01.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:03.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:03.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:04.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:04.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:04.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:04.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:04.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:04.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:05.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:05.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:05.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:05.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:05.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:05.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:05.969+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:06.043+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:06.269+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:06.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:06.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:06.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:06.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:07.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:07.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:07.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:07.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:07.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:07.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:08.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:08.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:08.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:08.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:08.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:08.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:10.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:10.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:10.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:10.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:10.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:10.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:12.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:12.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:13.332+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:13.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:13.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:13.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:13.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:14.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:14.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:14.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:14.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:14.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:14.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:15.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:15.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:15.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:15.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:15.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:15.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:16.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:16.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:16.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:16.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:16.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:16.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:18.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:18.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:19.041+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:19.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:19.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:19.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:19.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:19.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:19.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:20.190+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:20.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:20.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:20.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:20.515+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:22.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:22.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:22.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:22.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:22.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:22.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:24.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:24.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:24.376+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:24.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:24.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:24.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:24.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:25.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:25.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:25.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:25.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:25.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:25.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:25.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:25.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:26.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:26.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:26.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:26.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:28.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:28.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:28.584+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:28.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:28.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:28.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:28.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:29.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:29.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:29.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:29.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:29.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:29.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:30.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:30.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:30.847+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:30.922+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:30.922+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:30.922+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:30.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:32.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:32.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:33.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:33.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:33.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:33.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:33.529+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:34.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:34.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:34.929+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:34.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:34.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:34.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:34.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:35.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:35.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:35.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:35.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:35.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:35.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:36.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:36.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:36.696+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:36.696+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:36.696+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:36.696+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:37.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:37.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:37.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:37.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:37.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:37.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:38.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:38.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:38.382+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:38.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:38.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:38.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:38.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:38.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:38.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:39.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:39.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:39.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:39.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:41.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:41.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:41.758+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:41.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:41.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:41.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:41.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:43.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:43.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:43.819+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:43.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:43.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:43.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:43.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:44.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:44.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:44.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:44.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:44.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:44.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:44.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:44.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:44.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:44.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:44.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:44.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:46.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:46.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:47.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:47.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:47.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:47.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:49.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:49.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:49.891+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:50.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:50.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:50.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:50.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:50.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:50.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:50.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:50.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:50.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:50.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:51.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:51.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:51.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:51.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:51.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:51.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:51.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:51.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:51.632+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:51.918+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:51.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:51.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:51.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:54.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:54.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:54.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:54.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:54.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:54.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:55.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:55.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:55.576+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:55.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:55.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:55.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:55.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:56.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:56.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:56.145+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:56.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:56.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:56.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:56.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:56.463+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:52:57.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:57.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:52:57.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:52:57.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:52:57.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:52:57.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:52:59.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:52:59.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:00.132+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:53:00.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:00.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:00.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:00.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:02.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:02.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:02.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:02.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:02.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:02.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:02.595+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:53:03.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:03.586+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:03.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:03.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:03.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:03.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:05.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:05.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:05.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:05.747+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:05.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:05.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:06.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:06.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:06.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:06.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:06.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:06.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:07.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:07.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:07.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:07.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:07.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:07.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:08.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:08.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:08.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:08.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:08.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:08.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:09.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:09.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:09.656+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:53:10.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:10.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:10.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:10.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:11.940+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:11.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:12.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:12.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:12.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:12.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:13.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:13.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:13.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:13.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:13.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:13.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:14.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:14.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:14.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:14.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:14.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:14.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:15.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:15.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:15.763+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:53:15.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:15.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:15.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:15.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:18.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:18.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:19.095+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:53:19.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:19.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:19.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:19.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:20.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:20.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:20.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:20.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:20.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:20.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:21.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:21.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:21.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:21.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:21.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:21.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:21.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:21.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:22.384+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:53:22.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:22.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:22.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:22.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:23.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:23.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:23.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:23.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:23.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:23.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:24.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:24.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:24.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:24.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:24.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:24.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:25.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:25.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:26.283+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:53:26.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:26.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:26.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:26.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:28.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:28.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:28.106+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:53:28.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:28.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:28.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:28.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:28.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:28.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:29.119+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:53:29.127+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:29.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:29.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:29.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:29.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:29.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:29.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:29.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:29.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:29.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:34.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:34.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:34.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:34.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:34.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:34.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:34.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:34.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:34.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:34.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:34.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:34.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:36.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:36.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:36.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:36.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:36.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:36.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:38.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:38.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:38.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:38.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:38.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:38.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:38.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:38.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:38.771+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:53:38.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:38.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:38.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:38.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:39.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:39.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:39.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:39.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:39.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:39.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:40.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:40.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:40.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:40.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:40.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:40.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:41.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:41.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:41.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:41.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:41.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:41.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:42.072+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:42.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:42.313+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:42.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:42.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:42.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:42.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:42.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:42.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:42.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:42.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:42.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:43.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:43.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:43.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:43.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:43.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:43.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:44.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:44.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:44.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:44.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:44.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:44.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:44.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:44.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:44.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:44.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:44.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:44.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:45.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:45.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:45.393+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:53:45.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:45.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:45.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:45.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:47.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:47.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:47.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:47.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:47.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:47.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:47.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:47.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:47.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:47.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:47.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:47.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:48.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:48.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:48.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:48.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:48.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:48.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:50.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:50.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:50.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:50.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:50.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:50.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:50.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:50.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:50.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:50.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:50.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:50.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:52.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:52.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:52.743+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:53:52.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:52.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:52.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:52.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:53.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:53.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:53.856+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:53:54.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:54.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:54.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:54.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:54.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:54.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:54.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:54.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:54.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:54.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:56.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:56.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:56.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:56.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:56.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:56.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:58.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:58.032+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:58.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:58.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:58.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:58.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:59.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:59.479+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:59.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:59.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:59.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:59.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:53:59.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:53:59.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:53:59.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:53:59.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:53:59.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:53:59.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:00.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:00.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:00.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:00.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:00.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:00.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:01.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:01.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:01.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:01.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:01.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:01.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:02.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:02.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:02.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:02.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:02.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:02.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:02.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:02.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:02.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:02.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:02.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:02.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:03.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:03.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:03.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:03.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:03.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:03.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:04.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:04.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:04.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:04.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:04.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:04.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:05.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:05.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:06.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:06.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:06.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:06.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:06.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:06.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:06.696+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:54:06.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:06.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:06.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:06.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:07.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:07.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:08.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:08.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:08.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:08.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:09.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:09.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:09.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:09.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:09.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:09.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:09.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:09.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:10.185+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:54:10.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:10.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:10.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:10.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:11.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:11.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:11.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:11.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:11.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:11.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:12.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:12.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:12.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:12.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:12.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:12.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:13.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:13.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:13.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:13.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:13.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:13.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:14.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:14.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:14.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:14.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:14.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:14.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:15.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:15.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:16.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:16.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:16.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:16.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:16.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:16.222+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:16.321+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:54:16.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:16.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:16.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:16.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:16.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:16.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:16.907+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:54:17.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:17.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:17.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:17.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:17.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:17.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:17.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:17.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:17.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:17.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:19.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:19.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:19.718+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:54:19.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:19.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:19.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:19.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:21.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:21.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:21.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:21.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:21.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:21.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:21.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:21.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:21.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:21.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:21.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:21.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:21.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:21.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:21.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:21.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:21.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:21.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:22.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:22.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:22.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:22.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:22.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:22.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:23.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:23.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:23.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:23.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:23.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:23.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:23.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:23.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:23.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:23.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:23.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:23.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:24.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:24.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:25.000+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:25.000+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:25.000+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:25.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:25.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:25.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:25.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:25.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:25.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:25.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:27.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:27.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:27.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:27.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:27.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:27.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:28.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:28.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:28.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:28.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:28.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:28.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:28.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:28.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:28.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:28.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:28.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:28.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:29.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:29.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:29.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:29.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:29.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:29.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:30.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:30.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:30.414+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:54:30.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:30.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:30.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:30.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:30.672+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:54:31.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:31.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:31.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:31.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:31.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:31.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:31.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:31.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:32.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:32.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:32.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:32.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:32.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:32.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:32.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:32.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:32.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:32.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:32.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:32.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:33.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:33.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:33.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:33.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:33.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:33.752+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:34.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:34.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:34.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:34.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:35.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:35.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:36.223+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:54:36.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:36.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:36.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:36.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:36.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:36.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:37.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:37.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:37.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:37.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:38.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:38.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:38.290+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:54:38.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:38.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:38.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:38.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:39.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:39.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:39.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:39.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:39.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:39.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:39.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:39.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:39.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:39.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:39.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:39.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:42.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:42.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:42.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:42.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:42.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:42.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:42.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:42.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:43.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:43.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:43.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:43.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:43.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:43.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:44.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:44.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:44.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:44.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:45.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:45.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:45.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:45.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:45.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:45.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:45.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:45.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:45.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:45.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:45.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:45.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:46.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:46.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:46.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:46.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:46.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:46.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:46.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:46.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:46.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:46.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:46.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:46.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:47.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:47.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:48.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:48.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:48.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:48.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:49.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:49.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:49.259+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:54:49.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:49.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:49.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:49.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:50.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:50.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:51.330+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:54:51.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:51.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:51.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:51.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:51.582+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:54:52.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:52.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:52.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:52.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:52.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:52.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:53.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:53.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:53.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:53.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:53.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:53.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:53.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:53.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:54.329+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:54.329+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:54.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:54.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:56.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:56.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:56.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:56.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:56.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:56.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:58.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:58.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:54:58.565+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:54:58.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:54:58.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:54:58.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:54:58.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:54:59.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:54:59.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:00.226+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:00.250+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:00.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:00.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:00.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:00.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:00.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:00.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:00.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:00.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:00.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:00.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:01.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:01.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:01.894+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:02.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:02.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:02.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:02.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:04.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:04.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:04.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:04.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:04.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:04.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:05.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:05.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:05.476+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:05.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:05.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:05.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:05.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:06.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:06.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:07.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:07.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:07.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:07.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:07.288+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:07.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:07.338+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:07.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:07.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:07.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:07.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:08.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:08.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:08.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:08.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:08.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:08.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:10.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:10.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:11.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:11.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:11.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:11.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:12.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:12.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:12.922+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:12.922+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:12.922+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:12.922+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:14.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:14.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:14.316+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:14.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:14.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:14.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:14.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:15.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:15.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:16.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:16.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:16.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:16.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:16.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:16.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:17.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:17.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:17.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:17.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:19.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:19.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:19.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:19.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:19.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:19.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:21.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:21.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:21.156+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:21.199+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:21.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:21.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:21.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:21.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:21.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:21.926+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:22.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:22.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:22.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:22.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:23.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:23.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:23.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:23.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:23.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:23.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:24.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:24.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:24.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:24.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:24.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:24.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:25.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:25.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:25.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:25.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:25.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:25.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:27.248+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:27.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:27.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:27.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:27.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:27.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:27.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:28.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:28.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:29.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:29.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:29.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:29.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:29.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:29.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:29.932+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:30.312+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:30.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:30.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:30.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:30.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:30.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:30.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:31.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:31.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:31.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:31.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:32.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:32.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:32.636+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:32.636+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:32.636+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:32.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:33.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:33.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:34.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:34.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:34.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:34.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:35.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:35.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:35.689+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:35.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:35.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:35.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:35.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:36.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:36.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:36.398+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:36.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:36.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:36.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:36.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:38.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:38.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:38.390+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:38.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:38.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:38.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:38.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:38.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:38.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:38.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:38.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:38.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:38.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:41.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:41.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:42.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:42.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:42.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:42.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:43.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:43.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:44.040+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:44.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:44.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:44.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:44.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:44.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:44.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:44.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:44.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:44.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:44.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:46.756+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:46.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:46.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:46.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:46.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:46.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:47.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:47.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:48.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:48.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:48.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:48.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:48.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:48.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:49.397+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:49.397+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:49.397+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:49.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:49.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:49.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:50.093+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:50.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:50.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:50.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:50.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:51.130+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:51.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:51.217+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:51.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:51.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:51.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:51.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:52.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:52.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:52.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:52.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:52.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:52.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:53.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:53.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:53.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:53.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:53.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:53.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:55.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:55.394+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:55.541+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:55.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:55.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:55.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:55.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:56.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:56.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:56.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:56.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:56.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:56.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:57.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:57.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:57.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:57.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:57.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:57.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:57.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:57.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:57.480+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:55:57.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:57.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:57.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:57.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:57.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:57.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:57.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:57.933+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:57.933+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:57.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:59.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:59.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:55:59.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:55:59.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:55:59.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:55:59.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:55:59.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:55:59.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:00.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:00.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:00.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:00.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:01.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:01.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:01.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:01.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:01.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:01.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:02.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:02.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:02.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:02.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:02.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:02.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:03.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:03.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:03.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:03.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:03.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:03.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:04.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:04.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:04.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:04.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:04.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:04.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:05.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:05.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:05.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:05.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:05.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:05.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:05.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:05.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:05.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:05.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:05.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:05.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:06.125+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:06.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:06.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:06.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:06.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:06.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:06.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:06.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:07.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:07.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:07.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:07.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:07.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:07.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:07.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:07.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:07.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:07.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:08.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:08.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:08.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:08.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:08.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:08.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:09.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:09.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:09.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:09.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:09.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:09.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:09.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:09.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:09.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:09.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:09.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:09.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:11.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:11.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:11.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:11.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:11.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:11.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:13.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:13.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:13.568+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:56:13.649+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:56:13.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:13.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:13.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:13.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:14.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:14.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:14.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:14.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:14.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:14.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:15.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:15.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:15.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:15.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:15.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:15.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:17.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:17.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:17.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:17.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:17.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:17.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:19.770+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:56:19.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:19.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:19.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:19.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:19.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:19.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:24.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:24.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:24.449+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:56:25.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:25.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:25.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:25.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:25.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:25.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:26.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:26.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:26.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:26.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:27.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:27.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:27.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:27.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:27.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:27.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:29.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:29.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:29.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:29.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:29.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:29.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:30.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:30.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:30.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:30.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:30.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:30.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:32.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:32.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:32.245+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:56:32.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:32.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:32.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:32.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:34.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:34.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:34.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:34.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:34.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:34.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:37.393+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:37.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:37.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:37.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:37.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:37.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:38.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:38.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:38.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:38.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:38.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:38.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:40.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:40.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:40.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:40.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:40.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:40.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:41.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:41.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:41.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:41.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:41.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:41.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:42.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:42.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:43.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:43.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:43.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:43.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:44.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:44.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:44.941+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:56:44.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:44.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:44.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:44.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:46.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:46.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:46.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:46.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:46.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:46.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:47.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:47.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:47.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:47.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:47.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:47.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:48.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:48.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:48.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:48.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:48.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:48.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:49.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:49.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:49.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:49.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:49.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:49.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:49.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:49.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:50.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:50.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:50.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:50.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:55.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:55.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:56.066+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:56:56.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:56.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:56.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:56.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:56.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:56.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:56.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:56.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:56.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:56.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:57.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:57.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:58.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:58.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:58.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:58.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:56:59.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:56:59.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:56:59.575+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:56:59.575+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:56:59.575+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:56:59.575+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:01.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:01.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:01.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:01.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:01.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:01.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:02.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:02.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:02.507+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:57:02.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:02.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:02.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:02.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:02.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:02.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:03.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:03.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:03.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:03.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:03.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:03.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:03.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:03.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:03.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:03.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:04.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:04.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:04.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:04.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:04.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:04.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:05.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:05.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:05.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:05.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:05.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:05.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:06.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:06.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:06.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:06.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:06.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:06.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:07.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:07.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:07.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:07.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:07.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:07.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:07.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:07.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:07.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:07.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:07.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:07.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:08.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:08.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:08.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:08.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:08.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:08.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:09.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:09.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:09.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:09.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:09.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:09.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:11.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:11.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:11.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:11.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:11.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:11.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:11.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:11.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:12.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:12.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:12.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:12.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:17.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:17.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:17.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:17.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:17.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:17.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:18.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:18.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:18.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:18.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:18.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:18.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:20.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:20.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:20.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:20.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:20.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:20.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:23.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:23.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:23.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:23.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:23.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:23.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:25.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:25.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:26.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:26.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:26.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:26.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:26.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:26.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:26.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:26.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:26.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:26.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:27.554+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:27.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:27.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:27.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:27.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:27.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:30.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:30.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:30.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:30.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:30.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:30.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:31.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:31.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:31.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:31.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:31.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:31.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:32.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:32.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:32.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:32.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:32.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:32.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:33.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:33.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:33.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:33.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:33.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:33.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:34.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:34.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:34.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:34.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:34.440+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:34.440+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:35.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:35.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:35.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:35.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:35.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:35.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:37.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:37.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:37.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:37.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:37.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:37.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:37.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:37.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:38.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:38.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:38.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:38.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:38.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:38.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:38.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:38.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:38.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:38.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:39.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:39.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:40.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:40.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:40.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:40.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:42.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:42.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:42.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:42.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:42.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:42.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:42.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:42.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:42.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:42.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:42.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:42.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:45.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:45.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:45.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:45.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:45.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:45.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:48.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:48.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:48.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:48.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:48.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:48.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:50.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:50.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:51.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:51.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:51.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:51.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:51.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:51.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:52.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:52.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:52.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:52.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:52.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:52.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:53.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:53.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:53.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:53.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:55.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:55.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:55.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:55.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:55.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:55.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:56.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:56.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:57.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:57.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:57.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:57.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:57.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:57.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:57.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:57.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:57.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:57.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:57:58.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:57:58.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:57:58.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:57:58.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:57:58.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:57:58.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:01.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:01.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:01.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:01.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:01.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:01.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:02.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:02.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:02.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:02.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:02.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:02.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:07.629+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:07.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:07.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:07.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:07.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:07.683+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:09.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:09.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:09.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:09.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:09.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:09.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:11.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:11.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:11.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:11.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:11.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:11.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:11.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:11.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:11.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:11.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:11.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:11.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:13.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:13.603+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:13.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:13.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:13.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:13.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:15.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:15.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:15.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:15.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:15.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:15.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:16.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:16.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:16.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:16.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:16.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:16.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:17.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:17.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:17.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:17.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:17.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:17.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:18.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:18.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:18.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:18.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:18.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:18.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:18.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:18.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:18.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:18.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:18.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:18.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:24.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:24.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:24.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:24.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:24.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:24.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:24.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:24.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:24.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:24.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:24.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:24.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:27.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:27.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:27.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:27.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:27.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:27.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:28.243+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:28.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:28.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:28.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:28.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:28.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:29.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:29.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:29.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:29.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:29.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:29.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:31.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:31.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:31.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:31.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:31.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:31.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:33.361+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:58:33.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:33.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:33.473+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:58:33.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:33.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:33.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:33.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:34.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:34.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:34.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:34.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:34.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:34.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:34.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:34.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:34.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:34.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:34.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:34.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:36.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:36.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:36.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:36.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:36.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:36.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:37.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:37.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:37.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:37.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:37.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:37.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:38.277+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:38.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:38.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:38.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:38.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:38.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:38.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:38.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:38.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:38.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:38.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:38.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:43.008+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:43.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:43.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:43.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:43.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:43.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:43.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:43.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:43.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:43.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:43.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:43.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:43.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:43.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:43.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:43.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:43.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:43.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:43.764+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:43.765+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:43.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:43.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:43.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:43.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:44.259+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:44.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:44.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:44.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:44.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:44.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:45.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:45.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:45.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:45.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:45.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:45.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:46.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:46.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:46.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:46.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:46.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:46.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:47.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:47.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:47.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:47.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:47.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:47.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:48.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:48.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:48.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:48.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:48.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:48.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:48.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:48.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:48.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:48.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:48.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:48.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:49.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:49.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:49.654+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:58:49.683+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:49.683+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:49.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:49.683+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:50.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:50.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:50.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:50.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:50.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:50.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:51.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:51.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:51.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:51.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:51.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:51.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:52.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:52.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:53.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:53.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:53.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:53.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:53.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:53.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:53.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:53.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:53.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:53.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:54.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:54.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:54.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:54.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:54.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:54.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:54.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:54.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:54.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:54.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:54.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:54.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:54.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:54.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:54.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:54.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:54.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:54.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:54.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:54.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:55.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:55.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:55.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:55.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:56.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:56.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:56.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:56.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:56.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:56.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:58.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:58.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:58.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:58.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:58.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:58.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:58:59.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:58:59.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:58:59.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:58:59.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:58:59.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:58:59.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:00.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:00.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:00.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:00.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:00.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:00.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:00.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:00.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:00.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:00.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:00.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:00.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:00.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:00.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:00.899+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:59:01.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:01.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:01.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:01.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:01.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:01.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:01.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:01.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:01.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:01.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:01.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:01.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:02.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:02.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:02.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:02.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:02.125+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:02.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:02.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:02.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:02.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:02.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:02.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:02.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:02.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:02.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:02.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:02.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:02.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:02.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:02.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:02.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:02.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:02.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:03.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:03.493+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:03.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:03.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:03.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:03.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:03.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:03.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:03.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:03.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:03.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:03.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:05.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:05.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:05.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:05.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:05.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:05.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:06.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:06.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:06.181+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:59:06.186+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:06.186+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:06.186+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:06.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:06.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:06.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:06.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:06.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:06.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:06.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:07.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:07.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:07.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:07.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:07.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:07.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:08.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:08.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:08.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:08.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:08.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:08.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:08.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:08.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:08.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:08.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:08.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:08.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:08.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:08.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:08.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:08.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:08.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:08.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:09.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:09.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:09.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:09.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:09.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:09.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:09.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:09.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:09.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:09.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:09.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:09.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:11.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:11.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:11.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:11.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:11.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:11.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:12.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:12.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:12.790+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:12.790+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:12.790+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:12.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:13.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:13.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:13.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:13.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:13.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:13.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:13.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:13.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:13.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:13.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:13.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:13.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:14.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:14.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:15.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:15.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:15.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:15.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:15.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:15.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:16.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:16.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:16.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:16.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:16.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:16.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:16.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:16.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:16.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:16.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:17.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:17.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:17.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:17.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:17.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:17.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:18.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:18.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:18.113+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:59:18.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:18.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:18.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:18.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:18.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:18.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:18.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:18.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:18.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:18.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:21.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:21.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:21.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:21.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:21.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:21.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:21.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:21.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:21.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:21.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:21.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:21.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:21.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:21.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:22.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:22.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:22.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:22.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:22.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:22.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:22.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:22.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:22.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:22.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:23.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:23.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:23.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:23.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:23.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:23.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:24.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:24.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:24.707+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:59:24.772+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:59:24.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:24.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:24.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:24.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:26.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:26.765+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:26.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:26.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:26.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:26.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:28.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:28.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:28.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:28.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:28.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:28.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:29.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:29.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:29.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:29.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:29.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:29.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:31.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:31.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:31.508+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:59:31.511+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:59:31.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:31.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:31.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:31.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:33.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:33.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:33.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:33.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:33.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:33.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:33.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:33.905+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:34.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:34.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:34.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:34.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:34.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:34.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:34.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:34.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:34.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:34.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:36.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:36.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:36.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:36.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:36.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:36.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:37.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:37.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:37.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:37.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:37.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:37.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:38.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:38.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:38.837+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:59:38.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:38.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:38.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:38.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:38.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:38.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:39.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:39.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:39.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:39.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:39.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:39.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:39.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:39.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:39.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:39.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:40.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:40.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:40.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:40.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:40.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:40.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:40.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:40.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:40.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:40.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:40.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:40.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:42.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:42.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:42.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:42.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:42.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:42.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:43.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:43.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:43.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:43.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:43.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:43.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:44.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:44.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:44.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:44.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:44.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:44.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:44.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:44.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:44.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:44.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:44.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:44.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:46.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:46.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:46.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:46.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:46.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:46.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:47.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:47.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:47.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:47.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:47.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:47.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:48.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:48.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:48.543+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:59:48.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:48.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:48.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:48.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:51.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:51.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:51.294+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:59:51.476+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:59:51.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:51.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:51.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:51.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:52.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:52.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:52.850+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:59:53.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:53.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:53.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:53.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:53.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:53.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:53.526+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:59:53.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:53.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:53.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:53.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:54.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:54.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:54.707+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:59:54.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:54.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:54.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:54.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:55.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:55.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:55.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:55.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:55.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:55.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:57.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:57.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:57.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:57.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:57.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:57.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:57.923+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T16:59:57.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:57.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:58.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:58.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:58.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:58.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T16:59:59.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T16:59:59.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T16:59:59.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T16:59:59.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T16:59:59.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T16:59:59.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:00.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:00.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:00.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:00.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:00.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:00.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:00.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:00.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:00.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:00.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:00.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:00.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:05.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:05.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:06.218+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:06.518+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:06.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:06.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:06.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:06.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:07.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:07.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:08.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:08.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:08.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:08.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:14.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:14.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:14.407+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:14.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:14.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:14.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:14.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:14.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:14.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:14.723+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:15.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:15.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:15.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:15.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:15.289+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:15.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:15.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:15.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:15.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:15.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:18.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:18.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:18.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:18.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:18.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:18.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:18.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:18.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:19.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:19.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:19.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:19.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:19.282+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:19.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:19.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:19.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:19.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:19.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:20.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:20.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:20.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:20.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:20.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:20.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:20.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:20.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:21.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:21.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:21.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:21.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:24.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:24.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:24.448+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:24.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:24.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:24.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:24.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:24.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:24.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:24.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:24.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:24.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:24.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:25.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:25.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:25.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:25.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:25.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:25.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:26.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:26.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:27.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:27.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:27.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:27.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:28.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:28.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:28.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:28.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:28.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:28.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:30.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:30.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:30.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:30.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:30.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:30.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:30.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:30.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:31.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:31.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:31.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:31.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:31.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:31.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:31.639+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:32.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:32.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:32.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:32.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:32.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:32.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:33.053+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:33.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:33.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:33.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:33.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:33.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:33.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:33.784+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:33.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:33.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:33.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:33.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:33.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:33.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:33.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:33.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:33.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:33.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:34.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:34.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:34.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:34.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:34.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:34.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:35.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:35.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:35.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:35.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:35.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:35.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:35.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:35.603+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:35.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:35.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:35.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:35.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:36.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:36.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:36.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:36.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:36.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:36.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:36.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:36.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:37.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:37.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:37.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:37.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:38.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:38.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:38.464+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:38.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:38.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:38.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:38.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:39.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:39.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:39.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:39.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:39.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:39.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:40.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:40.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:40.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:40.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:40.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:40.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:40.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:40.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:40.698+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:40.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:40.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:40.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:40.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:41.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:41.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:42.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:42.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:42.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:42.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:43.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:43.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:43.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:43.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:43.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:43.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:43.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:43.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:44.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:44.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:44.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:44.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:44.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:44.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:44.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:44.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:44.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:44.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:45.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:45.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:45.747+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:45.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:45.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:45.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:45.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:46.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:46.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:46.920+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:47.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:47.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:47.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:47.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:48.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:48.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:48.497+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:49.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:49.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:49.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:49.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:49.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:49.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:50.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:50.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:50.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:50.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:51.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:51.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:51.252+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:51.700+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:51.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:51.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:51.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:51.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:52.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:52.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:52.562+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:52.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:52.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:52.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:52.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:53.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:53.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:54.266+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:54.266+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:54.266+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:54.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:54.310+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:54.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:54.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:54.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:54.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:54.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:54.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:56.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:56.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:56.626+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:56.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:56.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:56.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:56.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:57.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:57.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:57.892+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:00:58.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:58.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:58.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:58.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:00:58.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:00:58.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:00:58.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:00:58.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:00:58.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:00:58.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:00.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:00.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:00.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:00.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:00.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:00.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:01.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:01.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:01.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:01.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:01.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:01.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:01.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:01.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:01.824+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:01:02.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:02.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:02.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:02.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:02.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:02.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:03.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:03.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:03.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:03.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:03.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:03.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:04.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:04.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:04.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:04.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:07.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:07.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:07.311+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:01:07.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:07.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:07.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:07.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:08.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:08.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:08.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:08.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:08.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:08.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:09.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:09.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:09.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:09.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:09.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:09.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:10.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:10.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:10.802+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:01:11.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:11.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:11.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:11.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:11.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:11.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:12.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:12.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:12.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:12.271+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:13.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:13.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:13.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:13.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:13.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:13.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:13.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:13.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:14.291+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:01:14.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:14.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:14.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:14.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:15.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:15.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:15.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:15.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:15.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:15.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:16.333+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:01:16.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:16.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:17.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:17.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:17.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:17.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:17.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:17.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:18.135+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:01:18.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:18.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:18.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:18.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:18.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:18.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:18.845+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:01:19.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:19.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:19.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:19.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:19.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:19.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:19.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:19.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:19.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:19.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:20.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:20.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:20.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:20.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:20.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:20.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:20.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:20.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:21.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:21.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:21.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:21.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:21.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:21.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:22.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:22.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:22.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:22.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:22.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:22.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:22.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:22.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:22.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:22.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:22.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:22.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:23.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:23.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:23.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:23.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:24.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:24.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:24.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:24.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:24.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:24.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:25.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:25.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:25.496+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:25.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:25.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:25.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:25.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:25.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:25.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:25.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:25.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:25.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:28.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:28.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:28.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:28.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:28.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:28.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:29.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:29.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:29.771+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:01:29.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:29.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:29.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:29.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:30.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:30.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:30.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:30.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:30.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:30.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:31.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:31.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:31.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:31.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:31.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:31.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:32.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:32.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:33.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:33.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:33.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:33.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:35.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:35.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:35.917+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:01:36.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:36.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:36.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:36.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:36.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:36.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:36.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:36.671+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:01:36.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:36.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:36.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:36.941+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:01:37.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:37.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:37.733+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:01:37.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:37.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:37.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:37.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:39.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:39.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:39.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:39.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:39.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:39.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:40.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:40.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:40.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:40.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:40.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:40.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:40.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:40.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:40.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:40.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:40.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:40.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:40.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:40.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:41.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:41.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:41.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:41.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:41.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:41.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:42.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:42.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:42.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:42.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:42.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:42.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:43.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:43.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:43.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:43.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:44.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:44.367+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:01:44.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:45.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:45.329+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:45.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:45.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:48.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:48.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:48.965+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:01:49.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:49.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:49.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:49.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:50.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:50.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:50.434+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:01:50.602+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:01:50.636+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:01:50.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:50.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:50.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:50.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:51.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:51.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:52.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:52.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:52.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:52.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:53.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:53.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:53.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:53.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:53.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:53.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:54.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:54.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:55.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:55.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:55.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:55.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:55.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:55.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:55.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:55.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:55.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:55.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:55.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:55.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:56.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:56.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:56.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:56.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:01:57.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:01:57.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:01:59.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:01:59.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:01:59.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:01:59.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:00.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:00.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:01.101+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:01.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:01.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:01.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:01.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:01.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:01.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:02.490+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:03.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:03.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:03.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:03.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:03.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:03.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:04.085+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:04.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:04.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:04.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:04.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:05.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:05.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:05.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:05.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:05.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:05.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:06.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:06.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:06.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:06.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:06.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:06.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:08.275+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:08.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:08.621+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:08.807+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:08.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:08.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:08.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:08.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:09.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:09.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:10.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:10.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:10.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:10.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:10.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:10.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:11.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:11.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:11.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:11.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:12.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:12.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:12.305+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:12.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:12.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:12.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:12.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:15.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:15.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:15.170+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:15.401+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:15.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:15.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:15.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:15.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:15.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:15.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:16.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:16.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:16.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:16.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:21.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:21.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:21.631+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:21.894+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:22.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:22.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:22.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:22.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:23.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:23.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:23.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:23.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:23.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:23.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:25.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:25.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:26.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:26.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:26.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:26.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:29.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:29.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:30.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:30.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:30.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:30.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:30.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:30.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:31.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:31.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:31.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:31.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:32.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:32.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:32.266+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:32.266+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:32.266+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:32.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:32.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:32.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:33.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:33.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:33.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:33.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:34.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:34.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:36.414+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:36.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:36.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:36.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:36.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:37.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:37.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:37.711+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:37.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:37.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:37.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:37.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:38.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:38.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:38.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:38.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:38.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:38.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:38.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:38.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:39.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:39.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:39.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:39.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:39.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:39.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:39.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:39.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:39.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:39.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:40.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:40.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:40.433+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:40.471+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:40.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:40.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:40.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:40.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:41.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:41.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:41.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:41.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:41.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:41.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:42.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:42.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:42.452+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:42.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:42.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:42.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:42.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:44.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:44.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:44.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:44.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:44.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:44.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:44.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:44.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:45.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:45.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:45.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:45.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:45.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:45.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:45.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:45.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:45.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:45.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:45.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:45.730+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:45.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:45.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:45.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:45.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:46.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:46.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:46.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:46.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:46.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:46.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:46.467+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:46.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:46.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:47.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:47.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:47.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:47.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:47.413+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:47.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:47.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:47.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:47.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:47.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:47.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:48.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:48.346+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:48.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:48.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:48.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:48.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:49.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:49.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:49.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:49.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:49.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:49.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:49.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:49.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:49.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:49.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:49.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:49.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:49.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:49.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:50.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:50.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:50.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:50.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:51.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:51.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:51.317+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:51.554+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:51.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:51.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:51.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:51.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:52.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:52.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:52.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:52.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:52.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:52.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:52.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:52.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:52.880+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:52.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:52.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:52.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:52.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:54.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:54.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:54.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:54.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:54.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:54.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:55.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:55.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:55.804+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:55.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:55.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:55.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:55.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:02:57.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:02:57.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:02:57.308+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:02:57.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:02:57.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:02:57.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:02:57.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:03.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:03.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:03.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:03.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:03.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:03.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:03.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:03.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:04.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:04.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:04.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:04.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:06.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:06.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:06.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:06.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:06.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:06.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:09.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:09.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:09.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:09.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:09.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:09.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:10.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:10.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:10.099+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:03:10.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:10.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:10.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:10.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:10.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:10.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:10.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:10.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:10.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:10.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:12.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:12.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:12.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:12.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:12.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:12.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:16.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:16.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:17.012+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:03:17.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:17.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:17.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:17.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:17.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:17.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:17.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:17.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:17.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:17.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:18.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:18.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:18.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:18.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:18.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:18.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:20.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:20.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:20.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:20.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:20.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:20.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:21.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:21.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:21.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:21.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:21.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:21.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:22.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:22.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:22.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:22.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:22.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:22.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:23.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:23.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:23.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:23.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:23.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:23.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:23.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:23.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:23.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:23.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:23.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:23.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:24.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:24.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:25.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:25.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:25.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:25.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:26.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:26.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:26.062+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:03:26.084+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:03:26.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:26.288+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:26.288+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:26.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:26.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:26.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:26.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:26.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:26.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:26.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:27.259+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:27.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:27.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:27.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:27.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:27.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:28.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:28.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:29.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:29.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:29.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:29.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:29.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:29.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:29.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:29.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:29.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:29.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:29.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:29.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:29.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:29.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:29.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:29.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:29.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:29.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:30.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:30.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:30.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:30.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:31.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:31.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:31.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:31.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:31.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:31.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:31.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:31.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:31.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:31.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:31.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:31.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:34.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:34.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:34.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:34.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:34.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:34.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:34.978+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:34.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:35.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:35.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:35.040+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:35.040+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:35.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:35.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:35.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:35.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:35.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:35.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:37.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:37.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:37.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:37.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:37.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:37.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:41.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:41.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:41.206+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:03:41.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:41.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:41.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:41.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:41.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:41.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:41.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:41.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:41.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:41.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:41.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:41.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:41.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:41.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:41.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:41.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:42.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:42.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:42.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:42.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:42.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:42.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:43.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:43.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:43.896+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:03:44.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:44.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:44.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:44.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:46.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:46.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:46.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:46.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:46.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:46.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:46.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:46.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:46.698+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:03:46.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:46.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:46.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:46.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:46.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:46.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:46.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:46.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:46.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:46.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:47.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:47.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:47.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:47.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:47.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:47.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:49.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:49.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:49.161+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:49.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:49.161+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:49.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:49.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:49.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:49.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:49.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:49.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:49.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:49.629+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:49.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:49.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:49.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:49.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:49.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:51.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:51.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:51.387+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:03:51.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:51.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:51.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:51.473+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:52.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:52.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:52.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:52.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:52.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:52.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:55.614+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:03:55.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:55.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:55.720+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:03:55.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:55.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:55.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:55.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:03:56.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:03:56.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:03:56.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:03:56.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:03:56.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:03:56.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:00.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:00.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:00.910+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:04:00.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:00.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:00.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:00.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:02.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:02.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:02.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:02.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:02.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:02.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:02.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:02.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:03.024+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:03.024+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:03.024+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:03.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:05.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:05.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:05.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:05.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:05.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:05.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:05.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:05.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:05.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:05.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:05.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:05.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:07.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:07.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:07.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:07.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:07.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:07.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:08.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:08.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:08.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:08.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:08.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:08.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:09.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:09.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:09.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:09.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:09.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:09.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:10.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:10.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:10.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:10.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:10.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:10.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:11.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:11.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:11.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:11.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:11.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:11.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:11.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:11.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:11.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:11.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:11.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:11.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:15.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:15.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:15.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:15.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:15.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:15.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:15.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:15.443+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:15.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:15.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:15.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:15.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:16.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:16.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:16.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:16.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:16.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:16.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:16.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:16.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:16.541+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:16.541+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:16.541+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:16.541+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:17.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:17.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:17.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:17.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:17.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:17.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:18.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:18.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:19.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:19.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:19.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:19.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:19.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:19.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:19.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:19.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:19.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:19.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:20.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:20.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:20.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:20.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:20.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:20.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:21.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:21.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:21.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:21.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:21.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:21.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:22.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:22.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:22.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:22.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:22.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:22.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:23.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:23.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:23.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:23.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:23.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:23.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:24.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:24.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:24.064+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:04:24.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:24.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:24.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:24.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:24.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:24.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:24.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:24.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:24.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:24.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:25.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:25.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:25.412+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:04:25.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:25.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:25.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:25.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:26.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:26.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:26.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:26.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:26.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:26.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:28.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:28.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:28.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:28.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:28.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:28.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:28.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:28.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:28.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:28.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:28.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:28.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:29.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:29.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:29.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:29.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:29.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:29.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:31.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:31.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:31.161+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:04:31.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:31.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:31.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:31.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:32.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:32.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:32.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:32.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:32.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:32.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:34.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:34.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:34.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:34.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:34.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:34.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:37.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:37.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:38.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:38.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:38.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:38.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:41.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:41.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:41.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:41.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:41.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:41.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:43.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:43.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:43.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:43.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:43.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:43.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:44.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:44.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:44.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:44.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:44.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:44.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:47.208+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:47.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:47.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:47.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:47.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:47.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:48.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:48.008+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:48.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:48.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:48.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:48.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:48.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:48.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:48.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:48.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:48.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:48.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:51.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:51.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:51.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:51.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:51.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:51.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:52.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:52.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:52.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:52.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:52.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:52.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:53.289+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:53.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:54.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:54.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:54.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:54.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:54.879+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:54.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:55.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:55.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:55.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:55.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:55.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:55.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:04:56.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:04:56.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:04:56.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:04:56.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:04:59.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:04:59.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:00.170+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:05:00.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:00.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:00.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:00.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:00.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:00.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:00.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:00.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:00.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:00.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:01.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:01.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:01.781+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:05:02.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:02.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:02.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:02.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:02.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:02.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:02.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:02.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:02.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:02.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:06.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:06.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:07.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:07.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:07.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:07.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:07.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:07.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:08.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:08.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:08.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:08.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:11.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:11.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:11.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:11.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:11.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:11.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:12.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:12.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:12.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:12.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:12.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:12.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:14.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:14.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:14.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:14.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:14.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:14.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:15.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:15.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:16.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:16.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:16.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:16.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:16.977+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:16.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:17.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:17.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:17.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:17.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:18.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:18.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:19.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:19.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:19.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:19.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:19.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:19.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:20.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:20.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:20.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:20.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:22.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:22.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:23.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:23.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:23.128+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:05:23.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:23.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:24.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:24.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:24.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:24.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:24.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:24.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:24.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:24.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:25.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:25.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:25.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:25.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:28.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:28.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:28.389+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:28.389+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:28.389+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:28.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:28.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:28.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:29.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:29.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:29.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:29.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:30.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:30.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:30.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:30.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:30.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:30.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:31.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:31.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:31.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:31.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:31.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:31.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:32.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:32.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:32.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:32.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:32.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:32.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:33.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:33.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:33.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:33.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:33.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:33.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:36.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:36.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:36.604+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:05:36.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:36.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:36.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:36.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:37.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:37.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:37.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:37.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:37.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:37.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:38.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:38.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:38.831+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:38.831+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:38.831+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:38.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:42.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:42.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:43.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:43.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:43.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:43.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:45.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:45.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:45.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:45.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:45.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:45.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:46.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:46.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:47.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:47.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:47.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:47.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:48.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:48.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:49.127+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:49.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:49.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:49.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:51.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:51.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:51.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:51.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:51.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:51.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:51.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:51.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:52.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:52.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:52.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:52.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:52.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:52.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:53.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:53.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:53.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:53.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:54.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:54.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:54.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:54.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:54.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:54.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:05:56.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:05:56.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:05:57.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:05:57.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:05:57.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:05:57.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:01.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:01.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:02.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:02.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:02.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:02.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:02.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:02.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:02.828+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:02.828+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:02.828+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:02.828+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:05.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:05.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:05.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:05.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:05.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:05.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:07.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:07.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:08.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:08.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:08.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:08.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:08.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:08.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:08.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:08.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:08.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:08.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:08.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:08.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:09.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:09.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:09.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:09.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:09.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:09.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:09.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:09.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:09.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:09.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:11.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:11.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:11.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:11.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:11.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:11.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:15.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:15.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:15.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:15.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:15.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:15.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:15.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:15.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:15.911+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:06:15.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:15.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:15.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:15.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:17.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:17.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:17.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:17.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:17.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:17.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:19.039+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:19.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:19.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:19.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:19.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:19.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:22.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:22.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:22.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:22.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:22.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:22.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:22.469+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:06:23.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:23.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:23.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:23.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:23.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:23.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:24.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:24.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:24.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:24.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:24.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:24.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:28.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:28.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:28.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:28.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:28.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:28.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:28.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:28.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:28.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:28.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:28.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:28.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:30.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:30.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:30.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:30.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:30.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:30.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:31.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:31.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:31.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:31.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:31.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:31.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:31.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:31.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:31.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:31.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:31.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:31.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:32.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:32.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:32.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:32.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:32.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:32.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:34.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:34.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:34.313+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:34.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:34.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:34.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:34.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:34.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:34.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:34.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:34.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:34.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:35.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:35.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:35.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:35.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:35.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:35.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:35.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:35.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:35.874+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:06:35.898+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:35.898+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:35.898+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:35.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:36.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:36.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:36.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:36.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:36.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:36.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:37.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:37.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:37.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:37.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:37.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:37.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:37.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:37.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:37.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:37.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:37.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:37.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:38.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:38.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:38.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:38.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:38.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:38.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:39.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:39.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:39.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:39.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:39.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:39.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:40.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:40.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:40.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:40.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:40.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:40.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:40.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:40.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:40.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:40.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:40.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:40.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:41.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:41.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:41.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:41.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:41.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:41.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:41.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:41.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:41.857+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:41.857+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:41.857+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:41.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:42.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:42.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:42.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:42.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:42.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:42.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:43.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:43.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:43.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:43.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:43.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:43.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:44.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:44.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:44.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:44.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:44.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:44.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:45.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:45.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:45.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:45.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:45.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:45.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:46.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:46.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:46.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:46.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:46.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:46.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:47.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:47.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:47.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:47.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:47.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:47.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:47.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:47.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:48.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:48.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:48.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:48.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:48.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:48.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:48.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:48.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:48.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:48.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:49.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:49.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:49.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:49.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:49.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:49.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:50.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:50.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:50.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:50.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:50.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:50.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:50.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:50.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:51.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:51.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:51.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:51.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:51.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:51.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:51.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:51.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:51.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:51.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:52.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:52.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:52.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:52.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:52.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:52.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:52.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:52.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:52.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:52.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:52.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:52.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:52.751+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:52.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:52.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:52.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:52.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:52.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:53.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:53.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:53.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:53.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:53.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:53.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:54.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:54.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:54.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:54.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:54.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:54.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:55.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:55.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:55.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:55.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:55.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:55.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:55.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:55.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:55.881+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:55.881+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:55.881+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:55.881+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:56.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:56.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:56.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:56.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:56.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:56.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:56.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:56.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:56.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:56.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:56.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:56.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:57.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:57.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:57.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:57.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:57.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:57.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:58.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:58.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:58.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:58.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:58.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:58.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:58.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:58.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:58.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:58.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:58.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:58.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:06:58.802+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:06:58.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:06:58.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:06:58.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:06:58.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:06:58.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:06:58.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:00.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:00.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:00.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:00.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:00.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:00.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:01.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:01.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:01.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:01.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:01.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:01.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:01.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:01.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:01.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:01.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:01.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:01.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:03.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:03.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:03.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:03.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:03.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:03.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:03.790+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:07:03.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:03.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:04.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:04.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:04.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:04.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:04.386+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:07:04.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:04.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:04.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:04.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:04.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:04.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:05.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:05.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:05.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:05.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:05.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:05.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:06.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:06.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:06.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:06.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:06.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:06.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:06.756+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:06.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:06.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:06.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:06.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:06.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:07.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:07.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:07.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:07.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:07.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:07.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:08.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:08.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:08.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:08.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:08.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:08.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:08.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:08.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:08.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:08.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:08.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:08.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:08.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:08.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:09.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:09.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:09.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:09.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:09.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:09.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:09.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:09.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:09.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:09.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:10.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:10.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:10.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:10.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:10.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:10.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:11.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:11.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:11.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:11.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:11.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:11.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:11.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:11.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:11.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:11.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:11.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:11.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:11.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:11.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:12.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:12.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:12.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:12.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:12.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:12.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:12.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:12.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:12.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:12.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:14.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:14.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:14.031+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:07:14.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:14.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:14.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:14.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:15.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:15.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:15.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:15.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:15.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:15.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:15.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:15.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:15.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:15.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:15.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:15.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:16.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:16.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:16.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:16.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:16.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:16.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:17.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:17.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:17.066+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:17.066+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:17.066+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:17.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:17.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:17.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:17.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:17.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:17.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:17.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:19.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:19.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:19.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:19.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:19.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:19.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:20.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:20.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:20.860+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:07:20.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:20.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:20.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:20.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:22.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:22.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:22.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:22.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:22.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:22.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:22.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:22.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:23.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:23.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:23.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:23.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:23.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:23.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:23.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:23.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:23.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:23.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:23.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:23.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:23.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:23.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:23.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:23.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:25.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:25.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:26.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:26.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:26.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:26.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:26.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:26.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:26.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:26.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:26.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:26.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:26.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:26.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:26.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:26.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:26.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:26.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:27.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:27.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:27.596+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:07:27.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:27.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:27.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:27.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:27.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:27.881+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:27.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:27.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:27.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:27.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:28.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:28.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:28.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:28.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:28.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:28.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:29.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:29.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:29.087+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:07:29.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:29.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:29.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:29.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:29.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:29.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:29.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:29.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:29.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:29.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:30.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:30.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:30.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:30.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:30.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:30.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:30.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:30.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:30.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:30.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:30.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:30.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:31.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:31.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:31.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:31.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:31.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:31.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:31.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:31.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:31.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:31.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:31.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:31.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:31.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:31.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:31.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:31.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:31.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:31.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:32.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:32.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:32.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:32.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:32.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:32.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:33.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:33.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:33.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:33.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:33.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:33.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:33.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:33.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:33.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:33.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:33.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:33.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:34.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:34.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:34.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:34.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:34.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:34.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:35.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:35.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:35.365+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:07:35.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:35.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:35.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:35.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:35.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:35.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:35.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:35.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:35.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:35.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:36.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:36.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:36.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:36.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:36.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:36.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:36.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:36.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:36.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:36.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:36.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:36.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:38.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:38.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:38.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:38.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:38.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:38.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:39.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:39.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:39.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:39.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:39.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:39.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:39.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:39.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:39.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:39.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:39.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:39.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:40.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:40.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:40.921+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:07:40.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:40.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:40.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:40.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:41.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:41.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:41.391+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:07:41.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:41.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:41.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:41.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:41.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:41.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:41.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:41.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:41.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:41.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:43.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:43.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:43.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:43.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:43.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:43.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:44.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:44.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:44.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:44.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:44.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:44.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:45.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:45.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:45.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:45.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:45.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:45.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:46.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:46.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:46.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:46.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:46.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:46.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:46.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:46.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:46.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:46.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:46.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:46.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:46.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:46.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:46.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:46.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:46.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:46.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:47.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:47.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:47.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:47.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:47.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:47.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:47.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:47.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:47.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:47.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:47.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:47.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:47.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:47.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:47.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:47.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:47.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:47.741+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:48.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:48.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:48.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:48.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:48.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:48.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:49.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:49.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:49.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:49.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:49.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:49.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:51.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:51.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:51.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:51.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:51.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:51.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:51.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:51.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:51.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:51.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:51.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:51.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:52.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:52.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:52.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:52.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:52.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:52.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:52.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:52.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:52.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:52.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:52.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:52.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:52.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:52.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:53.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:53.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:53.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:53.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:53.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:53.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:53.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:53.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:53.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:53.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:53.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:53.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:53.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:53.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:53.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:53.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:54.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:54.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:54.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:54.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:54.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:54.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:54.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:54.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:54.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:54.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:54.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:54.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:55.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:55.987+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:56.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:56.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:56.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:56.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:57.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:57.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:57.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:57.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:57.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:57.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:58.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:58.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:58.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:58.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:58.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:58.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:58.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:58.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:58.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:58.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:58.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:58.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:58.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:58.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:58.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:58.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:58.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:58.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:07:59.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:07:59.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:07:59.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:07:59.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:07:59.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:07:59.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:00.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:00.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:00.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:00.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:00.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:00.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:01.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:01.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:01.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:01.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:01.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:01.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:01.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:01.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:01.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:01.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:01.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:01.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:02.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:02.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:02.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:02.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:02.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:02.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:02.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:02.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:02.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:02.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:02.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:02.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:03.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:03.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:03.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:03.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:03.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:03.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:04.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:04.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:04.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:04.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:04.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:04.741+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:05.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:05.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:05.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:05.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:05.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:05.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:05.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:05.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:05.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:05.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:05.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:05.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:06.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:06.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:06.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:06.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:06.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:06.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:06.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:06.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:06.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:06.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:06.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:06.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:08.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:08.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:08.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:08.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:08.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:08.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:08.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:08.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:08.299+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:08:08.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:08.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:08.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:08.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:08.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:08.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:08.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:08.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:08.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:08.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:09.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:09.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:09.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:09.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:09.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:09.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:09.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:09.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:09.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:09.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:09.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:09.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:10.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:10.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:10.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:10.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:10.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:10.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:10.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:10.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:10.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:10.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:10.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:10.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:11.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:11.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:11.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:11.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:11.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:11.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:13.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:13.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:13.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:13.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:13.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:13.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:13.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:13.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:13.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:13.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:13.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:13.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:14.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:14.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:14.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:14.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:14.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:14.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:15.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:15.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:15.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:15.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:15.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:15.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:15.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:15.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:15.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:15.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:15.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:15.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:15.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:15.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:15.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:15.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:15.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:15.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:16.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:16.208+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:16.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:16.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:16.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:16.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:17.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:17.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:17.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:17.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:17.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:17.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:18.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:18.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:18.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:18.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:18.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:18.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:18.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:18.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:18.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:18.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:18.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:18.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:18.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:18.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:18.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:18.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:18.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:18.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:18.751+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:18.752+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:18.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:18.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:18.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:18.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:19.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:19.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:19.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:19.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:19.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:19.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:20.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:20.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:20.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:20.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:20.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:20.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:21.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:21.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:21.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:21.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:21.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:21.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:22.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:22.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:22.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:22.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:22.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:22.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:22.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:22.603+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:22.620+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:08:22.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:22.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:22.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:22.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:23.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:23.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:23.793+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:08:23.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:23.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:23.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:23.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:23.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:23.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:23.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:23.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:23.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:23.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:24.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:24.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:24.374+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:08:24.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:24.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:24.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:24.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:27.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:27.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:27.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:27.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:27.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:27.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:27.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:27.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:28.000+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:28.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:28.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:28.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:28.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:28.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:28.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:28.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:28.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:28.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:28.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:28.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:28.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:28.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:28.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:28.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:29.321+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:29.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:29.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:29.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:29.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:29.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:29.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:29.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:29.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:29.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:29.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:29.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:30.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:30.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:30.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:30.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:30.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:30.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:30.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:30.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:31.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:31.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:31.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:31.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:31.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:31.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:31.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:31.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:31.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:31.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:31.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:31.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:31.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:31.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:31.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:31.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:32.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:32.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:32.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:32.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:32.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:32.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:34.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:34.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:34.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:34.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:34.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:34.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:34.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:34.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:34.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:34.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:34.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:34.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:35.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:35.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:35.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:35.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:35.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:35.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:35.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:35.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:35.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:35.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:35.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:35.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:36.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:36.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:36.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:36.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:36.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:36.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:36.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:36.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:36.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:36.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:36.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:36.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:37.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:37.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:37.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:37.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:37.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:37.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:37.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:37.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:37.186+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:37.186+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:37.186+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:37.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:38.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:38.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:38.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:38.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:38.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:38.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:38.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:38.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:38.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:38.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:38.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:38.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:39.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:39.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:39.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:39.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:39.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:39.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:39.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:39.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:39.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:39.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:39.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:39.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:39.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:39.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:39.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:39.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:39.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:39.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:42.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:42.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:42.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:42.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:42.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:42.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:43.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:43.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:43.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:43.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:43.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:43.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:44.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:44.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:44.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:44.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:44.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:44.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:44.707+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:08:44.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:44.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:44.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:44.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:44.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:44.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:45.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:45.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:45.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:45.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:45.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:45.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:45.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:45.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:45.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:45.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:45.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:45.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:46.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:46.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:46.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:46.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:46.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:46.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:47.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:47.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:47.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:47.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:47.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:47.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:47.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:47.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:47.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:47.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:47.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:47.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:48.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:48.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:48.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:48.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:48.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:48.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:48.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:48.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:48.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:48.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:48.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:48.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:50.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:50.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:50.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:50.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:50.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:50.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:51.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:51.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:51.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:51.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:51.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:51.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:51.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:51.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:52.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:52.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:52.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:52.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:52.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:52.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:52.563+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:08:52.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:52.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:52.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:52.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:52.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:52.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:53.000+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:53.000+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:53.000+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:53.000+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:53.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:53.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:54.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:54.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:54.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:54.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:54.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:54.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:54.255+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:08:54.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:54.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:54.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:54.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:54.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:54.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:54.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:54.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:54.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:54.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:56.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:56.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:56.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:56.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:56.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:56.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:57.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:57.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:58.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:58.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:58.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:58.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:58.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:59.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:59.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:59.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:59.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:59.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:59.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:59.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:59.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:59.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:59.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:59.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:59.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:59.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:59.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:59.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:59.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:59.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:08:59.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:08:59.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:08:59.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:08:59.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:08:59.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:08:59.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:00.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:00.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:00.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:00.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:00.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:00.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:00.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:00.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:00.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:00.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:00.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:00.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:01.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:01.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:01.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:01.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:01.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:01.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:01.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:01.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:01.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:01.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:01.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:01.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:02.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:02.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:02.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:02.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:02.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:02.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:02.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:02.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:02.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:02.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:02.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:02.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:03.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:03.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:03.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:03.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:03.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:03.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:04.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:04.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:04.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:04.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:04.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:04.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:04.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:04.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:04.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:04.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:04.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:04.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:05.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:05.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:05.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:05.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:05.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:05.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:06.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:06.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:06.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:06.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:06.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:06.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:06.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:06.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:06.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:06.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:06.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:06.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:06.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:06.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:06.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:06.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:06.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:06.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:07.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:07.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:07.693+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:09:07.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:07.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:07.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:07.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:08.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:08.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:08.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:08.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:08.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:08.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:08.781+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:09:09.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:09.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:09.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:09.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:09.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:09.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:10.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:10.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:10.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:10.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:10.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:10.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:11.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:11.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:11.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:11.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:11.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:11.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:11.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:11.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:11.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:11.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:11.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:11.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:12.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:12.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:12.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:12.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:12.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:12.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:12.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:12.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:13.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:13.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:13.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:13.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:15.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:15.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:15.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:15.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:15.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:15.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:15.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:15.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:15.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:15.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:15.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:15.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:15.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:15.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:16.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:16.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:16.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:16.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:16.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:16.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:16.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:16.469+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:16.469+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:16.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:16.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:16.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:16.734+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:09:16.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:16.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:16.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:16.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:16.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:16.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:16.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:16.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:16.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:16.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:17.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:17.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:17.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:17.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:17.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:17.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:17.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:17.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:18.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:18.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:18.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:18.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:20.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:20.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:20.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:20.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:20.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:20.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:21.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:21.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:21.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:21.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:21.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:21.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:22.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:22.331+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:22.395+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:09:22.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:22.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:22.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:22.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:22.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:22.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:22.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:22.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:22.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:22.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:22.783+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:09:22.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:22.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:22.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:22.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:22.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:22.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:23.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:23.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:23.313+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:23.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:23.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:23.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:23.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:23.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:23.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:23.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:23.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:23.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:24.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:24.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:24.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:24.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:24.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:24.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:24.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:24.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:24.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:24.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:24.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:24.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:25.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:25.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:25.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:25.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:25.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:25.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:27.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:27.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:27.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:27.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:27.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:27.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:28.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:28.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:28.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:28.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:28.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:28.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:29.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:29.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:29.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:29.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:29.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:29.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:29.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:29.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:30.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:30.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:30.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:30.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:33.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:33.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:33.484+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:09:33.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:33.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:33.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:33.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:34.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:34.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:34.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:34.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:34.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:34.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:35.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:35.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:35.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:35.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:35.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:35.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:38.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:38.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:38.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:38.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:38.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:38.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:38.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:38.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:38.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:38.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:38.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:38.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:39.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:39.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:39.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:39.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:39.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:39.741+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:40.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:40.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:40.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:40.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:40.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:40.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:41.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:41.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:41.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:41.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:41.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:41.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:41.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:41.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:41.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:41.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:41.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:41.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:42.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:42.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:42.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:42.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:42.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:42.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:43.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:43.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:43.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:43.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:43.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:43.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:43.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:43.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:43.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:43.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:43.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:43.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:43.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:43.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:43.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:43.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:43.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:43.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:43.879+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:43.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:43.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:43.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:43.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:43.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:44.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:44.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:44.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:44.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:44.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:44.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:45.072+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:45.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:45.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:45.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:45.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:45.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:45.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:45.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:45.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:45.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:45.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:45.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:46.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:46.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:47.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:47.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:47.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:47.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:47.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:47.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:47.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:47.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:47.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:47.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:48.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:48.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:48.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:48.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:48.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:48.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:48.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:48.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:48.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:48.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:48.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:48.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:49.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:49.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:49.245+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:09:49.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:49.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:49.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:49.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:49.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:49.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:49.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:49.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:49.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:49.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:50.254+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:09:50.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:50.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:50.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:50.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:50.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:50.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:50.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:50.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:50.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:50.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:50.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:50.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:50.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:50.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:50.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:50.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:50.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:50.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:51.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:51.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:51.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:51.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:51.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:51.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:54.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:54.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:54.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:54.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:54.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:54.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:54.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:54.524+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:54.563+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:09:54.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:54.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:54.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:54.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:54.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:54.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:54.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:54.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:54.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:54.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:55.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:55.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:55.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:55.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:55.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:55.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:55.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:55.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:55.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:55.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:55.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:55.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:55.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:55.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:55.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:55.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:55.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:55.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:56.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:56.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:56.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:56.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:56.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:56.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:56.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:56.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:56.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:56.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:56.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:56.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:57.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:57.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:57.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:57.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:57.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:57.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:58.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:58.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:58.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:58.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:58.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:58.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:58.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:58.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:58.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:58.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:58.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:58.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:59.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:59.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:59.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:59.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:59.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:59.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:59.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:59.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:59.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:59.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:59.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:59.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:09:59.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:09:59.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:09:59.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:09:59.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:09:59.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:09:59.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:00.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:00.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:00.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:00.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:00.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:00.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:01.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:01.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:01.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:01.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:01.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:01.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:02.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:02.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:02.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:02.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:02.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:02.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:03.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:03.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:03.320+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:10:03.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:03.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:03.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:03.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:03.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:03.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:03.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:03.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:03.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:03.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:03.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:03.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:03.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:03.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:03.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:03.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:04.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:04.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:04.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:04.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:04.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:04.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:06.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:06.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:06.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:06.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:06.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:06.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:06.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:06.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:06.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:06.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:06.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:06.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:07.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:07.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:07.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:07.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:07.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:07.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:08.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:08.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:08.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:08.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:08.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:08.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:10.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:10.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:10.520+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:10:10.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:10.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:10.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:10.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:10.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:10.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:10.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:10.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:10.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:10.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:11.165+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:11.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:11.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:11.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:11.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:11.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:11.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:11.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:11.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:11.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:11.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:11.684+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:11.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:11.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:11.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:11.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:11.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:11.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:11.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:11.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:12.049+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:12.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:12.049+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:12.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:12.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:12.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:12.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:12.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:12.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:12.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:12.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:12.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:12.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:12.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:12.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:12.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:12.978+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:12.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:13.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:13.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:13.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:13.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:13.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:13.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:13.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:13.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:13.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:13.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:13.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:13.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:13.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:13.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:13.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:13.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:15.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:15.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:15.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:15.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:15.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:15.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:16.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:16.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:16.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:16.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:16.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:16.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:16.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:16.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:16.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:16.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:16.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:16.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:16.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:16.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:16.890+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:10:16.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:16.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:16.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:16.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:17.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:17.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:17.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:17.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:17.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:17.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:17.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:17.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:17.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:17.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:17.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:17.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:17.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:17.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:17.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:17.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:17.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:17.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:18.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:18.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:18.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:18.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:18.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:18.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:19.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:19.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:19.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:19.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:19.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:19.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:20.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:20.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:20.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:20.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:20.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:20.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:20.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:20.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:20.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:20.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:20.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:20.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:22.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:22.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:22.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:22.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:22.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:22.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:22.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:22.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:22.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:22.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:22.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:22.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:24.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:24.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:25.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:25.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:25.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:25.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:25.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:25.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:25.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:25.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:25.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:25.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:25.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:25.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:25.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:25.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:25.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:25.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:26.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:26.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:26.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:26.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:26.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:26.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:26.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:26.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:27.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:27.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:27.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:27.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:29.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:29.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:29.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:29.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:29.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:29.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:30.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:30.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:30.380+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:10:30.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:30.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:30.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:30.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:30.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:30.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:30.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:30.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:30.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:30.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:31.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:31.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:31.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:31.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:31.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:31.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:31.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:31.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:31.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:31.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:31.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:31.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:31.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:31.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:31.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:31.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:31.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:31.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:32.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:32.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:32.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:32.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:32.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:32.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:32.471+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:10:33.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:33.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:33.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:33.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:33.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:33.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:33.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:33.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:33.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:33.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:33.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:33.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:34.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:34.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:34.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:34.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:34.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:34.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:34.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:34.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:34.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:34.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:34.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:34.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:35.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:35.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:35.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:35.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:35.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:35.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:35.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:35.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:35.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:35.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:35.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:35.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:36.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:36.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:36.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:36.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:36.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:36.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:36.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:36.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:36.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:36.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:36.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:36.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:36.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:36.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:36.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:36.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:36.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:36.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:37.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:37.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:37.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:37.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:37.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:37.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:38.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:38.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:38.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:38.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:38.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:38.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:38.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:38.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:38.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:38.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:38.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:38.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:38.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:38.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:39.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:39.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:39.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:39.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:39.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:39.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:39.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:39.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:39.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:39.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:39.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:39.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:39.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:39.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:39.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:39.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:40.072+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:40.072+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:40.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:40.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:40.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:40.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:42.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:42.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:42.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:42.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:42.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:42.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:44.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:44.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:44.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:44.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:44.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:44.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:46.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:46.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:46.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:46.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:46.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:46.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:48.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:48.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:48.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:48.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:48.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:48.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:48.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:48.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:48.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:48.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:48.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:48.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:49.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:49.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:49.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:49.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:49.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:49.154+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:49.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:49.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:49.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:49.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:49.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:49.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:50.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:50.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:50.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:50.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:50.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:50.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:51.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:51.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:51.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:51.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:51.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:51.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:52.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:52.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:52.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:52.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:52.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:52.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:52.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:52.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:52.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:52.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:52.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:52.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:52.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:52.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:52.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:52.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:52.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:52.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:52.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:52.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:52.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:52.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:52.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:52.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:53.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:53.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:53.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:53.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:53.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:53.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:53.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:53.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:53.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:53.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:53.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:53.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:53.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:53.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:53.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:53.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:53.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:53.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:53.651+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:53.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:53.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:53.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:53.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:53.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:54.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:54.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:54.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:54.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:54.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:54.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:54.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:54.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:54.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:54.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:54.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:54.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:54.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:54.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:54.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:54.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:54.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:54.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:55.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:55.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:55.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:55.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:55.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:55.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:57.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:57.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:57.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:57.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:57.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:57.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:57.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:57.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:57.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:57.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:57.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:57.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:57.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:57.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:57.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:57.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:57.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:57.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:58.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:58.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:58.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:58.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:58.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:58.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:58.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:58.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:58.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:58.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:58.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:58.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:58.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:58.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:58.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:58.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:58.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:58.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:10:59.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:10:59.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:10:59.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:10:59.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:10:59.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:10:59.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:00.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:00.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:00.032+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:11:00.066+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:00.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:00.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:00.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:00.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:00.604+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:00.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:00.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:00.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:00.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:01.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:01.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:01.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:01.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:01.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:01.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:02.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:02.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:02.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:02.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:02.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:02.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:02.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:02.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:02.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:02.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:02.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:02.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:03.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:03.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:03.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:03.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:03.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:03.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:05.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:05.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:05.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:05.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:05.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:05.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:05.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:05.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:05.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:05.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:05.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:05.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:06.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:06.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:06.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:06.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:06.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:06.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:07.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:07.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:07.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:07.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:07.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:07.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:07.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:07.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:07.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:07.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:07.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:07.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:07.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:07.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:07.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:07.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:07.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:07.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:08.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:08.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:08.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:08.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:08.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:08.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:08.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:08.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:08.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:08.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:08.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:08.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:09.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:09.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:09.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:09.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:09.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:09.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:09.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:09.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:09.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:09.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:09.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:09.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:09.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:09.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:09.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:09.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:09.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:09.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:10.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:10.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:10.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:10.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:10.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:10.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:11.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:11.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:11.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:11.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:11.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:11.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:12.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:12.845+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:12.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:12.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:12.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:12.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:12.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:12.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:12.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:12.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:12.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:12.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:14.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:14.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:14.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:14.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:14.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:14.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:14.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:14.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:14.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:14.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:14.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:14.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:15.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:15.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:15.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:15.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:15.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:15.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:15.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:15.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:15.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:15.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:15.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:15.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:15.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:15.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:15.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:15.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:15.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:15.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:16.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:16.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:16.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:16.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:16.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:16.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:16.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:16.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:16.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:16.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:16.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:16.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:17.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:17.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:17.052+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:11:17.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:17.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:17.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:17.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:17.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:17.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:17.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:17.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:17.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:17.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:18.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:18.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:18.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:18.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:18.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:18.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:18.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:18.243+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:18.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:18.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:18.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:18.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:19.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:19.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:19.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:19.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:19.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:19.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:20.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:20.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:20.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:20.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:20.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:20.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:21.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:21.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:21.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:21.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:21.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:21.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:22.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:22.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:22.372+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:11:22.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:22.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:22.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:22.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:22.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:22.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:22.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:22.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:22.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:22.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:22.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:22.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:23.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:23.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:23.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:23.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:23.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:23.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:23.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:23.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:23.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:23.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:23.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:23.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:23.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:23.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:23.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:23.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:23.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:23.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:23.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:23.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:23.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:23.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:24.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:24.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:24.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:24.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:24.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:24.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:25.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:25.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:25.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:25.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:25.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:25.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:26.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:26.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:26.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:26.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:26.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:26.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:26.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:26.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:26.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:26.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:26.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:26.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:27.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:27.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:27.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:27.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:27.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:27.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:28.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:28.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:28.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:28.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:28.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:28.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:28.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:28.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:28.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:28.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:28.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:28.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:28.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:28.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:28.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:28.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:28.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:28.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:30.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:30.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:30.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:30.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:30.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:30.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:31.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:31.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:31.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:31.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:31.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:31.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:31.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:31.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:31.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:31.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:31.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:31.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:31.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:31.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:31.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:31.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:31.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:31.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:31.817+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:31.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:31.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:31.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:31.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:31.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:32.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:32.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:32.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:32.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:32.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:32.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:33.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:33.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:33.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:33.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:33.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:33.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:33.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:33.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:34.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:34.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:34.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:34.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:34.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:34.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:34.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:34.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:34.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:34.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:35.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:35.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:35.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:35.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:35.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:35.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:35.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:35.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:35.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:35.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:35.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:35.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:36.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:36.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:36.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:36.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:36.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:36.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:36.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:36.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:36.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:36.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:36.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:36.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:37.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:37.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:37.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:37.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:37.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:37.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:37.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:37.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:37.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:37.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:37.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:37.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:37.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:37.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:37.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:37.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:37.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:37.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:38.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:38.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:38.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:38.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:38.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:38.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:39.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:39.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:39.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:39.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:39.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:39.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:39.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:39.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:39.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:39.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:39.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:39.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:39.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:39.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:39.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:39.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:39.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:39.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:40.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:40.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:40.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:40.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:40.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:40.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:40.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:40.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:40.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:40.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:40.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:40.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:42.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:42.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:42.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:42.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:42.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:42.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:43.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:43.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:43.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:43.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:43.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:43.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:44.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:44.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:44.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:44.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:44.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:44.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:44.253+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:11:44.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:44.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:44.743+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:11:44.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:44.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:44.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:44.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:45.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:45.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:45.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:45.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:45.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:45.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:45.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:45.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:45.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:45.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:45.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:45.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:49.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:49.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:50.003+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:11:50.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:50.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:50.052+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:50.052+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:50.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:50.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:50.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:50.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:50.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:50.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:51.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:51.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:51.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:51.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:51.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:51.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:52.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:52.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:52.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:52.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:52.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:52.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:53.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:53.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:53.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:53.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:53.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:53.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:53.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:53.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:53.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:53.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:53.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:53.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:54.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:54.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:54.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:54.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:54.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:54.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:54.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:54.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:54.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:54.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:54.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:54.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:54.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:54.987+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:55.024+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:55.024+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:55.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:55.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:55.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:55.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:55.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:55.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:55.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:55.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:55.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:55.799+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:11:55.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:55.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:55.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:55.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:55.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:56.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:56.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:56.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:56.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:56.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:56.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:56.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:56.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:56.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:56.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:56.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:56.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:57.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:57.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:57.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:57.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:57.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:57.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:58.651+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:58.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:58.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:58.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:58.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:58.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:58.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:58.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:58.994+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:11:59.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:59.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:59.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:59.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:59.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:59.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:59.266+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:59.266+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:59.266+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:59.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:11:59.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:11:59.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:11:59.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:11:59.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:11:59.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:11:59.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:00.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:00.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:00.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:00.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:00.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:00.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:00.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:00.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:00.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:00.982+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:00.982+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:00.982+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:02.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:02.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:02.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:02.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:02.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:02.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:04.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:04.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:04.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:04.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:04.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:04.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:04.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:04.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:04.911+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:12:04.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:04.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:04.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:04.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:08.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:08.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:08.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:08.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:08.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:08.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:08.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:08.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:08.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:08.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:08.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:08.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:09.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:09.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:09.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:09.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:09.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:09.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:09.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:09.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:09.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:09.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:09.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:09.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:10.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:10.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:10.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:10.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:10.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:10.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:10.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:10.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:10.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:10.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:10.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:10.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:11.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:11.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:11.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:11.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:11.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:11.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:12.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:12.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:12.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:12.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:12.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:12.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:13.634+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:12:13.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:13.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:13.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:13.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:13.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:13.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:14.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:14.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:14.174+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:12:14.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:14.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:14.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:14.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:14.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:14.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:14.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:14.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:14.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:14.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:15.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:15.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:15.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:15.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:15.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:15.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:15.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:15.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:15.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:15.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:15.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:15.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:16.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:16.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:16.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:16.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:16.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:16.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:16.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:16.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:16.703+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:12:16.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:16.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:16.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:16.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:16.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:16.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:16.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:16.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:16.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:16.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:17.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:17.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:17.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:17.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:17.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:17.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:17.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:17.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:17.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:17.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:17.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:17.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:18.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:18.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:18.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:18.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:18.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:18.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:19.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:19.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:19.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:19.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:19.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:19.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:20.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:20.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:20.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:20.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:20.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:20.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:21.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:21.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:21.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:21.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:21.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:21.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:22.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:22.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:22.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:22.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:22.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:22.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:22.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:22.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:22.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:22.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:22.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:22.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:23.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:23.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:23.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:23.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:23.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:23.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:23.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:23.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:23.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:23.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:23.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:23.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:24.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:24.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:24.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:24.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:24.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:24.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:24.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:24.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:24.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:24.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:24.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:24.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:24.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:24.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:24.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:24.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:24.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:24.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:27.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:27.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:27.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:27.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:27.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:27.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:27.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:27.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:27.771+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:27.771+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:27.771+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:27.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:29.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:29.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:29.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:29.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:29.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:29.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:29.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:29.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:29.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:29.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:29.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:29.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:29.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:29.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:29.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:29.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:29.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:29.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:30.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:30.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:30.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:30.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:30.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:30.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:30.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:30.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:31.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:31.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:31.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:31.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:31.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:31.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:31.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:31.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:31.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:31.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:31.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:31.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:31.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:31.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:31.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:31.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:32.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:32.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:32.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:32.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:32.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:32.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:32.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:32.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:32.722+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:12:32.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:32.747+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:32.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:32.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:34.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:34.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:34.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:34.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:34.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:34.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:35.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:35.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:35.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:35.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:35.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:35.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:36.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:36.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:36.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:36.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:36.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:36.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:36.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:36.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:36.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:36.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:36.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:36.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:37.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:37.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:37.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:37.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:37.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:37.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:37.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:37.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:37.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:37.882+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:37.882+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:37.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:38.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:38.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:38.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:38.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:38.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:38.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:38.289+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:38.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:38.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:38.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:38.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:38.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:39.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:39.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:39.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:39.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:39.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:39.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:39.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:39.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:39.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:39.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:39.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:39.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:40.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:40.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:40.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:40.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:40.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:40.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:41.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:41.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:41.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:41.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:41.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:41.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:43.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:43.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:43.792+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:12:43.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:43.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:43.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:43.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:44.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:44.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:45.017+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:12:45.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:45.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:45.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:45.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:46.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:46.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:46.186+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:46.186+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:46.186+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:46.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:46.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:46.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:46.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:46.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:46.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:46.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:47.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:47.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:47.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:47.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:47.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:47.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:48.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:48.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:48.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:48.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:48.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:48.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:48.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:48.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:48.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:48.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:48.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:48.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:49.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:49.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:49.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:49.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:49.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:49.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:49.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:49.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:49.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:49.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:49.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:49.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:50.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:50.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:50.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:50.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:50.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:50.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:50.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:50.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:50.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:50.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:50.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:50.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:51.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:51.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:51.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:51.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:51.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:51.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:52.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:52.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:52.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:52.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:52.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:52.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:53.133+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:12:53.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:53.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:53.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:53.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:53.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:53.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:53.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:53.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:53.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:53.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:53.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:53.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:53.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:53.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:53.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:53.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:53.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:53.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:54.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:54.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:54.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:54.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:54.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:54.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:54.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:54.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:54.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:54.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:54.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:54.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:54.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:54.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:54.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:54.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:54.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:54.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:54.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:54.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:54.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:54.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:54.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:54.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:55.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:55.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:55.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:55.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:55.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:55.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:55.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:55.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:55.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:55.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:55.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:55.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:55.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:55.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:55.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:55.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:55.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:55.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:56.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:56.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:56.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:56.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:56.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:56.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:57.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:57.549+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:57.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:57.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:57.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:57.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:58.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:58.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:58.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:58.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:58.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:58.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:58.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:58.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:59.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:59.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:59.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:59.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:59.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:59.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:59.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:59.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:59.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:59.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:59.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:59.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:12:59.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:12:59.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:12:59.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:12:59.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:12:59.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:12:59.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:00.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:00.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:00.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:00.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:01.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:01.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:01.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:01.469+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:01.469+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:01.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:02.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:02.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:02.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:02.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:02.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:02.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:04.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:04.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:05.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:05.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:05.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:05.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:05.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:05.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:05.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:05.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:05.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:05.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:06.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:06.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:07.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:07.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:07.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:07.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:07.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:07.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:07.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:07.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:07.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:07.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:08.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:08.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:08.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:08.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:08.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:08.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:08.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:08.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:08.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:08.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:08.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:08.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:09.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:09.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:09.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:09.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:09.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:09.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:09.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:09.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:09.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:09.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:09.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:09.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:10.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:10.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:10.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:10.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:10.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:10.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:10.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:10.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:11.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:11.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:11.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:11.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:12.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:12.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:12.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:12.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:12.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:12.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:12.750+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:12.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:12.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:12.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:12.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:12.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:13.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:13.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:13.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:13.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:13.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:13.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:13.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:13.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:13.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:13.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:13.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:13.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:13.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:13.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:13.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:13.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:13.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:13.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:14.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:14.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:14.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:14.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:14.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:14.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:14.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:14.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:14.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:14.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:14.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:14.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:14.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:14.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:14.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:14.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:14.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:14.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:15.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:15.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:15.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:15.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:15.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:15.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:16.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:16.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:16.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:16.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:16.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:16.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:16.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:16.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:16.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:16.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:16.828+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:16.828+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:17.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:17.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:17.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:17.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:17.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:17.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:18.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:18.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:18.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:18.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:18.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:18.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:18.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:18.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:18.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:18.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:18.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:18.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:18.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:18.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:18.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:18.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:18.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:18.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:20.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:20.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:20.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:20.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:20.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:20.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:22.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:22.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:22.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:22.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:22.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:22.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:23.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:23.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:23.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:23.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:23.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:23.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:24.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:24.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:24.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:24.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:24.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:24.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:27.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:27.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:27.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:27.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:27.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:27.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:28.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:28.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:28.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:28.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:28.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:28.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:28.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:28.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:28.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:28.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:28.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:28.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:28.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:28.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:28.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:28.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:28.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:28.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:30.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:30.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:30.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:30.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:30.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:30.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:30.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:30.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:30.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:30.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:30.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:30.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:31.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:31.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:31.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:31.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:31.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:31.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:31.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:31.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:31.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:31.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:31.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:31.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:32.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:32.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:32.294+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:13:32.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:32.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:32.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:32.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:32.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:32.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:32.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:32.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:32.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:32.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:33.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:33.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:33.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:33.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:33.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:33.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:33.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:33.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:33.510+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:13:33.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:33.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:33.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:33.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:33.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:33.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:33.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:33.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:33.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:33.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:34.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:34.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:34.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:34.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:34.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:34.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:35.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:35.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:35.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:35.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:35.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:35.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:35.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:35.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:35.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:35.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:35.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:35.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:36.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:36.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:36.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:36.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:36.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:36.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:37.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:37.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:37.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:37.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:37.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:37.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:37.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:37.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:37.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:37.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:37.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:37.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:38.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:38.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:38.156+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:13:38.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:38.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:38.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:38.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:38.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:38.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:38.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:38.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:38.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:38.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:39.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:39.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:39.127+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:39.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:39.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:39.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:39.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:39.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:39.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:39.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:39.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:39.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:41.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:41.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:41.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:41.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:41.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:41.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:42.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:42.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:42.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:42.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:42.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:42.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:42.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:42.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:43.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:43.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:43.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:43.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:43.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:43.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:43.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:43.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:43.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:43.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:44.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:44.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:44.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:44.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:44.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:44.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:44.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:44.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:45.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:45.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:45.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:45.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:45.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:45.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:45.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:45.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:45.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:45.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:45.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:45.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:45.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:45.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:45.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:45.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:46.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:46.479+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:46.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:46.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:46.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:46.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:46.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:46.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:46.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:46.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:46.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:46.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:47.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:47.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:47.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:47.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:47.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:47.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:47.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:47.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:47.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:47.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:47.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:47.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:48.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:48.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:48.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:48.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:48.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:48.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:49.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:49.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:49.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:49.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:49.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:49.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:50.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:50.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:50.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:50.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:50.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:50.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:50.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:50.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:50.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:50.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:50.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:50.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:50.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:50.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:50.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:50.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:50.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:50.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:51.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:51.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:51.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:51.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:51.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:51.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:51.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:51.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:51.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:51.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:51.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:51.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:51.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:51.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:52.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:52.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:52.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:52.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:52.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:52.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:52.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:52.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:52.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:52.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:52.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:52.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:52.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:52.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:52.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:52.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:56.007+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:56.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:56.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:56.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:56.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:56.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:56.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:56.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:56.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:56.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:56.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:56.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:56.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:56.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:56.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:56.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:56.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:56.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:57.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:57.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:57.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:57.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:57.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:57.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:57.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:57.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:57.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:57.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:57.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:57.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:58.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:58.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:58.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:58.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:58.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:58.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:13:59.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:13:59.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:13:59.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:13:59.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:13:59.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:13:59.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:00.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:00.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:00.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:00.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:00.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:00.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:00.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:00.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:00.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:00.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:00.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:00.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:02.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:02.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:02.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:02.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:02.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:02.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:04.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:04.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:04.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:04.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:04.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:04.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:05.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:05.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:05.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:05.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:05.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:05.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:06.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:06.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:06.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:06.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:06.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:06.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:06.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:06.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:06.431+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:14:06.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:06.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:06.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:06.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:06.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:06.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:06.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:06.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:06.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:06.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:08.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:08.020+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:08.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:08.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:08.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:08.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:08.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:08.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:08.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:08.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:08.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:08.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:09.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:09.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:09.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:09.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:09.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:09.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:09.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:09.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:09.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:09.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:09.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:09.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:09.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:09.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:09.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:09.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:09.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:09.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:11.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:11.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:11.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:11.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:11.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:11.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:12.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:12.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:12.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:12.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:12.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:12.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:12.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:12.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:12.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:12.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:12.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:12.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:13.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:13.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:13.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:13.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:13.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:13.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:14.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:14.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:14.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:14.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:14.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:14.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:14.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:14.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:14.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:14.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:14.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:14.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:14.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:14.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:14.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:14.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:14.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:14.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:14.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:14.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:14.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:14.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:14.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:14.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:15.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:15.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:15.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:15.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:15.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:15.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:15.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:15.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:16.049+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:16.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:16.049+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:16.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:16.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:16.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:16.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:16.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:16.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:16.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:17.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:17.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:17.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:17.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:17.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:17.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:17.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:18.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:18.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:18.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:18.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:18.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:19.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:19.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:19.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:19.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:19.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:19.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:19.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:19.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:19.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:19.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:19.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:19.916+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:21.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:21.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:21.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:21.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:21.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:21.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:22.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:22.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:22.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:22.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:22.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:22.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:23.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:23.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:23.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:23.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:23.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:23.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:23.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:23.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:23.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:23.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:23.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:23.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:24.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:24.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:24.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:24.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:24.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:24.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:25.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:25.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:25.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:25.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:25.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:25.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:26.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:26.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:26.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:26.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:26.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:26.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:27.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:27.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:27.360+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:14:27.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:27.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:27.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:27.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:28.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:28.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:28.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:28.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:28.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:28.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:28.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:28.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:28.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:28.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:28.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:28.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:29.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:29.243+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:29.273+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:14:29.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:29.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:29.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:29.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:29.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:29.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:29.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:29.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:29.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:29.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:30.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:30.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:30.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:30.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:30.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:30.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:31.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:31.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:31.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:31.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:31.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:31.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:31.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:31.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:31.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:31.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:31.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:31.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:32.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:32.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:32.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:32.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:32.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:32.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:32.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:32.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:32.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:32.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:32.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:32.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:34.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:34.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:34.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:34.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:34.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:34.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:34.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:34.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:34.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:34.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:34.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:34.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:35.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:35.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:35.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:35.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:35.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:35.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:36.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:36.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:36.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:36.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:36.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:36.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:37.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:37.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:37.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:37.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:37.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:37.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:37.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:37.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:38.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:38.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:38.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:38.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:38.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:38.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:38.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:38.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:38.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:38.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:39.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:39.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:39.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:39.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:39.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:39.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:41.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:41.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:41.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:41.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:41.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:41.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:42.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:42.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:43.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:43.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:43.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:43.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:44.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:44.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:44.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:44.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:44.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:44.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:44.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:44.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:44.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:44.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:44.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:44.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:45.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:45.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:45.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:45.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:45.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:45.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:46.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:46.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:46.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:46.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:46.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:46.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:46.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:46.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:46.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:46.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:46.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:46.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:47.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:47.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:47.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:47.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:47.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:47.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:48.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:48.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:48.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:48.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:48.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:48.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:49.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:49.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:49.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:49.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:49.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:49.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:49.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:49.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:49.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:49.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:49.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:49.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:50.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:50.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:50.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:50.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:50.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:50.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:51.165+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:51.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:51.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:51.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:51.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:51.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:51.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:51.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:51.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:51.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:51.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:51.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:51.831+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:14:51.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:51.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:51.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:51.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:51.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:51.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:52.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:52.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:52.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:52.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:52.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:52.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:52.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:52.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:52.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:52.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:52.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:52.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:54.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:54.905+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:55.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:55.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:55.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:55.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:55.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:55.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:55.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:55.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:55.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:55.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:56.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:56.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:56.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:56.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:56.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:56.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:56.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:56.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:56.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:56.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:56.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:56.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:56.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:56.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:56.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:56.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:56.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:56.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:57.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:57.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:57.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:57.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:57.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:57.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:58.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:58.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:58.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:58.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:58.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:58.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:14:58.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:14:58.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:14:58.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:14:58.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:14:58.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:14:58.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:00.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:00.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:00.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:00.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:00.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:00.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:01.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:01.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:01.526+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:15:01.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:01.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:01.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:01.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:02.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:02.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:03.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:03.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:03.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:03.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:03.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:03.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:03.907+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:15:03.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:03.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:03.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:03.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:06.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:06.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:06.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:06.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:06.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:06.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:06.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:06.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:07.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:07.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:07.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:07.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:08.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:08.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:08.660+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:15:08.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:08.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:08.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:08.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:08.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:08.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:08.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:08.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:08.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:08.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:09.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:09.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:09.422+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:15:09.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:09.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:09.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:09.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:10.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:10.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:10.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:10.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:10.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:10.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:10.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:10.545+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:10.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:10.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:10.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:10.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:11.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:11.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:11.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:11.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:11.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:11.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:12.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:12.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:12.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:12.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:12.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:12.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:14.099+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:15:14.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:14.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:14.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:14.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:14.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:14.226+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:14.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:14.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:14.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:14.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:14.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:14.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:15.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:15.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:15.259+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:15:15.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:15.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:15.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:15.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:15.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:15.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:15.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:15.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:15.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:15.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:16.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:16.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:16.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:16.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:16.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:16.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:16.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:16.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:16.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:16.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:16.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:16.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:17.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:17.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:17.187+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:15:17.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:17.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:17.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:17.231+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:17.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:17.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:17.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:17.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:17.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:17.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:19.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:19.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:19.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:19.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:19.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:19.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:19.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:19.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:19.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:19.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:19.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:19.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:20.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:20.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:20.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:20.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:20.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:20.831+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:21.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:21.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:21.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:21.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:21.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:21.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:22.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:22.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:22.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:22.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:22.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:22.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:23.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:23.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:23.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:23.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:23.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:23.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:24.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:24.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:24.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:24.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:24.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:24.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:25.176+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:15:25.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:25.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:25.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:25.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:25.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:25.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:25.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:25.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:25.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:25.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:25.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:25.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:25.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:25.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:25.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:25.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:25.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:25.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:26.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:26.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:26.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:26.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:26.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:26.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:26.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:26.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:26.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:26.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:26.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:26.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:29.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:29.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:29.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:29.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:29.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:29.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:30.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:30.576+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:30.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:30.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:30.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:30.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:31.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:31.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:31.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:31.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:31.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:31.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:31.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:31.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:31.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:31.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:31.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:31.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:31.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:31.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:31.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:31.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:31.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:31.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:31.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:31.881+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:31.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:31.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:31.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:31.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:32.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:32.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:32.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:32.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:32.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:32.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:33.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:33.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:33.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:33.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:33.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:33.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:33.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:33.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:33.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:33.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:33.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:33.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:35.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:35.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:35.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:35.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:35.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:35.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:36.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:36.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:36.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:36.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:36.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:36.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:37.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:37.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:37.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:37.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:37.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:37.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:38.603+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:38.604+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:38.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:38.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:38.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:38.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:38.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:38.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:38.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:38.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:38.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:38.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:39.521+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:39.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:39.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:39.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:39.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:39.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:40.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:40.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:40.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:40.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:40.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:40.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:40.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:40.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:40.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:40.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:40.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:40.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:41.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:41.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:41.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:41.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:41.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:41.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:42.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:42.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:43.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:43.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:43.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:43.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:43.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:43.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:43.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:43.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:43.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:43.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:43.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:43.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:43.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:43.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:43.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:43.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:44.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:44.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:44.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:44.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:44.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:44.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:45.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:45.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:45.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:45.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:45.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:45.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:45.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:45.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:45.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:45.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:45.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:45.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:46.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:46.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:46.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:46.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:46.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:46.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:49.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:49.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:49.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:49.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:49.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:49.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:49.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:49.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:49.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:49.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:49.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:49.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:49.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:49.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:50.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:50.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:50.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:50.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:50.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:50.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:50.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:50.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:50.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:50.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:51.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:51.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:51.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:51.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:51.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:51.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:52.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:52.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:52.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:52.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:52.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:52.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:52.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:52.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:52.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:52.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:52.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:52.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:53.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:53.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:53.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:53.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:53.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:53.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:54.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:54.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:54.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:54.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:54.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:54.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:54.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:54.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:54.811+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:15:54.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:54.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:54.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:54.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:57.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:57.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:57.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:57.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:57.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:57.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:58.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:58.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:58.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:58.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:58.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:58.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:59.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:59.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:59.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:59.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:59.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:59.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:15:59.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:15:59.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:15:59.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:15:59.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:15:59.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:15:59.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:00.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:00.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:00.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:00.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:00.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:00.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:00.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:00.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:01.049+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:01.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:01.049+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:01.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:01.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:01.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:01.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:01.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:01.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:01.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:02.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:02.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:02.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:02.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:02.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:02.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:02.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:02.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:03.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:03.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:03.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:03.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:03.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:03.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:03.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:03.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:03.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:03.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:03.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:03.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:03.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:03.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:03.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:03.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:04.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:04.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:04.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:04.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:04.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:04.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:05.026+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:05.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:05.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:05.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:05.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:05.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:06.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:06.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:06.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:06.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:06.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:06.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:06.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:06.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:06.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:06.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:06.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:06.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:07.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:07.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:07.462+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:16:07.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:07.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:07.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:07.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:08.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:08.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:08.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:08.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:08.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:08.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:08.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:08.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:08.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:08.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:08.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:08.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:08.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:08.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:08.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:08.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:08.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:08.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:08.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:08.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:08.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:08.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:08.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:08.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:09.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:09.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:09.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:09.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:09.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:09.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:09.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:09.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:09.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:09.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:09.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:09.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:11.275+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:11.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:11.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:11.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:11.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:11.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:12.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:12.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:13.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:13.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:13.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:13.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:13.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:13.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:13.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:13.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:13.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:13.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:13.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:13.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:13.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:13.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:13.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:13.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:14.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:14.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:14.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:14.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:14.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:14.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:14.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:14.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:14.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:14.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:14.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:14.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:15.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:15.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:15.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:15.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:15.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:15.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:15.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:15.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:15.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:15.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:15.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:15.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:15.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:15.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:15.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:15.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:15.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:15.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:15.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:15.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:16.000+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:16.000+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:16.000+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:16.000+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:16.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:16.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:16.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:16.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:16.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:16.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:16.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:16.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:16.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:16.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:16.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:16.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:17.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:17.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:17.161+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:17.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:17.161+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:17.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:18.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:18.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:18.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:18.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:18.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:18.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:19.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:19.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:19.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:19.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:19.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:19.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:20.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:20.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:20.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:20.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:20.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:20.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:20.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:20.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:20.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:20.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:20.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:20.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:21.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:21.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:21.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:21.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:21.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:21.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:21.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:21.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:21.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:21.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:21.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:21.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:21.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:21.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:21.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:21.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:21.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:21.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:22.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:22.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:22.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:22.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:22.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:22.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:22.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:22.346+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:22.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:22.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:22.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:22.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:22.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:22.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:22.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:22.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:22.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:22.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:23.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:23.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:23.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:23.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:23.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:23.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:23.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:23.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:23.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:23.469+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:23.469+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:23.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:24.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:24.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:24.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:24.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:24.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:24.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:25.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:25.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:26.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:26.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:26.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:26.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:26.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:26.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:26.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:26.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:26.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:26.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:27.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:27.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:27.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:27.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:27.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:27.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:27.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:27.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:27.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:27.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:27.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:27.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:28.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:28.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:28.607+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:16:28.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:28.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:28.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:28.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:28.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:28.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:28.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:28.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:28.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:28.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:30.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:30.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:30.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:30.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:30.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:30.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:32.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:32.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:32.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:32.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:32.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:32.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:32.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:32.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:32.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:32.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:32.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:32.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:33.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:33.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:33.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:33.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:33.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:33.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:33.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:33.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:33.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:33.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:33.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:33.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:33.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:33.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:33.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:33.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:33.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:33.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:34.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:34.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:34.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:34.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:34.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:34.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:34.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:34.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:34.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:34.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:34.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:34.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:36.026+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:36.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:36.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:36.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:36.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:36.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:36.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:36.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:36.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:36.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:36.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:36.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:36.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:36.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:36.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:36.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:36.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:36.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:37.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:37.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:37.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:37.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:37.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:37.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:37.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:37.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:37.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:37.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:37.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:37.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:38.465+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:16:38.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:38.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:38.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:38.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:38.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:38.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:38.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:38.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:39.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:39.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:39.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:39.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:39.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:39.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:39.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:39.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:39.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:39.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:40.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:40.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:40.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:40.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:40.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:40.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:40.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:40.576+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:40.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:40.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:40.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:40.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:41.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:41.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:41.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:41.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:41.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:41.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:41.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:41.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:41.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:41.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:41.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:41.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:42.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:42.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:42.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:42.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:42.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:42.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:43.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:43.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:43.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:43.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:43.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:43.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:43.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:43.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:43.662+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:16:43.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:43.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:43.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:43.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:45.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:45.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:45.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:45.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:45.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:45.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:46.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:46.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:46.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:46.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:46.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:46.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:47.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:47.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:47.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:47.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:47.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:47.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:47.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:47.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:47.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:47.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:47.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:47.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:48.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:48.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:48.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:48.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:48.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:48.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:49.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:49.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:49.231+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:49.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:49.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:49.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:50.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:50.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:50.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:50.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:50.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:50.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:50.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:50.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:50.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:50.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:50.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:50.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:51.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:51.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:51.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:51.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:51.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:51.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:51.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:51.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:51.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:51.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:51.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:51.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:52.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:52.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:52.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:52.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:52.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:52.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:53.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:53.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:53.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:53.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:53.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:53.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:53.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:53.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:53.493+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:53.493+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:53.493+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:53.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:53.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:53.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:53.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:53.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:53.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:53.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:54.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:54.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:54.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:54.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:54.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:54.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:55.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:55.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:55.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:55.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:55.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:55.515+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:55.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:55.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:55.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:55.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:55.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:55.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:56.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:56.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:56.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:56.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:56.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:56.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:56.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:56.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:56.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:56.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:56.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:56.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:56.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:56.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:56.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:56.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:56.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:56.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:57.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:57.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:57.158+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:16:57.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:57.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:57.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:57.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:58.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:58.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:58.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:58.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:58.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:58.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:58.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:58.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:58.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:58.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:58.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:58.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:58.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:58.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:58.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:58.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:58.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:58.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:16:59.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:16:59.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:16:59.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:16:59.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:16:59.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:16:59.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:00.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:00.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:00.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:00.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:00.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:00.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:01.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:01.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:01.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:01.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:01.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:01.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:01.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:01.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:01.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:01.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:01.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:01.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:01.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:01.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:01.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:01.982+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:01.982+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:01.982+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:02.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:02.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:02.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:02.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:02.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:02.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:03.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:03.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:03.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:03.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:03.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:03.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:04.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:04.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:04.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:04.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:04.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:04.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:04.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:04.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:04.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:04.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:04.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:04.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:05.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:05.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:05.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:05.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:05.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:05.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:06.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:06.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:06.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:06.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:06.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:06.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:07.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:07.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:07.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:07.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:07.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:07.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:08.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:08.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:08.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:08.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:08.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:08.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:08.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:08.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:08.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:08.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:08.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:08.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:09.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:09.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:09.781+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:09.781+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:09.781+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:09.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:09.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:09.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:09.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:09.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:09.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:09.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:10.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:10.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:10.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:10.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:10.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:10.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:10.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:10.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:10.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:10.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:10.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:10.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:10.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:10.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:10.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:10.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:10.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:10.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:10.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:10.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:10.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:10.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:10.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:10.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:11.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:11.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:11.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:11.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:11.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:11.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:11.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:11.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:11.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:11.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:11.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:11.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:12.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:12.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:12.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:12.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:12.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:12.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:13.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:13.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:13.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:13.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:13.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:13.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:13.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:13.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:13.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:13.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:13.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:13.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:13.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:13.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:13.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:13.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:13.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:13.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:13.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:13.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:13.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:13.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:13.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:13.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:14.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:14.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:14.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:14.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:14.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:14.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:15.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:15.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:15.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:15.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:15.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:15.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:15.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:15.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:15.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:15.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:15.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:15.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:17.125+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:17.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:17.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:17.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:17.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:17.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:18.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:18.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:18.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:18.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:18.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:18.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:18.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:18.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:18.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:18.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:18.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:18.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:19.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:19.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:19.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:19.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:19.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:19.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:20.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:20.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:20.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:20.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:20.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:20.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:21.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:21.346+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:21.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:21.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:21.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:21.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:21.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:21.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:21.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:21.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:21.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:21.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:22.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:22.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:22.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:22.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:22.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:22.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:23.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:23.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:23.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:23.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:23.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:23.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:23.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:23.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:23.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:23.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:23.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:23.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:26.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:26.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:26.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:26.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:26.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:26.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:26.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:26.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:26.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:26.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:26.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:26.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:27.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:27.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:27.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:27.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:27.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:27.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:27.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:27.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:27.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:27.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:27.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:27.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:28.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:28.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:28.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:28.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:28.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:28.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:28.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:28.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:28.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:28.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:28.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:28.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:29.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:29.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:29.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:29.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:29.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:29.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:29.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:29.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:29.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:29.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:29.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:29.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:29.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:29.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:29.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:29.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:29.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:29.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:30.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:30.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:30.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:30.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:30.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:30.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:30.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:30.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:30.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:30.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:30.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:30.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:30.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:30.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:31.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:31.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:31.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:31.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:33.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:33.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:33.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:33.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:33.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:33.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:33.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:33.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:33.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:33.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:33.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:33.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:34.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:34.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:34.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:34.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:34.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:34.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:34.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:34.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:34.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:34.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:34.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:34.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:34.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:34.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:34.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:34.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:34.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:34.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:35.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:35.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:35.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:35.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:35.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:35.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:35.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:35.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:35.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:35.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:35.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:35.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:36.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:36.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:36.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:36.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:36.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:36.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:36.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:36.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:36.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:36.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:36.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:36.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:38.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:38.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:38.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:38.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:38.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:38.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:39.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:39.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:39.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:39.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:39.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:39.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:39.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:39.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:39.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:39.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:39.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:39.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:41.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:41.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:41.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:41.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:41.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:41.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:41.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:41.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:41.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:41.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:41.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:41.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:42.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:42.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:42.207+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:17:42.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:42.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:42.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:42.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:43.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:43.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:43.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:43.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:43.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:43.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:43.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:43.363+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:43.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:43.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:43.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:43.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:43.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:43.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:43.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:43.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:43.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:43.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:44.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:44.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:44.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:44.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:44.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:44.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:44.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:44.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:44.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:44.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:44.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:44.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:44.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:44.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:44.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:44.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:44.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:44.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:45.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:45.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:46.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:46.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:46.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:46.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:46.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:46.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:46.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:46.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:46.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:46.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:47.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:47.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:47.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:47.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:47.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:47.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:47.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:47.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:47.595+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:47.595+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:47.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:47.596+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:48.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:48.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:48.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:48.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:48.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:48.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:48.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:48.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:48.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:48.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:48.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:48.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:49.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:49.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:49.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:49.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:49.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:49.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:49.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:49.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:49.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:49.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:49.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:49.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:49.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:49.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:50.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:50.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:50.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:50.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:50.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:50.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:50.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:50.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:50.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:50.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:50.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:50.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:51.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:51.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:51.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:51.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:51.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:51.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:51.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:51.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:51.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:51.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:52.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:52.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:52.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:52.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:52.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:52.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:53.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:53.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:53.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:53.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:53.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:53.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:53.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:53.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:53.544+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:53.544+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:53.544+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:53.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:55.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:55.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:55.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:55.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:55.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:55.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:55.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:55.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:55.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:55.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:55.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:55.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:56.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:56.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:56.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:56.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:56.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:56.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:56.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:56.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:56.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:56.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:56.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:56.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:57.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:57.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:57.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:57.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:57.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:57.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:57.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:57.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:57.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:57.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:57.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:57.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:58.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:58.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:58.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:58.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:58.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:58.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:17:59.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:17:59.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:17:59.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:17:59.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:17:59.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:17:59.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:00.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:00.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:00.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:00.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:00.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:00.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:00.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:00.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:00.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:00.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:00.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:00.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:01.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:01.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:01.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:01.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:01.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:01.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:01.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:01.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:01.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:01.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:01.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:01.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:02.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:02.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:02.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:02.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:02.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:02.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:02.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:02.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:02.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:02.454+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:02.454+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:02.454+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:02.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:02.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:02.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:02.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:02.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:02.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:03.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:03.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:03.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:03.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:03.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:03.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:04.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:04.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:04.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:04.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:04.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:04.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:05.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:05.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:05.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:05.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:05.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:05.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:06.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:06.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:06.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:06.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:06.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:06.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:06.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:06.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:06.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:06.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:06.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:06.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:07.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:07.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:07.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:07.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:07.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:07.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:08.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:08.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:08.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:08.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:08.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:08.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:08.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:08.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:08.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:08.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:08.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:08.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:10.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:10.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:11.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:11.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:11.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:11.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:11.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:11.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:11.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:11.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:11.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:11.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:11.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:11.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:11.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:11.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:11.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:11.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:12.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:12.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:13.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:13.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:13.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:13.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:13.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:13.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:13.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:13.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:13.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:13.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:13.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:13.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:13.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:13.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:13.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:13.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:14.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:14.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:14.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:14.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:14.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:14.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:15.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:15.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:15.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:15.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:15.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:15.515+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:15.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:15.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:15.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:15.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:15.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:15.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:16.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:16.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:16.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:16.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:16.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:16.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:17.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:17.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:17.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:17.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:17.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:17.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:17.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:17.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:17.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:17.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:17.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:17.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:18.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:18.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:18.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:18.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:18.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:18.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:19.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:19.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:19.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:19.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:19.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:19.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:19.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:19.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:19.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:19.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:19.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:19.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:19.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:19.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:19.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:19.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:19.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:19.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:20.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:20.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:20.159+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:18:20.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:20.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:20.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:20.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:20.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:20.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:20.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:20.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:20.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:20.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:21.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:21.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:21.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:21.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:21.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:21.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:21.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:21.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:21.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:21.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:21.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:21.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:23.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:23.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:23.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:23.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:23.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:23.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:23.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:23.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:23.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:23.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:23.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:23.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:23.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:23.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:23.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:23.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:23.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:23.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:24.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:24.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:24.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:24.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:24.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:24.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:24.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:24.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:24.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:24.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:24.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:24.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:25.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:25.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:25.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:25.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:25.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:25.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:25.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:25.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:25.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:25.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:25.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:25.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:26.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:26.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:26.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:26.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:26.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:26.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:26.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:26.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:26.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:26.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:26.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:26.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:27.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:27.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:27.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:27.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:27.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:27.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:27.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:27.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:27.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:27.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:27.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:27.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:28.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:28.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:28.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:28.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:28.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:28.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:28.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:28.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:28.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:28.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:28.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:28.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:28.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:28.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:28.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:28.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:28.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:28.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:29.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:29.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:29.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:29.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:29.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:29.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:31.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:31.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:31.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:31.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:31.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:31.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:31.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:31.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:31.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:31.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:31.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:31.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:32.876+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:18:32.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:32.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:32.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:32.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:32.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:32.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:33.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:33.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:33.104+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:18:33.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:33.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:33.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:33.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:33.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:33.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:33.617+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:18:33.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:33.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:33.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:33.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:34.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:34.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:34.052+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:18:34.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:34.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:34.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:34.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:35.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:35.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:35.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:35.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:35.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:35.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:36.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:36.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:36.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:36.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:36.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:36.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:36.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:36.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:36.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:36.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:36.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:36.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:38.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:38.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:38.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:38.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:38.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:38.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:38.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:38.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:38.341+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:18:38.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:38.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:38.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:38.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:38.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:38.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:38.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:38.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:38.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:38.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:38.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:38.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:38.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:38.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:38.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:38.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:39.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:39.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:39.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:39.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:39.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:39.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:40.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:40.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:40.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:40.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:40.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:40.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:40.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:40.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:40.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:40.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:40.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:40.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:41.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:41.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:41.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:41.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:41.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:41.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:43.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:43.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:43.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:43.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:43.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:43.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:43.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:43.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:43.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:43.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:43.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:43.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:43.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:43.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:43.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:43.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:43.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:43.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:43.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:43.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:43.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:43.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:43.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:43.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:44.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:44.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:44.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:44.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:44.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:44.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:45.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:45.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:45.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:45.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:45.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:45.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:47.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:47.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:47.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:47.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:47.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:47.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:48.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:48.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:48.463+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:18:48.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:48.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:48.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:48.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:48.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:48.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:48.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:48.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:48.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:48.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:49.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:49.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:49.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:49.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:49.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:49.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:49.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:49.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:49.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:49.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:49.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:49.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:50.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:50.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:50.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:50.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:50.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:50.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:50.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:50.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:50.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:50.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:50.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:50.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:51.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:51.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:51.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:51.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:51.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:51.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:52.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:52.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:52.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:52.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:52.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:52.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:53.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:53.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:53.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:53.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:53.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:53.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:53.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:53.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:53.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:53.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:53.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:53.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:54.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:54.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:54.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:54.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:54.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:54.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:55.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:55.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:55.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:55.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:55.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:55.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:55.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:55.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:55.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:55.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:55.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:55.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:55.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:55.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:55.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:55.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:55.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:55.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:56.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:56.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:57.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:57.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:57.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:57.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:57.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:57.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:57.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:57.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:57.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:57.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:57.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:57.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:57.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:57.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:57.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:57.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:58.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:58.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:58.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:58.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:58.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:58.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:58.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:58.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:58.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:58.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:58.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:58.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:58.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:58.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:59.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:59.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:59.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:59.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:18:59.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:18:59.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:18:59.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:18:59.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:18:59.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:18:59.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:00.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:00.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:00.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:00.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:00.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:00.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:00.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:00.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:00.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:00.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:00.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:00.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:01.282+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:01.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:01.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:01.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:01.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:01.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:02.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:02.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:02.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:02.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:02.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:02.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:02.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:02.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:02.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:02.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:02.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:02.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:03.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:03.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:03.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:03.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:03.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:03.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:03.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:03.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:03.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:03.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:03.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:03.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:04.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:04.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:04.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:04.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:04.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:04.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:04.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:04.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:04.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:04.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:04.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:04.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:05.620+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:19:05.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:05.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:05.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:05.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:05.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:05.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:06.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:06.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:06.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:06.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:06.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:06.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:07.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:07.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:07.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:07.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:07.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:07.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:07.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:07.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:07.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:07.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:07.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:07.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:08.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:08.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:08.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:08.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:08.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:08.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:08.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:08.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:08.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:08.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:08.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:08.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:08.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:08.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:08.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:08.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:08.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:08.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:09.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:09.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:09.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:09.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:09.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:09.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:09.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:09.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:09.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:09.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:09.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:09.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:10.879+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:10.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:10.913+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:19:10.922+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:10.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:10.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:10.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:11.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:11.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:11.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:11.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:11.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:11.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:12.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:12.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:12.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:12.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:12.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:12.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:12.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:12.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:13.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:13.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:13.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:13.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:13.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:13.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:13.489+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:19:13.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:13.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:13.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:13.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:13.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:13.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:13.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:13.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:13.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:13.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:13.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:13.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:14.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:14.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:14.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:14.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:14.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:14.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:14.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:14.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:14.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:14.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:14.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:14.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:14.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:14.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:14.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:14.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:14.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:14.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:14.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:14.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:14.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:14.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:16.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:16.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:16.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:16.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:16.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:16.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:16.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:16.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:16.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:16.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:16.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:16.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:18.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:18.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:18.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:18.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:18.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:18.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:18.896+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:19:19.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:19.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:19.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:19.288+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:19.288+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:19.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:20.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:20.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:20.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:20.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:20.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:20.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:20.817+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:20.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:20.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:20.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:20.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:20.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:21.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:21.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:21.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:21.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:21.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:21.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:21.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:21.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:21.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:21.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:21.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:21.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:21.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:21.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:21.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:21.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:21.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:21.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:23.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:23.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:23.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:23.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:23.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:23.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:24.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:24.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:24.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:24.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:24.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:24.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:24.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:24.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:24.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:24.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:24.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:24.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:25.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:25.314+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:25.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:25.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:25.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:25.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:25.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:25.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:25.771+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:25.771+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:25.771+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:25.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:26.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:26.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:26.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:26.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:26.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:26.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:26.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:26.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:26.548+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:19:26.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:26.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:26.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:26.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:26.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:26.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:26.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:26.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:26.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:26.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:27.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:27.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:27.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:27.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:27.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:27.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:28.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:28.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:28.918+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:28.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:28.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:28.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:29.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:29.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:29.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:29.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:29.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:29.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:29.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:29.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:29.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:29.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:29.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:29.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:29.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:29.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:29.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:29.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:29.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:29.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:30.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:30.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:30.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:30.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:30.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:30.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:30.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:30.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:30.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:30.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:30.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:30.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:31.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:31.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:31.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:31.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:31.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:31.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:32.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:32.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:32.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:32.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:32.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:32.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:34.180+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:34.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:34.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:34.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:34.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:34.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:34.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:34.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:34.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:34.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:34.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:34.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:35.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:35.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:35.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:35.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:35.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:35.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:35.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:35.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:35.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:35.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:35.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:35.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:35.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:35.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:35.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:35.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:35.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:35.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:36.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:36.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:36.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:36.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:36.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:36.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:37.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:37.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:37.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:37.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:37.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:37.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:37.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:37.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:37.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:37.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:37.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:37.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:38.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:38.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:38.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:38.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:38.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:38.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:39.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:39.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:39.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:39.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:39.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:39.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:40.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:40.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:40.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:40.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:40.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:40.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:40.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:40.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:40.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:40.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:40.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:40.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:40.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:40.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:40.855+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:19:40.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:40.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:40.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:40.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:41.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:41.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:41.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:41.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:41.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:41.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:42.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:42.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:42.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:42.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:42.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:42.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:42.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:42.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:42.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:42.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:42.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:42.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:43.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:43.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:43.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:43.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:43.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:43.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:43.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:43.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:43.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:43.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:43.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:43.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:43.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:43.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:43.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:43.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:43.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:43.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:44.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:44.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:44.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:44.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:44.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:44.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:44.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:44.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:44.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:44.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:44.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:44.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:45.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:45.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:45.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:45.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:45.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:45.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:46.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:46.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:46.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:46.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:46.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:46.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:46.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:46.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:46.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:46.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:46.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:46.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:47.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:47.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:47.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:47.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:47.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:47.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:48.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:48.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:48.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:48.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:48.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:48.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:49.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:49.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:49.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:49.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:49.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:49.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:49.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:49.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:49.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:49.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:49.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:49.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:50.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:50.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:50.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:50.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:50.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:50.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:50.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:50.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:50.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:50.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:50.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:50.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:51.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:51.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:51.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:51.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:51.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:51.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:51.520+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:19:51.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:51.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:51.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:51.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:51.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:51.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:52.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:52.881+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:52.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:52.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:52.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:52.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:53.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:53.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:53.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:53.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:53.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:53.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:55.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:55.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:55.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:55.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:55.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:55.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:55.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:55.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:55.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:55.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:55.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:55.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:55.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:55.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:55.834+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:19:55.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:55.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:55.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:55.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:56.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:56.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:56.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:56.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:56.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:56.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:56.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:56.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:56.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:56.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:56.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:56.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:56.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:56.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:56.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:56.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:56.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:56.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:57.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:57.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:57.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:57.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:57.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:57.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:57.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:57.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:57.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:57.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:57.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:57.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:58.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:58.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:58.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:58.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:58.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:58.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:58.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:58.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:58.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:58.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:58.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:58.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:19:58.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:19:58.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:19:58.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:19:58.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:19:58.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:19:58.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:00.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:00.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:00.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:00.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:00.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:00.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:00.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:00.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:00.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:00.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:00.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:00.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:01.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:01.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:01.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:01.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:01.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:01.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:01.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:01.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:01.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:01.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:01.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:01.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:02.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:02.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:02.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:02.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:02.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:02.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:02.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:02.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:02.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:02.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:02.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:02.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:03.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:03.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:03.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:03.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:03.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:03.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:03.978+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:03.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:04.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:04.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:04.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:04.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:05.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:05.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:05.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:05.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:05.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:05.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:05.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:05.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:05.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:05.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:05.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:05.664+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:06.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:06.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:06.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:06.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:06.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:06.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:06.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:06.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:06.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:06.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:06.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:06.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:07.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:07.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:08.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:08.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:08.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:08.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:08.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:08.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:08.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:08.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:08.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:08.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:09.493+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:09.493+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:09.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:09.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:09.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:09.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:10.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:10.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:10.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:10.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:10.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:10.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:10.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:10.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:10.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:10.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:10.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:10.921+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:11.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:11.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:11.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:11.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:11.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:11.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:12.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:12.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:12.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:12.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:12.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:12.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:12.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:12.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:12.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:12.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:12.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:12.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:12.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:12.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:12.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:12.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:12.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:12.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:12.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:12.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:12.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:12.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:12.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:12.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:13.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:13.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:13.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:13.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:13.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:13.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:13.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:13.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:13.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:13.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:13.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:13.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:14.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:14.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:14.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:14.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:14.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:14.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:15.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:15.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:15.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:15.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:15.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:15.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:16.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:16.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:16.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:16.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:16.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:16.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:16.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:16.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:16.918+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:16.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:16.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:16.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:17.288+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:17.289+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:17.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:17.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:17.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:17.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:17.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:17.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:17.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:17.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:17.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:17.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:18.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:18.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:18.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:18.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:18.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:18.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:18.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:18.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:18.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:18.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:18.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:18.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:18.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:18.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:18.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:18.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:18.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:18.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:19.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:19.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:19.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:19.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:19.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:19.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:20.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:20.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:20.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:20.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:20.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:20.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:20.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:20.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:20.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:20.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:20.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:20.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:20.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:20.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:20.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:20.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:20.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:20.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:21.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:21.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:21.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:21.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:21.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:21.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:21.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:21.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:21.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:21.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:21.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:21.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:22.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:22.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:22.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:22.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:22.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:22.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:25.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:25.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:25.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:25.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:25.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:25.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:26.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:26.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:26.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:26.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:26.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:26.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:26.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:26.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:26.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:26.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:26.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:26.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:26.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:26.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:26.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:26.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:26.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:26.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:27.503+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:20:27.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:27.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:27.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:27.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:27.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:27.550+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:27.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:27.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:27.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:27.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:27.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:27.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:28.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:28.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:28.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:28.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:28.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:28.197+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:28.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:28.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:28.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:28.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:28.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:28.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:28.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:28.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:28.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:28.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:28.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:28.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:29.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:29.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:29.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:29.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:29.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:29.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:29.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:29.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:29.881+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:29.881+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:29.881+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:29.881+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:30.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:30.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:30.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:30.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:30.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:30.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:31.756+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:31.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:31.790+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:31.790+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:31.790+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:31.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:32.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:32.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:32.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:32.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:32.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:32.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:32.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:32.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:32.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:32.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:32.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:32.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:32.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:32.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:33.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:33.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:33.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:33.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:33.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:33.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:33.437+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:20:33.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:33.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:33.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:33.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:33.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:33.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:33.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:33.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:33.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:33.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:34.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:34.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:34.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:34.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:34.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:34.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:34.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:34.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:34.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:34.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:34.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:34.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:34.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:34.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:34.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:34.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:34.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:34.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:35.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:35.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:35.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:35.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:35.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:35.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:35.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:35.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:35.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:35.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:35.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:35.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:38.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:38.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:38.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:38.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:38.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:38.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:38.750+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:38.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:38.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:38.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:38.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:38.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:39.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:39.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:39.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:39.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:39.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:39.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:39.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:39.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:39.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:39.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:39.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:39.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:40.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:40.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:40.386+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:20:40.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:40.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:40.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:40.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:41.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:41.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:41.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:41.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:41.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:41.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:42.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:42.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:42.696+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:42.696+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:42.696+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:42.696+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:42.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:42.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:43.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:43.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:43.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:43.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:43.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:43.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:43.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:43.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:43.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:43.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:44.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:44.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:44.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:44.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:44.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:44.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:44.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:44.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:44.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:44.333+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:44.333+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:44.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:44.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:44.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:45.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:45.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:45.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:45.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:45.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:45.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:45.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:45.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:45.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:45.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:45.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:45.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:45.576+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:20:45.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:45.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:45.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:45.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:45.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:45.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:45.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:45.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:45.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:45.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:46.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:46.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:47.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:47.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:47.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:47.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:47.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:47.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:47.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:47.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:47.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:47.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:47.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:47.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:47.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:47.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:47.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:47.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:48.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:48.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:48.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:48.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:48.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:48.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:48.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:48.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:48.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:48.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:48.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:48.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:49.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:49.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:49.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:49.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:49.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:49.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:49.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:49.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:49.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:49.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:49.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:49.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:50.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:50.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:50.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:50.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:50.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:50.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:50.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:50.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:50.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:50.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:50.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:50.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:51.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:51.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:51.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:51.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:51.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:51.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:52.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:52.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:52.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:52.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:52.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:52.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:52.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:52.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:52.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:52.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:52.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:52.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:52.978+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:52.980+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:53.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:53.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:53.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:53.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:55.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:55.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:55.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:55.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:55.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:55.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:56.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:56.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:56.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:56.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:56.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:56.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:57.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:57.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:57.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:57.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:57.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:57.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:57.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:57.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:57.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:57.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:57.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:57.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:20:58.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:20:58.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:20:58.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:20:58.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:20:58.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:20:58.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:00.695+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:00.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:00.702+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:21:00.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:00.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:00.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:00.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:01.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:01.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:01.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:01.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:01.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:01.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:02.651+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:02.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:02.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:02.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:02.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:02.696+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:03.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:03.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:03.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:03.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:03.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:03.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:03.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:03.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:03.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:03.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:03.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:03.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:04.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:04.243+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:04.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:04.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:04.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:04.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:04.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:04.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:04.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:04.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:04.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:04.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:04.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:04.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:05.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:05.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:05.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:05.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:05.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:05.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:05.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:05.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:05.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:05.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:05.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:05.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:05.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:05.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:05.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:05.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:05.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:05.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:05.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:05.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:05.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:05.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:06.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:06.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:07.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:07.029+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:07.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:07.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:08.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:08.845+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:08.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:08.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:08.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:08.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:08.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:08.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:08.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:08.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:08.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:08.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:09.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:09.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:09.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:09.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:09.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:09.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:09.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:09.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:09.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:09.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:09.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:09.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:09.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:09.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:09.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:09.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:09.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:09.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:10.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:10.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:10.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:10.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:10.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:10.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:10.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:10.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:10.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:10.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:10.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:10.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:11.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:11.646+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:11.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:11.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:11.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:11.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:12.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:12.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:12.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:12.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:12.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:12.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:14.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:14.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:14.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:14.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:14.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:14.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:14.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:14.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:14.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:14.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:14.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:14.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:14.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:14.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:14.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:14.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:14.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:14.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:16.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:16.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:16.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:16.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:16.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:16.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:16.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:16.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:17.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:17.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:17.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:17.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:17.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:17.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:17.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:17.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:17.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:17.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:19.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:19.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:19.678+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:21:19.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:19.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:19.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:19.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:19.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:19.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:19.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:19.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:19.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:19.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:20.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:20.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:20.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:20.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:20.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:20.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:20.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:20.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:20.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:20.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:20.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:20.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:20.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:20.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:20.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:20.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:20.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:20.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:21.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:21.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:21.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:21.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:21.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:21.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:22.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:22.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:22.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:22.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:22.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:22.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:23.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:23.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:23.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:23.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:23.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:23.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:23.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:23.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:23.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:23.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:23.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:23.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:24.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:24.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:24.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:24.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:24.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:24.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:24.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:24.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:24.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:24.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:24.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:24.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:24.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:24.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:25.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:25.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:25.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:25.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:25.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:25.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:25.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:25.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:25.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:25.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:25.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:25.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:25.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:25.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:25.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:25.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:26.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:26.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:26.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:26.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:26.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:26.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:26.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:26.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:26.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:26.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:26.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:26.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:26.629+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:26.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:26.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:26.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:26.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:26.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:28.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:28.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:28.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:28.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:28.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:28.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:28.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:28.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:28.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:28.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:28.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:28.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:29.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:29.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:29.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:29.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:29.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:29.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:29.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:29.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:29.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:29.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:29.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:29.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:30.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:30.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:30.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:30.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:30.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:30.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:30.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:30.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:30.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:30.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:30.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:30.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:31.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:31.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:31.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:31.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:31.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:31.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:31.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:31.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:31.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:31.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:31.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:31.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:31.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:31.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:31.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:31.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:31.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:31.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:32.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:32.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:32.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:32.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:32.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:32.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:32.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:32.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:32.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:32.747+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:32.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:32.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:33.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:33.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:33.270+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:21:33.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:33.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:33.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:33.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:34.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:34.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:34.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:34.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:34.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:34.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:34.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:34.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:35.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:35.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:35.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:35.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:35.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:35.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:35.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:35.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:35.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:35.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:36.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:36.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:36.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:36.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:36.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:36.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:36.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:36.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:36.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:36.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:36.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:36.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:37.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:37.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:37.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:37.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:37.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:37.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:37.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:37.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:37.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:37.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:37.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:37.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:38.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:38.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:38.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:38.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:38.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:38.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:38.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:38.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:38.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:38.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:38.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:38.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:38.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:38.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:38.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:38.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:38.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:38.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:38.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:38.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:38.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:38.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:38.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:38.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:39.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:39.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:39.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:39.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:39.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:39.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:39.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:39.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:39.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:39.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:39.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:39.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:40.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:40.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:40.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:40.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:40.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:40.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:41.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:41.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:41.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:41.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:41.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:41.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:42.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:42.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:42.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:42.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:42.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:42.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:43.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:43.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:43.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:43.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:43.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:43.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:44.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:44.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:44.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:44.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:44.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:44.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:45.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:45.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:45.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:45.125+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:45.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:45.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:45.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:45.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:45.386+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:21:45.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:45.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:45.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:45.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:46.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:46.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:46.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:46.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:46.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:46.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:47.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:47.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:48.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:48.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:48.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:48.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:49.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:49.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:49.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:49.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:49.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:49.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:49.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:49.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:49.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:49.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:49.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:49.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:49.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:49.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:49.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:49.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:49.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:49.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:50.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:50.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:50.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:50.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:50.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:50.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:50.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:50.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:50.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:50.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:50.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:50.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:50.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:50.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:50.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:50.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:50.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:50.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:51.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:51.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:51.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:51.288+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:51.288+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:51.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:52.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:52.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:52.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:52.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:52.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:52.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:52.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:52.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:52.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:52.982+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:52.982+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:52.982+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:53.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:53.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:53.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:53.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:53.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:53.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:54.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:54.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:54.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:54.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:54.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:54.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:54.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:54.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:54.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:54.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:54.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:54.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:54.596+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:54.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:54.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:54.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:54.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:54.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:55.008+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:55.008+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:55.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:55.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:55.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:55.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:55.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:55.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:55.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:55.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:55.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:55.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:55.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:55.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:55.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:55.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:55.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:55.515+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:55.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:55.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:55.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:55.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:55.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:55.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:56.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:56.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:56.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:56.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:56.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:56.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:56.977+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:56.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:57.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:57.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:57.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:57.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:58.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:58.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:58.130+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:21:58.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:58.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:58.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:58.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:59.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:59.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:59.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:59.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:59.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:59.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:21:59.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:21:59.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:21:59.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:21:59.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:21:59.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:21:59.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:00.483+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:22:00.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:00.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:00.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:00.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:00.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:00.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:02.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:02.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:02.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:02.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:02.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:02.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:03.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:03.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:03.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:03.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:03.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:03.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:04.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:04.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:04.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:04.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:04.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:04.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:05.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:05.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:05.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:05.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:05.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:05.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:06.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:06.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:06.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:06.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:06.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:06.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:06.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:06.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:06.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:06.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:06.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:06.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:06.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:06.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:07.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:07.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:07.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:07.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:07.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:07.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:07.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:07.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:07.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:07.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:07.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:07.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:07.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:07.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:07.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:07.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:07.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:07.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:07.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:07.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:07.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:07.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:08.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:08.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:08.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:08.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:08.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:08.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:08.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:08.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:08.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:08.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:08.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:08.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:09.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:09.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:10.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:10.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:10.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:10.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:10.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:10.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:10.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:10.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:10.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:10.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:10.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:10.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:10.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:10.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:10.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:10.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:11.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:11.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:11.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:11.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:11.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:11.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:11.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:11.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:11.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:11.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:11.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:11.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:12.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:12.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:12.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:12.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:12.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:12.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:12.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:12.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:12.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:12.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:12.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:12.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:12.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:12.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:12.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:12.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:12.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:12.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:12.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:12.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:12.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:12.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:12.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:12.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:13.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:13.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:13.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:13.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:13.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:13.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:13.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:13.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:13.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:13.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:13.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:13.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:14.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:14.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:14.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:14.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:14.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:14.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:15.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:15.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:15.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:15.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:15.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:15.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:15.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:15.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:16.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:16.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:16.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:16.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:16.019+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:22:17.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:17.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:17.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:17.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:17.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:17.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:18.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:18.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:18.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:18.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:18.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:18.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:19.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:19.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:19.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:19.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:19.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:19.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:20.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:20.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:20.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:20.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:20.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:20.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:21.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:21.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:21.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:21.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:21.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:21.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:21.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:21.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:21.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:21.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:21.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:21.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:22.113+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:22.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:22.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:22.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:22.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:22.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:22.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:22.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:22.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:22.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:22.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:22.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:22.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:22.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:22.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:22.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:22.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:22.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:22.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:22.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:23.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:23.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:23.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:23.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:23.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:23.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:23.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:23.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:23.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:23.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:24.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:24.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:24.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:24.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:24.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:24.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:25.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:25.589+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:25.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:25.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:25.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:25.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:26.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:26.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:26.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:26.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:26.066+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:26.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:26.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:26.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:26.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:26.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:26.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:26.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:26.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:26.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:26.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:26.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:26.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:26.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:27.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:27.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:27.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:27.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:27.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:27.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:27.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:27.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:27.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:27.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:27.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:27.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:27.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:27.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:27.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:27.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:27.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:27.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:28.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:28.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:28.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:28.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:28.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:28.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:29.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:29.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:29.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:29.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:29.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:29.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:29.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:29.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:30.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:30.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:30.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:30.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:30.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:30.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:30.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:30.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:30.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:30.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:31.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:31.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:31.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:31.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:31.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:31.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:31.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:31.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:31.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:31.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:31.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:31.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:31.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:31.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:31.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:31.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:31.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:31.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:34.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:34.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:34.771+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:34.771+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:34.771+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:34.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:35.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:35.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:35.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:35.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:35.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:35.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:36.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:36.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:36.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:36.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:36.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:36.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:37.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:37.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:37.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:37.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:37.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:37.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:38.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:38.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:38.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:38.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:38.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:38.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:39.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:39.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:39.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:39.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:39.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:39.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:39.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:39.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:39.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:39.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:39.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:39.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:40.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:40.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:40.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:40.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:40.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:40.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:40.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:40.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:40.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:40.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:40.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:40.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:41.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:41.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:41.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:41.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:41.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:41.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:41.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:41.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:41.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:41.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:41.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:41.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:41.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:41.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:41.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:41.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:41.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:41.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:42.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:42.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:42.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:42.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:42.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:42.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:43.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:43.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:43.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:43.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:43.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:43.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:43.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:43.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:43.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:43.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:43.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:43.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:44.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:44.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:44.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:44.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:44.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:44.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:44.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:44.493+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:44.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:44.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:44.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:44.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:45.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:45.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:45.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:45.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:45.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:45.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:45.756+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:45.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:45.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:45.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:45.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:45.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:45.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:45.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:45.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:45.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:45.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:45.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:46.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:46.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:46.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:46.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:46.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:46.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:46.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:46.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:46.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:46.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:46.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:46.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:47.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:47.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:47.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:47.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:47.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:47.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:47.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:47.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:47.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:47.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:47.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:47.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:47.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:47.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:47.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:47.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:47.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:47.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:48.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:48.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:48.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:48.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:48.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:48.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:49.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:49.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:49.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:49.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:49.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:49.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:50.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:50.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:50.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:50.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:50.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:50.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:50.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:50.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:50.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:50.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:50.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:50.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:51.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:51.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:51.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:51.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:51.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:51.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:52.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:52.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:52.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:52.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:52.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:52.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:52.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:52.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:52.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:52.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:52.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:52.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:53.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:53.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:53.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:53.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:53.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:53.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:54.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:54.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:54.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:54.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:54.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:54.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:55.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:55.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:55.329+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:55.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:55.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:55.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:55.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:55.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:55.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:55.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:55.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:55.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:55.978+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:55.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:56.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:56.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:56.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:56.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:56.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:56.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:56.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:56.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:56.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:56.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:57.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:57.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:57.410+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:22:57.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:57.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:57.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:57.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:57.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:57.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:57.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:57.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:57.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:57.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:58.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:58.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:58.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:58.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:58.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:58.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:58.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:58.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:58.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:58.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:58.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:58.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:59.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:59.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:59.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:59.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:59.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:59.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:59.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:59.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:59.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:59.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:59.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:59.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:22:59.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:22:59.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:22:59.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:22:59.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:22:59.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:22:59.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:00.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:00.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:00.416+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:23:00.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:00.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:00.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:00.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:01.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:01.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:01.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:01.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:01.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:01.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:02.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:02.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:02.683+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:02.683+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:02.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:02.684+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:03.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:03.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:03.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:03.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:03.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:03.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:03.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:03.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:03.890+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:23:03.912+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:03.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:03.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:03.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:04.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:04.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:04.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:04.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:04.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:04.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:04.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:04.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:04.954+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:23:04.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:04.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:04.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:04.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:05.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:05.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:05.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:05.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:05.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:05.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:07.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:07.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:07.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:07.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:07.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:07.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:08.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:08.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:08.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:08.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:08.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:08.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:09.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:09.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:09.211+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:09.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:09.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:09.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:10.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:10.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:10.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:10.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:10.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:10.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:10.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:10.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:10.320+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:23:10.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:10.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:10.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:10.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:10.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:10.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:10.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:10.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:10.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:10.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:10.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:10.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:11.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:11.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:11.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:11.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:11.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:11.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:11.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:11.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:11.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:11.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:12.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:12.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:12.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:12.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:12.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:12.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:13.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:13.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:13.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:13.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:13.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:13.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:13.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:13.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:13.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:13.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:13.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:13.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:14.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:14.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:14.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:14.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:14.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:14.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:14.493+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:14.493+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:14.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:14.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:14.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:14.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:14.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:14.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:14.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:14.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:14.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:14.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:15.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:15.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:15.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:15.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:15.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:15.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:15.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:15.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:15.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:15.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:15.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:15.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:15.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:15.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:15.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:15.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:15.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:15.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:16.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:16.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:16.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:16.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:16.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:16.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:17.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:17.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:17.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:17.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:17.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:17.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:17.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:17.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:17.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:17.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:17.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:17.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:17.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:17.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:17.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:17.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:17.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:17.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:18.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:18.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:18.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:18.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:18.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:18.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:19.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:19.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:19.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:19.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:19.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:19.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:19.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:19.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:19.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:19.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:19.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:19.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:20.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:20.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:20.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:20.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:20.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:20.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:20.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:20.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:20.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:20.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:20.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:20.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:20.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:20.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:20.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:20.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:20.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:20.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:22.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:22.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:22.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:22.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:22.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:22.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:23.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:23.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:23.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:23.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:23.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:23.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:25.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:25.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:25.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:25.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:25.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:25.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:25.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:25.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:25.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:25.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:25.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:25.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:26.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:26.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:26.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:26.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:26.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:26.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:26.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:26.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:26.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:26.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:26.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:26.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:27.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:27.170+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:27.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:27.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:27.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:27.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:28.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:28.289+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:28.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:28.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:28.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:28.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:29.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:29.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:29.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:29.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:29.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:29.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:30.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:30.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:30.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:30.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:30.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:30.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:30.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:30.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:30.553+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:23:30.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:30.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:30.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:30.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:30.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:30.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:30.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:30.882+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:30.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:30.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:31.940+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:31.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:31.958+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:23:31.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:31.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:31.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:31.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:32.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:32.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:32.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:32.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:32.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:32.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:33.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:33.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:33.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:33.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:33.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:33.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:33.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:33.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:33.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:33.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:33.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:33.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:33.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:33.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:33.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:33.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:33.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:33.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:33.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:33.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:33.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:33.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:33.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:33.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:33.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:33.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:33.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:33.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:33.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:33.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:34.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:34.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:34.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:34.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:34.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:34.197+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:35.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:35.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:35.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:35.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:35.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:35.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:35.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:35.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:35.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:35.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:35.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:35.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:36.026+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:36.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:36.049+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:36.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:36.049+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:36.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:37.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:37.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:37.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:37.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:37.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:37.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:38.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:38.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:38.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:38.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:38.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:38.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:38.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:38.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:38.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:38.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:38.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:38.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:39.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:39.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:39.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:39.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:39.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:39.083+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:39.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:39.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:39.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:39.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:39.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:39.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:39.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:39.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:39.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:39.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:39.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:39.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:40.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:40.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:40.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:40.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:40.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:40.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:40.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:40.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:40.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:40.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:40.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:40.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:42.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:42.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:42.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:42.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:42.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:42.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:43.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:43.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:43.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:43.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:43.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:43.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:43.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:43.504+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:43.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:43.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:43.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:43.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:43.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:43.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:43.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:43.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:43.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:43.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:44.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:44.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:44.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:44.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:44.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:44.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:44.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:44.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:45.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:45.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:45.052+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:45.052+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:45.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:45.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:45.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:45.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:45.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:45.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:46.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:46.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:46.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:46.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:46.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:46.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:46.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:46.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:46.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:46.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:46.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:46.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:47.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:47.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:47.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:47.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:47.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:47.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:47.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:47.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:47.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:47.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:47.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:47.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:48.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:48.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:48.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:48.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:48.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:48.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:48.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:48.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:48.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:48.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:48.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:48.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:48.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:48.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:48.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:48.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:48.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:48.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:48.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:48.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:48.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:48.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:48.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:48.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:49.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:49.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:49.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:49.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:49.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:49.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:49.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:49.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:49.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:49.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:49.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:49.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:51.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:51.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:51.161+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:51.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:51.161+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:51.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:51.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:51.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:51.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:51.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:51.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:51.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:52.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:52.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:52.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:52.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:52.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:52.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:53.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:53.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:53.161+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:53.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:53.161+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:53.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:53.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:53.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:53.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:53.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:53.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:53.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:54.289+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:54.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:54.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:54.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:54.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:54.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:55.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:55.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:55.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:55.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:55.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:55.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:56.629+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:56.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:56.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:56.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:56.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:56.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:56.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:56.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:56.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:56.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:56.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:56.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:56.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:56.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:56.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:56.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:56.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:56.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:57.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:57.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:57.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:57.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:57.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:57.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:58.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:58.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:58.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:58.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:58.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:58.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:59.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:59.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:59.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:59.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:59.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:59.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:23:59.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:23:59.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:23:59.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:23:59.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:23:59.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:23:59.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:00.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:00.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:00.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:00.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:00.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:00.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:01.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:01.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:01.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:01.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:01.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:01.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:01.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:01.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:01.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:01.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:01.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:01.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:02.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:02.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:02.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:02.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:02.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:02.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:02.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:02.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:02.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:02.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:02.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:02.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:02.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:02.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:02.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:02.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:02.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:02.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:02.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:02.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:02.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:02.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:02.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:02.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:03.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:03.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:03.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:03.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:03.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:03.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:03.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:03.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:04.019+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:24:04.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:04.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:04.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:04.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:04.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:04.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:04.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:04.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:04.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:04.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:05.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:05.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:05.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:05.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:05.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:05.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:05.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:05.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:05.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:05.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:05.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:05.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:06.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:06.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:06.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:06.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:06.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:06.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:07.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:07.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:07.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:07.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:07.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:07.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:07.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:07.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:07.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:07.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:07.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:07.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:09.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:09.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:09.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:09.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:09.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:09.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:09.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:09.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:09.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:09.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:09.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:09.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:10.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:10.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:11.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:11.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:11.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:11.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:13.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:13.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:13.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:13.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:13.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:13.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:14.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:14.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:14.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:14.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:14.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:14.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:15.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:15.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:15.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:15.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:15.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:15.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:15.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:15.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:15.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:15.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:15.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:15.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:16.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:16.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:16.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:16.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:16.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:16.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:17.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:17.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:17.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:17.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:17.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:17.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:17.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:17.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:17.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:17.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:17.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:17.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:18.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:18.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:18.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:18.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:18.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:18.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:18.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:18.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:18.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:18.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:18.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:18.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:19.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:19.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:19.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:19.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:19.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:19.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:19.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:19.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:19.701+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:24:19.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:19.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:19.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:19.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:20.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:20.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:20.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:20.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:20.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:20.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:20.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:20.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:20.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:20.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:20.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:20.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:20.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:20.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:20.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:20.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:20.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:20.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:21.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:21.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:21.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:21.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:21.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:21.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:22.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:22.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:22.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:22.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:22.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:22.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:22.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:22.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:22.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:22.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:22.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:22.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:23.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:23.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:23.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:23.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:23.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:23.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:23.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:23.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:23.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:23.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:23.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:23.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:23.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:23.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:23.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:23.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:23.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:23.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:24.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:24.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:24.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:24.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:24.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:24.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:25.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:25.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:25.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:25.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:25.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:25.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:25.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:25.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:25.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:25.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:25.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:25.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:25.879+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:25.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:25.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:25.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:25.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:25.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:26.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:26.545+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:26.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:26.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:26.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:26.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:27.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:27.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:27.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:27.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:27.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:27.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:27.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:27.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:27.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:27.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:27.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:27.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:28.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:28.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:28.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:28.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:28.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:28.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:29.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:29.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:29.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:29.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:29.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:29.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:30.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:30.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:30.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:30.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:30.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:30.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:32.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:32.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:33.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:33.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:33.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:33.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:33.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:33.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:33.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:33.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:33.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:33.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:34.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:34.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:34.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:34.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:34.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:34.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:35.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:35.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:35.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:35.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:35.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:35.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:36.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:36.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:36.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:36.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:36.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:36.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:36.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:36.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:36.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:36.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:36.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:36.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:37.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:37.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:37.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:37.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:37.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:37.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:37.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:37.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:37.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:37.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:37.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:37.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:38.277+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:38.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:38.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:38.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:38.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:38.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:38.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:38.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:38.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:38.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:38.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:38.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:39.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:39.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:39.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:39.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:39.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:39.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:39.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:39.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:39.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:39.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:39.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:39.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:40.651+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:40.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:40.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:40.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:40.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:40.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:40.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:40.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:40.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:40.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:40.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:40.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:41.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:41.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:41.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:41.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:41.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:41.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:41.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:41.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:41.389+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:41.389+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:41.389+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:41.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:41.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:41.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:42.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:42.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:42.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:42.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:42.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:42.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:42.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:42.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:42.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:42.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:42.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:42.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:42.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:42.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:42.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:42.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:43.468+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:24:43.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:43.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:43.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:43.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:43.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:43.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:43.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:43.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:43.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:43.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:43.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:43.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:43.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:43.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:43.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:43.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:43.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:43.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:44.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:44.346+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:44.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:44.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:44.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:44.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:45.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:45.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:45.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:45.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:45.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:45.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:46.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:46.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:46.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:46.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:46.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:46.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:46.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:46.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:46.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:46.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:46.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:46.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:48.277+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:48.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:48.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:48.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:48.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:48.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:49.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:49.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:49.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:49.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:49.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:49.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:50.817+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:50.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:50.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:50.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:50.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:50.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:51.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:51.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:51.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:51.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:51.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:51.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:51.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:51.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:52.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:52.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:52.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:52.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:52.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:52.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:52.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:52.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:52.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:52.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:53.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:53.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:53.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:53.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:53.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:53.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:53.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:53.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:53.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:53.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:53.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:53.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:53.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:53.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:53.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:53.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:53.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:53.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:53.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:53.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:53.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:53.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:53.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:53.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:56.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:56.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:56.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:56.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:56.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:56.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:56.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:56.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:56.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:56.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:56.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:56.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:57.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:57.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:57.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:57.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:57.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:57.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:57.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:57.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:57.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:57.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:57.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:57.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:58.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:58.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:58.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:58.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:58.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:58.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:58.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:58.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:58.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:58.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:58.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:58.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:58.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:58.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:58.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:58.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:58.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:58.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:58.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:58.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:58.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:58.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:58.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:58.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:24:59.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:24:59.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:24:59.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:24:59.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:24:59.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:24:59.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:01.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:01.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:01.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:01.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:01.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:01.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:02.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:02.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:02.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:02.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:02.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:02.111+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:02.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:02.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:02.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:02.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:02.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:02.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:02.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:02.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:02.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:02.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:02.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:02.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:03.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:03.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:03.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:03.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:03.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:03.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:04.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:04.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:04.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:04.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:04.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:04.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:04.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:04.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:04.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:04.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:04.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:04.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:06.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:06.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:06.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:06.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:06.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:06.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:07.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:07.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:07.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:07.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:07.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:07.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:07.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:07.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:07.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:07.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:07.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:07.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:08.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:08.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:08.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:08.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:08.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:08.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:10.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:10.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:10.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:10.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:10.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:10.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:12.118+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:12.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:12.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:12.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:12.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:12.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:13.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:13.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:13.198+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:25:13.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:13.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:13.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:13.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:13.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:13.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:13.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:13.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:13.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:13.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:13.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:13.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:13.857+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:13.857+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:13.857+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:13.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:14.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:14.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:14.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:14.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:14.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:14.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:14.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:14.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:14.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:14.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:14.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:14.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:15.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:15.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:15.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:15.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:15.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:15.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:16.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:16.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:16.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:16.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:16.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:16.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:17.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:17.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:17.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:17.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:17.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:17.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:17.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:17.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:17.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:17.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:17.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:17.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:17.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:17.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:17.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:17.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:17.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:17.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:18.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:18.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:18.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:18.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:18.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:18.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:18.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:18.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:18.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:18.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:18.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:18.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:19.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:19.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:20.032+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:25:20.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:20.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:20.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:20.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:21.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:21.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:21.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:21.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:21.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:21.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:21.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:21.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:21.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:21.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:21.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:21.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:22.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:22.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:22.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:22.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:22.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:22.075+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:22.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:22.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:22.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:22.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:22.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:22.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:22.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:22.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:22.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:22.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:22.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:22.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:23.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:23.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:23.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:23.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:23.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:23.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:23.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:23.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:23.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:23.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:23.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:23.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:23.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:23.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:23.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:23.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:23.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:23.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:25.265+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:25:25.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:25.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:25.313+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:25.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:25.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:25.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:26.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:26.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:26.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:26.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:26.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:26.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:26.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:26.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:26.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:26.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:26.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:26.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:27.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:27.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:27.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:27.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:27.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:27.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:29.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:29.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:29.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:29.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:29.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:29.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:29.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:29.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:29.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:29.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:29.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:29.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:30.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:30.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:30.806+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:25:30.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:30.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:30.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:30.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:31.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:31.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:31.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:31.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:31.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:31.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:32.288+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:32.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:32.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:32.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:32.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:32.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:33.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:33.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:33.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:33.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:33.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:33.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:33.393+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:33.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:33.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:33.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:33.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:33.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:33.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:33.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:33.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:33.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:33.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:33.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:33.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:33.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:34.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:34.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:34.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:34.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:34.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:34.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:34.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:34.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:34.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:34.454+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:34.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:34.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:34.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:34.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:34.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:34.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:35.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:35.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:35.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:35.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:35.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:35.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:36.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:36.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:36.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:36.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:36.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:36.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:37.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:37.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:37.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:37.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:37.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:37.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:38.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:38.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:38.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:38.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:38.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:38.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:38.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:38.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:38.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:38.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:38.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:38.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:38.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:38.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:38.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:38.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:38.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:38.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:39.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:39.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:39.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:39.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:39.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:39.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:39.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:39.208+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:39.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:39.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:39.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:39.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:39.393+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:39.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:39.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:39.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:39.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:39.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:39.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:39.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:39.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:39.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:39.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:39.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:39.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:39.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:39.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:39.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:39.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:39.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:40.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:40.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:40.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:40.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:40.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:40.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:40.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:40.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:40.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:40.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:40.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:40.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:43.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:43.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:43.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:43.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:43.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:43.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:43.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:43.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:43.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:43.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:43.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:43.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:43.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:43.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:43.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:43.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:43.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:43.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:44.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:44.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:44.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:44.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:44.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:44.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:44.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:44.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:44.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:44.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:44.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:44.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:45.393+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:45.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:45.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:45.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:45.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:45.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:45.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:45.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:45.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:45.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:45.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:45.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:46.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:46.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:46.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:46.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:46.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:46.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:47.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:47.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:47.496+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:47.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:47.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:47.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:48.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:48.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:48.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:48.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:48.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:48.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:48.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:48.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:48.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:48.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:48.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:48.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:49.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:49.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:49.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:49.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:49.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:49.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:50.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:50.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:50.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:50.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:50.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:50.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:51.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:51.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:51.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:51.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:51.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:51.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:52.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:52.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:52.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:52.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:52.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:52.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:52.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:52.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:52.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:52.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:52.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:52.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:54.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:54.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:54.329+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:25:54.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:54.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:54.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:54.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:55.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:55.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:55.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:55.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:55.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:55.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:55.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:55.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:55.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:55.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:55.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:55.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:56.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:56.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:56.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:56.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:56.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:56.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:56.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:56.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:56.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:56.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:56.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:56.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:56.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:56.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:56.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:56.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:56.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:56.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:25:59.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:25:59.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:25:59.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:25:59.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:25:59.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:25:59.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:00.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:00.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:00.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:00.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:00.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:00.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:01.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:01.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:01.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:01.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:01.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:01.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:01.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:01.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:01.579+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:26:01.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:01.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:01.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:01.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:01.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:01.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:01.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:01.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:01.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:01.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:02.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:02.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:02.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:02.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:02.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:02.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:02.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:02.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:02.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:02.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:02.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:02.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:04.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:04.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:04.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:04.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:04.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:04.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:05.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:05.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:05.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:05.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:05.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:05.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:05.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:05.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:05.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:05.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:05.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:05.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:05.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:05.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:05.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:05.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:05.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:05.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:06.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:06.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:06.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:06.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:06.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:06.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:06.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:06.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:06.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:06.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:06.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:06.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:07.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:07.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:07.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:07.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:07.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:07.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:09.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:09.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:09.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:09.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:09.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:09.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:11.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:11.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:11.042+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:26:11.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:11.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:11.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:11.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:11.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:11.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:11.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:11.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:11.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:11.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:11.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:11.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:11.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:11.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:11.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:11.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:12.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:12.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:12.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:12.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:12.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:12.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:12.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:12.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:12.587+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:12.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:12.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:12.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:12.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:12.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:12.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:12.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:12.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:12.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:13.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:13.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:14.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:14.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:14.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:14.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:14.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:14.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:15.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:15.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:15.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:15.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:16.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:16.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:16.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:16.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:16.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:16.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:17.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:17.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:18.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:18.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:18.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:18.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:18.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:18.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:18.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:18.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:18.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:18.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:19.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:19.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:19.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:19.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:19.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:19.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:19.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:19.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:19.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:19.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:19.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:19.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:19.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:19.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:19.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:19.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:19.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:19.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:20.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:20.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:20.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:20.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:20.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:20.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:21.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:21.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:21.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:21.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:21.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:21.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:21.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:21.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:21.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:21.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:21.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:21.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:21.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:21.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:21.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:21.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:21.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:21.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:22.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:22.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:22.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:22.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:22.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:22.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:22.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:22.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:22.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:22.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:22.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:22.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:23.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:23.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:23.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:23.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:23.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:23.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:23.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:23.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:23.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:23.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:23.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:23.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:24.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:24.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:24.202+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:26:24.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:24.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:24.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:24.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:24.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:24.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:24.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:24.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:24.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:24.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:26.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:26.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:26.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:26.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:26.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:26.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:26.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:26.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:26.848+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:26.848+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:26.848+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:26.848+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:27.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:27.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:27.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:27.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:27.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:27.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:27.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:27.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:27.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:27.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:27.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:27.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:27.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:27.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:27.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:27.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:27.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:27.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:27.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:27.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:27.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:27.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:27.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:27.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:27.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:27.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:27.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:27.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:27.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:27.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:28.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:28.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:28.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:28.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:28.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:28.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:28.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:28.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:28.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:28.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:28.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:28.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:28.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:28.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:28.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:28.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:28.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:28.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:29.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:29.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:29.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:29.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:29.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:29.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:29.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:29.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:29.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:29.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:29.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:29.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:31.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:31.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:31.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:31.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:31.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:31.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:32.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:32.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:32.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:32.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:32.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:32.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:32.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:32.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:32.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:32.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:32.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:32.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:33.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:33.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:33.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:33.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:33.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:33.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:33.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:33.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:33.587+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:33.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:33.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:33.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:34.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:34.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:34.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:34.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:34.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:34.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:35.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:35.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:35.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:35.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:35.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:35.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:35.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:35.702+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:35.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:35.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:35.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:35.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:35.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:35.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:35.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:35.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:35.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:35.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:37.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:37.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:37.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:37.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:37.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:37.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:38.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:38.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:38.622+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:26:38.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:38.664+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:38.664+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:38.664+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:39.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:39.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:39.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:39.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:39.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:39.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:40.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:40.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:40.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:40.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:40.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:40.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:40.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:40.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:40.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:40.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:40.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:40.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:40.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:40.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:40.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:40.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:40.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:40.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:40.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:40.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:40.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:40.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:40.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:40.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:40.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:40.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:40.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:40.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:40.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:40.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:41.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:41.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:41.186+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:41.186+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:41.186+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:41.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:42.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:42.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:42.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:42.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:42.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:42.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:42.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:42.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:42.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:42.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:42.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:42.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:43.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:43.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:43.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:43.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:43.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:43.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:44.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:44.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:44.950+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:26:44.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:44.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:44.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:44.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:45.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:45.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:45.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:45.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:45.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:45.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:45.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:45.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:45.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:45.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:45.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:45.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:46.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:46.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:46.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:46.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:46.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:46.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:47.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:47.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:47.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:47.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:47.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:47.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:47.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:47.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:47.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:47.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:47.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:47.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:48.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:48.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:48.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:48.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:48.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:48.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:48.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:48.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:48.285+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:48.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:48.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:48.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:49.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:49.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:49.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:49.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:49.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:49.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:50.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:50.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:50.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:50.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:50.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:50.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:50.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:50.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:50.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:50.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:50.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:50.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:50.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:50.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:50.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:50.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:50.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:50.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:52.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:52.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:52.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:52.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:52.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:52.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:53.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:53.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:53.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:53.664+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:53.664+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:53.664+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:54.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:54.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:54.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:54.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:54.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:54.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:55.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:55.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:55.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:55.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:55.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:55.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:55.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:55.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:55.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:55.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:55.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:55.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:56.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:56.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:56.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:56.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:56.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:56.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:56.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:56.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:56.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:56.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:56.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:56.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:56.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:56.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:56.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:56.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:56.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:56.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:56.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:56.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:57.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:57.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:57.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:57.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:57.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:57.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:57.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:57.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:57.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:57.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:58.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:58.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:26:58.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:26:58.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:26:58.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:26:58.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:26:59.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:26:59.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:00.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:00.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:00.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:00.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:00.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:00.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:00.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:00.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:00.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:00.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:01.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:01.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:01.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:01.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:01.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:01.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:01.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:01.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:01.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:01.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:01.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:01.508+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:27:01.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:01.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:01.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:01.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:01.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:01.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:01.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:02.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:02.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:02.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:02.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:02.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:02.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:03.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:03.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:03.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:03.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:03.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:03.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:03.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:03.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:03.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:03.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:03.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:03.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:04.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:04.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:04.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:04.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:04.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:04.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:04.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:04.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:04.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:04.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:04.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:04.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:04.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:04.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:04.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:04.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:04.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:04.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:05.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:05.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:05.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:05.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:05.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:05.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:06.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:06.730+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:06.757+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:27:06.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:06.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:06.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:06.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:08.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:08.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:08.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:08.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:08.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:08.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:08.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:08.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:08.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:08.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:08.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:08.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:09.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:09.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:09.143+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:27:09.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:09.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:09.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:09.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:09.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:09.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:09.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:09.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:09.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:09.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:10.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:10.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:10.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:10.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:10.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:10.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:10.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:10.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:10.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:10.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:10.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:10.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:11.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:11.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:11.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:11.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:11.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:11.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:12.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:12.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:12.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:12.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:12.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:12.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:13.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:13.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:13.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:13.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:13.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:13.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:13.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:13.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:13.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:13.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:13.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:13.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:14.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:14.119+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:14.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:14.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:14.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:14.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:14.383+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:27:14.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:14.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:14.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:14.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:14.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:14.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:16.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:16.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:16.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:16.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:16.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:16.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:16.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:16.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:16.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:16.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:16.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:16.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:17.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:17.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:17.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:17.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:17.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:17.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:17.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:17.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:17.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:17.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:17.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:17.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:17.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:17.646+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:17.683+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:17.683+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:17.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:17.683+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:17.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:17.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:17.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:17.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:17.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:17.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:18.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:18.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:18.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:18.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:18.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:18.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:18.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:18.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:18.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:18.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:18.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:18.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:19.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:19.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:19.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:19.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:19.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:19.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:20.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:20.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:20.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:20.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:20.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:20.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:21.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:21.394+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:21.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:21.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:21.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:21.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:22.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:22.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:22.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:22.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:22.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:22.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:22.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:22.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:22.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:22.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:22.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:22.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:22.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:22.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:22.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:22.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:22.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:22.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:23.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:23.331+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:23.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:23.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:23.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:23.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:23.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:23.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:23.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:23.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:23.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:23.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:23.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:23.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:23.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:23.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:23.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:23.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:24.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:24.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:24.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:24.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:24.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:24.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:26.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:26.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:26.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:26.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:26.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:26.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:26.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:26.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:26.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:26.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:26.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:26.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:26.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:26.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:26.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:26.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:26.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:26.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:27.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:27.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:27.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:27.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:27.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:27.271+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:28.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:28.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:28.715+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:27:28.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:28.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:28.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:28.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:29.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:29.119+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:29.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:29.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:29.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:29.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:29.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:29.586+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:29.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:29.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:29.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:29.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:30.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:30.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:30.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:30.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:30.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:30.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:31.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:31.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:31.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:31.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:31.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:31.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:31.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:31.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:31.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:31.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:31.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:31.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:32.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:32.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:32.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:32.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:32.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:32.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:33.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:33.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:33.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:33.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:33.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:33.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:33.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:33.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:33.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:33.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:33.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:33.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:33.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:33.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:33.943+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:27:33.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:33.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:33.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:33.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:34.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:34.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:34.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:34.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:34.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:34.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:35.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:35.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:35.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:35.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:35.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:35.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:36.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:36.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:36.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:36.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:36.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:36.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:36.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:36.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:36.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:36.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:36.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:36.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:37.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:37.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:37.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:37.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:37.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:37.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:38.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:38.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:38.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:38.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:38.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:38.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:38.834+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:27:38.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:38.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:38.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:38.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:38.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:38.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:39.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:39.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:39.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:39.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:39.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:39.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:39.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:39.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:39.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:39.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:39.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:39.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:39.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:39.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:39.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:39.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:39.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:39.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:40.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:40.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:40.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:40.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:40.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:40.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:42.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:42.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:42.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:42.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:42.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:42.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:42.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:42.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:42.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:42.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:42.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:42.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:42.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:42.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:42.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:42.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:42.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:42.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:42.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:42.845+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:42.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:42.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:42.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:42.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:44.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:44.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:44.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:44.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:44.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:44.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:44.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:44.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:45.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:45.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:45.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:45.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:45.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:45.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:45.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:45.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:45.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:45.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:46.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:46.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:46.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:46.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:46.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:46.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:46.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:46.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:46.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:46.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:46.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:46.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:47.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:47.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:47.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:47.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:47.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:47.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:47.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:47.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:47.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:47.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:47.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:47.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:47.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:47.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:47.873+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:27:47.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:47.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:47.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:47.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:48.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:48.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:48.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:48.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:48.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:48.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:48.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:48.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:48.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:48.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:48.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:48.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:49.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:49.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:49.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:49.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:49.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:49.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:50.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:50.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:50.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:50.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:50.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:50.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:50.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:50.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:50.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:50.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:50.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:50.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:51.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:51.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:51.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:51.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:51.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:51.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:52.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:52.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:52.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:52.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:52.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:52.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:52.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:52.596+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:52.603+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:27:52.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:52.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:52.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:52.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:52.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:52.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:53.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:53.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:53.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:53.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:53.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:53.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:53.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:53.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:53.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:53.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:54.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:54.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:54.049+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:54.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:54.049+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:54.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:55.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:55.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:55.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:55.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:55.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:55.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:55.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:55.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:55.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:55.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:55.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:55.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:55.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:55.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:55.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:55.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:55.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:55.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:55.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:55.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:55.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:55.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:55.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:55.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:55.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:55.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:55.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:55.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:55.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:55.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:57.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:57.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:57.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:57.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:57.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:57.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:57.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:57.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:57.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:57.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:57.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:57.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:27:59.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:27:59.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:27:59.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:27:59.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:27:59.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:27:59.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:00.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:00.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:00.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:00.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:00.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:00.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:00.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:00.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:00.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:00.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:00.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:00.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:00.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:00.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:00.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:00.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:00.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:00.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:00.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:00.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:00.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:00.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:00.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:00.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:01.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:01.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:01.361+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:28:01.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:01.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:01.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:01.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:02.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:02.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:02.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:02.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:02.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:02.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:02.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:02.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:02.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:02.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:02.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:02.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:04.348+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:28:04.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:04.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:04.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:04.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:04.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:04.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:04.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:04.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:04.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:04.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:04.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:04.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:05.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:05.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:05.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:05.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:05.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:05.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:05.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:05.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:05.541+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:05.541+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:05.541+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:05.541+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:06.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:06.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:06.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:06.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:06.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:06.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:06.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:06.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:06.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:06.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:06.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:06.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:07.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:07.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:07.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:07.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:07.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:07.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:07.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:07.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:07.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:07.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:07.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:07.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:08.282+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:08.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:08.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:08.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:08.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:08.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:08.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:08.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:08.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:08.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:08.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:08.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:09.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:09.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:09.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:09.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:09.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:09.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:09.493+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:09.493+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:09.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:09.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:09.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:09.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:09.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:09.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:09.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:09.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:09.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:09.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:11.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:11.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:11.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:11.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:11.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:11.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:12.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:12.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:12.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:12.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:12.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:12.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:12.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:12.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:13.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:13.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:13.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:13.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:13.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:13.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:13.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:13.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:13.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:13.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:13.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:13.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:14.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:14.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:14.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:14.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:14.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:14.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:14.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:14.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:14.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:14.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:15.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:15.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:15.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:15.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:15.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:15.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:17.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:17.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:17.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:17.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:17.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:17.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:17.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:17.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:17.806+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:28:17.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:17.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:17.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:17.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:18.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:18.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:18.177+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:28:18.211+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:18.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:18.211+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:18.211+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:19.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:19.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:19.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:19.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:19.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:19.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:20.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:20.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:20.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:20.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:20.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:20.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:20.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:20.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:20.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:20.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:20.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:20.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:21.125+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:21.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:21.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:21.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:21.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:21.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:21.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:21.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:21.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:21.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:21.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:21.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:21.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:21.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:21.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:21.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:21.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:21.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:22.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:22.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:22.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:22.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:22.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:22.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:22.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:22.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:22.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:22.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:22.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:22.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:23.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:23.008+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:23.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:23.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:23.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:23.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:23.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:23.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:23.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:23.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:23.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:23.308+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:23.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:23.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:23.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:23.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:23.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:23.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:24.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:24.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:24.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:24.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:24.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:24.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:25.564+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:28:25.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:25.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:25.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:25.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:25.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:25.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:25.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:25.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:25.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:25.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:25.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:25.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:26.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:26.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:26.485+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:28:26.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:26.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:26.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:26.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:27.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:27.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:27.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:27.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:27.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:27.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:28.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:28.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:28.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:28.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:28.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:28.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:28.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:28.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:28.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:28.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:28.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:28.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:29.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:29.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:29.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:29.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:29.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:29.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:30.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:30.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:30.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:30.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:30.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:30.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:30.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:30.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:31.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:31.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:31.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:31.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:31.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:31.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:31.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:31.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:31.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:31.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:31.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:31.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:31.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:31.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:31.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:31.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:32.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:32.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:32.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:32.336+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:32.336+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:32.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:33.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:33.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:33.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:33.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:33.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:33.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:34.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:34.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:34.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:34.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:34.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:34.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:35.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:35.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:35.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:35.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:35.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:35.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:35.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:35.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:35.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:35.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:35.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:35.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:35.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:35.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:35.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:35.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:35.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:35.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:36.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:36.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:36.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:36.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:36.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:36.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:36.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:36.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:36.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:36.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:36.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:36.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:37.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:37.208+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:37.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:37.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:37.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:37.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:37.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:37.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:37.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:37.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:37.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:37.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:38.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:38.314+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:38.353+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:28:38.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:38.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:38.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:38.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:38.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:38.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:38.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:38.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:38.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:38.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:39.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:39.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:39.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:39.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:39.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:39.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:39.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:39.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:39.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:39.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:39.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:39.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:40.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:40.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:40.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:40.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:40.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:40.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:41.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:41.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:41.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:41.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:41.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:41.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:42.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:42.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:42.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:42.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:42.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:42.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:42.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:42.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:42.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:42.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:42.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:42.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:43.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:43.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:43.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:43.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:43.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:43.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:43.768+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:28:43.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:43.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:43.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:43.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:43.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:43.828+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:43.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:43.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:43.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:43.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:43.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:43.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:44.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:44.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:44.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:44.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:44.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:44.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:44.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:44.987+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:45.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:45.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:45.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:45.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:45.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:45.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:45.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:45.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:45.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:45.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:46.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:46.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:46.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:46.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:46.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:46.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:48.491+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:28:48.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:48.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:48.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:48.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:48.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:48.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:48.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:48.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:48.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:48.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:48.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:48.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:49.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:49.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:49.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:49.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:49.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:49.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:49.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:49.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:49.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:49.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:49.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:49.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:50.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:50.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:50.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:50.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:50.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:50.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:50.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:50.346+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:50.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:50.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:50.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:50.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:50.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:50.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:50.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:50.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:50.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:50.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:51.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:51.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:51.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:51.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:51.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:51.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:52.493+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:52.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:52.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:52.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:52.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:52.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:53.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:53.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:53.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:53.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:53.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:53.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:53.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:53.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:53.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:53.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:53.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:53.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:53.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:53.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:53.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:53.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:53.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:53.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:53.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:53.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:53.922+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:53.922+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:53.922+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:53.922+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:55.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:55.243+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:55.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:55.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:55.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:55.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:55.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:55.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:55.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:55.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:55.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:55.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:57.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:57.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:57.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:57.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:57.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:57.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:57.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:57.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:57.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:57.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:57.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:57.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:58.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:58.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:58.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:58.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:58.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:58.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:58.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:58.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:58.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:58.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:58.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:58.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:58.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:58.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:58.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:58.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:58.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:58.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:28:59.817+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:28:59.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:28:59.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:28:59.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:28:59.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:28:59.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:00.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:00.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:00.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:00.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:00.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:00.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:00.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:00.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:00.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:00.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:00.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:00.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:00.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:00.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:00.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:00.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:00.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:00.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:01.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:01.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:01.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:01.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:01.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:01.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:02.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:02.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:02.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:02.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:02.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:02.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:02.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:02.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:02.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:02.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:02.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:02.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:03.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:03.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:03.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:03.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:03.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:03.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:03.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:03.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:03.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:03.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:03.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:03.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:04.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:04.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:05.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:05.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:05.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:05.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:05.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:05.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:05.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:05.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:05.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:05.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:06.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:06.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:06.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:06.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:06.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:06.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:06.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:06.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:06.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:06.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:06.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:06.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:06.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:06.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:06.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:06.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:06.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:06.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:07.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:07.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:07.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:07.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:07.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:07.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:07.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:07.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:07.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:07.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:07.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:07.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:07.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:07.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:07.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:07.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:07.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:07.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:07.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:07.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:08.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:08.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:08.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:08.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:08.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:08.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:08.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:08.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:08.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:08.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:10.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:10.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:10.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:10.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:10.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:10.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:11.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:11.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:11.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:11.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:11.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:11.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:12.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:12.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:12.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:12.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:12.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:12.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:12.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:12.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:12.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:12.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:12.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:12.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:13.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:13.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:13.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:13.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:13.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:13.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:13.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:13.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:13.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:13.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:13.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:13.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:13.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:13.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:13.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:13.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:13.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:13.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:14.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:14.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:14.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:14.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:14.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:14.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:15.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:15.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:15.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:15.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:15.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:15.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:15.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:15.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:15.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:15.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:15.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:15.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:17.243+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:17.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:17.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:17.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:17.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:17.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:17.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:17.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:17.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:17.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:17.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:17.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:17.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:17.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:17.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:17.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:17.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:17.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:19.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:19.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:19.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:19.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:19.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:19.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:19.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:19.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:19.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:19.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:19.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:19.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:19.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:19.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:19.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:19.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:19.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:19.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:19.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:19.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:19.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:19.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:19.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:19.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:20.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:20.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:20.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:20.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:20.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:20.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:20.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:20.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:20.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:20.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:20.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:20.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:20.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:20.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:20.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:20.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:20.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:20.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:21.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:21.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:21.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:21.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:21.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:21.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:22.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:22.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:22.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:22.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:22.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:22.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:22.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:22.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:22.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:22.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:22.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:22.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:22.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:22.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:22.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:22.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:22.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:22.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:24.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:24.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:24.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:24.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:24.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:24.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:24.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:24.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:24.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:24.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:24.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:24.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:25.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:25.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:25.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:25.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:25.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:25.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:25.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:25.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:25.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:25.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:25.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:25.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:25.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:25.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:25.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:25.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:25.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:25.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:26.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:26.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:26.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:26.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:26.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:26.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:26.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:26.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:26.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:26.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:26.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:26.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:27.289+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:27.289+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:27.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:27.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:27.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:27.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:28.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:28.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:28.280+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:29:28.313+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:28.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:28.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:28.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:30.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:30.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:30.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:30.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:30.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:30.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:31.237+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:29:31.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:31.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:31.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:31.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:31.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:31.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:31.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:31.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:31.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:31.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:31.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:31.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:31.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:31.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:31.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:31.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:31.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:31.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:32.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:32.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:32.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:32.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:32.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:32.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:32.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:32.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:32.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:32.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:32.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:32.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:32.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:32.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:32.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:32.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:32.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:32.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:33.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:33.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:33.581+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:29:33.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:33.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:33.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:33.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:35.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:35.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:35.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:35.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:35.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:35.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:35.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:35.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:35.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:35.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:35.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:35.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:35.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:35.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:35.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:35.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:35.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:35.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:36.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:36.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:36.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:36.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:36.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:36.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:36.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:36.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:36.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:36.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:36.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:36.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:36.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:36.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:36.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:36.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:36.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:36.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:37.314+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:29:37.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:37.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:37.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:37.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:37.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:37.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:37.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:37.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:37.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:37.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:37.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:37.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:38.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:38.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:38.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:38.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:38.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:38.777+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:39.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:39.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:39.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:39.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:39.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:39.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:40.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:40.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:40.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:40.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:40.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:40.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:40.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:40.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:40.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:40.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:40.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:40.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:40.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:40.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:40.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:40.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:40.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:40.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:40.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:40.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:40.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:40.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:40.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:40.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:41.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:41.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:41.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:41.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:41.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:41.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:41.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:41.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:41.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:41.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:41.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:41.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:42.525+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:29:42.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:42.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:42.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:42.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:42.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:42.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:44.678+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:29:44.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:44.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:44.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:44.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:44.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:44.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:45.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:45.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:45.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:45.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:45.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:45.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:45.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:45.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:45.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:45.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:45.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:45.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:46.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:46.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:46.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:46.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:46.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:46.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:47.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:47.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:47.234+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:29:47.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:47.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:47.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:47.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:47.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:47.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:47.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:47.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:47.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:47.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:47.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:47.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:47.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:47.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:47.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:47.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:48.282+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:48.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:48.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:48.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:48.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:48.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:49.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:49.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:49.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:49.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:49.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:49.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:49.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:49.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:49.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:49.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:49.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:49.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:50.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:50.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:50.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:50.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:50.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:50.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:51.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:51.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:51.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:51.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:51.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:51.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:51.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:51.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:51.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:51.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:51.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:51.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:52.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:52.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:52.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:52.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:52.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:52.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:52.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:52.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:52.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:52.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:52.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:52.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:53.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:53.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:53.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:53.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:53.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:53.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:53.553+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:29:53.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:53.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:53.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:53.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:53.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:53.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:54.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:54.646+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:54.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:54.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:54.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:54.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:55.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:55.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:55.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:55.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:55.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:55.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:55.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:55.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:55.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:55.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:55.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:55.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:56.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:56.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:56.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:56.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:56.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:56.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:56.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:56.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:56.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:56.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:56.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:56.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:57.180+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:57.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:57.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:57.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:57.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:57.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:58.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:58.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:58.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:58.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:58.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:58.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:58.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:58.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:58.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:58.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:58.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:58.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:59.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:59.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:59.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:59.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:59.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:59.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:59.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:59.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:29:59.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:29:59.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:29:59.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:29:59.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:29:59.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:29:59.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:00.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:00.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:00.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:00.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:00.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:00.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:00.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:00.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:00.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:00.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:00.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:00.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:00.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:00.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:00.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:00.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:02.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:02.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:02.633+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:30:02.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:02.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:02.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:02.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:02.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:02.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:02.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:02.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:02.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:02.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:04.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:04.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:04.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:04.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:04.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:04.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:04.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:04.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:04.758+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:30:04.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:04.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:04.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:04.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:04.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:04.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:04.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:04.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:04.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:04.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:05.199+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:05.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:05.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:05.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:05.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:05.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:05.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:05.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:05.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:05.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:05.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:05.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:05.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:05.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:06.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:06.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:06.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:06.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:07.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:07.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:07.211+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:07.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:07.211+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:07.211+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:07.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:07.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:07.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:07.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:07.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:07.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:08.118+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:08.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:08.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:08.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:08.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:08.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:09.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:09.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:09.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:09.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:09.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:09.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:09.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:09.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:09.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:09.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:09.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:09.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:09.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:09.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:09.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:09.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:09.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:09.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:09.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:09.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:09.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:09.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:09.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:09.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:10.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:10.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:10.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:10.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:10.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:10.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:12.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:12.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:12.266+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:12.266+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:12.266+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:12.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:12.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:12.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:12.483+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:30:12.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:12.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:12.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:12.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:12.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:12.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:12.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:12.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:12.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:12.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:12.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:12.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:12.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:12.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:12.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:12.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:13.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:13.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:13.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:13.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:13.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:13.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:14.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:14.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:14.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:14.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:14.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:14.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:14.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:14.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:14.752+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:30:14.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:14.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:14.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:14.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:14.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:14.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:14.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:14.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:14.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:14.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:16.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:16.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:16.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:16.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:16.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:16.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:17.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:17.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:17.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:17.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:17.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:17.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:17.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:17.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:17.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:17.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:17.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:17.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:17.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:17.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:17.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:17.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:17.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:17.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:18.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:18.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:18.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:18.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:18.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:18.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:18.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:18.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:18.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:18.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:18.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:18.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:18.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:18.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:19.000+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:19.000+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:19.000+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:19.000+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:19.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:19.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:19.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:19.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:19.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:19.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:19.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:19.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:19.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:19.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:19.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:19.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:19.926+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:30:19.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:19.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:19.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:19.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:19.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:19.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:21.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:21.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:21.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:21.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:21.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:21.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:21.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:21.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:21.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:21.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:21.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:21.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:22.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:22.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:22.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:22.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:22.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:22.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:23.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:23.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:23.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:23.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:23.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:23.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:24.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:24.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:24.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:24.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:24.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:24.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:24.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:24.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:24.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:24.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:24.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:24.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:24.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:24.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:25.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:25.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:25.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:25.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:25.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:25.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:25.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:25.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:25.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:25.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:26.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:26.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:26.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:26.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:26.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:26.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:26.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:26.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:26.542+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:30:26.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:26.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:26.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:26.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:26.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:26.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:27.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:27.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:27.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:27.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:27.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:27.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:27.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:27.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:27.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:27.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:28.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:28.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:28.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:28.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:28.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:28.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:28.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:28.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:29.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:29.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:29.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:29.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:30.311+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:30:30.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:30.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:30.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:30.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:30.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:30.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:31.199+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:31.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:31.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:31.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:31.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:31.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:31.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:31.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:31.721+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:30:31.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:31.747+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:31.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:31.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:32.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:32.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:32.274+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:30:32.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:32.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:32.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:32.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:32.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:32.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:32.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:32.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:32.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:32.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:33.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:33.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:33.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:33.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:33.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:33.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:34.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:34.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:34.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:34.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:34.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:34.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:35.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:35.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:35.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:35.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:35.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:35.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:35.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:35.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:35.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:35.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:35.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:35.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:35.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:35.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:35.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:35.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:35.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:35.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:36.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:36.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:36.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:36.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:36.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:36.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:36.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:36.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:36.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:36.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:36.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:36.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:37.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:37.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:37.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:37.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:37.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:37.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:37.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:37.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:37.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:37.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:37.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:37.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:38.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:38.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:38.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:38.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:38.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:38.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:38.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:38.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:38.719+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:30:38.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:38.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:38.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:38.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:39.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:39.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:39.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:39.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:39.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:39.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:39.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:39.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:39.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:39.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:39.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:39.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:40.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:40.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:40.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:40.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:40.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:40.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:40.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:40.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:40.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:40.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:40.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:40.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:41.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:41.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:41.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:41.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:41.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:41.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:42.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:42.646+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:42.652+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:30:42.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:42.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:42.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:42.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:43.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:43.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:43.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:43.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:43.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:43.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:43.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:43.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:44.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:44.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:44.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:44.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:44.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:44.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:44.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:44.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:44.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:44.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:45.106+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:30:45.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:45.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:45.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:45.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:45.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:45.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:46.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:46.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:46.941+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:30:46.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:46.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:46.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:46.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:47.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:47.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:47.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:47.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:47.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:47.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:47.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:47.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:47.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:47.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:47.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:47.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:48.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:48.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:48.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:48.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:48.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:48.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:48.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:48.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:48.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:48.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:48.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:48.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:48.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:48.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:48.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:48.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:48.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:48.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:50.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:50.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:50.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:50.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:50.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:50.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:50.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:50.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:50.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:50.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:50.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:50.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:52.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:52.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:52.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:52.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:52.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:52.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:52.195+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:30:52.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:52.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:52.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:52.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:52.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:52.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:52.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:52.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:52.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:52.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:52.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:52.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:53.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:53.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:53.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:53.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:53.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:53.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:53.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:53.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:53.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:53.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:53.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:53.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:54.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:54.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:54.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:54.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:54.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:54.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:54.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:54.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:54.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:54.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:54.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:54.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:55.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:55.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:55.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:55.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:55.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:55.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:55.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:55.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:55.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:55.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:55.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:55.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:57.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:57.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:57.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:57.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:57.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:57.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:57.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:57.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:57.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:57.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:57.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:57.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:58.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:58.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:58.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:58.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:58.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:58.226+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:58.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:58.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:58.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:58.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:58.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:58.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:58.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:58.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:58.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:58.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:58.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:58.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:59.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:59.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:59.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:59.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:59.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:59.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:59.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:59.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:59.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:59.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:59.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:59.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:59.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:59.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:59.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:59.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:59.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:59.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:30:59.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:30:59.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:30:59.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:30:59.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:30:59.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:30:59.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:00.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:00.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:00.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:00.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:00.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:00.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:02.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:02.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:02.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:02.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:02.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:02.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:02.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:02.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:02.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:02.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:02.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:02.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:03.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:03.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:03.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:03.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:03.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:03.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:03.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:03.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:03.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:03.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:03.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:03.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:04.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:04.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:04.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:04.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:04.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:04.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:04.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:04.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:04.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:04.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:04.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:04.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:05.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:05.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:05.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:05.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:05.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:05.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:07.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:07.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:07.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:07.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:07.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:07.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:07.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:07.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:07.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:07.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:07.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:07.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:08.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:08.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:08.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:08.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:08.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:08.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:08.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:08.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:08.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:08.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:08.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:08.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:08.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:08.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:09.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:09.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:09.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:09.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:09.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:09.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:09.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:09.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:09.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:09.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:10.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:10.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:10.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:10.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:10.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:10.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:11.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:11.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:11.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:11.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:11.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:11.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:11.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:11.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:11.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:11.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:11.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:11.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:12.243+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:12.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:12.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:12.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:12.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:12.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:12.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:12.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:12.747+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:31:12.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:12.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:12.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:12.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:13.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:13.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:13.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:13.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:13.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:13.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:14.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:14.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:14.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:14.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:14.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:14.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:14.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:14.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:14.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:14.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:14.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:14.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:14.969+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:31:14.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:14.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:15.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:15.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:15.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:15.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:15.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:15.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:15.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:15.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:15.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:15.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:15.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:15.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:15.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:15.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:15.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:15.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:16.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:16.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:16.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:16.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:16.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:16.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:16.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:16.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:16.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:16.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:16.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:16.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:17.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:17.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:17.049+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:17.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:17.049+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:17.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:17.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:17.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:17.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:17.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:17.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:17.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:18.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:18.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:18.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:18.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:18.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:18.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:19.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:19.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:19.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:19.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:19.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:19.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:19.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:19.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:19.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:19.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:19.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:19.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:19.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:19.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:19.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:19.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:19.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:19.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:20.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:20.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:20.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:20.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:20.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:20.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:20.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:20.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:20.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:20.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:20.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:20.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:20.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:20.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:20.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:20.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:20.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:20.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:21.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:21.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:21.274+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:31:21.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:21.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:21.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:21.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:22.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:22.545+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:22.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:22.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:22.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:22.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:23.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:23.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:23.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:23.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:23.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:23.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:24.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:24.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:25.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:25.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:25.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:25.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:25.288+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:25.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:25.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:25.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:25.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:25.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:25.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:25.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:25.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:25.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:25.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:25.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:26.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:26.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:26.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:26.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:26.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:26.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:27.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:27.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:27.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:27.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:27.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:27.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:27.787+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:31:27.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:27.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:27.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:27.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:27.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:27.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:27.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:27.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:28.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:28.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:28.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:28.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:28.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:28.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:28.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:28.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:28.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:28.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:28.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:28.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:28.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:28.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:28.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:28.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:30.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:30.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:30.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:30.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:30.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:30.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:31.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:31.032+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:31.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:31.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:31.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:31.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:32.039+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:32.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:32.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:32.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:32.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:32.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:32.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:32.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:32.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:32.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:32.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:32.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:33.165+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:33.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:33.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:33.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:33.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:33.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:33.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:33.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:33.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:33.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:33.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:33.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:33.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:33.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:33.968+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:31:33.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:33.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:33.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:33.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:33.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:33.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:34.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:34.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:34.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:34.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:34.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:34.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:34.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:34.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:34.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:34.828+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:35.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:35.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:35.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:35.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:35.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:35.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:35.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:35.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:35.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:35.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:35.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:35.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:35.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:35.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:35.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:35.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:35.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:35.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:35.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:35.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:35.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:35.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:35.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:35.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:38.255+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:38.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:38.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:38.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:38.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:38.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:39.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:39.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:39.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:39.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:39.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:39.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:40.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:40.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:40.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:40.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:40.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:40.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:40.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:40.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:40.608+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:31:40.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:40.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:40.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:40.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:40.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:40.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:40.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:40.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:40.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:40.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:41.275+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:41.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:41.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:41.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:41.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:41.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:41.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:41.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:41.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:41.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:41.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:41.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:42.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:42.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:42.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:42.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:42.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:42.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:43.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:43.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:43.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:43.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:43.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:43.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:43.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:43.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:43.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:43.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:43.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:43.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:43.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:43.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:43.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:43.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:43.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:43.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:43.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:43.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:43.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:43.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:43.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:43.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:45.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:45.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:45.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:45.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:45.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:45.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:46.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:46.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:46.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:46.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:46.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:46.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:46.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:46.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:46.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:46.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:46.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:46.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:47.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:47.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:47.768+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:31:47.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:47.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:47.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:47.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:48.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:48.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:48.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:48.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:48.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:48.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:49.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:49.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:49.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:49.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:49.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:49.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:49.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:49.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:49.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:49.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:49.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:49.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:49.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:49.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:49.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:49.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:49.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:49.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:50.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:50.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:50.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:50.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:50.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:50.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:50.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:50.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:50.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:50.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:50.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:50.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:52.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:52.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:52.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:52.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:52.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:52.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:52.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:52.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:52.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:52.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:52.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:52.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:53.072+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:53.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:53.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:53.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:53.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:53.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:55.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:55.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:55.496+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:55.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:55.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:55.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:56.026+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:31:56.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:56.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:56.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:56.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:56.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:56.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:57.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:57.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:57.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:57.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:57.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:57.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:57.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:57.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:57.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:57.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:57.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:57.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:57.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:57.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:57.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:57.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:57.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:57.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:57.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:57.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:57.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:57.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:57.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:57.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:58.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:58.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:58.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:58.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:58.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:58.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:58.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:58.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:58.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:58.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:58.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:58.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:58.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:58.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:58.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:58.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:58.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:58.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:31:59.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:31:59.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:31:59.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:31:59.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:31:59.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:31:59.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:00.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:00.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:00.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:00.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:00.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:00.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:01.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:01.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:01.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:01.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:01.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:01.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:02.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:02.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:02.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:02.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:02.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:02.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:02.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:02.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:02.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:02.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:02.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:02.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:02.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:02.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:02.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:02.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:02.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:02.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:03.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:03.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:03.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:03.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:03.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:03.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:03.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:03.493+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:03.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:03.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:03.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:03.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:03.788+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:32:03.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:03.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:03.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:03.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:03.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:03.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:04.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:04.072+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:04.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:04.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:04.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:04.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:04.695+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:04.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:04.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:04.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:04.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:04.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:04.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:04.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:04.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:04.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:04.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:04.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:05.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:05.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:05.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:05.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:05.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:05.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:05.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:05.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:05.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:05.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:05.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:05.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:07.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:07.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:07.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:07.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:07.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:07.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:08.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:08.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:08.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:08.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:08.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:08.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:09.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:09.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:09.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:09.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:09.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:09.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:10.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:10.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:10.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:10.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:10.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:10.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:10.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:10.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:10.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:10.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:10.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:10.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:11.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:11.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:11.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:11.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:11.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:11.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:11.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:11.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:11.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:11.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:11.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:11.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:11.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:11.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:11.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:11.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:11.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:11.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:12.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:12.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:12.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:12.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:12.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:12.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:12.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:12.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:12.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:12.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:12.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:12.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:12.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:12.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:12.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:12.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:12.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:12.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:13.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:13.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:13.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:13.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:13.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:13.550+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:14.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:14.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:14.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:14.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:14.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:14.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:14.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:14.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:14.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:14.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:14.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:14.741+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:14.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:14.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:15.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:15.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:15.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:15.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:16.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:16.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:16.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:16.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:16.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:16.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:16.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:16.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:16.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:16.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:16.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:16.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:16.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:16.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:16.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:16.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:16.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:16.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:16.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:16.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:17.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:17.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:17.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:17.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:17.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:17.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:17.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:17.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:17.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:17.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:17.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:17.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:17.541+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:17.541+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:17.541+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:17.541+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:17.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:17.730+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:17.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:17.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:17.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:17.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:17.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:17.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:17.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:17.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:17.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:17.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:19.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:19.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:19.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:19.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:19.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:19.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:19.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:19.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:19.933+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:19.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:19.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:19.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:20.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:20.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:20.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:20.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:20.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:20.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:21.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:21.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:21.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:21.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:21.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:21.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:22.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:22.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:22.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:22.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:22.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:22.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:22.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:22.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:22.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:22.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:22.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:22.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:23.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:23.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:23.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:23.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:23.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:23.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:23.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:23.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:23.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:23.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:23.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:23.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:25.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:25.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:25.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:25.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:25.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:25.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:25.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:25.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:25.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:25.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:25.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:25.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:26.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:26.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:26.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:26.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:26.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:26.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:27.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:27.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:27.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:27.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:27.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:27.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:27.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:27.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:27.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:27.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:27.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:27.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:28.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:28.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:28.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:28.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:28.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:28.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:28.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:28.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:28.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:28.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:28.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:28.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:28.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:28.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:29.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:29.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:29.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:29.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:30.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:30.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:30.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:30.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:30.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:30.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:30.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:30.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:30.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:30.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:30.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:30.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:30.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:30.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:30.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:30.747+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:30.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:30.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:30.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:30.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:30.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:30.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:30.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:30.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:31.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:31.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:31.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:31.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:31.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:31.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:32.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:32.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:32.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:32.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:32.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:32.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:32.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:32.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:32.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:32.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:32.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:32.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:32.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:32.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:32.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:32.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:32.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:32.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:33.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:33.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:33.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:33.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:33.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:33.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:33.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:33.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:33.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:33.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:33.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:33.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:34.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:34.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:34.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:34.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:34.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:34.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:35.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:35.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:35.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:35.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:35.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:35.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:35.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:35.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:35.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:35.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:35.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:35.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:35.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:35.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:35.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:35.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:35.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:35.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:37.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:37.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:37.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:37.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:37.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:37.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:37.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:37.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:37.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:37.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:37.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:37.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:38.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:38.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:39.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:39.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:39.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:39.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:40.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:40.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:40.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:40.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:40.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:40.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:41.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:41.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:41.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:41.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:41.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:41.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:41.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:41.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:41.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:41.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:41.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:41.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:41.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:41.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:41.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:41.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:41.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:41.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:41.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:41.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:41.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:41.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:41.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:41.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:42.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:42.926+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:42.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:42.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:42.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:42.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:43.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:43.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:43.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:43.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:43.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:43.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:44.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:44.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:45.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:45.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:45.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:45.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:45.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:45.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:45.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:45.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:45.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:45.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:45.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:45.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:45.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:45.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:45.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:45.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:46.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:46.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:46.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:46.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:46.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:46.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:46.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:46.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:47.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:47.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:47.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:47.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:47.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:47.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:47.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:47.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:47.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:47.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:47.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:47.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:47.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:47.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:47.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:47.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:48.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:48.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:48.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:48.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:48.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:48.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:48.629+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:48.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:48.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:48.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:48.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:48.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:48.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:48.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:49.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:49.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:49.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:49.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:49.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:49.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:49.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:49.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:49.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:49.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:50.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:50.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:50.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:50.125+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:50.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:50.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:50.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:50.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:50.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:50.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:50.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:50.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:51.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:51.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:51.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:51.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:51.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:51.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:51.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:51.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:51.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:51.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:51.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:51.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:52.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:52.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:52.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:52.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:52.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:52.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:52.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:52.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:52.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:52.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:52.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:52.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:52.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:52.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:52.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:52.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:52.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:52.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:53.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:53.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:53.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:53.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:53.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:53.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:53.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:53.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:53.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:53.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:53.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:53.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:54.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:54.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:54.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:54.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:54.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:54.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:54.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:54.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:54.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:54.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:54.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:54.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:54.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:54.765+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:54.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:54.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:54.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:54.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:55.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:55.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:55.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:55.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:55.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:55.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:56.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:56.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:56.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:56.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:56.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:56.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:56.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:56.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:56.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:56.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:56.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:56.831+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:57.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:57.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:58.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:58.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:58.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:58.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:58.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:58.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:58.227+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:32:58.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:58.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:58.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:58.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:58.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:58.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:58.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:58.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:58.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:58.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:32:59.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:32:59.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:32:59.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:32:59.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:32:59.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:32:59.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:00.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:00.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:00.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:00.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:00.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:00.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:00.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:00.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:00.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:00.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:00.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:00.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:01.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:01.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:01.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:01.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:01.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:01.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:01.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:01.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:01.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:01.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:01.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:01.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:01.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:01.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:01.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:01.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:01.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:01.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:02.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:02.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:02.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:02.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:02.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:02.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:02.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:02.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:02.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:02.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:02.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:02.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:03.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:03.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:03.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:03.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:03.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:03.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:04.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:04.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:04.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:04.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:04.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:04.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:05.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:05.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:05.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:05.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:05.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:05.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:06.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:06.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:06.410+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:33:06.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:06.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:06.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:06.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:06.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:06.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:06.661+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:33:06.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:06.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:06.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:06.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:08.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:08.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:08.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:08.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:08.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:08.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:08.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:08.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:08.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:08.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:08.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:08.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:08.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:08.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:08.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:08.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:08.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:08.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:08.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:08.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:09.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:09.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:09.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:09.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:11.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:11.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:11.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:11.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:11.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:11.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:12.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:12.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:12.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:12.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:12.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:12.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:12.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:12.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:12.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:12.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:12.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:12.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:12.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:12.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:12.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:12.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:12.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:12.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:13.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:13.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:13.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:13.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:13.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:13.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:13.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:13.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:14.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:14.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:14.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:14.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:14.400+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:33:14.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:14.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:14.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:14.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:14.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:14.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:15.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:15.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:15.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:15.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:15.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:15.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:15.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:15.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:15.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:15.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:15.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:15.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:16.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:16.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:16.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:16.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:16.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:16.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:16.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:16.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:16.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:16.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:16.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:16.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:16.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:16.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:16.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:16.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:16.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:16.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:17.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:17.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:17.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:17.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:17.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:17.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:18.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:18.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:18.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:18.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:18.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:18.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:19.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:19.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:19.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:19.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:19.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:19.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:19.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:19.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:19.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:19.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:19.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:19.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:20.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:20.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:20.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:20.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:20.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:20.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:20.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:20.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:20.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:20.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:20.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:20.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:20.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:20.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:20.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:20.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:20.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:20.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:21.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:21.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:21.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:21.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:21.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:21.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:21.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:21.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:21.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:21.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:21.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:21.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:21.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:21.726+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:21.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:21.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:21.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:21.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:21.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:21.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:21.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:21.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:21.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:21.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:22.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:22.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:22.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:22.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:22.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:22.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:22.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:22.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:22.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:22.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:22.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:22.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:24.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:24.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:24.231+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:24.231+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:24.231+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:24.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:24.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:24.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:24.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:24.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:24.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:24.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:25.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:25.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:25.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:25.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:25.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:25.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:25.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:25.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:25.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:25.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:25.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:25.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:26.493+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:26.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:26.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:26.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:26.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:26.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:26.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:26.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:26.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:26.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:26.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:26.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:27.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:27.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:27.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:27.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:27.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:27.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:27.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:27.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:27.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:27.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:27.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:27.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:28.008+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:28.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:28.075+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:28.075+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:28.075+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:28.075+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:29.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:29.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:29.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:29.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:29.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:29.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:29.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:29.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:29.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:29.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:29.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:29.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:30.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:30.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:30.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:30.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:30.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:30.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:30.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:30.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:30.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:30.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:30.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:30.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:31.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:31.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:31.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:31.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:31.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:31.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:31.060+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:33:31.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:31.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:31.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:31.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:31.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:31.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:32.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:32.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:32.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:32.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:32.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:32.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:33.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:33.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:33.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:33.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:33.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:33.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:33.561+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:33.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:33.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:33.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:33.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:33.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:34.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:34.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:34.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:34.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:34.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:34.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:34.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:34.926+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:34.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:34.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:34.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:34.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:35.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:35.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:35.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:35.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:35.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:35.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:36.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:36.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:36.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:36.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:36.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:36.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:36.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:36.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:36.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:36.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:36.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:36.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:36.751+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:36.752+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:36.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:36.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:36.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:36.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:37.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:37.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:37.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:37.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:37.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:37.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:37.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:37.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:37.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:37.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:37.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:37.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:38.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:38.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:38.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:38.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:38.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:38.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:39.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:39.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:39.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:39.454+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:39.454+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:39.454+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:39.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:39.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:39.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:39.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:39.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:39.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:41.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:41.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:41.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:41.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:41.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:41.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:42.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:42.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:42.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:42.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:42.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:42.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:43.179+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:33:43.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:43.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:43.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:43.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:43.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:43.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:43.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:43.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:43.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:43.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:43.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:43.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:44.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:44.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:44.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:44.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:44.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:44.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:45.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:45.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:45.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:45.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:45.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:45.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:46.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:46.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:46.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:46.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:46.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:46.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:46.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:46.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:47.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:47.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:47.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:47.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:47.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:47.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:47.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:47.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:47.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:47.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:48.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:48.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:48.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:48.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:48.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:48.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:49.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:49.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:49.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:49.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:49.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:49.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:50.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:50.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:50.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:50.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:50.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:50.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:50.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:50.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:50.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:50.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:50.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:50.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:51.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:51.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:51.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:51.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:51.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:51.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:51.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:51.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:51.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:51.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:51.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:51.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:52.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:52.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:52.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:52.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:52.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:52.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:53.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:53.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:53.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:53.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:53.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:53.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:53.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:53.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:53.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:53.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:53.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:53.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:54.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:54.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:54.636+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:54.636+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:54.636+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:54.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:55.026+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:55.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:55.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:55.080+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:55.080+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:55.083+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:55.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:55.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:55.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:55.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:55.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:55.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:56.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:56.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:56.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:56.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:56.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:56.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:57.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:57.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:57.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:57.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:57.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:57.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:57.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:57.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:57.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:57.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:57.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:57.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:57.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:57.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:57.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:57.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:57.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:57.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:58.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:58.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:58.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:58.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:58.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:58.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:59.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:59.032+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:59.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:59.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:59.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:59.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:59.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:59.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:59.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:59.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:59.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:59.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:33:59.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:33:59.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:33:59.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:33:59.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:33:59.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:33:59.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:00.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:00.032+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:00.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:00.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:00.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:00.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:00.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:00.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:00.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:00.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:00.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:00.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:01.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:01.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:01.080+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:01.080+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:01.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:01.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:02.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:02.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:02.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:02.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:02.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:02.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:02.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:02.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:02.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:02.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:02.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:02.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:03.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:03.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:03.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:03.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:03.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:03.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:04.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:04.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:04.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:04.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:04.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:04.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:04.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:04.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:04.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:04.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:04.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:04.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:04.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:04.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:04.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:04.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:04.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:04.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:04.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:04.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:04.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:04.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:04.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:04.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:05.230+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:34:05.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:05.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:05.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:05.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:05.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:05.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:05.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:05.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:05.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:05.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:05.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:05.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:06.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:06.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:06.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:06.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:06.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:06.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:06.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:06.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:06.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:06.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:06.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:06.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:07.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:07.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:07.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:07.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:07.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:07.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:07.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:07.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:07.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:07.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:07.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:07.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:09.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:09.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:09.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:09.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:09.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:09.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:10.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:10.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:10.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:10.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:10.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:10.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:10.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:10.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:10.831+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:10.831+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:10.831+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:10.831+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:11.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:11.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:11.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:11.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:11.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:11.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:11.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:11.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:11.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:11.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:11.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:11.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:12.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:12.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:12.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:12.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:12.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:12.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:12.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:12.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:12.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:12.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:12.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:12.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:12.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:12.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:12.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:12.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:12.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:12.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:12.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:12.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:12.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:12.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:12.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:12.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:13.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:13.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:13.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:13.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:13.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:13.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:13.098+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:34:16.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:16.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:16.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:16.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:16.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:16.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:16.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:16.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:16.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:16.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:16.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:16.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:17.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:17.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:17.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:17.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:17.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:17.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:17.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:17.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:17.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:17.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:17.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:17.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:17.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:17.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:18.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:18.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:18.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:18.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:18.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:18.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:18.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:18.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:18.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:18.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:19.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:19.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:19.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:19.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:19.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:19.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:20.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:20.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:20.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:20.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:20.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:20.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:20.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:20.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:20.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:20.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:20.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:20.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:21.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:21.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:22.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:22.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:22.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:22.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:23.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:23.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:23.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:23.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:23.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:23.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:24.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:24.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:24.865+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:34:24.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:24.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:24.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:24.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:25.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:25.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:25.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:25.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:25.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:25.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:25.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:25.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:25.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:25.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:25.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:25.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:25.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:25.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:25.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:25.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:25.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:25.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:25.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:25.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:25.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:25.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:25.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:25.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:26.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:26.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:26.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:26.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:26.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:26.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:28.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:28.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:28.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:28.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:28.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:28.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:29.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:29.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:29.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:29.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:29.211+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:29.211+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:29.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:29.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:29.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:29.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:29.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:29.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:29.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:29.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:29.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:29.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:29.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:29.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:30.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:30.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:30.041+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:34:30.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:30.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:30.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:30.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:30.695+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:30.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:30.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:30.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:30.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:30.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:30.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:30.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:30.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:30.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:30.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:30.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:30.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:30.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:30.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:30.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:30.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:30.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:31.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:31.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:31.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:31.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:31.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:31.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:32.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:32.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:33.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:33.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:33.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:33.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:34.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:34.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:34.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:34.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:34.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:34.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:34.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:34.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:34.397+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:34.397+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:34.397+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:34.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:34.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:34.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:34.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:34.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:34.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:34.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:34.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:34.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:35.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:35.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:35.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:35.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:35.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:35.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:35.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:35.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:35.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:35.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:35.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:35.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:35.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:35.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:35.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:35.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:35.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:35.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:36.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:36.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:36.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:36.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:38.289+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:38.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:38.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:38.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:38.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:38.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:38.629+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:38.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:38.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:38.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:38.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:38.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:39.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:39.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:39.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:39.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:39.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:39.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:39.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:39.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:39.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:39.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:39.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:39.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:39.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:39.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:39.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:39.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:39.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:39.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:41.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:41.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:41.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:41.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:41.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:41.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:43.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:43.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:43.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:43.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:43.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:43.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:43.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:43.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:43.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:43.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:43.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:43.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:43.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:43.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:43.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:43.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:43.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:43.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:44.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:44.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:44.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:44.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:44.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:44.154+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:44.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:44.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:44.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:44.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:44.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:44.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:44.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:44.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:44.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:44.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:44.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:44.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:45.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:45.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:45.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:45.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:45.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:45.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:45.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:45.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:45.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:45.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:45.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:45.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:46.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:46.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:46.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:46.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:46.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:46.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:48.321+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:48.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:48.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:48.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:48.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:48.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:48.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:48.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:48.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:48.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:48.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:48.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:49.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:49.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:49.031+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:34:49.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:49.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:49.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:49.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:49.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:49.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:49.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:49.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:49.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:49.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:49.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:49.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:49.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:49.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:49.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:49.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:49.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:49.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:49.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:49.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:49.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:49.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:51.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:51.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:52.017+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:34:52.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:52.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:52.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:52.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:53.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:53.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:53.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:53.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:53.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:53.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:54.360+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:34:54.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:54.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:54.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:54.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:54.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:54.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:54.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:54.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:54.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:54.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:54.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:54.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:55.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:55.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:55.120+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:34:55.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:55.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:55.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:55.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:55.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:55.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:55.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:55.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:55.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:55.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:55.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:55.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:55.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:55.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:55.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:55.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:56.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:56.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:56.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:56.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:56.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:56.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:56.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:56.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:56.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:56.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:56.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:56.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:57.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:57.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:57.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:57.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:57.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:57.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:57.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:57.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:57.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:57.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:57.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:57.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:59.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:59.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:59.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:59.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:59.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:59.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:34:59.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:34:59.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:34:59.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:34:59.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:34:59.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:34:59.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:00.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:00.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:00.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:00.389+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:00.389+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:00.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:00.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:00.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:00.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:00.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:00.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:00.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:01.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:01.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:01.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:01.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:01.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:01.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:01.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:01.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:01.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:01.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:01.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:01.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:01.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:01.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:02.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:02.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:02.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:02.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:02.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:02.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:02.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:02.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:02.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:02.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:02.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:02.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:02.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:02.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:02.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:02.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:02.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:02.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:02.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:02.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:02.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:02.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:03.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:03.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:03.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:03.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:03.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:03.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:03.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:03.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:03.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:03.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:03.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:03.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:04.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:04.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:04.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:04.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:04.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:04.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:05.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:05.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:05.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:05.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:05.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:05.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:06.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:06.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:06.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:06.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:06.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:06.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:06.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:06.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:06.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:06.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:06.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:06.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:07.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:07.008+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:07.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:07.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:07.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:07.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:07.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:07.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:07.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:07.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:07.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:07.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:08.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:08.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:08.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:08.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:08.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:08.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:09.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:09.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:09.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:09.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:09.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:09.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:09.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:09.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:09.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:09.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:09.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:09.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:10.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:10.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:11.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:11.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:11.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:11.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:11.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:11.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:11.544+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:11.544+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:11.544+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:11.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:11.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:11.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:11.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:11.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:11.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:11.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:12.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:12.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:12.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:12.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:12.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:12.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:12.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:12.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:12.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:12.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:12.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:12.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:13.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:13.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:13.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:13.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:13.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:13.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:13.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:13.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:13.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:13.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:13.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:13.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:15.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:15.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:15.299+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:35:15.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:15.333+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:15.333+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:15.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:16.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:16.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:16.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:16.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:16.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:16.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:16.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:16.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:17.005+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:35:17.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:17.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:17.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:17.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:18.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:18.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:18.090+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:35:18.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:18.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:18.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:18.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:18.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:18.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:18.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:18.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:18.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:18.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:18.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:18.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:18.790+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:18.790+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:18.790+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:18.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:18.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:18.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:19.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:19.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:19.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:19.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:19.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:19.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:19.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:19.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:19.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:19.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:20.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:20.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:20.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:20.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:20.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:20.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:21.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:21.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:21.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:21.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:21.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:21.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:21.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:21.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:21.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:21.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:21.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:21.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:21.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:21.905+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:21.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:21.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:21.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:21.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:22.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:22.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:22.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:22.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:22.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:22.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:23.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:23.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:23.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:23.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:23.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:23.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:24.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:24.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:24.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:24.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:24.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:24.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:24.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:24.604+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:24.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:24.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:24.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:24.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:24.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:24.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:24.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:24.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:24.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:24.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:26.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:26.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:26.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:26.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:26.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:26.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:27.259+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:27.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:27.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:27.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:27.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:27.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:27.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:27.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:27.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:27.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:27.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:27.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:27.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:27.926+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:27.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:27.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:27.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:27.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:28.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:28.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:28.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:28.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:28.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:28.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:29.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:29.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:29.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:29.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:29.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:29.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:30.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:30.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:30.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:30.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:30.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:30.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:30.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:30.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:30.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:30.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:30.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:30.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:31.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:31.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:31.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:31.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:31.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:31.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:32.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:32.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:32.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:32.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:32.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:32.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:32.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:32.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:32.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:32.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:32.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:32.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:33.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:33.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:33.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:33.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:33.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:33.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:33.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:33.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:33.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:33.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:33.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:33.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:33.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:33.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:33.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:33.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:33.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:33.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:34.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:34.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:34.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:34.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:34.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:34.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:35.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:35.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:35.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:35.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:35.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:35.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:35.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:35.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:35.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:35.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:35.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:35.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:35.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:35.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:36.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:36.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:36.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:36.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:36.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:36.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:36.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:36.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:36.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:36.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:37.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:37.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:37.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:37.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:37.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:37.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:37.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:37.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:37.521+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:35:37.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:37.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:37.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:37.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:38.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:38.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:38.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:38.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:38.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:38.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:39.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:39.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:40.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:40.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:40.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:40.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:40.607+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:35:40.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:40.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:40.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:40.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:40.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:40.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:40.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:40.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:40.916+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:35:40.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:40.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:40.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:40.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:41.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:41.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:41.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:41.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:41.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:41.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:41.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:41.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:41.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:41.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:41.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:41.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:42.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:42.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:42.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:42.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:42.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:42.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:42.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:42.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:42.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:42.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:42.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:42.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:44.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:44.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:44.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:44.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:44.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:44.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:45.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:45.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:45.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:45.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:45.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:45.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:45.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:45.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:46.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:46.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:46.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:46.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:46.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:46.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:46.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:46.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:46.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:46.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:46.253+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:35:46.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:46.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:46.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:46.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:46.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:46.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:46.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:46.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:46.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:46.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:46.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:46.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:47.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:47.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:47.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:47.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:47.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:47.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:47.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:47.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:47.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:47.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:47.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:47.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:48.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:48.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:48.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:48.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:48.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:48.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:48.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:48.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:48.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:48.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:48.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:48.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:49.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:49.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:49.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:49.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:49.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:49.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:49.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:49.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:49.464+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:35:49.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:49.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:49.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:49.473+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:51.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:51.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:51.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:51.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:51.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:51.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:52.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:52.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:52.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:52.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:52.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:52.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:53.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:53.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:53.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:53.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:53.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:53.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:53.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:53.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:53.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:53.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:53.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:53.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:54.431+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:35:54.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:54.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:54.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:54.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:54.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:54.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:54.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:54.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:54.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:54.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:54.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:54.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:56.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:56.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:56.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:56.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:56.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:56.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:57.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:57.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:57.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:57.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:57.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:57.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:58.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:58.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:58.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:58.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:58.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:58.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:59.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:59.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:59.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:59.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:59.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:59.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:35:59.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:35:59.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:35:59.781+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:35:59.781+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:35:59.781+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:35:59.781+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:00.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:00.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:00.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:00.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:00.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:00.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:01.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:01.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:01.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:01.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:01.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:01.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:02.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:02.197+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:02.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:02.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:02.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:02.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:02.249+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:36:02.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:02.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:02.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:02.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:02.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:02.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:02.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:02.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:02.754+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:36:02.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:02.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:02.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:02.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:03.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:03.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:03.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:03.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:03.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:03.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:04.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:04.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:04.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:04.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:04.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:04.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:04.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:04.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:04.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:04.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:04.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:04.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:04.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:04.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:04.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:04.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:04.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:04.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:04.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:04.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:04.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:04.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:04.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:04.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:05.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:05.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:05.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:05.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:05.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:05.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:06.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:06.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:06.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:06.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:06.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:06.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:07.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:07.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:07.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:07.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:07.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:07.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:07.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:07.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:07.587+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:07.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:07.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:07.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:07.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:07.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:07.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:07.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:07.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:07.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:09.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:09.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:09.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:09.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:09.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:09.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:09.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:09.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:09.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:09.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:09.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:09.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:10.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:10.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:10.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:10.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:10.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:10.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:11.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:11.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:11.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:11.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:11.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:11.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:12.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:12.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:12.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:12.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:12.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:12.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:12.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:12.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:12.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:12.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:12.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:12.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:13.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:13.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:13.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:13.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:13.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:13.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:13.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:13.980+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:14.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:14.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:14.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:14.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:14.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:14.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:14.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:14.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:14.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:14.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:16.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:16.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:16.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:16.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:16.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:16.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:17.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:17.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:17.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:17.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:17.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:17.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:17.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:17.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:17.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:17.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:17.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:17.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:18.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:18.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:18.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:18.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:18.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:18.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:19.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:19.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:19.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:19.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:19.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:19.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:19.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:19.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:19.401+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:36:19.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:19.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:19.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:19.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:19.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:19.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:19.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:19.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:19.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:19.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:19.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:19.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:19.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:19.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:19.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:19.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:20.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:20.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:20.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:20.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:20.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:20.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:20.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:20.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:20.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:20.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:20.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:20.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:20.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:20.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:20.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:20.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:20.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:20.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:21.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:21.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:21.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:21.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:21.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:21.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:21.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:21.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:22.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:22.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:22.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:22.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:23.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:23.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:23.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:23.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:23.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:23.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:24.086+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:24.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:24.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:24.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:24.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:24.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:24.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:24.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:24.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:24.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:24.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:24.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:24.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:24.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:24.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:24.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:24.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:24.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:25.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:25.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:25.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:25.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:25.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:25.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:25.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:25.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:25.551+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:36:25.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:25.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:25.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:25.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:25.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:25.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:25.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:25.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:25.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:25.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:26.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:26.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:26.075+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:26.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:26.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:26.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:26.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:26.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:26.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:26.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:26.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:26.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:26.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:26.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:26.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:26.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:26.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:26.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:27.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:27.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:27.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:27.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:27.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:27.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:28.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:28.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:28.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:28.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:28.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:28.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:29.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:29.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:29.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:29.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:29.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:29.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:29.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:29.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:29.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:29.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:29.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:29.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:30.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:30.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:30.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:30.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:30.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:30.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:32.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:32.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:32.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:32.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:32.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:32.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:32.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:32.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:32.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:32.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:32.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:32.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:34.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:34.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:34.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:34.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:34.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:34.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:38.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:38.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:38.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:38.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:38.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:38.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:38.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:38.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:38.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:38.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:38.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:38.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:38.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:38.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:38.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:38.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:38.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:38.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:39.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:39.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:39.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:39.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:39.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:39.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:41.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:41.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:41.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:41.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:41.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:41.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:41.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:41.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:41.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:41.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:41.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:41.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:42.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:42.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:42.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:42.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:42.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:42.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:42.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:42.858+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:42.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:42.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:42.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:42.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:43.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:43.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:43.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:43.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:43.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:43.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:43.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:43.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:43.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:43.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:43.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:43.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:43.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:43.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:43.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:43.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:43.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:43.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:43.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:43.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:43.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:43.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:43.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:43.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:44.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:44.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:44.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:44.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:44.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:44.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:44.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:44.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:44.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:44.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:44.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:44.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:44.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:44.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:44.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:44.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:44.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:44.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:46.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:46.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:46.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:46.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:46.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:46.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:47.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:47.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:47.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:47.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:47.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:47.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:47.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:47.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:47.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:47.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:47.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:47.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:48.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:48.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:48.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:48.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:48.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:48.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:48.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:48.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:48.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:48.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:48.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:48.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:48.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:48.394+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:48.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:48.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:48.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:48.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:48.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:48.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:48.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:48.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:48.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:48.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:49.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:49.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:49.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:49.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:49.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:49.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:49.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:49.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:49.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:49.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:49.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:49.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:50.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:50.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:50.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:50.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:50.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:50.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:51.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:51.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:51.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:51.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:51.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:51.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:52.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:52.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:52.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:52.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:52.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:52.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:52.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:52.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:52.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:52.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:52.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:52.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:53.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:53.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:53.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:53.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:53.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:53.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:56.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:56.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:56.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:56.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:56.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:56.308+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:56.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:56.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:56.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:56.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:56.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:56.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:57.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:57.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:57.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:57.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:57.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:57.515+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:58.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:58.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:58.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:58.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:58.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:58.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:58.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:58.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:58.658+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:58.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:58.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:58.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:58.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:58.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:58.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:58.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:58.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:58.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:59.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:59.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:59.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:59.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:59.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:59.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:59.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:59.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:59.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:59.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:59.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:59.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:36:59.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:36:59.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:36:59.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:36:59.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:36:59.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:36:59.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:00.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:00.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:00.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:00.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:00.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:00.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:00.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:00.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:00.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:00.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:00.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:00.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:01.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:01.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:01.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:01.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:01.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:01.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:02.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:02.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:02.182+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:37:02.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:02.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:02.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:02.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:02.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:02.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:02.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:02.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:02.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:02.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:04.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:04.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:04.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:04.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:04.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:04.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:04.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:04.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:05.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:05.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:05.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:05.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:05.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:05.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:05.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:05.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:05.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:05.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:05.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:05.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:05.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:05.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:05.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:05.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:05.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:05.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:05.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:05.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:05.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:05.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:06.118+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:06.119+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:06.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:06.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:06.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:06.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:06.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:06.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:07.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:07.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:07.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:07.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:07.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:07.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:07.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:07.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:07.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:07.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:07.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:07.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:07.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:07.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:07.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:07.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:08.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:08.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:08.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:08.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:08.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:08.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:10.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:10.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:10.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:10.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:10.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:10.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:10.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:10.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:10.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:10.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:10.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:10.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:11.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:11.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:11.231+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:11.231+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:11.231+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:11.231+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:12.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:12.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:12.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:12.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:12.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:12.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:13.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:13.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:13.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:13.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:13.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:13.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:13.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:13.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:13.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:13.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:13.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:13.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:14.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:14.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:15.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:15.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:15.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:15.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:15.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:15.504+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:15.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:15.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:15.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:15.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:15.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:15.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:15.804+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:37:15.828+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:15.828+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:15.828+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:15.831+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:16.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:16.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:16.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:16.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:16.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:16.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:16.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:16.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:16.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:16.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:16.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:16.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:16.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:16.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:16.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:16.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:16.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:16.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:16.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:16.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:16.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:16.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:16.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:16.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:17.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:17.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:17.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:17.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:17.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:17.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:18.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:18.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:18.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:18.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:18.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:18.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:18.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:18.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:18.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:18.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:18.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:18.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:19.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:19.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:19.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:19.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:19.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:19.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:20.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:20.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:20.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:20.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:20.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:20.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:20.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:20.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:20.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:20.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:20.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:20.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:20.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:20.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:20.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:20.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:20.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:20.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:20.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:20.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:21.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:21.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:21.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:21.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:22.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:22.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:22.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:22.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:22.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:22.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:22.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:22.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:22.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:22.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:22.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:22.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:22.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:22.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:22.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:22.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:22.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:22.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:23.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:23.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:23.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:23.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:23.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:23.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:24.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:24.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:24.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:24.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:24.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:24.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:24.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:24.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:24.683+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:24.683+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:24.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:24.683+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:25.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:25.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:25.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:25.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:25.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:25.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:25.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:25.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:25.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:25.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:25.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:25.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:25.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:25.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:25.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:25.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:25.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:25.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:27.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:27.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:27.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:27.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:27.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:27.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:27.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:27.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:27.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:27.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:27.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:27.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:28.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:28.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:28.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:28.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:28.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:28.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:30.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:30.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:30.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:30.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:30.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:30.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:31.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:31.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:31.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:31.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:31.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:31.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:32.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:32.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:32.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:32.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:32.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:32.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:32.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:32.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:32.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:32.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:32.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:32.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:33.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:33.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:33.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:33.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:33.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:33.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:33.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:33.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:33.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:33.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:33.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:33.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:36.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:36.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:36.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:36.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:36.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:36.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:36.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:36.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:37.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:37.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:37.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:37.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:37.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:37.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:37.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:37.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:37.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:37.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:37.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:37.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:37.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:37.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:37.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:37.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:37.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:37.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:37.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:37.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:37.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:37.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:38.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:38.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:38.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:38.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:38.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:38.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:38.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:38.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:38.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:38.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:38.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:38.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:38.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:38.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:38.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:38.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:38.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:38.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:38.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:38.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:38.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:38.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:38.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:38.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:39.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:39.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:39.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:39.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:39.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:39.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:40.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:40.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:40.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:40.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:40.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:40.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:40.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:40.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:40.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:40.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:40.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:40.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:41.550+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:37:41.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:41.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:41.587+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:41.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:41.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:41.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:41.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:41.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:41.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:41.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:41.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:41.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:42.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:42.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:42.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:42.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:42.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:42.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:42.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:42.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:42.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:42.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:42.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:42.595+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:42.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:42.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:42.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:42.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:42.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:42.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:43.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:43.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:43.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:43.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:43.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:43.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:44.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:44.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:44.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:44.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:44.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:44.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:45.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:45.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:45.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:45.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:45.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:45.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:45.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:45.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:45.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:45.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:45.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:45.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:46.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:46.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:47.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:47.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:47.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:47.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:47.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:47.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:47.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:47.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:47.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:47.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:47.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:47.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:47.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:47.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:47.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:47.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:49.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:49.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:49.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:49.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:49.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:49.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:49.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:49.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:50.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:50.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:50.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:50.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:50.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:50.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:50.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:50.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:50.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:50.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:52.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:52.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:52.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:52.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:52.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:52.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:53.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:53.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:53.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:53.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:53.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:53.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:53.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:53.858+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:53.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:53.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:53.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:53.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:54.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:54.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:54.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:54.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:54.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:54.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:54.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:54.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:54.990+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:37:55.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:55.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:55.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:55.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:55.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:55.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:55.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:55.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:55.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:55.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:55.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:55.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:55.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:55.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:55.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:55.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:56.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:56.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:56.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:56.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:56.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:56.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:56.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:56.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:56.721+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:56.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:56.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:56.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:56.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:56.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:57.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:57.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:57.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:57.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:57.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:57.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:57.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:57.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:57.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:57.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:57.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:57.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:57.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:57.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:57.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:57.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:57.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:57.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:57.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:57.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:57.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:57.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:58.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:58.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:58.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:58.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:58.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:58.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:58.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:58.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:58.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:58.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:58.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:58.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:59.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:59.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:59.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:59.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:59.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:59.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:37:59.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:37:59.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:37:59.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:37:59.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:37:59.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:37:59.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:00.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:00.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:00.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:00.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:00.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:00.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:01.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:01.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:01.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:01.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:01.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:01.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:01.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:01.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:02.024+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:02.024+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:02.024+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:02.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:02.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:02.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:02.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:02.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:02.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:02.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:02.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:02.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:02.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:02.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:02.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:02.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:02.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:02.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:02.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:02.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:02.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:02.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:03.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:03.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:03.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:03.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:03.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:03.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:03.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:03.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:03.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:03.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:03.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:03.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:04.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:04.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:04.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:04.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:04.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:04.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:04.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:04.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:04.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:04.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:04.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:04.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:05.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:05.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:05.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:05.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:05.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:05.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:05.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:05.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:05.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:05.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:05.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:05.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:06.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:06.020+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:06.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:06.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:06.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:06.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:06.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:06.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:06.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:06.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:06.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:06.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:07.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:07.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:07.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:07.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:07.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:07.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:08.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:08.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:08.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:08.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:08.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:08.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:08.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:08.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:08.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:08.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:08.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:08.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:08.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:08.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:08.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:08.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:08.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:08.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:09.677+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:38:09.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:09.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:09.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:09.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:09.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:09.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:10.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:10.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:10.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:10.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:10.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:10.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:10.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:10.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:10.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:10.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:10.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:10.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:11.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:11.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:11.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:11.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:11.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:11.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:11.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:11.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:11.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:11.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:11.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:11.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:11.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:11.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:12.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:12.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:12.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:12.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:12.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:12.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:12.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:12.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:12.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:12.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:12.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:12.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:12.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:12.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:12.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:12.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:13.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:13.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:13.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:13.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:13.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:13.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:14.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:14.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:14.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:14.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:14.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:14.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:14.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:14.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:14.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:14.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:14.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:14.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:14.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:14.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:14.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:14.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:14.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:14.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:14.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:14.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:15.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:15.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:15.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:15.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:15.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:15.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:15.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:15.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:15.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:15.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:16.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:16.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:17.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:17.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:17.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:17.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:17.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:17.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:17.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:17.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:17.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:17.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:17.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:17.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:17.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:17.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:17.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:17.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:19.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:19.524+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:19.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:19.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:19.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:19.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:20.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:20.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:20.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:20.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:20.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:20.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:20.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:20.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:20.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:20.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:20.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:20.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:21.225+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:38:21.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:21.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:21.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:21.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:21.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:21.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:22.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:22.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:22.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:22.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:22.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:22.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:22.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:22.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:22.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:22.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:22.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:22.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:24.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:24.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:24.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:24.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:24.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:24.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:24.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:24.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:24.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:24.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:24.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:24.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:25.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:25.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:25.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:25.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:25.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:25.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:25.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:25.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:25.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:25.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:25.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:25.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:25.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:25.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:25.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:25.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:25.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:25.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:26.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:26.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:26.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:26.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:26.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:26.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:27.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:27.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:27.582+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:38:27.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:27.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:27.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:27.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:27.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:27.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:27.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:27.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:27.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:27.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:29.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:29.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:29.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:29.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:29.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:29.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:29.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:29.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:29.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:29.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:29.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:29.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:30.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:30.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:30.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:30.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:30.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:30.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:30.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:30.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:30.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:30.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:30.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:30.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:30.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:30.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:30.701+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:38:30.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:30.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:30.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:30.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:30.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:30.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:31.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:31.029+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:31.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:31.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:32.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:32.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:32.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:32.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:32.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:32.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:32.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:32.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:32.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:32.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:32.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:32.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:32.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:32.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:33.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:33.029+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:33.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:33.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:34.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:34.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:34.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:34.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:34.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:34.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:35.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:35.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:35.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:35.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:35.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:35.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:35.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:35.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:35.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:35.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:35.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:35.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:36.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:36.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:36.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:36.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:36.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:36.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:36.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:36.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:36.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:36.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:36.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:36.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:37.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:37.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:37.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:37.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:37.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:37.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:38.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:38.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:38.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:38.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:38.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:38.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:38.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:38.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:38.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:38.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:38.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:38.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:39.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:39.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:39.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:39.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:39.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:39.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:40.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:40.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:40.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:40.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:40.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:40.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:40.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:40.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:40.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:40.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:40.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:40.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:42.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:42.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:42.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:42.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:42.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:42.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:42.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:42.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:42.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:42.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:42.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:42.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:43.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:43.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:43.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:43.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:43.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:43.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:43.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:43.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:43.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:43.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:43.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:43.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:44.199+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:44.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:44.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:44.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:44.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:44.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:44.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:44.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:44.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:44.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:44.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:44.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:44.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:44.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:44.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:44.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:44.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:44.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:45.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:45.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:45.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:45.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:45.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:45.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:45.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:45.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:45.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:45.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:45.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:45.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:45.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:45.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:45.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:45.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:45.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:45.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:45.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:45.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:45.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:45.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:45.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:45.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:46.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:46.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:46.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:46.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:46.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:46.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:46.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:46.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:46.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:46.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:46.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:46.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:47.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:47.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:47.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:47.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:47.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:47.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:47.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:47.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:48.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:48.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:48.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:48.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:48.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:48.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:48.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:48.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:48.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:48.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:49.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:49.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:49.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:49.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:49.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:49.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:49.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:49.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:49.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:49.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:49.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:49.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:50.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:50.314+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:50.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:50.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:50.351+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:50.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:50.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:50.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:50.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:50.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:50.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:50.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:51.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:51.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:51.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:51.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:51.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:51.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:51.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:51.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:51.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:51.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:51.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:51.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:51.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:51.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:51.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:51.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:51.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:51.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:52.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:52.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:52.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:52.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:52.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:52.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:52.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:52.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:52.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:52.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:52.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:52.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:52.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:52.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:52.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:52.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:52.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:52.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:52.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:52.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:52.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:52.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:52.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:52.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:54.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:54.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:54.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:54.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:54.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:54.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:55.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:55.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:55.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:55.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:55.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:55.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:55.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:55.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:55.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:55.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:55.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:55.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:56.289+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:56.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:56.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:56.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:56.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:56.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:57.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:57.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:57.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:57.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:57.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:57.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:57.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:57.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:58.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:58.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:58.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:58.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:38:58.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:38:58.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:38:58.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:38:58.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:38:58.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:38:58.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:00.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:00.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:00.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:00.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:00.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:00.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:00.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:00.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:00.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:00.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:00.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:00.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:01.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:01.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:01.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:01.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:01.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:01.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:01.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:01.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:01.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:01.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:01.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:01.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:01.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:01.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:02.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:02.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:02.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:02.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:02.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:02.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:02.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:02.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:02.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:02.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:02.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:02.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:02.898+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:02.898+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:02.898+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:02.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:03.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:03.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:03.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:03.469+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:03.469+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:03.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:05.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:05.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:05.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:05.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:05.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:05.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:05.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:05.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:05.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:05.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:05.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:05.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:06.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:06.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:06.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:06.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:06.351+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:06.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:06.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:06.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:06.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:06.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:06.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:06.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:07.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:07.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:07.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:07.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:07.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:07.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:07.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:07.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:07.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:07.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:07.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:07.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:08.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:08.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:08.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:08.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:08.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:08.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:08.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:08.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:08.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:08.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:08.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:08.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:08.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:08.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:08.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:08.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:08.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:08.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:08.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:08.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:08.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:08.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:08.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:08.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:09.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:09.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:09.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:09.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:09.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:09.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:09.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:09.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:09.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:09.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:09.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:09.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:09.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:09.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:09.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:09.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:09.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:09.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:11.493+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:11.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:11.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:11.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:11.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:11.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:12.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:12.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:12.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:12.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:12.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:12.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:14.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:14.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:14.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:14.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:14.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:14.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:14.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:14.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:14.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:14.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:14.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:14.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:14.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:14.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:14.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:14.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:14.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:14.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:14.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:14.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:14.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:14.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:14.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:14.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:14.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:14.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:15.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:15.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:15.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:15.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:15.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:15.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:15.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:15.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:15.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:15.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:17.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:17.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:17.663+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:39:17.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:17.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:17.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:17.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:19.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:19.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:19.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:19.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:19.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:19.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:19.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:19.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:19.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:19.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:19.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:19.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:19.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:19.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:19.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:19.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:19.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:19.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:19.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:19.586+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:19.636+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:19.636+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:19.636+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:19.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:20.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:20.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:20.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:20.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:20.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:20.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:21.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:21.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:21.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:21.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:21.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:21.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:21.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:21.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:21.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:21.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:21.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:21.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:23.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:23.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:23.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:23.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:23.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:23.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:24.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:24.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:24.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:24.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:24.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:24.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:24.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:24.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:24.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:24.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:24.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:24.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:26.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:26.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:26.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:26.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:26.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:26.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:26.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:26.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:26.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:26.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:26.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:26.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:26.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:26.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:26.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:26.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:26.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:26.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:26.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:26.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:26.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:26.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:26.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:26.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:27.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:27.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:27.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:27.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:27.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:27.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:27.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:27.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:27.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:27.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:27.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:27.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:27.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:27.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:28.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:28.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:28.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:28.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:28.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:28.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:28.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:28.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:28.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:28.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:30.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:30.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:30.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:30.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:30.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:30.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:32.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:32.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:32.888+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:39:32.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:32.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:32.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:32.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:33.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:33.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:33.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:33.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:33.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:33.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:33.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:33.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:33.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:33.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:33.881+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:33.881+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:33.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:33.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:34.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:34.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:34.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:34.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:34.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:34.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:34.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:34.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:34.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:34.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:35.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:35.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:35.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:35.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:35.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:35.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:35.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:35.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:35.549+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:39:35.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:35.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:35.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:35.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:36.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:36.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:36.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:36.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:36.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:36.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:36.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:36.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:36.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:36.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:36.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:36.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:38.756+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:39:38.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:38.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:38.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:38.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:38.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:38.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:39.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:39.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:40.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:40.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:40.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:40.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:40.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:40.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:41.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:41.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:41.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:41.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:41.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:41.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:41.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:41.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:41.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:41.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:42.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:42.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:42.231+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:42.231+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:42.231+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:42.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:42.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:42.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:42.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:42.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:42.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:42.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:43.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:43.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:43.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:43.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:43.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:43.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:44.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:44.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:44.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:44.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:44.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:44.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:44.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:44.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:44.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:44.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:44.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:44.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:45.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:45.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:45.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:45.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:45.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:45.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:45.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:45.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:45.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:45.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:45.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:45.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:45.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:45.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:46.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:46.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:46.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:46.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:46.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:46.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:46.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:46.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:46.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:46.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:49.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:49.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:49.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:49.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:49.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:49.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:49.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:49.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:49.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:49.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:49.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:49.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:49.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:49.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:49.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:49.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:49.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:49.921+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:50.277+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:50.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:50.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:50.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:50.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:50.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:50.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:50.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:50.779+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:39:50.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:50.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:50.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:50.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:51.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:51.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:51.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:51.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:51.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:51.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:51.259+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:51.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:51.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:51.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:51.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:51.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:51.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:51.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:51.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:51.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:51.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:51.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:51.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:51.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:51.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:51.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:51.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:51.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:52.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:52.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:52.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:52.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:52.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:52.271+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:53.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:53.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:53.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:53.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:53.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:53.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:53.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:53.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:54.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:54.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:54.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:54.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:54.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:54.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:54.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:54.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:54.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:54.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:55.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:55.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:55.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:55.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:55.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:55.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:56.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:56.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:56.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:56.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:56.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:56.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:56.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:56.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:56.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:56.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:56.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:56.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:57.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:57.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:57.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:57.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:57.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:57.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:59.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:59.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:59.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:59.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:59.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:59.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:59.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:59.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:59.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:59.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:59.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:59.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:39:59.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:39:59.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:39:59.943+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:39:59.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:39:59.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:39:59.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:39:59.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:00.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:00.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:00.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:00.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:00.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:00.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:00.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:00.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:00.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:00.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:00.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:00.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:00.879+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:00.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:00.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:00.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:00.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:00.921+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:01.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:01.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:01.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:01.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:01.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:01.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:01.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:01.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:01.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:01.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:01.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:01.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:05.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:05.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:05.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:05.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:05.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:05.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:05.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:05.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:05.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:05.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:05.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:05.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:05.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:05.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:05.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:05.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:05.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:05.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:06.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:06.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:06.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:06.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:06.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:06.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:06.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:06.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:06.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:06.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:06.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:06.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:06.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:06.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:06.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:06.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:06.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:06.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:06.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:06.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:07.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:07.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:07.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:07.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:07.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:07.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:07.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:07.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:07.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:07.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:08.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:08.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:08.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:08.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:08.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:08.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:08.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:08.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:08.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:08.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:08.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:08.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:09.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:09.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:09.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:09.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:09.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:09.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:09.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:09.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:09.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:09.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:09.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:09.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:10.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:10.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:10.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:10.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:10.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:10.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:12.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:12.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:12.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:12.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:12.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:12.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:13.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:13.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:13.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:13.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:13.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:13.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:13.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:13.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:14.111+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:14.111+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:14.111+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:14.111+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:15.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:15.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:15.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:15.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:15.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:15.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:15.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:15.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:15.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:15.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:15.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:15.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:15.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:15.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:15.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:15.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:15.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:15.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:18.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:18.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:18.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:18.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:18.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:18.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:19.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:19.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:19.285+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:19.285+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:19.285+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:19.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:19.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:19.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:19.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:19.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:19.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:19.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:20.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:20.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:20.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:20.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:20.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:20.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:21.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:21.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:21.046+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:40:21.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:21.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:21.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:21.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:21.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:21.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:21.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:21.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:21.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:21.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:21.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:21.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:21.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:21.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:21.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:21.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:22.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:22.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:22.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:22.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:22.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:22.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:22.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:22.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:22.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:22.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:22.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:22.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:23.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:23.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:23.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:23.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:23.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:23.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:23.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:23.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:23.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:23.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:23.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:23.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:24.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:24.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:24.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:24.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:24.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:24.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:24.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:24.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:24.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:24.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:24.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:24.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:25.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:25.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:25.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:25.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:25.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:25.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:25.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:25.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:25.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:25.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:25.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:25.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:26.180+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:40:26.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:26.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:26.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:26.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:26.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:26.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:26.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:26.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:26.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:26.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:26.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:26.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:26.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:26.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:27.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:27.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:27.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:27.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:27.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:27.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:27.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:27.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:27.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:27.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:28.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:28.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:28.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:28.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:28.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:28.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:28.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:28.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:28.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:28.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:28.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:28.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:29.086+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:29.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:29.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:29.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:29.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:29.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:30.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:30.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:30.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:30.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:30.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:30.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:30.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:30.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:30.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:30.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:30.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:30.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:32.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:32.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:32.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:32.333+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:32.333+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:32.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:32.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:32.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:32.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:32.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:32.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:32.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:34.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:34.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:34.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:34.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:34.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:34.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:35.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:35.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:35.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:35.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:35.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:35.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:36.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:36.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:37.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:37.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:37.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:37.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:37.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:37.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:37.790+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:37.790+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:37.790+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:37.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:37.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:37.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:37.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:37.916+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:37.916+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:37.916+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:38.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:38.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:38.120+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:40:38.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:38.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:38.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:38.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:39.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:39.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:39.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:39.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:39.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:39.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:40.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:40.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:40.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:40.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:40.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:40.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:40.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:40.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:40.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:40.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:40.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:40.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:41.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:41.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:41.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:41.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:41.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:41.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:41.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:41.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:41.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:41.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:41.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:41.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:42.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:42.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:42.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:42.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:42.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:42.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:42.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:42.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:42.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:42.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:42.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:42.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:43.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:43.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:43.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:43.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:43.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:43.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:43.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:43.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:43.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:43.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:43.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:43.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:44.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:44.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:44.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:44.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:44.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:44.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:44.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:44.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:44.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:44.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:44.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:44.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:45.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:45.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:45.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:45.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:45.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:45.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:46.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:46.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:46.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:46.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:46.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:46.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:46.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:46.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:46.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:46.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:46.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:46.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:47.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:47.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:47.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:47.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:47.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:47.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:47.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:47.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:47.451+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:40:47.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:47.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:47.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:47.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:47.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:47.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:47.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:47.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:47.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:47.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:48.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:48.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:48.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:48.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:48.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:48.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:49.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:49.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:49.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:49.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:49.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:49.710+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:50.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:50.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:50.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:50.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:50.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:50.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:51.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:51.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:51.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:51.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:51.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:51.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:52.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:52.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:53.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:53.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:53.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:53.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:53.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:53.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:54.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:54.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:54.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:54.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:55.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:55.603+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:55.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:55.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:55.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:55.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:56.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:56.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:56.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:56.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:56.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:56.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:57.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:57.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:57.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:57.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:57.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:57.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:57.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:57.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:57.848+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:57.848+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:57.848+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:57.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:58.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:58.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:58.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:58.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:58.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:58.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:58.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:58.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:58.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:58.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:58.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:58.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:59.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:59.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:59.161+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:59.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:59.161+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:59.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:40:59.313+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:40:59.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:40:59.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:40:59.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:40:59.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:40:59.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:40:59.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:00.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:00.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:01.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:01.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:01.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:01.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:01.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:01.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:01.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:01.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:01.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:01.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:01.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:01.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:01.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:01.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:01.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:01.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:02.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:02.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:02.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:02.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:02.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:02.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:03.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:03.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:03.164+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:41:03.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:03.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:03.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:03.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:03.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:03.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:03.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:03.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:03.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:03.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:03.838+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:41:03.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:03.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:03.881+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:03.881+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:03.881+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:03.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:04.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:04.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:04.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:04.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:04.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:04.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:04.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:04.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:04.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:04.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:04.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:04.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:04.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:04.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:04.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:04.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:04.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:04.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:04.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:04.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:04.898+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:04.898+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:04.898+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:04.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:06.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:06.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:06.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:06.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:06.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:06.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:06.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:06.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:06.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:06.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:06.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:06.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:07.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:07.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:07.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:07.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:07.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:07.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:08.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:08.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:08.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:08.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:08.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:08.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:08.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:08.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:08.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:08.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:08.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:08.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:09.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:09.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:09.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:09.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:09.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:09.226+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:09.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:09.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:09.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:09.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:09.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:09.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:10.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:10.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:10.352+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:41:10.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:10.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:10.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:10.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:10.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:10.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:10.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:10.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:10.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:10.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:11.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:11.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:11.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:11.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:11.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:11.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:11.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:11.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:11.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:11.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:11.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:11.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:12.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:12.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:12.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:12.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:12.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:12.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:12.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:12.222+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:12.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:12.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:12.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:12.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:12.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:12.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:12.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:12.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:12.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:12.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:13.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:13.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:13.918+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:13.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:13.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:13.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:14.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:14.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:14.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:14.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:14.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:14.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:15.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:15.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:15.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:15.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:15.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:15.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:16.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:16.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:16.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:16.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:16.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:16.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:16.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:16.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:16.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:16.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:16.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:16.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:16.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:16.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:16.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:16.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:16.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:16.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:16.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:16.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:16.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:16.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:16.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:16.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:17.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:17.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:17.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:17.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:17.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:17.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:17.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:17.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:17.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:17.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:17.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:17.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:17.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:17.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:17.576+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:41:17.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:17.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:17.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:17.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:18.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:18.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:18.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:18.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:18.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:18.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:19.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:19.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:19.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:19.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:19.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:19.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:20.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:20.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:20.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:20.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:20.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:20.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:20.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:20.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:20.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:20.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:20.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:20.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:21.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:21.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:21.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:21.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:21.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:21.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:21.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:21.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:21.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:21.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:21.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:21.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:22.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:22.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:22.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:22.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:22.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:22.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:22.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:22.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:23.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:23.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:23.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:23.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:24.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:24.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:24.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:24.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:24.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:24.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:26.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:26.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:27.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:27.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:27.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:27.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:27.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:27.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:27.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:27.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:27.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:27.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:27.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:27.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:27.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:27.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:27.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:27.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:28.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:28.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:28.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:28.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:28.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:28.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:29.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:29.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:29.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:29.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:29.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:29.831+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:30.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:30.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:30.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:30.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:30.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:30.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:30.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:30.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:30.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:30.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:30.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:30.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:31.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:31.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:31.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:31.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:31.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:31.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:31.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:31.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:31.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:31.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:31.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:31.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:32.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:32.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:32.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:32.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:32.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:32.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:34.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:34.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:34.636+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:34.636+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:34.636+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:34.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:35.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:35.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:35.595+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:35.595+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:35.595+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:35.595+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:35.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:35.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:35.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:35.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:35.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:35.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:36.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:36.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:36.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:36.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:36.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:36.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:36.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:36.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:36.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:36.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:36.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:36.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:36.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:36.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:36.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:36.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:36.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:36.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:37.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:37.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:37.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:37.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:37.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:37.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:37.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:37.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:37.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:37.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:37.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:37.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:38.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:38.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:38.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:38.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:38.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:38.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:38.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:38.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:38.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:38.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:38.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:38.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:38.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:38.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:38.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:38.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:38.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:38.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:39.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:39.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:39.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:39.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:39.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:39.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:41.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:41.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:41.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:41.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:41.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:41.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:41.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:41.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:41.777+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:41.777+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:41.777+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:41.777+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:41.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:41.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:41.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:41.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:41.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:41.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:43.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:43.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:43.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:43.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:43.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:43.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:43.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:43.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:43.777+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:43.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:43.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:43.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:44.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:44.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:44.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:44.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:44.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:44.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:45.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:45.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:45.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:45.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:45.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:45.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:46.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:46.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:46.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:46.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:46.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:46.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:46.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:46.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:46.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:46.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:46.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:46.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:46.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:46.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:46.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:46.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:46.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:46.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:46.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:46.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:47.024+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:47.024+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:47.024+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:47.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:47.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:47.314+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:47.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:47.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:47.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:47.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:47.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:47.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:47.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:47.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:47.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:47.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:48.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:48.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:48.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:48.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:48.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:48.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:49.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:49.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:49.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:49.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:49.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:49.488+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:51.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:51.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:51.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:51.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:51.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:51.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:52.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:52.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:52.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:52.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:52.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:52.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:53.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:53.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:53.007+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:41:53.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:53.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:53.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:53.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:53.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:53.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:53.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:53.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:53.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:53.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:53.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:53.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:53.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:53.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:53.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:53.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:54.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:54.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:54.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:54.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:54.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:54.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:54.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:54.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:54.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:54.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:54.777+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:54.777+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:54.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:54.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:55.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:55.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:55.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:55.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:55.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:55.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:55.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:55.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:55.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:55.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:41:58.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:41:58.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:41:58.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:41:58.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:41:58.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:41:58.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:00.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:00.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:00.147+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:42:00.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:00.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:00.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:00.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:00.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:00.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:00.483+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:42:00.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:00.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:00.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:00.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:00.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:00.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:00.742+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:42:00.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:00.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:00.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:00.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:00.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:00.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:00.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:00.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:00.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:00.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:01.113+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:01.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:01.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:01.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:01.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:01.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:02.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:02.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:02.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:02.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:02.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:02.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:02.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:02.346+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:02.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:02.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:02.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:02.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:02.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:02.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:02.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:02.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:02.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:02.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:03.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:03.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:03.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:03.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:03.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:03.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:03.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:03.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:03.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:03.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:03.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:03.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:05.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:05.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:05.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:05.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:05.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:05.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:05.511+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:42:05.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:05.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:05.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:05.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:05.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:05.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:07.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:07.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:07.441+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:42:07.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:07.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:07.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:07.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:07.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:07.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:07.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:07.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:07.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:07.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:07.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:07.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:07.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:07.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:07.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:07.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:08.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:08.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:08.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:08.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:08.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:08.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:08.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:08.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:08.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:08.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:08.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:08.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:08.851+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:42:09.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:09.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:09.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:09.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:09.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:09.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:09.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:09.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:09.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:09.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:09.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:09.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:09.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:09.702+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:09.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:09.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:09.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:09.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:09.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:09.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:09.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:09.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:09.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:09.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:12.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:12.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:12.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:12.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:12.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:12.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:12.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:12.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:12.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:12.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:12.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:12.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:14.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:14.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:14.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:14.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:14.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:14.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:14.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:14.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:14.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:14.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:14.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:14.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:15.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:15.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:15.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:15.488+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:15.488+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:15.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:15.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:15.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:15.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:15.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:15.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:15.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:17.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:17.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:17.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:17.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:17.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:17.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:17.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:17.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:17.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:17.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:17.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:17.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:18.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:18.845+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:18.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:18.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:18.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:18.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:19.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:19.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:19.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:19.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:19.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:19.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:22.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:22.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:22.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:22.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:22.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:22.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:22.554+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:22.555+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:22.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:22.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:22.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:22.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:22.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:22.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:23.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:23.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:23.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:23.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:23.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:23.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:23.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:23.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:23.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:23.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:23.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:23.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:23.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:23.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:23.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:23.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:24.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:24.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:24.231+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:42:24.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:24.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:24.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:24.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:24.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:24.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:24.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:24.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:24.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:24.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:24.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:24.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:24.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:24.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:24.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:24.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:25.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:25.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:25.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:25.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:25.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:25.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:27.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:27.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:27.754+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:42:27.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:27.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:27.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:27.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:28.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:28.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:28.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:28.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:28.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:28.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:28.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:28.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:28.837+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:42:28.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:28.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:28.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:28.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:29.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:29.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:29.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:29.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:29.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:29.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:29.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:29.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:29.582+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:42:29.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:29.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:29.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:29.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:30.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:30.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:30.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:30.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:30.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:30.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:33.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:33.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:33.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:33.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:33.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:33.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:34.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:34.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:34.848+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:34.848+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:34.848+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:34.848+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:35.165+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:42:35.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:35.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:35.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:35.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:35.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:35.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:36.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:36.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:37.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:37.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:37.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:37.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:37.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:37.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:37.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:37.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:37.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:37.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:38.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:38.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:38.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:38.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:38.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:38.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:39.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:39.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:39.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:39.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:39.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:39.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:39.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:39.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:40.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:40.029+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:40.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:40.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:40.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:40.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:40.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:40.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:40.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:40.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:40.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:40.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:41.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:41.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:41.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:41.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:42.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:42.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:42.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:42.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:42.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:42.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:43.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:43.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:43.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:43.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:43.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:43.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:44.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:44.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:44.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:44.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:44.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:44.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:45.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:45.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:46.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:46.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:46.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:46.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:46.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:46.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:46.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:46.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:46.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:46.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:46.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:46.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:46.695+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:42:47.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:47.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:47.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:47.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:47.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:47.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:47.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:47.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:47.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:47.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:48.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:48.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:48.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:48.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:48.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:48.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:48.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:48.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:48.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:48.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:48.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:48.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:49.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:49.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:49.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:49.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:49.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:49.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:50.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:50.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:50.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:50.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:50.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:50.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:52.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:52.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:52.326+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:42:52.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:52.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:52.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:52.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:52.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:52.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:53.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:53.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:53.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:53.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:53.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:53.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:53.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:53.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:53.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:53.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:54.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:54.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:54.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:54.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:54.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:54.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:54.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:54.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:54.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:54.664+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:54.664+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:54.664+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:55.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:55.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:55.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:55.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:55.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:55.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:55.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:55.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:55.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:55.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:55.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:55.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:55.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:55.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:55.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:55.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:55.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:55.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:55.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:55.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:55.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:55.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:55.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:55.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:56.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:56.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:56.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:56.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:56.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:56.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:56.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:56.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:56.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:56.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:56.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:56.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:56.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:56.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:56.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:56.664+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:56.664+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:56.664+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:57.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:57.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:57.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:57.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:57.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:57.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:42:58.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:42:58.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:42:58.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:42:58.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:42:58.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:42:58.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:00.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:00.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:00.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:00.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:00.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:00.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:01.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:01.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:01.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:01.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:01.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:01.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:01.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:01.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:01.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:01.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:01.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:01.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:01.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:01.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:01.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:01.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:01.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:01.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:02.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:02.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:02.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:02.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:02.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:02.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:02.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:02.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:02.912+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:02.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:02.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:02.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:03.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:03.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:03.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:03.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:03.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:03.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:04.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:04.173+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:43:04.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:04.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:04.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:04.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:04.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:04.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:04.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:04.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:04.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:04.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:04.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:04.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:04.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:04.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:04.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:04.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:04.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:05.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:05.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:05.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:05.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:05.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:05.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:05.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:05.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:05.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:05.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:05.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:05.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:07.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:07.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:07.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:07.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:07.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:07.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:09.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:09.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:09.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:09.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:09.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:09.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:09.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:09.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:09.925+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:43:09.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:09.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:09.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:09.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:10.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:10.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:10.236+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:43:10.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:10.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:10.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:10.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:10.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:10.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:10.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:10.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:10.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:10.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:10.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:10.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:10.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:10.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:10.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:10.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:11.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:11.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:11.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:11.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:11.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:11.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:12.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:12.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:12.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:12.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:12.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:12.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:12.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:12.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:12.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:12.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:12.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:12.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:13.165+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:13.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:13.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:13.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:13.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:13.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:13.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:13.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:13.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:13.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:13.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:13.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:14.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:14.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:14.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:14.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:14.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:14.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:15.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:15.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:15.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:15.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:15.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:15.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:15.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:15.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:15.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:15.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:15.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:15.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:15.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:15.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:15.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:15.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:15.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:15.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:18.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:18.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:18.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:18.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:18.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:18.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:19.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:19.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:19.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:19.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:19.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:19.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:19.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:19.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:19.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:19.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:19.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:19.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:20.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:20.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:20.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:20.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:20.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:20.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:21.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:21.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:21.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:21.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:21.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:21.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:22.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:22.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:22.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:22.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:22.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:22.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:25.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:25.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:26.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:26.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:26.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:26.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:27.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:27.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:27.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:27.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:27.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:27.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:28.554+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:28.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:28.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:28.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:28.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:28.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:30.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:30.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:30.848+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:30.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:30.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:30.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:31.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:31.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:31.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:31.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:31.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:31.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:31.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:31.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:31.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:31.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:31.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:31.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:32.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:32.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:32.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:32.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:32.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:32.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:32.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:32.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:32.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:32.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:32.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:32.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:33.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:33.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:33.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:33.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:33.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:33.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:34.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:34.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:34.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:34.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:34.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:34.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:34.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:34.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:34.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:34.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:34.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:34.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:34.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:34.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:35.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:35.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:35.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:35.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:35.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:35.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:35.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:35.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:35.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:35.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:35.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:35.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:36.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:36.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:36.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:36.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:36.086+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:36.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:36.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:36.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:36.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:36.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:36.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:36.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:36.496+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:36.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:36.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:36.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:36.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:36.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:36.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:36.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:36.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:36.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:37.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:37.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:37.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:37.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:37.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:37.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:37.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:37.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:38.024+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:38.024+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:38.024+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:38.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:38.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:38.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:38.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:38.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:38.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:38.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:38.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:38.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:39.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:39.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:39.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:39.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:39.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:39.394+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:39.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:39.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:39.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:39.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:39.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:39.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:39.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:39.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:39.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:39.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:40.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:40.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:40.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:40.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:40.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:40.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:40.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:40.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:40.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:40.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:40.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:40.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:40.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:40.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:40.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:40.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:40.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:40.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:41.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:41.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:41.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:41.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:41.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:41.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:41.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:41.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:41.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:41.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:41.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:41.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:43.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:43.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:43.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:43.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:43.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:43.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:44.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:44.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:45.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:45.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:45.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:45.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:47.007+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:47.008+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:47.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:47.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:47.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:47.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:49.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:49.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:49.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:49.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:49.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:49.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:52.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:52.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:52.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:52.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:52.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:52.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:52.175+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:43:52.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:52.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:52.976+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:43:53.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:53.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:53.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:53.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:53.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:53.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:53.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:53.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:53.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:53.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:54.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:54.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:54.602+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:43:54.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:54.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:54.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:54.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:54.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:54.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:54.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:54.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:54.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:54.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:55.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:55.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:55.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:55.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:55.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:55.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:55.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:55.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:55.696+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:55.696+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:55.696+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:55.696+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:56.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:56.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:56.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:56.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:56.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:56.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:56.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:56.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:56.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:56.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:56.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:56.801+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:57.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:57.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:57.317+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:43:57.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:57.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:57.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:57.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:58.112+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:43:58.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:58.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:58.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:58.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:58.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:58.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:58.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:58.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:58.501+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:43:58.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:58.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:58.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:58.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:43:59.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:43:59.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:43:59.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:43:59.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:43:59.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:43:59.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:00.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:00.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:00.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:00.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:00.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:00.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:00.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:00.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:00.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:00.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:00.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:00.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:01.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:01.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:01.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:01.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:01.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:01.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:01.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:01.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:01.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:01.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:01.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:01.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:01.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:01.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:02.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:02.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:02.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:02.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:02.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:02.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:02.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:02.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:02.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:02.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:03.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:03.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:03.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:03.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:03.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:03.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:07.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:07.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:07.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:07.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:07.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:07.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:09.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:09.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:09.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:09.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:09.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:09.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:09.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:09.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:09.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:09.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:09.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:09.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:11.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:11.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:11.498+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:44:11.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:11.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:11.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:11.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:12.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:12.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:12.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:12.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:12.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:12.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:13.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:13.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:13.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:13.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:13.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:13.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:14.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:14.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:14.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:14.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:14.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:14.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:15.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:15.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:15.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:15.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:15.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:15.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:15.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:15.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:15.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:15.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:15.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:15.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:15.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:15.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:15.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:15.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:15.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:15.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:16.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:16.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:16.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:16.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:16.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:16.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:16.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:16.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:16.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:16.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:16.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:16.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:16.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:16.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:16.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:16.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:16.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:16.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:17.887+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:17.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:17.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:17.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:17.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:17.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:18.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:18.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:18.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:18.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:18.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:18.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:18.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:18.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:18.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:18.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:18.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:18.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:18.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:18.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:18.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:18.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:18.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:18.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:19.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:19.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:19.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:19.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:19.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:19.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:20.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:20.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:20.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:20.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:20.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:20.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:20.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:20.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:20.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:20.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:20.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:20.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:21.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:21.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:21.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:21.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:21.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:21.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:23.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:23.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:23.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:23.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:23.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:23.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:24.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:24.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:24.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:24.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:24.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:24.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:25.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:25.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:25.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:25.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:25.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:25.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:28.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:28.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:28.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:28.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:28.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:28.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:31.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:31.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:31.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:31.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:31.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:31.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:33.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:33.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:33.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:33.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:33.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:33.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:34.277+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:34.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:34.365+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:44:34.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:34.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:34.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:34.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:35.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:35.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:35.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:35.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:35.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:35.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:36.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:36.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:36.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:36.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:36.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:36.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:36.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:36.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:36.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:36.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:36.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:36.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:38.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:38.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:38.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:38.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:38.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:38.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:38.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:38.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:38.829+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:44:38.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:38.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:38.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:38.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:39.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:39.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:39.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:39.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:39.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:39.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:39.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:39.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:39.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:39.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:39.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:39.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:40.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:40.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:40.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:40.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:40.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:40.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:41.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:41.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:41.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:41.186+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:41.186+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:41.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:41.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:41.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:41.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:41.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:41.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:41.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:42.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:42.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:42.119+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:44:42.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:42.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:42.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:42.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:43.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:43.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:43.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:43.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:43.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:43.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:44.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:44.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:44.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:44.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:44.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:44.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:44.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:44.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:44.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:44.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:44.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:44.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:44.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:44.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:45.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:45.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:45.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:45.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:45.603+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:45.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:45.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:45.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:45.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:45.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:47.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:47.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:47.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:47.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:47.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:47.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:48.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:48.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:48.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:48.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:48.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:48.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:48.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:48.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:49.003+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:44:49.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:49.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:49.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:49.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:49.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:49.765+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:49.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:49.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:49.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:49.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:50.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:50.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:50.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:50.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:50.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:50.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:51.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:51.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:51.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:51.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:51.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:51.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:52.629+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:52.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:52.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:52.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:52.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:52.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:53.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:53.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:53.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:53.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:53.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:53.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:53.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:53.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:53.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:53.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:53.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:53.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:53.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:53.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:53.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:53.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:53.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:53.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:54.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:54.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:54.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:54.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:54.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:54.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:55.125+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:55.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:55.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:55.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:55.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:55.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:55.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:55.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:55.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:55.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:55.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:55.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:55.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:55.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:55.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:55.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:55.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:55.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:56.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:56.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:56.558+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:44:56.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:56.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:56.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:56.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:58.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:58.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:58.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:58.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:58.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:58.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:58.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:58.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:59.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:59.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:59.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:59.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:59.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:59.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:59.285+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:59.285+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:59.285+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:59.285+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:44:59.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:44:59.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:44:59.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:44:59.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:44:59.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:44:59.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:00.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:00.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:00.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:00.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:00.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:00.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:02.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:02.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:02.068+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:45:02.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:02.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:02.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:02.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:02.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:02.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:02.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:02.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:02.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:02.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:03.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:03.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:03.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:03.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:03.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:03.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:04.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:04.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:04.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:04.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:04.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:04.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:06.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:06.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:06.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:06.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:06.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:06.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:07.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:07.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:07.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:07.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:07.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:07.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:07.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:07.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:07.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:07.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:07.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:07.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:08.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:08.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:08.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:08.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:08.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:08.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:08.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:08.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:08.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:08.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:08.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:08.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:09.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:09.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:09.066+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:09.066+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:09.066+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:09.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:09.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:09.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:09.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:09.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:09.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:09.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:09.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:09.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:09.893+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:45:09.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:09.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:09.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:09.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:10.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:10.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:10.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:10.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:10.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:10.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:11.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:11.590+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:45:11.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:11.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:11.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:11.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:11.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:12.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:12.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:12.553+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:45:12.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:12.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:12.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:12.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:12.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:12.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:12.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:12.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:12.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:12.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:13.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:13.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:13.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:13.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:13.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:13.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:13.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:13.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:13.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:13.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:13.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:13.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:14.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:14.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:14.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:14.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:14.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:14.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:15.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:15.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:15.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:15.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:15.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:15.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:15.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:15.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:15.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:15.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:15.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:15.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:15.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:15.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:15.871+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:45:15.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:15.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:15.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:15.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:16.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:16.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:16.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:16.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:16.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:16.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:18.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:18.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:18.235+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:45:18.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:18.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:18.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:18.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:20.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:20.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:20.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:20.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:20.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:20.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:20.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:20.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:20.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:20.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:20.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:20.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:21.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:21.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:21.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:21.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:21.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:21.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:21.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:21.289+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:21.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:21.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:21.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:21.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:22.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:22.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:22.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:22.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:22.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:22.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:23.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:23.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:23.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:23.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:23.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:23.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:25.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:25.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:25.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:25.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:25.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:25.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:25.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:25.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:25.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:25.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:25.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:25.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:26.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:26.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:26.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:26.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:26.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:26.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:27.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:27.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:27.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:27.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:27.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:27.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:27.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:27.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:27.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:27.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:27.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:27.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:27.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:27.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:27.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:27.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:27.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:27.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:28.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:28.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:28.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:28.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:28.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:28.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:29.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:29.479+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:29.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:29.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:29.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:29.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:30.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:30.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:30.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:30.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:30.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:30.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:30.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:30.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:30.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:30.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:30.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:30.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:31.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:31.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:31.336+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:31.336+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:31.336+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:31.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:31.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:31.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:31.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:31.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:31.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:31.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:31.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:31.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:31.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:31.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:31.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:31.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:33.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:33.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:33.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:33.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:33.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:33.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:33.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:33.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:33.771+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:33.771+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:33.771+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:33.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:33.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:33.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:33.828+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:45:33.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:33.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:33.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:33.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:34.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:34.702+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:34.737+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:45:34.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:34.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:34.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:34.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:34.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:34.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:35.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:35.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:35.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:35.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:35.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:35.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:35.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:35.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:35.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:35.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:35.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:35.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:35.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:35.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:35.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:35.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:35.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:35.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:35.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:35.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:35.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:35.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:36.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:36.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:36.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:36.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:36.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:36.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:39.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:39.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:39.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:39.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:39.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:39.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:40.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:40.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:40.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:40.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:40.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:40.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:41.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:41.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:41.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:41.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:41.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:41.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:41.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:41.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:41.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:41.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:41.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:41.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:41.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:41.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:41.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:41.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:41.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:41.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:42.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:42.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:42.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:42.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:42.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:42.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:42.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:42.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:42.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:42.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:42.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:42.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:43.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:43.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:43.658+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:43.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:43.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:43.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:44.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:44.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:44.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:44.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:44.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:44.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:46.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:46.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:46.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:46.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:46.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:46.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:46.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:46.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:46.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:46.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:46.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:46.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:47.008+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:47.008+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:47.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:47.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:47.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:47.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:47.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:47.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:47.980+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:45:48.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:48.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:48.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:48.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:48.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:48.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:48.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:48.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:48.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:48.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:49.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:49.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:49.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:49.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:49.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:49.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:49.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:49.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:49.505+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:45:49.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:49.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:49.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:49.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:49.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:49.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:49.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:49.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:49.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:49.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:50.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:50.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:50.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:50.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:50.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:50.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:51.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:51.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:51.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:51.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:51.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:51.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:53.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:53.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:53.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:53.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:53.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:53.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:53.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:53.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:53.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:53.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:53.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:53.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:53.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:53.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:53.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:53.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:53.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:53.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:55.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:55.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:55.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:55.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:55.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:55.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:55.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:55.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:55.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:55.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:55.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:55.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:55.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:55.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:55.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:55.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:55.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:55.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:57.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:57.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:58.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:58.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:58.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:58.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:58.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:58.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:58.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:58.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:58.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:58.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:58.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:58.858+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:59.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:59.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:59.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:59.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:59.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:59.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:59.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:59.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:59.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:59.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:45:59.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:45:59.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:45:59.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:45:59.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:45:59.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:45:59.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:00.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:00.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:00.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:00.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:00.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:00.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:01.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:01.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:01.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:01.916+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:01.916+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:01.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:03.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:03.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:03.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:03.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:03.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:03.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:04.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:04.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:04.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:04.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:04.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:04.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:04.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:04.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:04.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:04.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:04.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:04.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:05.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:05.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:06.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:06.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:06.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:06.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:06.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:06.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:06.157+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:46:06.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:06.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:06.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:06.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:06.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:06.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:06.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:06.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:06.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:06.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:07.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:07.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:07.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:07.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:07.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:07.596+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:09.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:09.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:09.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:09.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:09.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:09.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:09.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:09.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:09.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:09.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:09.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:09.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:10.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:10.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:10.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:10.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:10.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:10.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:10.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:10.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:10.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:10.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:10.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:10.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:10.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:10.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:10.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:10.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:10.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:10.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:11.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:11.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:11.448+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:46:11.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:11.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:11.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:11.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:11.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:11.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:11.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:11.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:11.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:11.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:12.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:12.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:12.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:12.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:12.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:12.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:14.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:14.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:14.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:14.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:14.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:14.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:14.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:14.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:14.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:14.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:14.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:14.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:14.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:14.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:14.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:14.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:14.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:14.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:15.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:15.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:15.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:15.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:15.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:15.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:16.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:16.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:16.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:16.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:16.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:16.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:16.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:16.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:16.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:16.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:16.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:16.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:16.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:16.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:16.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:16.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:16.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:16.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:17.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:17.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:17.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:17.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:17.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:17.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:17.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:17.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:17.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:17.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:17.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:17.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:18.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:18.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:18.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:18.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:18.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:18.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:18.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:18.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:18.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:18.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:18.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:18.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:19.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:19.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:19.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:19.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:19.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:19.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:19.603+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:19.603+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:19.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:19.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:19.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:19.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:19.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:19.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:19.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:19.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:19.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:19.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:21.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:21.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:21.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:21.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:21.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:21.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:21.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:21.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:21.535+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:46:21.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:21.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:21.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:21.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:23.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:23.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:23.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:23.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:23.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:23.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:23.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:23.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:23.962+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:46:24.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:24.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:24.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:24.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:24.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:24.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:24.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:24.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:24.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:24.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:24.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:24.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:24.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:24.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:24.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:24.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:24.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:24.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:24.960+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:46:25.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:25.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:25.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:25.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:26.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:26.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:26.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:26.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:26.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:26.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:27.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:27.119+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:27.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:27.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:27.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:27.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:27.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:27.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:27.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:27.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:27.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:27.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:27.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:27.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:27.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:27.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:27.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:27.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:29.439+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:46:29.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:29.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:29.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:29.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:29.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:29.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:29.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:29.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:29.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:29.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:29.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:29.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:30.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:30.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:30.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:30.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:30.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:30.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:32.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:32.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:32.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:32.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:32.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:32.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:32.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:32.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:32.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:32.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:32.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:32.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:33.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:33.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:33.504+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:46:33.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:33.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:33.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:33.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:34.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:34.020+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:34.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:34.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:34.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:34.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:34.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:34.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:34.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:34.488+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:34.488+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:34.488+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:34.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:34.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:34.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:34.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:34.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:34.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:35.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:35.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:35.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:35.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:35.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:35.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:37.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:37.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:37.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:37.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:37.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:37.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:37.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:37.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:37.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:37.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:37.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:37.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:38.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:38.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:38.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:38.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:38.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:38.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:38.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:38.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:38.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:38.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:38.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:38.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:39.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:39.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:39.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:39.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:39.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:39.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:40.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:40.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:40.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:40.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:40.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:40.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:41.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:41.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:41.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:41.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:41.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:41.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:42.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:42.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:42.777+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:42.777+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:42.777+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:42.777+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:43.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:43.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:43.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:43.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:43.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:43.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:43.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:43.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:43.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:43.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:43.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:43.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:43.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:43.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:43.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:43.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:43.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:43.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:43.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:43.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:43.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:43.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:43.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:43.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:44.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:44.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:44.082+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:46:44.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:44.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:44.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:44.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:44.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:44.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:45.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:45.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:45.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:45.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:46.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:46.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:46.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:46.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:46.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:46.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:47.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:47.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:47.073+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:46:47.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:47.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:47.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:47.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:47.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:47.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:47.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:47.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:47.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:47.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:48.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:48.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:48.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:48.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:48.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:48.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:49.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:49.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:49.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:49.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:49.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:49.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:49.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:49.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:49.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:49.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:49.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:49.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:50.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:50.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:50.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:50.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:50.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:50.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:50.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:50.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:50.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:50.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:50.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:50.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:50.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:50.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:50.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:50.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:50.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:50.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:51.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:51.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:51.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:51.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:51.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:51.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:52.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:52.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:52.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:52.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:52.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:52.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:52.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:52.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:52.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:52.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:52.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:52.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:52.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:52.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:52.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:52.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:52.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:52.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:53.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:53.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:53.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:53.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:53.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:53.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:53.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:53.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:53.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:53.541+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:53.541+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:53.541+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:55.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:55.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:55.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:55.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:55.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:55.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:55.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:55.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:55.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:55.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:55.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:55.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:56.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:56.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:56.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:56.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:56.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:56.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:56.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:56.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:56.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:56.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:56.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:56.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:56.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:56.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:56.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:56.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:56.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:56.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:58.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:58.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:58.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:58.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:58.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:58.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:58.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:58.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:58.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:58.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:58.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:58.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:58.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:58.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:59.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:59.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:59.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:59.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:46:59.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:46:59.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:46:59.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:46:59.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:46:59.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:46:59.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:00.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:00.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:00.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:00.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:00.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:00.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:00.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:00.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:00.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:00.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:00.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:00.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:00.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:00.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:00.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:00.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:00.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:00.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:01.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:01.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:01.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:01.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:01.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:01.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:01.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:01.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:01.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:01.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:01.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:01.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:02.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:02.222+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:02.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:02.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:02.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:02.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:04.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:04.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:04.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:04.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:04.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:04.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:05.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:05.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:05.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:05.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:05.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:05.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:05.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:05.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:05.523+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:47:05.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:05.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:05.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:05.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:05.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:05.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:05.820+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:47:05.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:05.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:05.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:05.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:06.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:06.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:06.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:06.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:06.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:06.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:07.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:07.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:07.047+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:47:07.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:07.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:07.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:07.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:07.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:07.504+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:07.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:07.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:07.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:07.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:08.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:08.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:08.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:08.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:08.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:08.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:09.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:09.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:09.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:09.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:09.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:09.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:10.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:10.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:10.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:10.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:10.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:10.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:11.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:11.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:11.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:11.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:11.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:11.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:11.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:11.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:12.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:12.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:12.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:12.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:12.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:12.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:12.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:12.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:12.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:12.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:12.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:12.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:12.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:12.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:12.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:12.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:14.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:14.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:14.389+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:14.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:14.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:14.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:14.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:14.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:14.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:14.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:14.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:14.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:14.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:14.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:14.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:14.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:14.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:14.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:15.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:15.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:15.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:15.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:15.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:15.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:15.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:15.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:15.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:15.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:15.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:15.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:15.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:15.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:15.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:15.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:15.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:15.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:16.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:16.243+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:16.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:16.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:16.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:16.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:16.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:16.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:16.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:16.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:16.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:16.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:17.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:17.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:17.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:17.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:17.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:17.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:18.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:18.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:18.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:18.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:18.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:18.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:18.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:18.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:18.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:18.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:18.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:18.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:20.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:20.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:20.535+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:47:20.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:20.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:20.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:20.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:20.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:20.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:20.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:20.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:20.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:20.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:21.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:21.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:21.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:21.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:21.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:21.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:21.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:21.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:21.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:21.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:21.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:21.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:21.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:21.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:21.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:21.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:21.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:21.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:22.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:22.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:22.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:22.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:22.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:22.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:23.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:23.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:23.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:23.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:23.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:23.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:23.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:23.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:23.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:23.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:23.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:23.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:24.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:24.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:24.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:24.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:24.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:24.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:24.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:24.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:24.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:24.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:24.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:24.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:25.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:25.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:25.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:25.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:25.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:25.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:27.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:27.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:27.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:27.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:27.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:27.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:28.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:28.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:28.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:28.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:28.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:28.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:28.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:28.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:28.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:28.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:28.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:28.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:29.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:29.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:29.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:29.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:29.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:29.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:29.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:29.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:29.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:29.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:29.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:29.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:30.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:30.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:30.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:30.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:30.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:30.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:31.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:31.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:31.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:31.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:31.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:31.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:32.456+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:47:32.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:32.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:32.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:32.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:32.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:32.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:34.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:34.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:34.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:34.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:34.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:34.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:34.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:34.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:34.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:34.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:34.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:34.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:34.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:34.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:34.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:34.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:34.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:34.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:35.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:35.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:35.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:35.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:35.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:35.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:35.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:35.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:35.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:35.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:35.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:35.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:37.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:37.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:37.111+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:37.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:37.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:37.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:37.112+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:47:37.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:37.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:38.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:38.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:38.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:38.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:38.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:38.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:38.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:38.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:38.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:38.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:39.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:39.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:39.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:39.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:39.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:39.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:39.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:39.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:39.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:39.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:39.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:39.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:39.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:39.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:39.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:39.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:39.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:39.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:40.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:40.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:40.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:40.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:40.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:40.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:40.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:40.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:40.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:40.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:40.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:40.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:41.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:41.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:41.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:41.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:41.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:41.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:42.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:42.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:42.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:42.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:42.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:42.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:43.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:43.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:43.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:43.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:43.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:43.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:44.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:44.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:44.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:44.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:44.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:44.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:44.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:44.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:45.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:45.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:45.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:45.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:45.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:45.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:45.191+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:47:45.191+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:47:45.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:45.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:45.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:45.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:45.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:45.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:46.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:46.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:46.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:46.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:46.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:46.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:46.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:46.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:46.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:46.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:49.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:49.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:49.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:49.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:49.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:49.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:50.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:50.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:50.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:50.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:50.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:50.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:50.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:50.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:50.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:50.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:50.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:50.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:50.540+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:47:50.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:50.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:50.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:50.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:50.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:50.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:50.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:50.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:50.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:50.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:50.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:50.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:51.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:51.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:51.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:51.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:51.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:51.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:51.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:51.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:51.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:51.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:51.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:51.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:52.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:52.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:52.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:52.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:52.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:52.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:53.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:53.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:53.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:53.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:53.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:53.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:53.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:53.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:53.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:53.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:53.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:53.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:54.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:54.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:54.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:54.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:54.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:54.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:55.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:55.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:55.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:55.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:55.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:55.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:55.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:55.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:55.493+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:55.493+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:55.493+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:55.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:56.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:56.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:56.374+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:47:56.383+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:47:56.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:56.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:56.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:56.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:56.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:56.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:56.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:56.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:56.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:56.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:57.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:57.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:57.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:57.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:57.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:57.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:58.253+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:47:58.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:58.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:58.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:58.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:58.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:58.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:58.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:58.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:58.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:58.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:58.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:58.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:58.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:58.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:58.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:58.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:58.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:58.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:47:59.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:47:59.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:47:59.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:47:59.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:47:59.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:47:59.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:00.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:00.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:00.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:00.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:00.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:00.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:00.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:00.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:00.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:00.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:00.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:00.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:01.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:01.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:01.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:01.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:01.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:01.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:03.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:03.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:03.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:03.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:03.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:03.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:03.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:03.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:03.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:03.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:03.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:03.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:03.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:03.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:03.818+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:48:03.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:03.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:03.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:03.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:04.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:04.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:04.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:04.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:04.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:04.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:04.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:04.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:04.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:04.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:04.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:04.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:05.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:05.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:05.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:05.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:05.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:05.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:06.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:06.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:07.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:07.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:07.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:07.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:07.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:07.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:07.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:07.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:07.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:07.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:08.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:08.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:08.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:08.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:08.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:08.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:09.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:09.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:09.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:09.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:09.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:09.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:09.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:09.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:09.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:09.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:09.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:09.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:09.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:09.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:10.066+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:10.066+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:10.066+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:10.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:10.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:10.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:10.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:10.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:10.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:10.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:10.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:10.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:11.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:11.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:11.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:11.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:12.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:12.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:12.472+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:48:12.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:12.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:12.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:12.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:13.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:13.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:13.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:13.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:13.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:13.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:13.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:13.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:13.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:13.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:13.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:13.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:15.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:15.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:15.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:15.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:15.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:15.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:16.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:16.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:16.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:16.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:16.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:16.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:17.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:17.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:17.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:17.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:17.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:17.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:17.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:17.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:18.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:18.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:18.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:18.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:18.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:18.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:18.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:18.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:18.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:18.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:18.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:18.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:18.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:18.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:18.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:18.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:19.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:19.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:19.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:19.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:19.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:19.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:20.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:20.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:20.544+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:20.544+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:20.544+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:20.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:20.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:20.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:20.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:20.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:20.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:20.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:22.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:22.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:22.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:22.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:22.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:22.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:22.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:22.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:22.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:22.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:22.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:22.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:22.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:22.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:22.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:22.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:22.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:22.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:23.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:23.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:23.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:23.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:23.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:23.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:24.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:24.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:24.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:24.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:24.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:24.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:24.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:24.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:24.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:24.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:24.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:24.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:25.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:25.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:25.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:25.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:25.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:25.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:25.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:25.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:25.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:25.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:25.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:25.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:26.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:26.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:26.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:26.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:26.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:26.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:26.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:26.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:27.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:27.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:27.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:27.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:27.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:27.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:27.548+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:48:27.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:27.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:27.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:27.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:27.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:27.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:27.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:27.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:27.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:27.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:28.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:28.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:28.102+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:48:28.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:28.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:28.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:28.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:29.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:29.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:29.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:29.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:29.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:29.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:30.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:30.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:30.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:30.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:30.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:30.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:31.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:31.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:31.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:31.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:31.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:31.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:32.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:32.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:32.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:32.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:32.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:32.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:33.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:33.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:33.241+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:48:33.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:33.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:33.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:33.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:34.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:34.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:34.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:34.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:34.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:34.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:34.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:34.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:34.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:34.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:34.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:34.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:35.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:35.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:35.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:35.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:35.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:35.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:37.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:37.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:37.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:37.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:37.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:37.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:38.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:38.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:38.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:38.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:38.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:38.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:38.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:38.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:38.848+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:38.848+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:38.848+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:38.848+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:39.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:39.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:39.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:39.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:39.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:39.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:40.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:40.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:40.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:40.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:40.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:40.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:40.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:40.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:40.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:40.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:40.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:40.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:41.259+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:41.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:41.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:41.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:41.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:41.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:41.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:41.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:41.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:41.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:41.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:41.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:42.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:42.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:42.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:42.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:42.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:42.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:42.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:42.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:42.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:42.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:42.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:42.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:42.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:42.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:42.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:42.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:42.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:42.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:42.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:42.980+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:43.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:43.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:43.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:43.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:43.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:43.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:43.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:43.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:43.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:43.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:44.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:44.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:44.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:44.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:44.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:44.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:44.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:44.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:44.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:44.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:44.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:44.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:44.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:44.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:45.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:45.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:45.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:45.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:45.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:45.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:45.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:45.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:45.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:45.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:46.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:46.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:46.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:46.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:46.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:46.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:46.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:46.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:46.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:46.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:46.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:46.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:47.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:47.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:47.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:47.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:47.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:47.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:47.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:47.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:47.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:47.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:47.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:47.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:47.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:47.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:47.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:47.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:47.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:47.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:48.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:48.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:48.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:48.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:48.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:48.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:49.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:49.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:49.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:49.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:49.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:49.308+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:50.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:50.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:50.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:50.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:50.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:50.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:50.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:50.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:50.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:50.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:50.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:50.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:52.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:52.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:52.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:52.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:52.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:52.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:52.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:52.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:52.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:52.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:52.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:52.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:53.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:53.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:53.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:53.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:53.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:53.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:54.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:54.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:54.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:54.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:54.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:54.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:55.113+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:55.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:55.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:55.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:55.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:55.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:55.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:55.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:55.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:55.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:55.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:55.541+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:55.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:55.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:55.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:55.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:55.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:55.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:56.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:56.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:56.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:56.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:56.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:56.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:57.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:57.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:57.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:57.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:57.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:57.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:57.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:57.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:57.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:57.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:57.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:57.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:58.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:58.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:58.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:58.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:58.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:58.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:58.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:58.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:58.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:58.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:58.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:58.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:48:59.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:48:59.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:48:59.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:48:59.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:48:59.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:48:59.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:00.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:00.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:00.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:00.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:00.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:00.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:00.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:00.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:00.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:00.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:00.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:00.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:01.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:01.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:01.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:01.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:01.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:01.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:01.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:01.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:01.496+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:01.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:01.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:01.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:01.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:01.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:01.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:01.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:01.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:01.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:02.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:02.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:02.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:02.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:02.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:02.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:02.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:02.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:02.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:02.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:02.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:02.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:02.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:02.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:02.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:02.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:02.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:02.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:03.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:03.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:03.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:03.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:03.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:03.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:06.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:06.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:06.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:06.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:06.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:06.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:06.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:06.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:06.877+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:49:06.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:06.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:06.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:06.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:07.026+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:07.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:07.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:07.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:07.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:07.111+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:08.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:08.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:08.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:08.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:08.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:08.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:08.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:08.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:08.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:08.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:08.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:08.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:09.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:09.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:09.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:09.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:09.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:09.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:11.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:11.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:11.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:11.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:11.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:11.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:11.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:11.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:12.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:12.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:12.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:12.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:12.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:12.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:12.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:12.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:12.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:12.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:15.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:15.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:15.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:15.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:15.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:15.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:16.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:16.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:16.816+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:49:17.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:17.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:17.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:17.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:20.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:20.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:20.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:20.125+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:20.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:20.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:20.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:20.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:20.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:20.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:20.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:20.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:21.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:21.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:21.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:21.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:21.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:21.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:21.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:21.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:21.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:21.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:21.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:21.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:21.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:21.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:21.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:21.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:21.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:21.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:22.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:22.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:22.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:22.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:22.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:22.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:22.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:22.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:22.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:22.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:22.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:22.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:22.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:22.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:22.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:22.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:22.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:22.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:23.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:23.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:23.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:23.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:23.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:23.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:23.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:23.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:23.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:23.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:23.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:23.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:24.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:24.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:24.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:24.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:24.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:24.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:25.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:25.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:25.652+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:49:25.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:25.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:25.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:25.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:25.693+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:49:25.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:25.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:25.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:25.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:25.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:25.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:26.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:26.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:26.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:26.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:26.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:26.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:26.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:26.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:26.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:26.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:26.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:26.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:26.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:26.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:26.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:26.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:26.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:26.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:27.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:27.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:27.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:27.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:27.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:27.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:27.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:27.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:27.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:27.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:27.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:27.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:28.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:28.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:28.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:28.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:28.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:28.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:28.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:28.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:28.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:28.488+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:28.488+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:28.488+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:29.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:29.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:29.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:29.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:29.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:29.083+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:29.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:29.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:29.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:29.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:29.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:29.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:30.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:30.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:30.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:30.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:30.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:30.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:30.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:30.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:30.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:30.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:30.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:30.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:32.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:32.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:32.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:32.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:32.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:32.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:34.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:34.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:34.894+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:49:34.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:34.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:34.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:34.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:35.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:35.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:36.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:36.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:36.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:36.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:36.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:36.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:36.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:36.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:36.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:36.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:36.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:36.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:36.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:36.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:36.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:36.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:36.940+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:36.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:36.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:36.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:36.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:36.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:38.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:38.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:38.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:38.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:38.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:38.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:40.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:40.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:40.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:40.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:40.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:40.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:40.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:40.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:40.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:40.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:40.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:40.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:40.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:40.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:41.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:41.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:41.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:41.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:41.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:41.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:41.324+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:49:41.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:41.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:41.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:41.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:41.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:41.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:42.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:42.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:42.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:42.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:42.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:42.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:42.315+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:49:42.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:42.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:42.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:42.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:42.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:42.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:42.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:42.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:42.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:42.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:43.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:43.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:43.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:43.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:43.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:43.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:43.754+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:49:43.764+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:43.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:43.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:43.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:43.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:43.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:43.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:43.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:43.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:43.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:43.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:43.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:44.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:44.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:44.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:44.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:44.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:44.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:45.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:45.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:45.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:45.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:45.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:45.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:45.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:45.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:46.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:46.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:46.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:46.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:46.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:46.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:46.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:46.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:46.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:46.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:46.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:46.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:46.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:46.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:46.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:46.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:47.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:47.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:47.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:47.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:47.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:47.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:48.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:48.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:48.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:48.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:48.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:48.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:49.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:49.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:49.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:49.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:49.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:49.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:49.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:49.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:49.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:49.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:49.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:49.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:49.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:49.493+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:49.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:49.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:49.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:49.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:49.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:49.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:49.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:49.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:49.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:49.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:51.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:51.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:51.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:51.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:51.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:51.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:51.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:51.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:52.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:52.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:52.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:52.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:53.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:53.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:53.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:53.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:53.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:53.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:53.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:53.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:54.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:54.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:54.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:54.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:54.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:54.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:54.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:54.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:54.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:54.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:55.008+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:49:55.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:55.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:55.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:55.080+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:55.080+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:55.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:55.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:55.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:55.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:55.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:55.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:55.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:55.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:55.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:55.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:55.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:55.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:55.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:56.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:56.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:57.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:57.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:57.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:57.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:58.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:58.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:58.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:58.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:58.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:58.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:59.072+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:59.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:59.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:59.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:59.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:59.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:59.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:59.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:59.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:59.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:59.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:59.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:59.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:59.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:49:59.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:49:59.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:49:59.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:49:59.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:49:59.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:49:59.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:00.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:00.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:00.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:00.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:00.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:00.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:00.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:00.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:00.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:00.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:00.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:00.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:00.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:00.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:00.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:00.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:00.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:00.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:01.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:01.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:01.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:01.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:02.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:02.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:02.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:02.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:02.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:02.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:02.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:02.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:02.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:02.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:02.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:02.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:03.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:03.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:03.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:03.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:03.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:03.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:04.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:04.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:04.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:04.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:04.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:04.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:04.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:04.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:04.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:04.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:04.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:04.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:06.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:06.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:06.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:06.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:06.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:06.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:07.552+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:50:07.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:07.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:07.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:07.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:07.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:07.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:08.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:08.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:08.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:08.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:08.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:08.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:08.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:08.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:09.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:09.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:09.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:09.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:09.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:09.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:09.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:09.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:09.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:09.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:09.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:09.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:09.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:09.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:09.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:09.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:09.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:09.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:09.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:09.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:09.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:09.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:10.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:10.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:10.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:11.000+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:11.000+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:11.000+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:12.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:12.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:12.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:12.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:12.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:12.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:12.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:12.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:12.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:12.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:12.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:12.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:13.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:13.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:13.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:13.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:13.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:13.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:14.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:14.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:14.722+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:50:14.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:14.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:14.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:14.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:15.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:15.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:15.566+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:50:15.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:15.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:15.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:15.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:15.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:15.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:16.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:16.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:16.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:16.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:16.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:16.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:16.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:16.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:16.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:16.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:17.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:17.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:17.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:17.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:17.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:17.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:17.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:17.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:17.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:17.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:17.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:17.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:18.321+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:50:18.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:18.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:18.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:18.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:18.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:18.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:19.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:19.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:19.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:19.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:19.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:19.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:20.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:20.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:20.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:20.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:20.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:20.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:20.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:20.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:21.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:21.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:21.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:21.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:21.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:21.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:21.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:21.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:21.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:21.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:22.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:22.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:23.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:23.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:23.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:23.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:24.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:24.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:24.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:24.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:24.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:24.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:25.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:25.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:25.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:25.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:25.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:25.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:25.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:25.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:25.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:25.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:25.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:25.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:25.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:25.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:25.916+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:50:25.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:25.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:25.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:25.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:26.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:26.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:26.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:26.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:26.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:26.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:26.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:26.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:26.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:26.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:26.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:26.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:32.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:32.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:32.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:32.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:32.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:32.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:32.990+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:50:33.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:33.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:33.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:33.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:33.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:33.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:34.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:34.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:34.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:34.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:34.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:34.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:35.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:35.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:35.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:35.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:35.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:35.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:36.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:36.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:36.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:36.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:36.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:36.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:36.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:36.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:36.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:36.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:36.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:36.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:37.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:37.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:38.000+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:50:38.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:38.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:38.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:38.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:38.282+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:38.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:38.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:38.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:38.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:38.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:38.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:38.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:38.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:38.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:38.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:38.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:40.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:40.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:40.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:40.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:40.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:40.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:40.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:40.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:40.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:40.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:40.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:40.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:40.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:40.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:40.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:40.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:40.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:40.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:41.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:41.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:41.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:41.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:41.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:41.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:42.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:42.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:42.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:42.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:42.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:42.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:43.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:43.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:43.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:43.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:43.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:43.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:43.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:43.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:43.838+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:50:43.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:43.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:43.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:43.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:44.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:44.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:44.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:44.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:44.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:44.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:45.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:45.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:45.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:45.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:45.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:45.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:46.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:46.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:46.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:46.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:46.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:46.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:46.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:46.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:46.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:46.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:46.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:46.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:46.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:46.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:46.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:46.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:46.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:46.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:47.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:47.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:47.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:47.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:47.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:47.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:51.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:51.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:51.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:51.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:51.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:51.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:52.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:52.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:52.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:52.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:52.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:52.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:53.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:54.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:54.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:54.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:54.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:54.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:54.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:54.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:54.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:54.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:54.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:54.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:54.887+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:54.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:55.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:55.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:55.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:55.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:57.787+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:50:57.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:57.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:57.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:57.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:57.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:57.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:50:58.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:50:58.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:50:58.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:50:58.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:50:58.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:50:58.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:00.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:00.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:00.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:00.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:00.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:00.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:00.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:00.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:00.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:00.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:00.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:00.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:00.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:00.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:00.789+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:51:00.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:00.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:00.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:00.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:02.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:02.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:02.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:02.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:02.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:02.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:02.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:02.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:02.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:02.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:02.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:02.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:03.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:03.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:03.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:03.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:03.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:03.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:04.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:04.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:04.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:04.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:04.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:04.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:04.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:04.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:04.139+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:51:04.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:04.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:04.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:04.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:05.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:05.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:05.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:05.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:05.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:05.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:06.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:06.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:06.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:06.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:06.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:06.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:07.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:07.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:07.640+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:51:07.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:07.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:07.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:07.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:07.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:07.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:08.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:08.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:08.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:08.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:08.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:08.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:08.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:08.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:08.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:08.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:10.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:10.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:10.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:10.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:10.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:10.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:10.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:10.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:10.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:10.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:10.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:10.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:11.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:11.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:11.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:11.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:11.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:11.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:13.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:13.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:13.329+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:51:13.334+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:51:13.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:13.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:13.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:13.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:13.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:13.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:13.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:13.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:13.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:13.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:14.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:14.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:14.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:14.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:14.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:14.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:15.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:15.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:15.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:15.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:15.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:15.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:16.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:16.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:16.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:16.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:16.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:16.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:17.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:17.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:17.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:17.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:17.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:17.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:18.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:18.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:18.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:18.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:18.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:18.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:18.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:18.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:18.626+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:51:18.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:18.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:18.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:18.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:18.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:18.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:18.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:18.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:18.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:18.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:18.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:18.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:18.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:18.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:18.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:18.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:20.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:20.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:20.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:20.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:20.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:20.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:20.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:20.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:20.287+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:51:20.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:20.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:20.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:20.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:20.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:20.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:21.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:21.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:21.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:21.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:21.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:21.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:21.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:21.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:21.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:21.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:22.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:22.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:22.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:22.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:22.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:22.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:22.756+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:22.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:22.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:22.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:22.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:22.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:23.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:23.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:23.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:23.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:23.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:23.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:24.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:24.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:24.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:24.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:24.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:24.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:24.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:24.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:24.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:24.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:24.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:24.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:25.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:25.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:25.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:25.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:25.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:25.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:27.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:27.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:27.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:27.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:27.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:27.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:28.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:28.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:28.336+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:28.336+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:28.336+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:28.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:29.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:29.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:29.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:29.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:29.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:29.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:30.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:30.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:30.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:30.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:30.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:30.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:31.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:31.197+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:31.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:31.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:31.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:31.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:32.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:32.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:32.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:32.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:32.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:32.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:32.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:32.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:32.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:32.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:32.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:32.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:33.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:33.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:33.287+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:51:33.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:33.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:33.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:33.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:34.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:34.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:34.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:34.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:34.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:34.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:35.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:35.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:35.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:35.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:35.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:35.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:36.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:36.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:36.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:36.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:36.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:36.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:36.764+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:51:37.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:37.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:37.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:37.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:37.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:37.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:37.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:37.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:37.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:37.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:37.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:37.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:38.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:38.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:38.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:38.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:38.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:38.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:38.631+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:51:38.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:38.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:38.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:38.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:38.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:38.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:39.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:39.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:39.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:39.333+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:39.333+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:39.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:39.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:39.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:39.788+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:51:39.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:39.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:39.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:39.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:40.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:40.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:40.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:40.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:40.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:40.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:40.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:40.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:40.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:40.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:40.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:40.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:40.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:40.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:40.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:40.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:40.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:40.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:40.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:40.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:40.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:40.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:40.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:40.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:44.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:44.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:44.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:44.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:44.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:44.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:44.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:44.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:44.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:44.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:44.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:44.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:46.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:46.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:46.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:46.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:46.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:46.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:46.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:46.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:46.324+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:51:46.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:46.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:46.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:46.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:47.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:47.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:47.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:47.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:47.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:47.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:48.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:48.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:48.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:48.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:48.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:48.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:48.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:48.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:48.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:48.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:48.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:48.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:48.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:48.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:48.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:48.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:48.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:48.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:49.999+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:51:50.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:50.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:50.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:50.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:50.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:50.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:51.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:51.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:52.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:52.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:52.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:52.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:53.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:53.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:53.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:53.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:53.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:53.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:54.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:54.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:54.079+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:51:54.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:54.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:54.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:54.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:54.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:54.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:54.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:54.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:54.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:54.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:54.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:54.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:54.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:54.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:54.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:54.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:54.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:54.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:54.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:54.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:54.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:54.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:55.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:55.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:55.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:55.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:55.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:55.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:55.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:55.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:55.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:55.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:55.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:55.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:56.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:56.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:56.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:56.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:56.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:56.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:57.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:57.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:57.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:57.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:57.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:57.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:57.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:57.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:57.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:57.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:57.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:57.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:58.661+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:51:58.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:58.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:58.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:58.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:58.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:58.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:59.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:59.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:59.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:59.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:59.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:59.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:51:59.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:51:59.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:51:59.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:51:59.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:51:59.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:51:59.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:00.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:00.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:00.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:00.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:00.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:00.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:01.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:01.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:01.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:01.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:01.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:01.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:01.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:01.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:01.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:01.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:01.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:01.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:03.624+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:52:03.624+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:52:03.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:03.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:04.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:04.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:04.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:04.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:04.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:04.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:04.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:04.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:04.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:04.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:06.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:06.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:06.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:06.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:06.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:06.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:08.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:08.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:08.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:08.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:08.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:08.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:08.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:08.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:08.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:08.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:08.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:08.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:08.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:08.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:08.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:08.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:08.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:08.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:09.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:09.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:09.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:09.285+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:09.285+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:09.285+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:09.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:09.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:09.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:09.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:09.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:09.488+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:09.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:09.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:09.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:09.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:09.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:09.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:10.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:10.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:10.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:10.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:10.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:10.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:11.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:11.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:12.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:12.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:12.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:12.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:12.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:12.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:12.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:12.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:12.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:12.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:13.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:13.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:13.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:13.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:13.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:13.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:13.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:13.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:13.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:13.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:13.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:13.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:14.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:14.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:14.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:14.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:14.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:14.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:14.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:14.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:14.848+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:14.848+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:14.848+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:14.848+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:14.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:14.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:15.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:15.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:15.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:15.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:15.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:15.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:15.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:15.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:15.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:15.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:15.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:15.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:15.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:15.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:15.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:15.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:15.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:15.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:15.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:15.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:15.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:15.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:16.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:16.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:16.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:16.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:16.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:16.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:16.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:16.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:16.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:16.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:16.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:16.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:17.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:17.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:17.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:17.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:17.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:17.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:18.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:18.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:18.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:18.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:18.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:18.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:20.613+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:52:20.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:20.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:20.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:20.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:20.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:20.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:20.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:20.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:20.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:20.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:20.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:20.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:21.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:21.926+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:22.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:22.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:22.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:22.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:22.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:22.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:22.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:22.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:22.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:22.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:23.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:23.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:23.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:23.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:23.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:23.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:23.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:23.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:24.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:24.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:24.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:24.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:25.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:25.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:25.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:25.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:25.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:25.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:25.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:25.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:26.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:26.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:26.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:26.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:28.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:28.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:28.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:28.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:28.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:28.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:28.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:28.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:28.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:28.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:28.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:28.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:29.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:29.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:29.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:29.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:29.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:29.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:29.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:29.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:29.593+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:52:29.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:29.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:29.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:29.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:29.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:29.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:30.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:30.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:30.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:30.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:30.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:30.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:30.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:30.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:30.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:30.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:30.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:30.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:30.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:30.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:30.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:30.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:33.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:33.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:33.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:33.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:33.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:33.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:34.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:34.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:34.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:34.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:34.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:34.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:34.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:34.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:34.856+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:52:34.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:34.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:34.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:34.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:35.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:35.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:35.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:35.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:35.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:35.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:35.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:35.549+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:35.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:35.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:35.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:35.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:36.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:36.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:36.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:36.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:36.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:36.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:36.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:36.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:36.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:36.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:36.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:36.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:37.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:37.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:37.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:37.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:37.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:37.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:38.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:38.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:38.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:38.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:38.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:38.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:38.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:38.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:38.597+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:52:38.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:38.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:38.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:38.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:40.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:40.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:40.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:40.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:40.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:40.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:41.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:41.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:41.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:41.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:41.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:41.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:41.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:41.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:41.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:41.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:41.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:41.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:42.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:42.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:42.475+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:52:42.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:42.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:42.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:42.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:42.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:42.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:42.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:42.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:42.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:42.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:43.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:43.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:43.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:43.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:43.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:43.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:43.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:43.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:43.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:43.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:43.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:43.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:44.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:44.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:44.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:44.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:44.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:44.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:44.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:44.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:44.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:44.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:44.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:44.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:45.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:45.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:45.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:45.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:45.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:45.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:45.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:45.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:45.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:45.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:45.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:45.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:47.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:47.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:47.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:47.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:47.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:47.921+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:48.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:48.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:48.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:48.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:48.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:48.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:48.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:48.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:48.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:48.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:48.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:48.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:49.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:49.032+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:49.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:49.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:49.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:49.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:49.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:49.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:49.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:49.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:49.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:49.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:50.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:50.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:50.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:50.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:50.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:50.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:50.208+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:50.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:50.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:50.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:50.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:50.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:50.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:50.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:50.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:50.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:50.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:50.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:51.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:51.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:51.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:51.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:51.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:51.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:52.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:52.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:52.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:52.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:52.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:52.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:52.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:52.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:52.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:52.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:52.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:52.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:54.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:54.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:54.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:54.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:54.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:54.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:55.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:55.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:55.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:55.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:55.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:55.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:55.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:55.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:55.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:55.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:55.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:55.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:55.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:55.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:55.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:55.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:55.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:55.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:58.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:58.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:58.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:58.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:58.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:58.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:58.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:58.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:52:58.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:52:58.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:52:58.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:52:58.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:52:59.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:52:59.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:00.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:00.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:00.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:00.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:01.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:01.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:01.341+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:53:01.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:01.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:01.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:01.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:01.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:01.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:01.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:01.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:01.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:01.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:03.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:03.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:03.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:03.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:03.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:03.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:04.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:04.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:04.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:04.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:04.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:04.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:04.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:04.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:04.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:04.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:04.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:04.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:05.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:05.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:05.573+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:53:05.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:05.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:05.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:05.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:06.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:06.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:06.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:06.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:06.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:06.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:06.596+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:06.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:06.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:06.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:06.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:06.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:06.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:06.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:06.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:06.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:06.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:06.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:08.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:08.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:08.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:08.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:08.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:08.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:08.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:08.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:09.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:09.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:09.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:09.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:12.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:12.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:12.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:12.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:12.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:12.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:12.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:12.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:12.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:12.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:12.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:12.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:13.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:13.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:13.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:13.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:13.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:13.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:13.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:14.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:14.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:14.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:14.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:14.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:18.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:18.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:18.848+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:18.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:18.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:18.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:18.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:18.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:18.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:18.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:18.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:18.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:19.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:19.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:19.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:19.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:19.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:19.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:19.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:19.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:20.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:20.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:20.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:20.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:20.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:20.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:20.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:20.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:20.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:20.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:21.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:21.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:21.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:21.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:21.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:21.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:22.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:22.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:22.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:22.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:22.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:22.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:22.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:22.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:22.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:22.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:22.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:22.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:24.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:24.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:24.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:24.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:24.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:24.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:25.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:25.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:25.334+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:53:25.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:25.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:25.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:25.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:25.736+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:53:25.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:25.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:25.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:25.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:25.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:25.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:27.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:27.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:27.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:27.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:27.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:27.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:27.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:27.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:27.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:27.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:27.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:27.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:28.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:28.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:28.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:28.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:28.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:28.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:30.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:30.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:31.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:31.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:31.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:31.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:31.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:31.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:31.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:31.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:31.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:31.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:36.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:36.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:36.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:36.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:36.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:36.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:36.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:36.576+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:36.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:36.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:36.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:36.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:36.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:36.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:37.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:37.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:37.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:37.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:37.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:37.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:37.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:37.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:37.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:37.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:40.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:40.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:40.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:40.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:40.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:40.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:40.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:40.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:40.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:40.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:40.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:40.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:41.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:41.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:41.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:41.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:41.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:41.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:41.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:41.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:41.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:41.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:41.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:41.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:41.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:41.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:41.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:41.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:41.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:41.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:41.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:41.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:41.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:41.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:41.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:41.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:42.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:42.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:42.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:42.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:42.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:42.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:42.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:42.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:42.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:42.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:42.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:42.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:45.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:45.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:45.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:45.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:45.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:45.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:47.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:47.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:47.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:47.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:47.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:47.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:50.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:50.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:50.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:50.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:50.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:50.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:51.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:51.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:52.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:52.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:52.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:52.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:57.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:57.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:58.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:58.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:58.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:58.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:53:58.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:53:58.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:53:58.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:53:58.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:53:58.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:53:58.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:04.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:04.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:04.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:04.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:04.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:04.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:05.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:05.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:05.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:05.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:05.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:05.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:06.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:06.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:06.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:06.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:06.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:06.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:06.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:06.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:06.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:06.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:06.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:06.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:07.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:07.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:07.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:07.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:07.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:07.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:07.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:07.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:07.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:07.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:07.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:07.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:09.243+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:09.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:09.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:09.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:09.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:09.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:09.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:09.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:09.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:09.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:09.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:09.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:10.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:10.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:10.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:10.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:10.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:10.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:11.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:11.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:11.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:11.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:11.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:11.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:11.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:11.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:11.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:11.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:11.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:11.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:12.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:12.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:12.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:12.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:12.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:12.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:12.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:12.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:12.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:12.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:12.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:12.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:14.393+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:14.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:14.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:14.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:14.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:14.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:14.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:14.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:14.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:14.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:14.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:14.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:18.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:18.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:18.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:18.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:18.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:18.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:23.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:23.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:23.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:23.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:23.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:23.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:23.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:23.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:23.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:23.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:23.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:23.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:24.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:24.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:24.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:24.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:24.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:24.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:24.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:24.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:24.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:24.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:24.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:24.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:24.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:24.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:24.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:24.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:24.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:24.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:25.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:25.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:25.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:25.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:25.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:25.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:25.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:25.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:25.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:25.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:25.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:25.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:26.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:26.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:26.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:26.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:26.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:26.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:28.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:28.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:28.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:28.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:28.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:28.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:29.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:29.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:29.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:29.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:29.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:29.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:29.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:29.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:29.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:29.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:29.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:29.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:30.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:30.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:30.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:30.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:30.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:30.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:30.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:30.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:30.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:30.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:30.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:30.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:31.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:31.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:31.040+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:31.040+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:31.040+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:31.040+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:31.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:31.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:31.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:31.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:31.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:31.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:31.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:31.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:31.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:31.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:31.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:31.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:36.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:36.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:36.761+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:54:36.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:36.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:36.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:36.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:39.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:39.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:39.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:39.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:39.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:39.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:40.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:40.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:40.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:40.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:40.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:40.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:40.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:40.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:40.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:40.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:40.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:40.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:41.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:41.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:41.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:41.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:41.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:41.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:41.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:41.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:41.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:41.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:41.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:41.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:42.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:42.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:42.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:42.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:42.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:42.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:44.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:44.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:44.516+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:54:44.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:44.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:44.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:44.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:45.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:45.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:45.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:45.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:45.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:45.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:45.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:45.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:45.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:45.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:45.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:45.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:46.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:46.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:46.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:46.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:46.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:46.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:46.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:46.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:46.949+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:46.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:46.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:46.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:47.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:47.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:47.541+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:47.541+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:47.541+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:47.541+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:49.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:49.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:49.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:49.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:49.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:49.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:49.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:49.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:49.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:49.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:49.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:49.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:51.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:51.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:51.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:51.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:51.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:51.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:52.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:52.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:52.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:52.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:52.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:52.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:52.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:52.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:52.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:52.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:52.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:52.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:54.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:54.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:54.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:54.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:54.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:54.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:55.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:55.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:55.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:55.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:55.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:55.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:55.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:55.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:55.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:55.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:55.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:55.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:56.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:56.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:56.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:56.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:56.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:56.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:56.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:56.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:56.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:56.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:56.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:56.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:57.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:57.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:57.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:57.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:57.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:57.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:57.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:57.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:57.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:57.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:57.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:57.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:58.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:58.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:54:58.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:54:58.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:54:58.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:54:58.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:54:59.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:54:59.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:00.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:00.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:00.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:00.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:00.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:00.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:00.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:00.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:00.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:00.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:02.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:02.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:02.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:02.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:02.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:02.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:02.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:02.555+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:02.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:02.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:02.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:02.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:03.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:03.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:03.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:03.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:03.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:03.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:07.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:07.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:07.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:07.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:07.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:07.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:07.596+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:07.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:07.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:07.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:07.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:07.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:07.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:07.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:07.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:07.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:07.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:07.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:08.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:08.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:08.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:08.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:08.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:08.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:08.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:08.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:08.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:08.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:08.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:08.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:09.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:09.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:09.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:09.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:09.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:09.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:12.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:12.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:12.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:12.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:12.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:12.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:12.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:12.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:12.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:12.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:12.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:12.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:12.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:12.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:12.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:12.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:12.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:12.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:12.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:12.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:12.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:12.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:12.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:12.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:13.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:13.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:13.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:13.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:13.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:13.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:13.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:13.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:14.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:14.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:14.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:14.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:14.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:14.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:14.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:14.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:14.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:14.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:14.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:14.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:14.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:14.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:14.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:14.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:17.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:17.195+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:17.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:17.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:17.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:17.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:18.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:18.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:18.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:18.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:18.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:18.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:20.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:20.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:20.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:20.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:20.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:20.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:23.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:23.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:23.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:23.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:23.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:23.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:26.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:26.443+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:26.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:26.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:26.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:26.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:26.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:26.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:26.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:26.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:26.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:26.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:27.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:27.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:27.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:27.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:27.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:27.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:27.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:27.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:27.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:27.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:27.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:27.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:28.408+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:55:28.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:28.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:28.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:28.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:28.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:28.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:29.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:29.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:29.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:29.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:29.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:29.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:30.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:30.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:30.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:30.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:30.440+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:30.440+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:31.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:31.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:31.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:31.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:31.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:31.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:31.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:31.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:31.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:31.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:31.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:31.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:32.208+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:32.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:32.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:32.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:32.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:32.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:32.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:32.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:32.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:32.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:32.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:32.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:33.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:33.589+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:33.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:33.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:33.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:33.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:34.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:34.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:34.771+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:34.771+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:34.771+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:34.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:35.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:35.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:35.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:35.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:35.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:35.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:36.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:36.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:36.544+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:36.544+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:36.544+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:36.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:42.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:42.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:42.115+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:55:42.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:42.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:42.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:42.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:44.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:44.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:44.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:44.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:44.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:44.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:45.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:45.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:45.186+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:45.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:45.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:45.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:45.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:45.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:45.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:45.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:45.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:45.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:45.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:45.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:45.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:45.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:45.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:45.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:46.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:46.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:46.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:46.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:46.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:46.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:47.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:47.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:47.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:47.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:47.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:47.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:47.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:47.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:47.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:47.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:47.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:47.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:49.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:49.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:49.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:49.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:49.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:49.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:50.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:50.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:50.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:50.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:50.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:50.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:50.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:50.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:50.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:50.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:50.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:50.473+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:50.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:50.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:50.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:50.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:50.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:50.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:51.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:51.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:51.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:51.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:51.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:51.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:52.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:52.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:52.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:52.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:52.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:52.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:53.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:53.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:53.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:53.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:53.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:53.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:54.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:54.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:54.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:54.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:54.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:54.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:56.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:56.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:57.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:57.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:57.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:57.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:58.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:58.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:58.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:58.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:58.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:58.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:55:59.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:55:59.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:55:59.196+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:55:59.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:55:59.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:55:59.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:55:59.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:00.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:00.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:00.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:00.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:00.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:00.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:01.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:01.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:01.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:01.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:01.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:01.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:01.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:01.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:01.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:01.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:01.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:01.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:02.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:02.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:02.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:02.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:02.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:02.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:03.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:03.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:03.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:03.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:03.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:03.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:04.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:04.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:04.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:04.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:04.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:04.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:04.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:04.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:04.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:04.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:04.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:04.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:06.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:06.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:06.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:06.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:06.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:06.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:06.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:06.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:06.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:06.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:06.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:06.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:07.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:07.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:07.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:07.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:07.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:07.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:08.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:08.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:08.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:08.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:08.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:08.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:08.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:08.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:08.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:08.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:08.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:08.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:11.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:11.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:11.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:11.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:11.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:11.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:13.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:13.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:13.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:13.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:13.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:13.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:13.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:13.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:14.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:14.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:14.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:14.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:14.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:14.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:14.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:14.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:14.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:14.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:15.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:15.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:15.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:15.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:15.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:15.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:16.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:16.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:16.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:16.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:16.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:16.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:17.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:17.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:17.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:17.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:17.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:17.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:18.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:18.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:18.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:18.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:18.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:18.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:18.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:18.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:18.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:18.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:18.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:18.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:18.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:18.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:18.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:18.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:18.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:18.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:20.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:20.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:20.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:20.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:20.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:20.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:21.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:21.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:21.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:21.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:21.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:21.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:22.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:22.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:22.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:22.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:22.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:22.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:23.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:23.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:23.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:23.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:23.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:23.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:23.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:23.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:23.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:23.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:23.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:23.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:27.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:27.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:28.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:28.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:28.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:28.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:28.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:28.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:28.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:28.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:28.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:28.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:29.130+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:29.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:29.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:29.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:29.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:29.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:31.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:31.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:31.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:31.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:31.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:31.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:31.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:31.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:31.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:31.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:31.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:31.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:32.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:32.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:32.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:32.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:32.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:32.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:32.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:32.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:33.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:33.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:33.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:33.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:33.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:33.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:33.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:33.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:33.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:33.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:33.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:33.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:34.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:34.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:34.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:34.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:36.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:36.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:36.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:36.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:36.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:36.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:37.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:37.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:37.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:37.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:37.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:37.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:37.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:37.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:37.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:37.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:37.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:37.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:37.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:37.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:37.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:37.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:37.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:37.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:38.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:38.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:38.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:38.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:38.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:38.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:38.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:38.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:38.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:38.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:38.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:38.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:42.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:42.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:42.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:42.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:42.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:42.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:42.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:42.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:42.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:42.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:42.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:42.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:43.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:43.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:43.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:43.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:43.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:43.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:45.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:45.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:45.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:45.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:45.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:45.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:46.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:46.603+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:46.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:46.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:46.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:46.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:47.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:47.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:47.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:47.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:47.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:47.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:48.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:48.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:48.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:48.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:48.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:48.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:48.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:48.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:48.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:48.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:48.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:48.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:50.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:50.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:50.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:50.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:50.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:50.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:50.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:50.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:50.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:50.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:50.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:50.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:51.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:51.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:51.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:51.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:51.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:51.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:52.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:52.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:52.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:52.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:52.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:52.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:53.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:53.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:53.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:53.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:53.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:53.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:53.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:53.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:53.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:53.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:53.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:53.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:54.113+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:54.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:54.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:54.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:54.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:54.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:55.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:55.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:55.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:55.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:55.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:55.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:55.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:55.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:55.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:55.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:55.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:55.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:57.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:57.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:57.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:57.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:57.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:57.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:58.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:58.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:58.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:58.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:58.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:58.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:56:59.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:56:59.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:56:59.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:56:59.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:56:59.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:56:59.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:00.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:00.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:00.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:00.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:00.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:00.515+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:01.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:01.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:02.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:02.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:02.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:02.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:02.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:02.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:03.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:03.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:03.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:03.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:03.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:03.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:03.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:03.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:03.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:03.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:05.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:05.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:05.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:05.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:05.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:05.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:05.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:05.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:05.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:05.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:05.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:05.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:07.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:07.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:07.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:07.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:07.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:07.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:07.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:07.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:07.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:07.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:07.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:07.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:07.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:07.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:07.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:07.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:07.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:07.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:08.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:08.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:08.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:08.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:08.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:08.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:08.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:08.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:08.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:08.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:08.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:08.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:10.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:10.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:10.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:10.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:10.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:10.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:12.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:12.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:12.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:12.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:12.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:12.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:13.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:13.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:13.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:13.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:13.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:13.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:13.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:13.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:13.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:13.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:13.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:13.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:15.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:15.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:15.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:15.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:15.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:15.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:15.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:15.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:15.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:15.664+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:15.664+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:15.664+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:15.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:15.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:15.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:15.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:15.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:15.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:18.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:18.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:18.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:18.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:18.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:18.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:19.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:19.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:19.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:19.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:19.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:19.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:20.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:20.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:20.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:20.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:20.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:20.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:21.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:21.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:21.078+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:57:21.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:21.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:21.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:21.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:21.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:21.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:21.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:21.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:21.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:21.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:22.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:22.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:22.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:22.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:22.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:22.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:23.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:23.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:23.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:23.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:23.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:23.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:24.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:24.363+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:24.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:24.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:24.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:24.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:26.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:26.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:26.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:26.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:26.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:26.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:26.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:26.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:26.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:26.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:26.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:26.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:27.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:27.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:27.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:27.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:27.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:27.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:28.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:28.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:28.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:28.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:28.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:28.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:29.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:29.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:29.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:29.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:29.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:29.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:32.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:32.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:32.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:32.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:32.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:32.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:33.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:33.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:33.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:33.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:33.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:33.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:34.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:34.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:34.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:34.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:34.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:34.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:35.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:35.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:35.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:35.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:35.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:35.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:35.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:35.170+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:35.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:35.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:35.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:35.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:36.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:36.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:36.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:36.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:36.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:36.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:37.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:37.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:37.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:37.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:37.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:37.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:38.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:38.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:38.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:38.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:38.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:38.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:39.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:39.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:39.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:39.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:39.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:39.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:39.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:39.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:40.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:40.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:40.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:40.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:40.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:40.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:40.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:40.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:40.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:40.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:42.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:42.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:42.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:42.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:42.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:42.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:42.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:42.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:42.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:42.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:42.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:42.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:42.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:42.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:42.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:42.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:42.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:42.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:43.506+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:57:47.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:47.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:47.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:47.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:47.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:47.550+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:47.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:47.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:47.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:47.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:47.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:47.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:48.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:48.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:49.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:49.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:49.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:49.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:50.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:50.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:50.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:50.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:50.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:50.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:51.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:51.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:51.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:51.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:51.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:51.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:51.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:51.726+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:51.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:51.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:51.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:51.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:52.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:52.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:52.677+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:57:52.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:52.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:52.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:52.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:53.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:53.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:53.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:53.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:53.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:53.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:55.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:55.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:55.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:55.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:55.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:55.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:56.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:56.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:56.609+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:57:56.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:56.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:56.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:56.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:56.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:56.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:57.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:57.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:57.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:57.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:57.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:57.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:57.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:57.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:57.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:57.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:58.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:58.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:58.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:58.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:58.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:58.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:57:58.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:57:58.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:57:58.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:57:58.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:57:58.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:57:58.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:00.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:00.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:00.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:00.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:00.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:00.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:01.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:01.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:01.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:01.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:01.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:01.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:03.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:03.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:03.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:03.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:03.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:03.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:04.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:04.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:04.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:04.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:04.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:04.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:04.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:04.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:04.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:04.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:04.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:04.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:05.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:05.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:05.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:05.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:05.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:05.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:06.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:06.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:06.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:06.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:06.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:06.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:07.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:07.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:07.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:07.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:07.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:07.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:08.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:08.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:08.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:08.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:08.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:08.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:09.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:09.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:09.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:09.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:09.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:09.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:10.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:10.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:10.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:10.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:10.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:10.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:11.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:11.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:11.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:11.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:11.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:11.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:12.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:12.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:12.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:12.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:12.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:12.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:12.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:12.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:12.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:12.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:12.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:12.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:13.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:13.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:13.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:13.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:13.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:13.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:13.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:13.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:13.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:13.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:13.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:13.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:16.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:16.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:16.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:16.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:16.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:16.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:17.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:17.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:17.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:17.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:17.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:17.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:17.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:17.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:17.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:17.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:17.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:17.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:18.695+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:18.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:18.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:18.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:18.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:18.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:19.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:19.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:19.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:19.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:19.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:19.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:19.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:19.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:19.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:19.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:19.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:19.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:21.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:21.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:21.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:21.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:21.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:21.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:22.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:22.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:22.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:22.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:22.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:22.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:24.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:24.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:24.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:24.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:24.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:24.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:24.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:24.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:24.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:24.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:24.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:24.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:25.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:25.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:25.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:25.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:25.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:25.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:26.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:26.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:26.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:26.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:26.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:26.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:29.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:29.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:29.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:29.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:29.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:29.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:30.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:30.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:30.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:30.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:30.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:30.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:32.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:32.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:32.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:32.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:32.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:32.596+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:33.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:33.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:33.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:33.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:33.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:33.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:34.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:34.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:34.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:34.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:34.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:34.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:34.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:34.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:34.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:34.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:34.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:34.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:36.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:36.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:36.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:36.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:36.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:36.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:37.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:37.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:38.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:38.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:38.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:38.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:38.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:38.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:38.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:38.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:38.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:38.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:38.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:38.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:38.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:38.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:38.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:38.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:39.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:39.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:39.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:39.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:39.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:39.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:40.130+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:40.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:40.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:40.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:40.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:40.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:41.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:41.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:41.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:41.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:41.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:41.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:42.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:42.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:42.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:42.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:42.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:42.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:43.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:43.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:43.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:43.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:43.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:43.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:43.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:43.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:44.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:44.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:44.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:44.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:44.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:44.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:44.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:44.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:44.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:44.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:45.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:45.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:45.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:45.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:45.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:45.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:46.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:46.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:46.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:46.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:46.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:46.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:48.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:48.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:48.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:48.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:48.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:48.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:48.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:48.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:48.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:48.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:48.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:48.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:49.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:49.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:49.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:49.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:49.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:49.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:50.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:50.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:50.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:50.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:50.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:50.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:51.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:51.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:51.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:51.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:51.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:51.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:52.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:52.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:52.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:52.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:52.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:52.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:53.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:53.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:53.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:53.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:53.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:53.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:55.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:55.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:55.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:55.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:55.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:55.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:56.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:56.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:56.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:56.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:56.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:56.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:57.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:57.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:57.981+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:58:57.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:57.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:57.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:57.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:58:59.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:58:59.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:58:59.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:58:59.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:58:59.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:58:59.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:00.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:00.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:00.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:00.288+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:00.288+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:00.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:00.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:00.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:00.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:00.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:00.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:00.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:02.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:02.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:02.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:02.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:02.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:02.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:02.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:02.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:02.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:02.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:02.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:02.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:03.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:03.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:03.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:03.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:03.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:03.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:05.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:05.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:05.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:05.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:05.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:05.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:06.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:06.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:06.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:06.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:06.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:06.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:07.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:07.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:07.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:07.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:07.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:07.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:07.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:07.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:07.905+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:59:07.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:07.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:07.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:07.921+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:08.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:08.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:08.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:08.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:08.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:08.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:10.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:10.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:10.821+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:10.821+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:10.821+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:10.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:11.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:11.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:11.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:11.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:11.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:11.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:12.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:12.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:12.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:12.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:12.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:12.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:13.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:13.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:13.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:13.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:13.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:13.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:13.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:13.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:13.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:13.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:13.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:13.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:13.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:13.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:13.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:13.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:13.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:13.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:14.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:15.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:15.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:15.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:15.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:15.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:15.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:15.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:15.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:15.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:15.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:15.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:15.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:15.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:16.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:16.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:16.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:16.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:17.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:17.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:17.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:17.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:17.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:17.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:19.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:19.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:19.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:19.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:19.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:19.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:20.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:20.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:20.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:20.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:20.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:20.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:20.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:20.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:20.487+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:59:20.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:20.488+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:20.488+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:20.488+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:20.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:20.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:20.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:20.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:20.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:20.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:22.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:22.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:22.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:22.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:22.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:22.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:24.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:24.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:24.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:24.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:24.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:24.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:25.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:25.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:25.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:25.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:25.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:25.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:26.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:26.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:26.053+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T17:59:26.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:26.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:26.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:26.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:27.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:27.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:27.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:27.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:27.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:27.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:27.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:27.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:27.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:27.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:27.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:27.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:27.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:27.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:27.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:27.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:27.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:27.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:29.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:29.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:29.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:29.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:29.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:29.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:30.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:30.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:30.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:30.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:30.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:30.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:31.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:31.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:31.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:31.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:31.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:31.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:32.603+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:32.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:32.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:32.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:32.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:32.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:33.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:33.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:33.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:33.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:33.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:33.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:34.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:34.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:34.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:34.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:34.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:34.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:35.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:35.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:35.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:35.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:35.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:35.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:36.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:36.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:36.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:36.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:36.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:36.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:39.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:39.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:39.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:39.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:39.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:39.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:40.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:40.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:40.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:40.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:40.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:40.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:40.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:40.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:40.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:40.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:40.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:40.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:42.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:42.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:42.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:42.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:42.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:42.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:42.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:42.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:42.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:42.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:42.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:42.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:43.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:43.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:43.066+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:43.066+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:43.066+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:43.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:43.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:43.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:43.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:43.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:43.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:43.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:43.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:43.980+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:44.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:44.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:44.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:44.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:44.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:44.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:44.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:44.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:44.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:44.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:45.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:45.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:45.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:45.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:45.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:45.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:47.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:47.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:47.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:47.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:47.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:47.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:48.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:48.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:48.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:48.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:48.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:48.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:48.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:48.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:48.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:48.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:48.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:48.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:48.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:48.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:49.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:49.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:49.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:49.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:49.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:49.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:49.329+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:49.329+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:49.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:49.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:49.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:49.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:49.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:49.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:49.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:49.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:52.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:52.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:53.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:53.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:53.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:53.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:54.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:54.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:54.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:54.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:54.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:54.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:55.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:55.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:55.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:55.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:55.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:55.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:55.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:55.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:55.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:55.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:55.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:55.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:56.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:56.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:56.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:56.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:56.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:56.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:56.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:56.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:56.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:56.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:56.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:56.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:57.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:57.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:58.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:58.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:58.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:58.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:58.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:58.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:58.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:58.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:58.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:58.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T17:59:58.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T17:59:58.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T17:59:58.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T17:59:58.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T17:59:58.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T17:59:58.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:01.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:01.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:01.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:01.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:01.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:01.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:02.275+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:02.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:02.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:02.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:02.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:02.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:02.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:02.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:02.856+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:00:02.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:02.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:02.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:02.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:03.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:03.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:03.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:03.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:03.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:03.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:03.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:03.845+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:03.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:03.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:03.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:03.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:03.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:03.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:03.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:03.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:03.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:03.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:06.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:06.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:06.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:06.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:06.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:06.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:08.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:08.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:08.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:08.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:08.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:08.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:09.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:09.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:09.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:09.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:09.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:09.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:10.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:10.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:10.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:10.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:10.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:10.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:10.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:10.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:11.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:11.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:11.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:11.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:11.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:11.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:11.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:11.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:11.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:11.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:11.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:11.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:12.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:12.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:12.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:12.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:12.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:12.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:12.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:12.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:12.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:12.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:13.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:13.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:13.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:13.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:13.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:13.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:15.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:15.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:15.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:15.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:15.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:15.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:16.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:16.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:16.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:16.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:16.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:16.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:16.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:16.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:16.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:16.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:16.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:16.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:17.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:17.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:18.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:18.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:18.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:18.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:18.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:18.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:18.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:18.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:18.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:18.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:19.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:19.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:19.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:19.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:19.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:19.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:20.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:20.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:20.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:20.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:20.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:20.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:23.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:23.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:23.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:23.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:23.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:23.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:25.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:25.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:25.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:25.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:25.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:25.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:25.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:25.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:25.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:25.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:25.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:25.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:26.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:26.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:26.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:26.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:26.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:26.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:27.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:27.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:28.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:28.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:28.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:28.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:28.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:28.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:28.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:28.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:28.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:28.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:28.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:28.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:28.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:28.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:28.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:28.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:30.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:30.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:30.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:30.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:30.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:30.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:32.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:32.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:32.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:32.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:32.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:32.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:33.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:33.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:33.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:33.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:33.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:33.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:33.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:33.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:33.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:33.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:33.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:33.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:33.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:33.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:33.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:33.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:33.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:33.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:33.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:33.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:34.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:34.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:34.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:34.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:34.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:34.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:34.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:34.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:34.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:34.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:35.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:35.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:35.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:35.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:35.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:35.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:38.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:38.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:38.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:38.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:38.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:38.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:38.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:38.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:38.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:38.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:38.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:38.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:40.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:40.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:40.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:40.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:40.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:40.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:42.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:42.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:42.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:42.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:42.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:42.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:42.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:42.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:42.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:42.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:42.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:42.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:43.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:43.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:43.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:43.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:43.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:43.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:44.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:44.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:44.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:44.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:44.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:44.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:45.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:45.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:45.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:45.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:45.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:45.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:47.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:47.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:47.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:47.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:47.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:47.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:47.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:47.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:48.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:48.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:48.052+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:48.052+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:48.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:48.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:48.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:48.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:48.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:48.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:48.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:48.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:48.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:48.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:48.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:48.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:49.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:49.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:49.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:49.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:49.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:49.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:49.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:49.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:49.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:49.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:49.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:49.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:50.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:50.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:50.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:50.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:50.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:50.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:50.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:50.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:50.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:50.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:50.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:50.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:53.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:53.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:53.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:53.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:53.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:53.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:54.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:54.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:54.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:54.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:54.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:54.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:55.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:55.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:55.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:55.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:55.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:55.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:55.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:55.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:55.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:55.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:55.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:55.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:57.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:57.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:57.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:57.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:57.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:57.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:57.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:57.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:57.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:57.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:57.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:57.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:00:58.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:00:58.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:00:58.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:00:58.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:00:58.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:00:58.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:00.561+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:00.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:00.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:00.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:00.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:00.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:01.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:01.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:01.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:01.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:01.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:01.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:02.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:02.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:02.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:02.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:02.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:02.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:02.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:02.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:02.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:02.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:02.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:02.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:03.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:03.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:03.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:03.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:03.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:03.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:03.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:03.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:03.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:03.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:03.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:03.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:03.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:03.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:03.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:03.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:03.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:03.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:05.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:05.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:05.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:05.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:05.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:05.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:05.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:05.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:05.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:05.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:05.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:05.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:07.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:07.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:07.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:07.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:07.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:07.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:09.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:09.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:09.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:09.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:09.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:09.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:11.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:11.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:11.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:11.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:11.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:11.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:13.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:13.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:13.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:13.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:13.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:13.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:14.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:14.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:14.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:14.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:14.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:14.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:15.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:15.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:15.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:15.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:15.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:15.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:15.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:15.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:15.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:15.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:15.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:15.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:15.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:15.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:15.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:15.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:15.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:15.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:16.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:16.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:16.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:16.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:16.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:16.271+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:18.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:18.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:18.867+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:01:18.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:18.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:18.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:18.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:20.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:20.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:20.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:20.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:20.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:20.271+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:20.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:20.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:20.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:20.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:20.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:20.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:20.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:20.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:20.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:20.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:20.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:20.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:21.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:21.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:21.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:21.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:21.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:21.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:21.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:21.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:21.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:21.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:21.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:21.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:24.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:24.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:24.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:24.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:24.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:24.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:25.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:25.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:25.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:25.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:25.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:25.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:26.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:26.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:26.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:26.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:26.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:26.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:29.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:29.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:30.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:30.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:30.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:30.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:31.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:31.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:31.683+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:31.683+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:31.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:31.684+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:33.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:33.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:33.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:33.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:33.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:33.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:34.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:34.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:34.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:34.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:34.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:34.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:35.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:35.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:35.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:35.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:35.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:35.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:35.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:35.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:35.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:35.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:35.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:35.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:36.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:36.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:36.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:36.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:36.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:36.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:36.521+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:36.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:36.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:36.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:36.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:36.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:36.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:36.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:36.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:36.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:36.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:36.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:38.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:38.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:38.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:38.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:38.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:38.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:39.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:39.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:39.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:39.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:39.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:39.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:39.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:39.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:39.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:39.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:39.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:39.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:40.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:40.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:40.683+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:40.683+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:40.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:40.683+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:41.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:41.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:41.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:41.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:41.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:41.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:41.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:41.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:41.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:41.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:41.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:41.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:43.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:43.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:43.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:43.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:43.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:43.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:44.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:44.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:44.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:44.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:44.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:44.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:44.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:44.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:44.575+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:44.575+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:44.575+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:44.575+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:48.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:48.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:48.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:48.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:48.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:48.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:48.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:48.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:49.049+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:49.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:49.049+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:49.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:49.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:49.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:49.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:49.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:49.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:49.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:49.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:49.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:49.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:49.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:49.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:49.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:51.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:51.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:51.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:51.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:51.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:51.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:51.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:51.765+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:51.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:51.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:51.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:51.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:53.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:53.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:53.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:53.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:53.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:53.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:53.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:53.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:53.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:53.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:53.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:53.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:54.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:54.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:54.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:54.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:54.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:54.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:55.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:55.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:55.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:55.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:55.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:55.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:56.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:56.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:56.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:56.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:56.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:56.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:57.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:57.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:57.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:57.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:57.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:57.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:57.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:57.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:57.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:57.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:57.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:57.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:58.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:58.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:58.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:58.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:58.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:58.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:01:58.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:01:58.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:01:59.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:01:59.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:01:59.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:01:59.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:00.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:00.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:00.658+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:00.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:00.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:00.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:02.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:02.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:02.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:02.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:02.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:02.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:03.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:03.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:03.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:03.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:03.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:03.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:04.072+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:04.072+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:04.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:04.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:04.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:04.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:04.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:04.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:04.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:04.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:04.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:04.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:04.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:04.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:04.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:04.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:04.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:04.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:05.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:05.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:05.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:05.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:05.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:05.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:06.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:06.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:06.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:06.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:06.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:06.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:06.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:06.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:06.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:06.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:06.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:06.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:07.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:07.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:07.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:07.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:07.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:07.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:09.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:09.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:09.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:09.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:09.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:09.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:09.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:09.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:09.781+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:09.781+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:09.781+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:09.781+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:12.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:12.032+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:12.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:12.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:12.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:12.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:12.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:12.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:12.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:12.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:12.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:12.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:12.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:12.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:13.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:13.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:13.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:13.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:15.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:15.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:15.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:15.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:15.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:15.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:15.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:15.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:15.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:15.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:15.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:15.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:17.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:17.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:17.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:17.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:17.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:17.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:18.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:18.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:18.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:18.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:18.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:18.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:19.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:19.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:19.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:19.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:19.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:19.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:19.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:19.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:19.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:19.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:19.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:19.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:20.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:20.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:20.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:20.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:20.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:20.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:21.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:21.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:21.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:21.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:21.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:21.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:22.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:22.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:22.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:22.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:22.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:22.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:22.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:22.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:22.898+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:22.898+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:22.898+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:22.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:24.259+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:24.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:24.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:24.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:24.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:24.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:24.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:24.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:25.011+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:02:25.024+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:25.024+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:25.024+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:25.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:26.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:26.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:26.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:26.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:26.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:26.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:28.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:28.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:28.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:28.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:28.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:28.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:30.113+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:30.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:30.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:30.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:30.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:30.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:30.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:30.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:30.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:30.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:30.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:30.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:30.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:30.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:31.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:31.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:31.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:31.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:32.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:32.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:32.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:32.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:32.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:32.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:34.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:34.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:34.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:34.336+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:34.336+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:34.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:34.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:34.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:34.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:34.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:34.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:34.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:35.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:35.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:35.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:35.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:35.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:35.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:35.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:35.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:35.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:35.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:35.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:35.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:36.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:36.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:36.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:36.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:36.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:36.226+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:37.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:37.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:37.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:37.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:37.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:37.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:37.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:37.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:37.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:37.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:37.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:37.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:38.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:38.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:38.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:38.288+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:38.288+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:38.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:39.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:39.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:39.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:39.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:39.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:39.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:40.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:40.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:40.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:40.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:40.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:40.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:40.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:40.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:40.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:40.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:40.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:40.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:42.243+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:42.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:42.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:42.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:42.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:42.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:42.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:42.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:42.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:42.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:42.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:42.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:43.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:43.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:43.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:43.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:43.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:43.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:43.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:43.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:44.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:44.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:44.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:44.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:45.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:45.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:45.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:45.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:45.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:45.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:47.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:47.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:47.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:47.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:47.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:47.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:47.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:47.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:47.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:47.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:47.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:47.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:48.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:48.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:48.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:48.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:48.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:48.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:49.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:49.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:49.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:49.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:49.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:49.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:51.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:51.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:51.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:51.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:51.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:51.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:51.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:51.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:51.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:51.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:51.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:51.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:52.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:52.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:52.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:52.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:52.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:52.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:52.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:52.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:52.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:52.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:52.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:52.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:54.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:54.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:54.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:54.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:54.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:54.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:55.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:55.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:56.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:56.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:56.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:56.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:56.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:56.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:56.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:56.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:56.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:56.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:57.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:57.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:58.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:58.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:58.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:58.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:58.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:58.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:58.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:58.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:58.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:58.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:59.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:59.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:59.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:59.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:59.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:59.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:59.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:59.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:59.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:59.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:59.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:59.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:02:59.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:02:59.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:02:59.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:02:59.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:02:59.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:02:59.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:01.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:01.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:01.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:01.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:01.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:01.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:02.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:02.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:02.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:02.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:02.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:02.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:04.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:04.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:04.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:04.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:04.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:04.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:04.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:04.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:04.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:04.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:04.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:04.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:05.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:05.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:05.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:05.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:05.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:05.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:05.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:05.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:05.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:05.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:05.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:05.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:08.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:08.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:08.237+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:03:08.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:08.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:08.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:08.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:10.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:10.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:10.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:10.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:10.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:10.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:11.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:11.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:11.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:11.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:11.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:11.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:11.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:11.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:11.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:11.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:11.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:11.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:12.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:12.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:12.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:12.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:12.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:12.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:13.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:13.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:13.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:13.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:13.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:13.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:14.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:14.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:14.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:14.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:14.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:14.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:15.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:15.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:15.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:15.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:15.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:15.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:15.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:15.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:15.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:15.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:15.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:15.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:16.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:16.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:16.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:16.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:16.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:16.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:16.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:16.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:16.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:16.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:16.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:16.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:17.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:17.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:17.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:17.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:17.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:17.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:19.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:19.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:19.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:19.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:19.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:19.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:20.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:20.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:20.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:20.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:20.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:20.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:21.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:21.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:21.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:21.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:21.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:21.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:21.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:21.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:22.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:22.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:22.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:22.083+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:24.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:24.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:24.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:24.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:24.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:24.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:24.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:24.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:24.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:24.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:24.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:24.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:27.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:27.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:27.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:27.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:27.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:27.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:29.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:29.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:29.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:29.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:29.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:29.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:29.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:29.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:29.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:29.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:29.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:29.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:29.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:29.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:29.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:29.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:29.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:29.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:29.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:29.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:29.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:29.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:29.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:29.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:30.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:30.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:30.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:30.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:30.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:30.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:31.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:31.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:31.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:31.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:31.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:31.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:32.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:32.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:32.721+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:32.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:32.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:32.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:32.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:32.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:32.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:32.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:32.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:32.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:34.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:34.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:34.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:34.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:34.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:34.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:34.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:34.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:34.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:34.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:34.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:34.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:34.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:34.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:35.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:35.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:35.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:35.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:35.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:35.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:35.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:35.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:35.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:35.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:36.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:36.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:36.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:36.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:36.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:36.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:36.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:36.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:36.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:36.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:36.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:36.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:37.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:37.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:37.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:37.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:37.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:37.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:40.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:40.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:40.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:40.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:40.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:40.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:42.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:42.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:42.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:42.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:42.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:42.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:43.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:43.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:43.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:43.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:43.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:43.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:43.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:43.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:44.039+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:03:44.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:44.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:44.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:44.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:45.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:45.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:45.384+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:03:45.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:45.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:45.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:45.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:45.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:45.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:45.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:45.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:45.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:45.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:46.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:46.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:46.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:46.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:46.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:46.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:48.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:48.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:48.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:48.488+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:48.488+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:48.488+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:49.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:49.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:49.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:49.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:49.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:49.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:49.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:49.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:49.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:49.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:49.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:49.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:49.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:49.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:49.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:49.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:49.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:49.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:50.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:50.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:50.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:50.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:50.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:50.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:50.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:50.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:50.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:50.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:50.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:50.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:52.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:52.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:52.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:52.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:52.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:52.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:52.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:52.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:52.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:52.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:52.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:52.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:54.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:54.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:54.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:54.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:54.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:54.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:55.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:55.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:55.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:55.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:55.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:55.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:57.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:57.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:57.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:57.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:57.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:57.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:58.385+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:03:58.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:58.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:58.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:58.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:58.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:58.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:59.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:59.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:59.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:59.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:59.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:59.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:03:59.651+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:03:59.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:03:59.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:03:59.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:03:59.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:03:59.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:00.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:00.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:00.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:00.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:00.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:00.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:00.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:00.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:00.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:00.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:00.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:00.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:02.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:02.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:02.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:02.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:02.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:02.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:02.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:02.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:02.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:02.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:02.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:02.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:03.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:03.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:03.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:03.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:03.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:03.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:04.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:04.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:04.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:04.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:04.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:04.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:04.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:04.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:04.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:04.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:04.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:04.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:05.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:05.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:05.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:05.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:05.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:05.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:05.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:05.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:05.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:05.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:05.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:05.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:07.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:07.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:07.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:07.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:07.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:07.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:08.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:08.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:08.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:08.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:08.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:08.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:10.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:10.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:10.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:10.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:10.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:10.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:10.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:10.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:11.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:11.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:11.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:11.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:12.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:12.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:12.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:12.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:12.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:12.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:12.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:12.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:12.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:12.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:12.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:12.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:12.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:12.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:12.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:12.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:12.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:12.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:13.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:13.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:13.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:13.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:13.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:13.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:14.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:14.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:14.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:14.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:14.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:14.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:15.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:15.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:15.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:15.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:15.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:15.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:15.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:15.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:15.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:15.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:15.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:15.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:17.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:17.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:17.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:17.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:17.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:17.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:17.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:17.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:17.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:17.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:17.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:17.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:17.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:17.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:17.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:17.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:17.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:17.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:18.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:18.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:18.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:18.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:18.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:18.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:18.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:18.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:18.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:18.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:18.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:18.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:20.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:20.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:20.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:20.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:20.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:20.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:21.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:21.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:21.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:21.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:21.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:21.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:21.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:21.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:21.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:21.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:21.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:21.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:23.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:23.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:23.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:23.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:23.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:23.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:24.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:24.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:24.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:24.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:24.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:24.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:26.676+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:04:26.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:26.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:26.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:26.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:26.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:26.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:27.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:27.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:27.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:27.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:27.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:27.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:27.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:27.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:27.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:27.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:27.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:27.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:28.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:28.243+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:28.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:28.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:28.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:28.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:29.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:29.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:29.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:29.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:29.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:29.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:30.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:30.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:30.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:30.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:30.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:30.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:31.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:31.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:31.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:31.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:31.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:31.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:31.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:31.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:31.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:31.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:31.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:31.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:32.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:32.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:32.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:32.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:32.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:32.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:33.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:33.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:33.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:33.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:33.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:33.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:34.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:34.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:34.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:34.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:34.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:34.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:35.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:35.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:35.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:35.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:35.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:35.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:36.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:36.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:36.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:36.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:36.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:36.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:38.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:38.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:38.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:38.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:38.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:38.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:40.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:40.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:40.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:40.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:40.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:40.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:40.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:40.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:40.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:40.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:40.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:40.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:40.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:40.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:40.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:40.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:40.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:40.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:41.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:41.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:41.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:41.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:41.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:41.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:43.113+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:43.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:43.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:43.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:43.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:43.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:43.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:43.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:43.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:43.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:43.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:43.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:44.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:44.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:44.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:44.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:44.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:44.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:45.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:45.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:45.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:45.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:45.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:45.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:46.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:46.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:46.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:46.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:46.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:46.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:48.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:48.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:48.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:48.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:48.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:48.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:48.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:48.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:48.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:48.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:48.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:48.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:48.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:48.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:48.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:48.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:48.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:48.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:48.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:48.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:48.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:48.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:48.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:48.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:50.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:50.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:50.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:50.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:50.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:50.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:50.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:50.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:50.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:50.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:50.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:50.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:53.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:53.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:53.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:53.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:53.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:53.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:53.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:53.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:53.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:53.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:53.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:53.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:54.208+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:54.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:54.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:54.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:54.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:54.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:55.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:55.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:55.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:55.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:55.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:55.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:55.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:55.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:55.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:55.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:55.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:55.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:56.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:56.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:56.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:56.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:56.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:56.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:57.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:57.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:57.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:57.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:57.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:57.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:57.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:57.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:57.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:57.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:57.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:57.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:04:58.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:04:58.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:04:58.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:04:58.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:04:58.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:04:58.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:00.750+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:00.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:00.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:00.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:00.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:00.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:00.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:00.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:00.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:00.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:00.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:00.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:01.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:01.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:01.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:01.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:01.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:01.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:02.541+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:05:02.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:02.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:02.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:02.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:02.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:02.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:02.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:02.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:02.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:02.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:02.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:02.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:05.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:05.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:05.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:05.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:05.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:05.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:06.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:06.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:06.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:06.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:06.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:06.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:07.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:07.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:07.843+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:05:07.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:07.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:07.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:07.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:08.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:08.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:08.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:08.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:08.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:08.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:09.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:09.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:09.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:09.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:09.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:09.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:10.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:10.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:10.636+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:10.636+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:10.636+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:10.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:10.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:10.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:10.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:10.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:10.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:10.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:11.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:11.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:11.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:11.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:11.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:11.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:13.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:13.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:13.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:13.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:13.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:13.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:13.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:13.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:13.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:13.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:13.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:13.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:15.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:15.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:15.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:15.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:15.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:15.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:15.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:15.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:15.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:15.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:15.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:15.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:16.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:16.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:16.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:16.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:16.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:16.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:16.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:16.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:16.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:16.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:16.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:16.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:16.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:16.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:16.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:16.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:16.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:16.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:18.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:18.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:18.970+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:05:18.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:18.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:18.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:18.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:19.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:19.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:19.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:19.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:19.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:19.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:21.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:21.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:21.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:21.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:21.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:21.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:22.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:22.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:22.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:22.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:22.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:22.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:24.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:24.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:24.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:24.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:24.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:24.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:24.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:24.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:24.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:24.469+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:24.469+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:24.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:24.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:24.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:25.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:25.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:25.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:25.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:25.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:25.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:25.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:25.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:25.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:25.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:27.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:27.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:27.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:27.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:27.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:27.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:29.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:29.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:29.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:29.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:29.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:29.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:30.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:30.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:30.285+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:30.285+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:30.285+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:30.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:30.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:30.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:30.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:30.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:30.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:30.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:31.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:31.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:31.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:31.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:31.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:31.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:31.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:31.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:31.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:31.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:31.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:31.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:32.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:32.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:32.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:32.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:32.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:32.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:33.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:33.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:33.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:33.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:33.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:33.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:34.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:34.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:34.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:34.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:34.351+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:34.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:36.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:36.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:36.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:36.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:36.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:36.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:36.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:36.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:36.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:36.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:36.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:36.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:37.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:37.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:37.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:37.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:37.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:37.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:38.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:38.646+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:38.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:38.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:38.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:38.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:39.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:39.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:39.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:39.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:39.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:39.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:40.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:40.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:40.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:40.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:40.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:40.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:41.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:41.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:41.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:41.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:41.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:41.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:41.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:41.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:41.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:41.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:41.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:41.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:44.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:44.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:45.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:45.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:45.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:45.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:46.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:46.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:46.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:46.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:46.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:46.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:47.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:47.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:47.247+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:05:47.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:47.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:47.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:47.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:48.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:48.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:48.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:48.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:48.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:48.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:49.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:49.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:49.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:49.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:49.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:49.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:49.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:49.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:50.000+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:50.000+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:50.000+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:50.000+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:52.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:52.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:52.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:52.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:52.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:52.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:54.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:54.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:55.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:55.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:55.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:55.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:55.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:55.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:55.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:55.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:55.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:55.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:57.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:57.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:57.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:57.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:57.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:57.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:58.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:58.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:58.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:58.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:58.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:58.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:58.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:58.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:58.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:58.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:58.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:58.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:05:58.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:05:58.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:05:58.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:05:58.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:05:58.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:05:58.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:00.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:00.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:00.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:00.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:00.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:00.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:02.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:02.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:02.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:02.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:02.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:02.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:03.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:03.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:03.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:03.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:03.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:03.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:03.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:03.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:03.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:03.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:03.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:03.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:03.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:03.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:03.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:03.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:03.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:03.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:03.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:03.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:03.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:03.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:03.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:03.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:04.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:04.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:04.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:04.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:04.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:04.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:05.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:05.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:05.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:05.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:05.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:05.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:07.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:07.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:07.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:07.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:07.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:07.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:08.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:08.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:08.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:08.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:08.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:08.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:09.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:09.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:09.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:09.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:09.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:09.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:10.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:10.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:10.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:10.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:10.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:10.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:10.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:10.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:10.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:10.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:10.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:10.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:10.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:10.881+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:10.912+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:10.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:10.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:10.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:11.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:11.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:11.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:11.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:11.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:11.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:13.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:13.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:13.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:13.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:13.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:13.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:14.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:14.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:14.844+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:06:14.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:14.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:14.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:14.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:15.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:15.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:15.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:15.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:15.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:15.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:16.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:16.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:16.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:16.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:16.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:16.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:16.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:16.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:16.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:16.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:16.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:16.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:18.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:18.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:18.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:18.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:18.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:18.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:20.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:20.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:20.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:20.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:20.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:20.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:20.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:20.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:20.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:20.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:20.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:20.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:21.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:21.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:21.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:21.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:21.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:21.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:22.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:22.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:22.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:22.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:22.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:22.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:22.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:22.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:22.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:22.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:22.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:22.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:23.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:23.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:23.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:23.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:23.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:23.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:23.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:23.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:23.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:23.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:23.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:23.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:25.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:25.987+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:26.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:26.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:26.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:26.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:27.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:27.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:27.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:27.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:27.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:27.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:28.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:28.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:28.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:28.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:28.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:28.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:28.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:28.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:28.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:28.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:28.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:28.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:28.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:28.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:28.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:28.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:28.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:28.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:29.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:29.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:29.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:29.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:29.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:29.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:30.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:30.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:30.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:30.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:30.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:30.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:31.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:31.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:31.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:31.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:31.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:31.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:33.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:33.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:33.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:33.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:33.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:33.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:34.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:34.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:34.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:34.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:34.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:34.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:35.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:35.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:35.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:35.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:35.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:35.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:35.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:35.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:35.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:35.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:35.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:35.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:35.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:35.604+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:35.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:35.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:35.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:35.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:36.629+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:36.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:36.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:36.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:36.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:36.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:37.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:37.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:37.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:37.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:37.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:37.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:38.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:38.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:38.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:38.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:38.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:38.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:40.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:40.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:40.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:40.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:40.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:40.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:40.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:40.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:40.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:40.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:40.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:40.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:41.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:41.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:41.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:41.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:41.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:41.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:41.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:41.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:42.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:42.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:42.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:42.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:42.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:42.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:42.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:42.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:42.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:42.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:43.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:43.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:43.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:43.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:43.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:43.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:43.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:43.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:43.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:43.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:43.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:43.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:46.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:46.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:46.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:46.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:46.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:46.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:48.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:48.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:48.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:48.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:48.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:48.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:48.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:48.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:48.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:48.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:48.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:48.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:49.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:49.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:49.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:49.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:49.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:49.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:49.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:49.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:49.496+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:49.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:49.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:49.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:50.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:50.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:50.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:50.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:50.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:50.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:52.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:52.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:52.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:52.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:52.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:52.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:53.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:53.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:53.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:53.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:53.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:53.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:53.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:53.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:53.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:53.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:53.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:53.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:54.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:54.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:54.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:54.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:54.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:54.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:54.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:54.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:54.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:54.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:54.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:54.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:55.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:55.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:55.553+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:06:55.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:55.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:55.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:55.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:57.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:57.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:57.247+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:06:57.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:57.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:57.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:57.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:06:58.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:06:58.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:06:58.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:06:58.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:06:58.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:06:58.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:00.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:00.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:00.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:00.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:00.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:00.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:00.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:00.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:01.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:01.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:01.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:01.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:02.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:02.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:02.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:02.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:02.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:02.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:02.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:02.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:02.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:02.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:02.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:02.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:03.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:03.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:03.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:03.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:03.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:03.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:05.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:05.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:05.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:05.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:05.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:05.454+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:06.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:06.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:06.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:06.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:06.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:06.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:07.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:07.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:07.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:07.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:07.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:07.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:07.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:07.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:07.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:07.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:07.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:07.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:09.008+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:09.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:09.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:09.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:09.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:09.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:09.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:09.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:09.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:09.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:09.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:09.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:10.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:10.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:10.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:10.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:10.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:10.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:11.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:11.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:11.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:11.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:11.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:11.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:11.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:11.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:11.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:11.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:11.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:11.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:12.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:12.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:12.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:12.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:12.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:12.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:12.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:12.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:12.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:12.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:12.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:12.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:14.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:14.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:14.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:14.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:14.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:14.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:14.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:14.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:14.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:14.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:14.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:14.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:16.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:16.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:16.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:16.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:16.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:16.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:16.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:16.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:16.828+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:16.828+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:16.828+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:16.828+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:18.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:18.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:18.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:18.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:18.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:18.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:19.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:19.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:19.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:19.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:19.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:19.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:20.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:20.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:20.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:20.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:20.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:20.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:21.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:21.726+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:21.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:21.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:21.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:21.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:22.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:22.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:22.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:22.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:22.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:22.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:23.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:23.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:23.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:23.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:23.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:23.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:24.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:24.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:24.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:24.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:24.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:24.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:24.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:24.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:24.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:24.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:24.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:24.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:25.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:25.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:25.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:25.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:25.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:25.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:26.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:26.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:26.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:26.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:26.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:26.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:27.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:27.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:27.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:27.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:27.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:27.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:28.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:28.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:28.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:28.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:28.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:28.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:29.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:29.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:29.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:29.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:29.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:29.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:30.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:30.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:30.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:30.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:30.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:30.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:31.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:31.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:31.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:31.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:31.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:31.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:32.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:32.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:32.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:32.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:32.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:32.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:33.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:33.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:34.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:34.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:34.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:34.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:34.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:34.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:34.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:34.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:34.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:34.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:35.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:35.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:35.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:35.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:35.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:35.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:36.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:36.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:36.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:36.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:36.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:36.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:36.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:36.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:36.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:36.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:36.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:36.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:36.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:36.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:36.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:36.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:36.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:36.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:38.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:38.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:38.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:38.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:38.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:38.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:39.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:39.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:39.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:39.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:39.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:39.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:40.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:40.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:40.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:40.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:40.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:40.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:41.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:41.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:41.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:41.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:41.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:41.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:41.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:41.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:41.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:41.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:41.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:41.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:41.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:41.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:41.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:41.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:41.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:41.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:43.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:43.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:43.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:43.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:43.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:43.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:44.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:44.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:44.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:44.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:44.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:44.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:45.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:45.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:45.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:45.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:45.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:45.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:46.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:46.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:46.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:46.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:46.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:46.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:47.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:47.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:47.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:47.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:47.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:47.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:47.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:47.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:47.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:47.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:47.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:47.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:48.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:48.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:48.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:48.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:48.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:48.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:49.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:49.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:49.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:49.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:49.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:49.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:49.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:49.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:49.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:49.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:49.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:49.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:52.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:52.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:52.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:52.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:52.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:52.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:52.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:52.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:52.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:52.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:52.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:52.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:53.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:53.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:53.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:53.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:53.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:53.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:53.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:53.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:53.649+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:07:53.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:53.661+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:53.661+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:53.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:54.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:54.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:54.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:54.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:54.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:54.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:55.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:55.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:55.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:55.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:55.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:55.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:56.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:56.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:56.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:56.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:56.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:56.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:58.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:58.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:58.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:58.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:58.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:58.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:58.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:58.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:58.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:58.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:58.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:58.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:07:59.321+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:07:59.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:07:59.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:07:59.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:07:59.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:07:59.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:00.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:00.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:00.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:00.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:00.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:00.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:01.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:01.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:01.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:01.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:01.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:01.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:01.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:01.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:01.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:01.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:01.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:01.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:03.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:03.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:03.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:03.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:03.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:03.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:04.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:04.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:04.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:04.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:04.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:04.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:05.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:05.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:05.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:05.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:05.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:05.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:05.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:05.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:06.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:06.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:06.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:06.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:06.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:06.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:06.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:06.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:06.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:06.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:07.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:07.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:07.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:07.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:07.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:07.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:08.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:08.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:08.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:08.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:08.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:08.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:08.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:08.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:08.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:08.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:08.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:08.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:09.720+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:08:09.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:09.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:09.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:09.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:09.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:09.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:10.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:10.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:10.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:10.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:10.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:10.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:12.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:12.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:12.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:12.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:12.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:12.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:13.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:13.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:13.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:13.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:13.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:13.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:13.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:13.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:13.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:13.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:13.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:13.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:14.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:14.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:14.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:14.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:14.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:14.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:14.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:14.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:14.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:14.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:14.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:14.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:16.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:16.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:16.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:16.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:16.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:16.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:16.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:16.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:16.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:16.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:16.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:16.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:19.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:19.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:19.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:19.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:19.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:19.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:19.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:19.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:19.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:19.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:19.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:19.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:21.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:21.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:21.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:21.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:21.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:21.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:21.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:21.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:21.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:21.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:21.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:21.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:21.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:21.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:21.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:21.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:21.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:21.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:22.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:22.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:22.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:22.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:22.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:22.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:22.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:22.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:22.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:22.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:22.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:22.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:23.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:23.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:23.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:23.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:23.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:23.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:26.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:26.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:26.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:26.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:26.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:26.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:26.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:26.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:26.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:26.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:26.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:26.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:27.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:27.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:27.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:27.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:27.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:27.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:27.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:27.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:27.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:27.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:27.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:27.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:28.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:28.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:28.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:28.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:28.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:28.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:28.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:28.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:28.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:28.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:28.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:28.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:30.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:30.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:30.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:30.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:30.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:30.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:30.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:30.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:30.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:30.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:30.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:30.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:32.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:32.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:32.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:32.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:32.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:32.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:32.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:32.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:32.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:32.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:32.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:32.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:33.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:33.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:33.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:33.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:33.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:33.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:34.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:34.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:34.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:34.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:34.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:34.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:35.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:35.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:35.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:35.454+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:35.454+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:35.454+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:36.008+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:36.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:36.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:36.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:36.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:36.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:36.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:36.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:36.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:36.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:36.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:36.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:37.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:37.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:37.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:37.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:37.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:37.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:37.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:37.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:37.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:37.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:37.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:37.801+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:39.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:39.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:39.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:39.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:39.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:39.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:40.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:40.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:40.075+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:40.075+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:40.075+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:40.075+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:41.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:41.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:41.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:41.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:41.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:41.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:41.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:41.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:41.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:41.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:41.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:41.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:42.007+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:42.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:42.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:42.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:42.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:42.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:42.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:42.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:42.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:42.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:42.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:42.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:43.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:43.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:43.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:43.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:43.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:43.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:45.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:45.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:45.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:45.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:45.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:45.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:45.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:45.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:45.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:45.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:45.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:45.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:46.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:46.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:46.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:46.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:46.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:46.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:47.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:47.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:47.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:47.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:47.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:47.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:47.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:47.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:47.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:47.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:47.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:47.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:48.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:48.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:48.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:48.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:48.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:48.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:49.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:49.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:49.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:49.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:49.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:49.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:49.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:49.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:49.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:49.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:49.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:49.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:50.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:50.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:50.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:50.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:50.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:50.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:51.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:51.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:51.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:51.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:51.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:51.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:52.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:52.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:52.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:52.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:52.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:52.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:54.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:54.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:55.080+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:55.080+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:55.080+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:55.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:55.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:55.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:55.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:55.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:55.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:55.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:56.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:56.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:56.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:56.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:56.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:56.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:56.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:56.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:56.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:56.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:56.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:56.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:57.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:57.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:57.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:57.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:57.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:57.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:08:58.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:08:58.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:08:58.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:08:58.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:08:58.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:08:58.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:00.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:00.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:00.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:00.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:00.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:00.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:00.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:00.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:00.848+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:00.848+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:00.848+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:00.848+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:01.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:01.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:01.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:01.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:01.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:01.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:01.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:01.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:01.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:01.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:01.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:01.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:01.940+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:01.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:01.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:01.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:01.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:01.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:03.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:03.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:03.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:03.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:03.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:03.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:03.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:03.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:03.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:03.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:03.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:03.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:03.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:03.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:03.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:03.882+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:03.882+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:03.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:05.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:05.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:05.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:05.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:05.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:05.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:06.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:06.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:06.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:06.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:06.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:06.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:08.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:08.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:08.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:08.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:08.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:08.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:08.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:08.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:08.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:08.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:08.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:08.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:08.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:08.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:08.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:08.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:08.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:08.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:10.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:10.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:10.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:10.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:10.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:10.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:10.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:10.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:10.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:10.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:10.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:10.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:12.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:12.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:12.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:12.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:12.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:12.440+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:13.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:13.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:13.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:13.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:13.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:13.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:14.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:14.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:14.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:14.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:14.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:14.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:15.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:15.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:15.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:15.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:15.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:15.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:15.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:15.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:15.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:15.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:15.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:15.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:16.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:16.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:16.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:16.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:16.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:16.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:17.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:17.479+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:17.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:17.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:17.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:17.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:17.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:17.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:17.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:17.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:17.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:17.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:18.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:18.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:18.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:18.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:18.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:18.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:19.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:19.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:19.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:19.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:19.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:19.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:20.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:20.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:20.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:20.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:20.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:20.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:21.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:21.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:21.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:21.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:21.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:21.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:22.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:22.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:22.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:22.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:22.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:22.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:23.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:23.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:23.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:23.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:23.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:23.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:23.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:23.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:23.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:23.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:23.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:23.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:24.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:24.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:24.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:24.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:24.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:24.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:25.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:25.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:25.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:25.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:25.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:25.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:25.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:25.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:25.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:25.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:25.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:25.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:27.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:27.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:27.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:27.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:27.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:27.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:28.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:28.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:28.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:28.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:28.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:28.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:29.588+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:09:29.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:29.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:29.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:29.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:29.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:29.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:30.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:30.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:30.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:30.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:30.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:30.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:32.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:32.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:32.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:32.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:32.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:32.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:32.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:32.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:32.832+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:09:32.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:32.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:32.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:32.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:34.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:34.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:34.875+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:09:34.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:34.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:34.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:34.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:35.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:35.394+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:35.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:35.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:35.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:35.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:37.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:37.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:37.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:37.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:37.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:37.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:37.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:37.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:37.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:37.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:37.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:37.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:37.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:37.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:38.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:38.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:38.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:38.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:40.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:40.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:40.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:40.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:40.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:40.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:40.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:40.646+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:40.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:40.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:40.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:40.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:41.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:41.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:41.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:41.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:41.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:41.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:42.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:42.555+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:42.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:42.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:42.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:42.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:42.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:42.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:43.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:43.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:43.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:43.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:43.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:43.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:43.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:43.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:43.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:43.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:46.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:46.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:46.383+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:09:46.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:46.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:46.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:46.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:48.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:48.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:48.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:48.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:48.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:48.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:49.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:49.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:49.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:49.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:49.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:49.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:50.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:50.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:50.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:50.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:50.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:50.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:51.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:51.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:51.587+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:51.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:51.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:51.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:51.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:51.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:51.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:51.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:51.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:51.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:55.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:55.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:55.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:55.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:55.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:55.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:55.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:55.596+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:55.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:55.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:55.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:55.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:55.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:55.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:56.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:56.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:56.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:56.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:56.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:56.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:56.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:56.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:56.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:56.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:57.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:57.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:57.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:57.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:57.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:57.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:58.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:58.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:58.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:58.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:58.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:58.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:09:59.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:09:59.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:09:59.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:09:59.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:09:59.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:09:59.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:00.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:00.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:00.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:00.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:00.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:00.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:00.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:00.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:00.726+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:10:00.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:00.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:00.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:00.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:02.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:02.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:02.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:02.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:02.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:02.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:03.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:03.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:03.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:03.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:03.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:03.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:04.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:04.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:04.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:04.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:04.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:04.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:05.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:05.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:05.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:05.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:05.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:05.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:06.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:06.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:06.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:06.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:06.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:06.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:06.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:06.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:06.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:06.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:06.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:06.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:08.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:08.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:08.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:08.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:08.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:08.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:10.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:10.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:10.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:10.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:10.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:10.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:11.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:11.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:11.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:11.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:11.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:11.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:12.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:12.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:12.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:12.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:12.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:12.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:14.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:14.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:14.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:14.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:14.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:14.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:14.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:14.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:14.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:14.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:14.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:14.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:14.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:14.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:14.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:14.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:14.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:14.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:15.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:15.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:15.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:15.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:15.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:15.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:15.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:15.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:15.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:15.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:15.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:15.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:16.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:16.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:16.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:16.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:16.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:16.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:17.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:17.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:17.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:17.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:17.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:17.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:19.742+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:10:19.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:19.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:19.781+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:19.781+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:19.781+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:19.781+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:19.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:20.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:20.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:20.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:20.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:20.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:20.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:20.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:20.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:20.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:20.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:20.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:20.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:20.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:20.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:20.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:20.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:20.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:20.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:20.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:20.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:20.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:20.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:20.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:23.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:23.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:23.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:23.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:23.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:23.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:23.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:23.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:23.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:23.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:23.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:23.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:24.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:24.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:25.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:25.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:25.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:25.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:25.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:25.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:25.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:25.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:25.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:25.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:26.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:26.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:27.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:27.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:27.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:27.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:28.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:28.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:28.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:28.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:28.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:28.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:29.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:29.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:29.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:29.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:29.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:29.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:31.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:31.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:31.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:31.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:31.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:31.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:32.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:32.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:32.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:32.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:32.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:32.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:33.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:33.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:33.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:33.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:33.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:33.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:33.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:33.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:33.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:33.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:33.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:33.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:34.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:34.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:34.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:34.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:34.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:34.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:34.817+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:34.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:34.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:34.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:34.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:34.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:35.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:35.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:36.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:36.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:36.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:36.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:36.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:36.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:36.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:36.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:36.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:36.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:36.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:36.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:36.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:36.661+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:36.661+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:36.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:38.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:38.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:38.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:38.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:38.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:38.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:38.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:38.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:38.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:38.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:38.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:38.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:40.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:40.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:40.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:40.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:40.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:40.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:40.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:40.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:40.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:40.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:40.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:40.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:41.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:41.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:41.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:41.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:41.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:41.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:41.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:41.197+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:41.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:41.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:41.231+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:41.231+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:41.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:41.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:41.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:41.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:41.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:41.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:45.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:45.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:45.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:45.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:45.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:45.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:45.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:45.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:45.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:45.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:45.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:45.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:45.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:45.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:45.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:45.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:45.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:45.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:46.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:46.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:46.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:46.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:46.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:46.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:47.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:47.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:47.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:47.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:47.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:47.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:49.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:49.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:49.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:49.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:49.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:49.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:49.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:49.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:50.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:50.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:50.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:50.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:50.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:50.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:50.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:50.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:50.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:50.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:53.189+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:10:53.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:53.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:53.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:53.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:53.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:53.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:54.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:54.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:54.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:54.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:54.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:54.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:54.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:54.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:54.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:54.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:54.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:54.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:55.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:55.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:55.231+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:55.231+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:55.231+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:55.231+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:55.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:55.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:55.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:55.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:55.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:55.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:58.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:58.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:58.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:58.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:58.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:58.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:10:59.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:10:59.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:10:59.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:10:59.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:10:59.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:10:59.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:00.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:00.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:00.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:00.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:00.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:00.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:00.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:00.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:00.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:00.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:00.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:00.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:01.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:01.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:01.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:01.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:01.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:01.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:02.275+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:02.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:02.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:02.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:02.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:02.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:03.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:03.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:03.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:03.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:03.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:03.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:03.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:03.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:03.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:03.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:03.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:03.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:04.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:04.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:04.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:04.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:04.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:04.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:05.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:05.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:05.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:05.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:05.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:05.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:07.130+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:07.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:07.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:07.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:07.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:07.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:07.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:07.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:07.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:07.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:07.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:07.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:08.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:08.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:08.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:08.469+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:08.469+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:08.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:09.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:09.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:09.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:09.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:09.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:09.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:09.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:09.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:09.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:09.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:09.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:09.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:10.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:10.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:10.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:10.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:10.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:10.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:12.321+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:12.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:12.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:12.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:12.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:12.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:14.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:14.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:14.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:14.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:14.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:14.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:14.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:14.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:15.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:15.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:15.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:15.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:15.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:15.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:15.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:15.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:15.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:15.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:16.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:16.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:16.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:16.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:16.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:16.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:16.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:16.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:17.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:17.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:17.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:17.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:17.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:17.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:18.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:18.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:18.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:18.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:18.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:18.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:18.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:18.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:18.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:18.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:19.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:19.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:19.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:19.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:19.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:19.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:20.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:20.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:20.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:20.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:20.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:20.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:20.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:20.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:20.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:20.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:20.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:20.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:22.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:22.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:22.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:22.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:22.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:22.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:23.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:23.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:23.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:23.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:23.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:23.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:23.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:23.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:23.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:23.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:23.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:23.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:24.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:24.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:24.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:24.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:24.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:24.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:26.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:26.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:26.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:26.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:26.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:26.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:26.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:26.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:26.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:26.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:26.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:26.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:29.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:29.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:29.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:29.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:29.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:29.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:30.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:30.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:30.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:30.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:30.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:30.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:30.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:30.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:31.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:31.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:31.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:31.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:31.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:31.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:31.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:31.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:31.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:31.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:31.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:31.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:31.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:31.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:31.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:31.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:32.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:32.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:32.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:32.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:32.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:32.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:33.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:33.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:33.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:33.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:33.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:33.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:34.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:34.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:34.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:34.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:34.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:34.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:35.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:35.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:35.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:35.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:35.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:35.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:36.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:36.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:36.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:36.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:36.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:36.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:36.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:36.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:36.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:36.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:36.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:36.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:37.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:37.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:37.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:37.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:37.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:37.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:38.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:38.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:38.719+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:11:38.721+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:38.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:38.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:38.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:39.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:39.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:39.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:39.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:39.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:39.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:40.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:40.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:40.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:40.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:40.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:40.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:44.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:44.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:44.388+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:11:44.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:44.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:44.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:44.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:44.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:44.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:45.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:45.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:45.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:45.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:47.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:47.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:47.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:47.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:47.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:47.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:47.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:47.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:47.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:47.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:47.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:47.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:49.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:49.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:49.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:49.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:49.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:49.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:50.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:50.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:50.636+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:50.636+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:50.636+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:50.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:51.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:51.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:51.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:51.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:51.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:51.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:52.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:52.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:52.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:52.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:52.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:52.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:52.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:52.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:52.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:52.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:52.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:52.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:52.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:52.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:52.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:52.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:52.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:52.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:53.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:53.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:53.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:53.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:53.052+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:53.052+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:54.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:54.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:54.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:54.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:54.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:54.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:55.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:55.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:55.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:55.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:55.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:55.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:56.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:56.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:56.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:56.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:56.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:56.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:56.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:56.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:56.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:56.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:56.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:56.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:57.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:57.980+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:58.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:58.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:58.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:58.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:58.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:58.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:58.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:58.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:58.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:58.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:11:59.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:11:59.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:11:59.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:11:59.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:11:59.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:11:59.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:00.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:00.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:00.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:00.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:00.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:00.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:01.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:01.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:02.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:02.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:02.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:02.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:04.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:04.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:04.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:04.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:04.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:04.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:04.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:04.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:04.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:04.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:04.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:04.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:05.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:05.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:05.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:05.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:05.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:05.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:06.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:06.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:06.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:06.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:06.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:06.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:08.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:08.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:08.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:08.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:08.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:08.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:09.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:09.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:09.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:09.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:09.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:09.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:09.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:09.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:09.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:09.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:09.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:09.473+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:09.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:09.549+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:09.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:09.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:09.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:09.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:11.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:11.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:11.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:11.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:11.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:11.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:11.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:11.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:11.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:11.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:11.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:11.710+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:12.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:12.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:12.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:12.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:12.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:12.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:13.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:13.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:13.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:13.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:13.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:13.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:13.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:13.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:13.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:13.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:13.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:13.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:14.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:14.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:14.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:14.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:14.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:14.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:14.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:14.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:14.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:14.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:14.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:14.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:17.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:17.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:17.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:17.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:17.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:17.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:18.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:18.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:18.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:18.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:18.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:18.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:18.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:18.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:18.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:18.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:18.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:18.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:21.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:21.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:21.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:21.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:21.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:21.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:22.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:22.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:22.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:22.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:22.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:22.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:23.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:23.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:23.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:23.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:23.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:23.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:23.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:23.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:23.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:23.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:23.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:23.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:25.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:25.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:25.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:25.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:25.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:25.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:25.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:25.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:25.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:25.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:25.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:25.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:26.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:26.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:26.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:26.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:26.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:26.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:27.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:27.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:27.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:27.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:27.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:27.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:27.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:27.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:28.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:28.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:28.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:28.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:28.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:28.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:28.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:28.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:28.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:28.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:28.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:28.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:28.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:28.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:28.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:28.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:30.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:30.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:30.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:30.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:30.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:30.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:30.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:30.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:30.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:30.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:30.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:30.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:31.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:31.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:31.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:31.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:31.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:31.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:32.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:32.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:33.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:33.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:33.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:33.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:33.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:33.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:33.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:33.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:33.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:33.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:35.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:35.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:35.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:35.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:35.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:35.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:36.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:36.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:36.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:36.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:36.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:36.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:37.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:37.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:37.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:37.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:37.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:37.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:37.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:37.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:37.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:37.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:37.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:37.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:41.590+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:12:41.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:41.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:41.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:41.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:41.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:41.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:42.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:42.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:42.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:42.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:42.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:42.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:42.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:42.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:42.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:42.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:42.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:42.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:43.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:43.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:43.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:43.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:43.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:43.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:43.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:43.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:43.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:43.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:43.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:43.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:44.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:44.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:44.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:44.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:44.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:44.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:46.698+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:12:46.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:46.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:46.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:46.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:46.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:46.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:49.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:49.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:49.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:49.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:49.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:49.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:49.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:49.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:49.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:49.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:49.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:49.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:49.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:49.586+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:49.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:49.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:49.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:49.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:50.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:50.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:50.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:50.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:50.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:50.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:50.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:50.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:50.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:50.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:50.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:50.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:51.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:51.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:51.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:51.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:51.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:51.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:55.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:55.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:55.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:55.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:55.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:55.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:55.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:55.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:55.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:55.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:55.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:55.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:55.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:55.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:55.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:55.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:55.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:55.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:56.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:56.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:56.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:56.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:56.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:56.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:56.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:56.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:56.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:56.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:56.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:56.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:58.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:58.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:58.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:58.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:58.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:58.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:12:59.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:12:59.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:12:59.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:12:59.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:12:59.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:12:59.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:00.255+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:00.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:00.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:00.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:00.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:00.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:00.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:00.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:00.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:00.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:00.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:00.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:02.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:02.977+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:03.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:03.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:03.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:03.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:03.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:03.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:03.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:03.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:03.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:03.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:04.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:04.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:04.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:04.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:04.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:04.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:05.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:05.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:05.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:05.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:05.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:05.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:05.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:05.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:05.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:05.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:05.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:05.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:05.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:05.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:05.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:05.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:05.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:05.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:08.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:08.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:08.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:08.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:08.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:08.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:09.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:09.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:09.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:09.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:09.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:09.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:09.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:09.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:09.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:09.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:09.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:09.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:09.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:09.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:10.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:10.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:10.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:10.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:10.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:10.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:10.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:10.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:10.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:10.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:10.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:10.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:10.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:10.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:10.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:10.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:13.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:13.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:13.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:13.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:13.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:13.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:14.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:14.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:14.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:14.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:14.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:14.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:14.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:14.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:14.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:14.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:14.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:14.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:14.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:14.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:14.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:14.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:14.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:14.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:15.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:15.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:15.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:15.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:15.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:15.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:17.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:17.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:17.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:17.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:17.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:17.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:18.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:18.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:18.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:18.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:18.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:18.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:19.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:19.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:19.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:19.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:19.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:19.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:19.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:19.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:19.553+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:13:19.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:19.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:19.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:19.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:22.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:22.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:22.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:22.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:22.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:22.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:23.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:23.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:23.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:23.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:23.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:23.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:23.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:23.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:23.658+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:23.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:23.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:23.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:24.521+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:24.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:24.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:24.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:24.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:24.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:24.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:24.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:24.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:24.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:24.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:24.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:24.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:24.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:24.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:24.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:24.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:24.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:25.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:25.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:25.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:25.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:25.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:25.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:27.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:27.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:27.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:27.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:27.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:27.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:28.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:28.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:28.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:28.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:28.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:28.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:29.194+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:29.195+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:29.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:29.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:29.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:29.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:30.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:30.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:30.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:30.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:30.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:30.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:30.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:30.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:30.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:30.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:30.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:30.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:33.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:33.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:33.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:33.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:33.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:33.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:33.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:33.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:33.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:33.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:33.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:33.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:34.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:34.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:34.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:34.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:34.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:34.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:36.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:36.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:36.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:36.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:36.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:36.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:37.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:37.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:38.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:38.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:38.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:38.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:38.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:38.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:38.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:38.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:38.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:38.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:39.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:39.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:39.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:39.333+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:39.333+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:39.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:39.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:39.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:39.683+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:39.683+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:39.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:39.683+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:39.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:39.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:39.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:39.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:39.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:39.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:40.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:40.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:40.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:40.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:40.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:40.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:41.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:41.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:41.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:41.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:41.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:41.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:42.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:42.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:42.658+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:42.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:42.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:42.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:43.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:43.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:43.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:43.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:43.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:43.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:44.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:44.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:44.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:44.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:44.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:44.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:44.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:44.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:44.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:44.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:44.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:44.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:45.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:45.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:45.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:45.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:45.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:45.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:46.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:46.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:46.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:46.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:46.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:46.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:46.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:46.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:46.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:46.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:46.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:46.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:47.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:47.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:47.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:47.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:47.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:47.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:47.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:47.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:47.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:47.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:47.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:47.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:49.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:49.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:49.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:49.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:49.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:49.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:50.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:50.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:50.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:50.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:50.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:50.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:51.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:51.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:51.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:51.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:51.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:51.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:53.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:53.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:53.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:53.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:53.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:53.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:53.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:53.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:53.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:53.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:53.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:53.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:53.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:53.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:53.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:53.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:53.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:53.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:54.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:54.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:54.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:54.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:54.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:54.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:54.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:54.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:54.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:54.661+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:54.661+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:54.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:56.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:56.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:56.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:56.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:56.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:56.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:58.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:58.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:58.777+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:58.777+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:58.777+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:58.777+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:59.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:59.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:59.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:59.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:59.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:59.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:59.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:59.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:59.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:59.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:59.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:59.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:13:59.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:13:59.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:13:59.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:13:59.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:13:59.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:13:59.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:02.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:02.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:02.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:02.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:02.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:02.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:02.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:02.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:02.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:02.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:02.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:02.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:03.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:03.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:03.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:03.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:03.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:03.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:04.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:04.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:04.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:04.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:04.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:04.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:06.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:06.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:06.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:06.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:06.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:06.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:07.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:07.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:07.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:07.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:07.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:07.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:08.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:08.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:08.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:08.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:08.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:08.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:09.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:09.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:09.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:09.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:09.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:09.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:09.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:09.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:09.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:09.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:09.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:09.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:10.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:10.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:10.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:10.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:10.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:10.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:11.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:11.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:11.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:11.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:11.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:11.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:12.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:12.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:12.551+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:14:12.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:12.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:12.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:12.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:13.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:13.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:13.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:13.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:13.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:13.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:14.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:14.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:14.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:14.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:14.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:14.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:15.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:15.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:15.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:15.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:15.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:15.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:16.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:16.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:16.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:16.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:16.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:16.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:17.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:17.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:17.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:17.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:17.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:17.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:17.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:17.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:17.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:17.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:17.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:17.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:19.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:19.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:19.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:19.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:19.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:19.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:20.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:20.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:20.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:20.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:20.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:20.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:21.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:21.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:21.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:21.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:21.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:21.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:22.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:22.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:22.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:22.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:22.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:22.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:22.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:22.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:22.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:22.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:22.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:22.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:23.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:23.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:23.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:23.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:23.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:23.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:25.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:25.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:25.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:25.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:25.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:25.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:25.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:25.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:26.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:26.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:26.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:26.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:28.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:28.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:28.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:28.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:28.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:28.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:28.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:28.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:28.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:28.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:28.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:28.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:29.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:29.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:29.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:29.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:29.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:29.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:29.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:29.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:29.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:29.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:29.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:29.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:31.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:31.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:31.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:31.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:31.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:31.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:31.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:31.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:31.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:31.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:31.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:31.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:32.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:32.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:32.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:32.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:32.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:32.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:33.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:33.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:34.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:34.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:34.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:34.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:35.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:35.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:35.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:35.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:35.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:35.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:36.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:36.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:36.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:36.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:36.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:36.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:37.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:37.549+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:37.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:37.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:37.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:37.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:37.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:37.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:37.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:37.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:37.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:37.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:38.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:38.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:38.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:38.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:38.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:38.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:38.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:38.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:38.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:38.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:38.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:38.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:42.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:42.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:42.828+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:42.828+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:42.828+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:42.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:43.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:43.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:44.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:44.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:44.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:44.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:44.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:44.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:44.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:44.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:44.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:44.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:47.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:47.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:47.210+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:14:47.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:47.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:47.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:47.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:48.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:48.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:48.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:48.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:48.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:48.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:49.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:49.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:49.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:49.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:49.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:49.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:50.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:50.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:50.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:50.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:50.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:50.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:51.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:51.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:51.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:51.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:51.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:51.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:52.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:52.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:52.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:52.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:52.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:52.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:52.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:52.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:52.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:52.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:52.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:52.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:52.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:52.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:52.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:52.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:52.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:52.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:53.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:53.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:54.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:54.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:54.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:54.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:54.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:54.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:55.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:55.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:55.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:55.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:55.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:55.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:55.857+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:55.857+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:55.857+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:55.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:56.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:56.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:56.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:56.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:56.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:56.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:56.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:56.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:56.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:56.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:56.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:56.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:57.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:57.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:57.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:57.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:57.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:57.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:14:58.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:14:58.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:14:58.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:14:58.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:14:58.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:14:58.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:00.282+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:00.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:00.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:00.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:00.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:00.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:00.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:00.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:00.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:00.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:00.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:00.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:01.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:01.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:01.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:01.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:01.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:01.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:02.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:02.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:02.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:02.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:02.440+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:02.440+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:03.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:03.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:03.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:03.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:03.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:03.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:03.764+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:03.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:03.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:03.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:03.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:03.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:04.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:04.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:04.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:04.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:04.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:04.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:06.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:06.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:06.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:06.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:06.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:06.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:06.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:06.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:06.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:06.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:06.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:06.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:06.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:06.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:06.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:06.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:06.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:06.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:08.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:08.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:08.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:08.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:08.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:08.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:08.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:08.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:08.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:08.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:08.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:08.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:09.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:09.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:09.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:09.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:09.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:09.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:09.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:09.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:09.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:09.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:09.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:09.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:12.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:12.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:12.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:12.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:12.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:12.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:12.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:12.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:13.040+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:13.040+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:13.040+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:13.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:14.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:14.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:14.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:14.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:14.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:14.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:14.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:14.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:14.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:14.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:14.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:14.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:14.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:14.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:14.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:14.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:14.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:14.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:15.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:15.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:16.049+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:16.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:16.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:16.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:16.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:16.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:16.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:16.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:16.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:16.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:18.195+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:15:18.199+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:18.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:18.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:18.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:18.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:18.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:19.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:19.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:19.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:19.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:19.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:19.741+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:19.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:19.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:19.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:19.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:19.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:19.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:20.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:20.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:20.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:20.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:20.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:20.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:20.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:20.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:20.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:20.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:20.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:20.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:21.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:21.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:21.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:21.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:21.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:21.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:23.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:23.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:23.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:23.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:23.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:23.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:23.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:23.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:23.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:23.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:23.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:23.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:24.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:24.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:24.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:24.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:24.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:24.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:24.893+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:15:25.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:25.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:25.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:25.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:25.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:25.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:25.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:25.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:25.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:25.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:25.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:25.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:28.208+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:28.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:28.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:28.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:28.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:28.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:30.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:30.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:30.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:30.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:30.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:30.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:30.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:30.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:30.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:30.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:30.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:30.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:31.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:31.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:31.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:31.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:31.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:31.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:32.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:32.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:32.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:32.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:32.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:32.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:33.561+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:33.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:33.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:33.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:33.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:33.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:34.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:34.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:34.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:34.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:34.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:34.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:34.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:34.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:35.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:35.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:35.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:35.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:35.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:35.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:35.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:35.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:35.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:35.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:36.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:36.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:36.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:36.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:36.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:36.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:36.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:36.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:36.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:36.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:36.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:36.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:37.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:37.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:37.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:37.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:37.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:37.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:39.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:39.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:39.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:39.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:39.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:39.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:39.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:39.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:39.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:39.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:39.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:39.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:40.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:40.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:40.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:40.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:40.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:40.226+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:41.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:41.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:41.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:41.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:41.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:41.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:42.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:42.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:42.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:42.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:42.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:42.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:42.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:42.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:42.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:42.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:42.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:42.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:43.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:43.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:43.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:43.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:43.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:43.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:44.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:44.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:44.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:44.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:44.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:44.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:45.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:45.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:45.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:45.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:45.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:45.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:46.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:46.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:47.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:47.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:47.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:47.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:48.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:48.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:48.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:48.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:48.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:48.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:49.282+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:49.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:49.289+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:15:49.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:49.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:49.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:49.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:50.978+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:50.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:51.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:51.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:51.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:51.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:52.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:52.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:52.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:52.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:52.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:52.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:54.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:54.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:55.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:55.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:55.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:55.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:56.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:56.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:56.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:56.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:56.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:56.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:56.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:56.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:56.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:56.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:56.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:56.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:58.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:58.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:58.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:58.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:58.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:58.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:15:59.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:15:59.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:15:59.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:15:59.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:15:59.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:15:59.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:00.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:00.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:00.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:00.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:00.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:00.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:00.396+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:16:00.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:00.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:00.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:00.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:00.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:00.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:01.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:01.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:01.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:01.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:01.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:01.154+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:01.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:01.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:01.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:01.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:01.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:01.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:02.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:02.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:02.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:02.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:02.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:02.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:04.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:04.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:04.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:04.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:04.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:04.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:04.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:04.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:04.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:04.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:04.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:04.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:05.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:05.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:05.541+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:05.541+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:05.541+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:05.541+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:05.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:05.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:05.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:05.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:05.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:05.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:07.026+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:07.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:07.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:07.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:07.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:07.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:07.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:07.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:07.658+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:07.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:07.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:07.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:08.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:08.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:08.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:08.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:08.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:08.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:09.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:09.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:09.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:09.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:09.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:09.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:12.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:12.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:12.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:12.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:12.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:12.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:12.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:12.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:13.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:13.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:13.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:13.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:13.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:13.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:13.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:13.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:13.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:13.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:14.827+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:16:14.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:14.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:14.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:14.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:14.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:14.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:15.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:15.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:15.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:15.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:15.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:15.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:15.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:15.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:15.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:15.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:15.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:15.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:16.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:16.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:16.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:16.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:16.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:16.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:18.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:18.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:18.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:18.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:18.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:18.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:18.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:18.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:18.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:18.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:18.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:18.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:20.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:20.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:20.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:20.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:20.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:20.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:21.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:21.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:21.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:21.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:21.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:21.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:22.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:22.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:22.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:22.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:22.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:22.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:23.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:23.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:23.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:23.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:23.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:23.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:24.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:24.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:24.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:24.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:24.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:24.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:25.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:25.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:25.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:25.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:25.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:25.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:26.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:26.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:26.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:26.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:26.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:26.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:27.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:27.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:27.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:27.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:27.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:27.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:28.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:28.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:28.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:28.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:28.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:28.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:28.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:28.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:28.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:28.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:28.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:28.710+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:29.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:29.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:29.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:29.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:29.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:29.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:30.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:30.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:30.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:30.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:30.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:30.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:30.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:30.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:30.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:30.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:30.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:30.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:31.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:31.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:31.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:31.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:31.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:31.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:32.166+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:16:32.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:32.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:32.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:32.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:32.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:32.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:33.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:33.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:33.285+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:33.285+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:33.285+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:33.285+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:34.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:34.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:34.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:34.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:34.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:34.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:35.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:35.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:35.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:35.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:35.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:35.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:35.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:35.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:36.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:36.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:36.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:36.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:37.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:37.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:37.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:37.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:37.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:37.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:37.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:37.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:37.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:37.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:37.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:37.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:39.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:39.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:39.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:39.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:39.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:39.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:40.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:40.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:40.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:40.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:40.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:40.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:40.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:40.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:40.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:40.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:40.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:40.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:40.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:40.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:41.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:41.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:41.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:41.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:42.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:42.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:42.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:42.333+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:42.333+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:42.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:43.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:43.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:43.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:43.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:43.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:43.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:44.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:44.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:44.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:44.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:44.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:44.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:45.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:45.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:45.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:45.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:45.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:45.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:45.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:45.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:45.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:45.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:45.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:45.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:45.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:45.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:45.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:45.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:45.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:45.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:46.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:46.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:46.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:46.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:46.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:46.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:48.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:48.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:48.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:48.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:48.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:48.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:48.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:48.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:48.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:48.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:48.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:48.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:49.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:49.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:49.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:49.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:49.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:49.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:49.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:49.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:50.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:50.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:50.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:50.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:50.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:50.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:51.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:51.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:51.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:51.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:53.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:53.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:53.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:53.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:53.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:53.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:54.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:54.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:54.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:54.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:54.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:54.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:54.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:54.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:54.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:54.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:54.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:54.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:56.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:56.020+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:56.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:56.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:56.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:56.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:56.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:56.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:56.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:56.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:56.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:56.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:57.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:57.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:57.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:57.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:57.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:57.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:58.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:58.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:59.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:59.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:59.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:59.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:59.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:59.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:59.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:59.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:59.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:59.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:16:59.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:16:59.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:16:59.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:16:59.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:16:59.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:16:59.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:01.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:01.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:01.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:01.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:01.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:01.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:01.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:01.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:01.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:01.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:01.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:01.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:02.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:02.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:02.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:02.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:02.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:02.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:02.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:02.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:02.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:02.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:02.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:02.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:04.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:04.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:04.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:04.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:04.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:04.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:04.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:04.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:04.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:04.922+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:04.922+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:04.922+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:05.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:05.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:05.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:05.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:05.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:05.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:06.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:06.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:06.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:06.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:06.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:06.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:07.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:07.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:07.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:07.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:07.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:07.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:08.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:08.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:08.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:08.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:08.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:08.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:09.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:09.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:09.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:09.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:09.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:09.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:11.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:11.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:11.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:11.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:11.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:11.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:13.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:13.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:13.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:13.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:13.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:13.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:13.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:13.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:13.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:13.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:13.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:13.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:14.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:14.195+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:14.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:14.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:14.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:14.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:14.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:14.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:14.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:14.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:14.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:14.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:15.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:15.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:15.781+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:15.781+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:15.781+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:15.781+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:16.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:16.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:16.186+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:16.186+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:16.186+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:16.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:18.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:18.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:18.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:18.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:18.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:18.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:18.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:18.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:18.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:18.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:18.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:18.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:20.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:20.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:20.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:20.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:20.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:20.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:20.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:20.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:20.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:20.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:20.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:20.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:21.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:21.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:21.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:21.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:21.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:21.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:21.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:21.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:21.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:21.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:21.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:21.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:22.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:22.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:22.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:22.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:22.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:22.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:23.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:23.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:23.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:23.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:23.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:23.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:24.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:24.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:24.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:24.747+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:24.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:24.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:25.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:26.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:26.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:26.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:26.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:26.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:26.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:26.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:26.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:26.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:26.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:26.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:27.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:27.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:27.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:27.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:27.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:27.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:28.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:28.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:28.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:28.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:28.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:28.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:29.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:29.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:29.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:29.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:29.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:29.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:30.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:30.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:30.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:30.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:30.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:30.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:31.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:31.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:31.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:31.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:31.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:31.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:32.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:32.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:32.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:32.469+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:32.469+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:32.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:33.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:33.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:33.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:33.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:33.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:33.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:34.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:34.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:34.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:34.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:34.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:34.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:34.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:34.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:34.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:34.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:34.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:34.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:34.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:34.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:34.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:34.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:34.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:34.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:36.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:36.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:36.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:36.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:36.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:36.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:37.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:37.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:37.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:37.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:37.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:37.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:38.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:38.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:38.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:38.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:38.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:38.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:38.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:38.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:38.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:38.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:38.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:38.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:39.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:39.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:39.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:39.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:39.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:39.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:39.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:39.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:39.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:39.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:39.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:39.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:41.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:41.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:41.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:41.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:41.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:41.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:43.321+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:43.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:43.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:43.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:43.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:43.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:43.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:43.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:43.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:43.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:43.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:43.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:44.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:44.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:44.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:44.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:44.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:44.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:45.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:45.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:45.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:45.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:45.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:45.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:47.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:47.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:47.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:47.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:47.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:47.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:47.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:47.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:47.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:47.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:47.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:47.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:49.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:49.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:49.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:49.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:49.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:49.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:49.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:49.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:49.912+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:49.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:49.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:49.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:50.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:50.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:50.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:50.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:50.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:50.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:50.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:50.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:50.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:50.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:50.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:50.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:52.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:52.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:52.389+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:52.389+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:52.389+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:52.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:52.629+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:52.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:52.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:52.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:52.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:52.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:53.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:53.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:53.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:53.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:53.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:53.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:54.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:54.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:54.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:54.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:54.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:54.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:55.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:55.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:55.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:55.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:55.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:55.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:56.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:56.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:57.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:57.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:57.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:57.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:57.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:57.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:57.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:57.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:57.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:57.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:58.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:58.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:58.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:58.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:58.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:58.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:17:59.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:17:59.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:17:59.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:17:59.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:17:59.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:17:59.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:00.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:00.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:00.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:00.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:00.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:00.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:01.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:01.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:01.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:01.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:01.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:01.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:02.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:02.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:02.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:02.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:02.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:02.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:03.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:03.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:03.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:03.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:03.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:03.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:03.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:03.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:03.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:03.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:03.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:03.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:05.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:05.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:05.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:05.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:05.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:05.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:05.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:05.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:05.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:05.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:05.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:05.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:07.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:07.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:07.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:07.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:07.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:07.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:08.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:08.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:08.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:08.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:08.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:08.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:08.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:08.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:08.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:08.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:08.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:08.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:08.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:08.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:09.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:09.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:09.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:09.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:09.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:09.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:09.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:09.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:09.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:09.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:11.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:11.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:11.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:11.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:11.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:11.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:12.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:12.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:12.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:12.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:12.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:12.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:12.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:12.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:13.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:13.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:13.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:13.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:13.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:13.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:13.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:13.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:13.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:13.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:15.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:15.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:15.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:15.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:15.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:15.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:15.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:15.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:15.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:15.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:15.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:15.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:15.879+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:15.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:15.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:15.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:15.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:15.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:16.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:16.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:16.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:16.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:16.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:16.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:17.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:17.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:17.821+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:17.821+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:17.821+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:17.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:18.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:18.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:18.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:18.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:18.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:18.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:19.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:19.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:19.544+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:19.544+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:19.544+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:19.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:20.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:20.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:20.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:20.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:20.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:20.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:21.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:21.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:21.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:21.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:21.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:21.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:21.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:21.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:21.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:21.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:21.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:21.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:24.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:24.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:24.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:24.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:24.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:24.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:24.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:24.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:24.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:24.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:24.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:24.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:25.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:25.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:25.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:25.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:25.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:25.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:25.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:25.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:25.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:25.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:25.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:25.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:26.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:26.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:26.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:26.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:26.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:26.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:27.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:27.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:27.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:27.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:27.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:27.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:28.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:28.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:28.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:28.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:28.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:28.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:29.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:29.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:29.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:29.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:29.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:29.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:30.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:30.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:30.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:30.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:30.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:30.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:30.887+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:30.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:30.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:30.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:30.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:30.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:32.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:32.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:32.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:32.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:32.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:32.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:33.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:33.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:33.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:33.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:33.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:33.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:35.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:35.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:35.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:35.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:35.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:35.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:35.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:35.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:35.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:35.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:35.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:35.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:37.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:37.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:37.928+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:18:37.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:37.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:37.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:37.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:40.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:40.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:40.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:40.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:40.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:40.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:41.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:41.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:41.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:41.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:41.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:41.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:41.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:41.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:41.828+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:41.828+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:41.828+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:41.828+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:43.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:43.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:43.108+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:18:43.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:43.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:43.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:43.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:43.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:43.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:43.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:43.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:43.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:43.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:44.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:44.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:44.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:44.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:44.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:44.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:45.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:45.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:45.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:45.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:45.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:45.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:46.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:46.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:46.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:46.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:46.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:46.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:47.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:47.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:47.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:47.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:47.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:47.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:47.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:47.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:47.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:47.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:47.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:47.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:48.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:48.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:48.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:48.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:48.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:48.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:48.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:48.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:48.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:48.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:48.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:48.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:49.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:49.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:49.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:49.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:49.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:49.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:50.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:50.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:50.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:50.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:50.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:50.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:53.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:53.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:53.215+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:18:53.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:53.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:53.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:53.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:53.764+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:53.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:53.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:53.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:53.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:53.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:54.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:54.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:54.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:54.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:54.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:54.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:55.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:55.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:55.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:55.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:55.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:55.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:55.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:55.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:55.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:55.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:55.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:55.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:56.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:56.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:57.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:57.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:57.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:57.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:57.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:57.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:57.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:57.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:57.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:57.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:58.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:58.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:58.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:58.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:58.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:58.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:58.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:58.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:58.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:58.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:58.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:58.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:18:59.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:18:59.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:18:59.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:18:59.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:18:59.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:18:59.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:00.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:00.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:00.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:00.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:00.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:00.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:00.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:00.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:00.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:00.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:00.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:00.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:02.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:02.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:02.231+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:02.231+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:02.231+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:02.231+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:02.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:02.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:02.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:02.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:02.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:02.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:02.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:02.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:02.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:02.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:02.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:02.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:04.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:04.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:04.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:04.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:04.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:04.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:06.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:06.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:06.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:06.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:06.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:06.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:07.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:07.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:07.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:07.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:07.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:07.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:08.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:08.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:08.088+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:19:08.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:08.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:08.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:08.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:09.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:09.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:09.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:09.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:09.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:09.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:11.629+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:11.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:11.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:11.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:11.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:11.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:12.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:12.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:12.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:12.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:12.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:12.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:12.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:12.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:12.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:12.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:12.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:12.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:13.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:13.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:13.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:13.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:13.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:13.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:13.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:13.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:13.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:13.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:13.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:13.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:15.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:15.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:15.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:15.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:15.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:15.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:15.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:15.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:15.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:15.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:15.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:15.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:16.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:16.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:16.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:16.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:16.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:16.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:17.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:17.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:17.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:17.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:17.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:17.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:18.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:18.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:18.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:18.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:18.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:18.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:18.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:18.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:18.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:18.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:18.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:18.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:20.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:20.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:20.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:20.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:20.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:20.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:20.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:20.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:21.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:21.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:21.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:21.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:23.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:23.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:23.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:23.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:23.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:23.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:23.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:23.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:23.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:23.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:23.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:23.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:25.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:25.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:25.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:25.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:25.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:25.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:26.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:26.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:26.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:26.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:26.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:26.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:26.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:26.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:26.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:26.661+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:26.661+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:26.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:26.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:26.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:27.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:27.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:27.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:27.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:27.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:27.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:27.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:27.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:27.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:27.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:28.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:28.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:28.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:28.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:28.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:28.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:29.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:29.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:29.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:29.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:29.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:29.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:30.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:30.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:30.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:30.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:30.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:30.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:31.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:31.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:31.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:31.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:31.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:31.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:31.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:31.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:31.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:31.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:31.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:31.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:31.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:31.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:31.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:31.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:31.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:31.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:32.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:32.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:32.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:32.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:32.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:32.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:32.393+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:32.394+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:32.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:32.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:32.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:32.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:34.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:34.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:34.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:34.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:34.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:34.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:35.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:35.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:35.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:35.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:35.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:35.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:35.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:35.702+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:35.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:35.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:35.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:35.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:36.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:36.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:37.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:37.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:37.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:37.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:38.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:38.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:38.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:38.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:38.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:38.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:39.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:39.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:39.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:39.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:39.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:39.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:39.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:39.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:39.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:39.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:39.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:39.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:40.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:40.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:40.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:40.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:40.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:40.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:40.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:40.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:40.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:40.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:40.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:40.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:42.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:42.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:42.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:42.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:42.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:42.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:43.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:43.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:44.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:44.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:44.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:44.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:44.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:44.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:44.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:44.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:44.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:44.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:44.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:44.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:44.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:44.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:44.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:44.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:44.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:44.730+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:44.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:44.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:44.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:44.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:45.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:45.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:45.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:45.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:45.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:45.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:45.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:45.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:45.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:45.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:45.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:45.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:48.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:48.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:48.049+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:48.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:48.049+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:48.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:48.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:48.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:48.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:48.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:48.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:48.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:49.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:49.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:49.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:49.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:49.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:49.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:51.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:51.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:51.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:51.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:51.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:51.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:53.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:53.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:53.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:53.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:53.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:53.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:55.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:55.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:55.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:55.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:55.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:55.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:55.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:55.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:55.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:55.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:55.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:55.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:56.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:56.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:57.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:57.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:57.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:57.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:58.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:58.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:58.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:58.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:58.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:58.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:19:59.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:19:59.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:19:59.224+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:19:59.266+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:19:59.266+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:19:59.266+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:19:59.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:00.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:00.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:00.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:00.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:00.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:00.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:00.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:00.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:00.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:00.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:00.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:00.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:00.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:00.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:00.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:00.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:00.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:00.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:02.686+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:20:02.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:02.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:02.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:02.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:02.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:02.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:03.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:03.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:03.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:03.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:03.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:03.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:04.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:04.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:04.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:04.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:04.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:04.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:05.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:05.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:05.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:05.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:05.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:05.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:07.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:07.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:07.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:07.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:07.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:07.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:07.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:07.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:07.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:07.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:07.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:07.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:08.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:08.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:08.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:08.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:08.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:08.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:09.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:09.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:10.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:10.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:10.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:10.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:12.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:12.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:12.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:12.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:12.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:12.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:13.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:13.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:13.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:13.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:13.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:13.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:14.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:14.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:14.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:14.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:14.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:14.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:14.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:14.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:14.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:14.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:14.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:14.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:14.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:14.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:15.032+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:20:15.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:15.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:15.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:15.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:16.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:16.435+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:16.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:16.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:16.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:16.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:17.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:17.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:17.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:17.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:17.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:17.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:18.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:18.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:18.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:18.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:18.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:18.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:19.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:19.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:19.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:19.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:19.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:19.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:20.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:20.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:20.313+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:20.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:20.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:20.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:20.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:20.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:20.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:20.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:20.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:20.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:20.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:20.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:20.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:20.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:20.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:20.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:21.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:21.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:21.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:21.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:21.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:21.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:23.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:23.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:23.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:23.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:23.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:23.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:25.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:25.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:25.828+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:20:25.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:25.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:25.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:25.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:26.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:26.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:26.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:26.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:26.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:26.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:28.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:28.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:28.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:28.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:28.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:28.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:28.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:28.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:28.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:28.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:28.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:28.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:29.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:29.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:29.227+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:20:29.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:29.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:29.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:29.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:30.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:30.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:30.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:30.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:30.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:30.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:30.978+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:30.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:31.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:31.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:31.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:31.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:33.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:33.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:33.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:33.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:33.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:33.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:33.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:33.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:33.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:33.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:33.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:33.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:34.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:34.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:34.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:34.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:34.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:34.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:34.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:34.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:34.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:34.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:34.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:34.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:35.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:35.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:35.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:35.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:35.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:35.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:37.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:37.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:37.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:37.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:37.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:37.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:38.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:38.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:39.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:39.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:39.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:39.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:39.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:39.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:39.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:39.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:39.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:39.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:40.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:40.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:40.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:40.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:40.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:40.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:41.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:41.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:41.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:41.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:41.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:41.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:41.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:41.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:41.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:41.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:41.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:41.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:41.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:41.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:41.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:41.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:41.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:41.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:42.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:42.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:42.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:42.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:42.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:42.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:43.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:43.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:43.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:43.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:43.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:43.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:44.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:44.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:44.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:44.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:44.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:44.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:46.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:46.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:46.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:46.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:46.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:46.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:46.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:46.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:46.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:46.982+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:46.982+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:46.982+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:47.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:47.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:47.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:47.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:47.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:47.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:47.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:47.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:47.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:47.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:47.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:47.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:49.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:49.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:49.140+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:20:49.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:49.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:49.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:49.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:51.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:51.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:51.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:51.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:51.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:51.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:53.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:53.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:53.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:53.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:53.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:53.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:53.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:53.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:53.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:53.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:53.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:53.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:54.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:54.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:54.127+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:54.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:54.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:54.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:54.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:54.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:54.595+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:54.595+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:54.595+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:54.595+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:56.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:56.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:56.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:56.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:56.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:56.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:56.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:56.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:56.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:56.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:56.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:56.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:56.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:56.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:56.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:56.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:56.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:56.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:57.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:57.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:57.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:57.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:57.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:57.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:58.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:58.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:58.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:58.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:58.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:58.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:20:59.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:20:59.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:20:59.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:20:59.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:20:59.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:20:59.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:01.288+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:01.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:01.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:01.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:01.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:01.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:01.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:01.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:01.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:01.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:01.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:01.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:02.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:02.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:02.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:02.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:02.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:02.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:03.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:03.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:03.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:03.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:03.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:03.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:03.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:03.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:03.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:03.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:03.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:03.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:03.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:03.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:04.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:04.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:04.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:04.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:06.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:06.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:06.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:06.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:06.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:06.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:07.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:07.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:07.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:07.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:07.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:07.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:09.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:09.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:09.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:09.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:09.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:09.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:09.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:09.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:09.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:09.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:09.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:09.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:09.321+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:09.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:09.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:09.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:09.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:09.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:10.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:10.363+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:10.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:10.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:10.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:10.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:11.282+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:11.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:11.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:11.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:11.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:11.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:12.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:12.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:12.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:12.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:12.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:12.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:12.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:12.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:12.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:12.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:12.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:12.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:14.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:14.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:14.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:14.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:14.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:14.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:15.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:15.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:15.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:15.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:15.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:15.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:15.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:15.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:15.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:15.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:15.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:15.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:16.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:16.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:16.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:16.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:16.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:16.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:16.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:16.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:16.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:16.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:16.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:16.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:17.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:17.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:17.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:17.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:17.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:17.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:20.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:20.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:20.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:20.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:20.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:20.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:21.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:21.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:21.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:21.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:21.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:21.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:21.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:21.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:21.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:21.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:21.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:21.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:21.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:21.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:21.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:21.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:21.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:21.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:22.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:22.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:22.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:22.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:22.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:22.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:22.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:22.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:22.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:22.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:22.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:22.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:25.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:25.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:25.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:25.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:25.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:25.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:25.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:25.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:25.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:25.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:25.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:25.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:26.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:26.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:26.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:26.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:26.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:26.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:27.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:27.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:27.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:27.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:27.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:27.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:28.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:28.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:28.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:28.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:28.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:28.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:29.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:29.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:29.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:29.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:29.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:29.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:29.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:29.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:29.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:29.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:29.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:29.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:30.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:30.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:30.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:30.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:30.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:30.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:30.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:30.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:30.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:30.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:30.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:30.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:31.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:31.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:31.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:31.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:31.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:31.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:34.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:34.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:34.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:34.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:34.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:34.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:34.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:34.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:34.804+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:21:34.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:34.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:34.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:34.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:36.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:36.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:36.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:36.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:36.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:36.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:37.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:37.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:37.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:37.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:37.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:37.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:38.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:38.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:38.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:38.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:38.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:38.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:39.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:39.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:39.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:39.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:39.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:39.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:40.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:40.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:40.092+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:21:40.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:40.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:40.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:40.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:43.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:43.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:43.211+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:43.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:43.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:43.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:43.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:43.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:43.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:43.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:43.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:43.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:44.026+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:44.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:44.030+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:21:44.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:44.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:44.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:44.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:45.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:45.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:45.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:45.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:45.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:45.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:45.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:45.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:45.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:45.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:45.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:45.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:48.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:48.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:48.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:48.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:48.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:48.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:48.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:48.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:48.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:48.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:48.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:48.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:49.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:49.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:49.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:49.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:49.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:49.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:50.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:50.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:50.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:50.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:50.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:50.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:51.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:51.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:51.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:51.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:51.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:51.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:51.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:51.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:51.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:51.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:51.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:51.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:52.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:52.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:52.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:52.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:52.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:52.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:53.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:53.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:53.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:53.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:53.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:53.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:53.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:53.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:53.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:53.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:53.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:53.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:56.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:56.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:56.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:56.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:56.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:56.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:56.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:56.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:56.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:56.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:56.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:56.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:56.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:56.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:56.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:56.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:56.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:56.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:57.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:57.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:57.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:57.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:57.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:57.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:58.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:58.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:58.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:58.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:58.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:58.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:21:59.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:21:59.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:21:59.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:21:59.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:21:59.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:21:59.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:01.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:01.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:01.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:01.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:01.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:01.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:02.243+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:02.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:02.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:02.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:02.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:02.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:02.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:02.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:02.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:02.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:02.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:02.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:03.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:03.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:03.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:03.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:03.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:03.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:03.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:03.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:03.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:03.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:03.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:03.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:04.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:04.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:04.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:04.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:04.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:04.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:05.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:05.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:05.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:05.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:05.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:05.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:07.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:07.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:07.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:07.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:07.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:07.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:07.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:07.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:07.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:07.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:07.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:07.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:07.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:07.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:08.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:08.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:08.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:08.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:08.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:08.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:08.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:08.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:08.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:08.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:09.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:09.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:09.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:09.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:09.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:09.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:10.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:10.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:10.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:10.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:10.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:10.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:12.130+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:12.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:12.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:12.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:12.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:12.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:12.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:12.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:12.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:12.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:12.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:12.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:12.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:12.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:13.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:13.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:13.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:13.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:17.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:17.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:17.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:17.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:17.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:17.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:17.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:17.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:17.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:17.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:17.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:17.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:18.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:18.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:18.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:18.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:18.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:18.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:18.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:18.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:18.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:18.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:18.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:18.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:19.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:19.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:19.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:19.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:19.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:19.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:20.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:20.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:20.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:20.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:20.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:20.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:20.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:20.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:20.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:20.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:20.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:20.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:21.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:21.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:21.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:21.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:21.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:21.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:23.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:23.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:23.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:23.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:23.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:23.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:24.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:24.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:24.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:24.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:24.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:24.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:24.321+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:24.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:24.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:24.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:24.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:24.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:24.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:24.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:24.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:24.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:24.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:24.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:24.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:24.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:24.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:24.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:24.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:24.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:25.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:25.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:25.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:25.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:25.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:25.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:25.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:25.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:25.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:25.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:25.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:25.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:27.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:27.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:27.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:27.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:27.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:27.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:29.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:29.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:29.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:29.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:29.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:29.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:30.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:30.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:30.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:30.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:30.052+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:30.052+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:32.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:32.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:32.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:32.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:32.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:32.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:33.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:33.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:33.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:33.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:33.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:33.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:34.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:34.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:35.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:35.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:35.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:35.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:35.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:35.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:35.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:35.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:35.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:35.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:36.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:36.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:36.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:36.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:36.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:36.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:37.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:37.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:37.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:37.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:37.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:37.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:37.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:37.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:37.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:37.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:37.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:37.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:38.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:38.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:38.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:38.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:38.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:38.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:38.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:38.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:38.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:38.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:38.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:38.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:40.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:40.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:40.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:40.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:40.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:40.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:40.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:40.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:40.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:40.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:40.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:40.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:41.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:41.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:41.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:41.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:41.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:41.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:42.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:42.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:42.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:42.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:42.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:42.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:42.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:42.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:42.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:42.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:42.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:42.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:43.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:43.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:43.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:43.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:43.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:43.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:45.194+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:45.197+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:45.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:45.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:45.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:45.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:45.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:45.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:45.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:45.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:45.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:45.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:48.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:48.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:49.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:49.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:49.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:49.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:50.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:50.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:50.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:50.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:50.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:50.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:52.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:52.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:52.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:52.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:52.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:52.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:52.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:52.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:52.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:52.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:52.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:52.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:53.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:53.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:53.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:53.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:53.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:53.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:53.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:53.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:53.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:53.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:53.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:53.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:53.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:53.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:53.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:53.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:53.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:53.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:54.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:54.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:54.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:54.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:54.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:54.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:57.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:57.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:57.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:57.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:57.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:57.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:57.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:57.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:57.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:57.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:57.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:57.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:58.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:58.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:58.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:58.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:58.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:58.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:58.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:58.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:59.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:59.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:59.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:59.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:59.180+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:59.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:59.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:59.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:59.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:59.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:22:59.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:22:59.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:22:59.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:22:59.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:22:59.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:22:59.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:00.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:00.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:00.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:00.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:00.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:00.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:02.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:02.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:02.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:02.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:02.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:02.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:04.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:04.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:04.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:04.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:04.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:04.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:05.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:05.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:05.848+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:05.848+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:05.848+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:05.848+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:07.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:07.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:07.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:07.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:07.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:07.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:07.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:07.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:07.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:07.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:07.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:07.921+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:08.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:08.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:08.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:08.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:08.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:08.197+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:08.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:08.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:08.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:08.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:08.440+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:08.440+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:08.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:08.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:08.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:08.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:08.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:08.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:11.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:11.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:11.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:11.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:11.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:11.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:12.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:12.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:12.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:12.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:12.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:12.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:13.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:13.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:13.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:13.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:13.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:13.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:13.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:13.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:13.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:13.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:13.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:13.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:13.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:13.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:13.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:13.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:13.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:13.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:14.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:14.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:14.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:14.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:14.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:14.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:15.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:15.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:15.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:15.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:15.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:15.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:16.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:16.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:16.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:16.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:16.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:16.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:19.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:19.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:19.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:19.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:19.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:19.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:20.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:20.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:20.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:20.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:20.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:20.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:20.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:20.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:20.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:20.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:20.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:20.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:20.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:20.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:20.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:20.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:20.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:20.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:21.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:21.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:21.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:21.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:21.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:21.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:22.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:22.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:22.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:22.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:22.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:22.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:22.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:22.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:22.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:22.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:22.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:22.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:25.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:25.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:25.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:25.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:25.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:25.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:25.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:25.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:25.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:25.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:25.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:25.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:26.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:26.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:26.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:26.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:26.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:26.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:26.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:26.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:26.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:26.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:26.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:26.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:27.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:27.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:27.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:27.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:27.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:27.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:27.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:27.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:27.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:27.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:27.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:27.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:27.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:27.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:27.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:27.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:27.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:27.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:30.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:30.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:30.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:30.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:30.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:30.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:33.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:33.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:33.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:33.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:33.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:33.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:33.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:33.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:33.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:33.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:33.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:33.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:33.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:33.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:33.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:33.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:33.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:33.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:35.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:35.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:35.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:35.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:35.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:35.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:37.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:37.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:37.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:37.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:37.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:37.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:38.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:38.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:38.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:38.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:38.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:38.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:38.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:38.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:38.906+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:23:38.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:38.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:38.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:38.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:39.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:39.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:39.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:39.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:39.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:39.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:41.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:41.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:41.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:41.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:41.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:41.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:41.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:41.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:41.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:41.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:41.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:41.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:42.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:42.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:42.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:42.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:42.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:42.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:42.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:42.881+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:42.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:42.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:42.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:42.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:43.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:43.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:43.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:43.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:43.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:43.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:44.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:44.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:44.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:44.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:44.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:44.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:45.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:45.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:45.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:45.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:45.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:45.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:47.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:47.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:47.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:47.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:47.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:47.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:47.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:47.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:47.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:47.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:47.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:47.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:47.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:47.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:47.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:47.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:47.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:47.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:50.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:50.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:50.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:50.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:50.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:50.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:51.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:51.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:51.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:51.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:51.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:51.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:53.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:53.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:53.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:53.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:53.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:53.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:53.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:53.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:53.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:53.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:53.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:53.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:54.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:54.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:54.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:54.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:54.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:54.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:55.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:55.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:55.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:55.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:55.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:55.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:56.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:56.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:56.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:56.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:56.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:56.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:56.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:56.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:56.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:56.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:56.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:56.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:57.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:57.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:57.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:57.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:57.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:57.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:58.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:58.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:58.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:58.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:58.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:58.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:23:59.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:23:59.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:23:59.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:23:59.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:23:59.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:23:59.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:00.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:00.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:00.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:00.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:00.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:00.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:00.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:00.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:00.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:00.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:00.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:00.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:01.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:01.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:01.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:01.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:01.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:01.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:02.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:02.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:02.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:02.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:02.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:02.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:03.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:03.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:03.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:03.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:03.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:03.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:03.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:03.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:03.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:03.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:03.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:03.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:05.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:05.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:05.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:05.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:05.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:05.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:06.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:06.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:06.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:06.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:06.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:06.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:08.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:08.524+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:08.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:08.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:08.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:08.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:08.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:08.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:08.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:08.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:08.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:08.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:09.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:09.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:09.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:09.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:09.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:09.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:09.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:09.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:09.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:09.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:09.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:09.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:09.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:09.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:09.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:09.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:09.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:09.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:10.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:10.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:10.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:10.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:10.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:10.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:11.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:11.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:11.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:11.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:11.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:11.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:13.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:13.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:13.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:13.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:13.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:13.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:14.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:14.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:14.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:14.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:14.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:14.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:14.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:14.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:14.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:14.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:14.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:14.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:14.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:14.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:14.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:14.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:14.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:14.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:15.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:15.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:15.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:15.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:15.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:15.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:15.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:15.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:15.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:15.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:15.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:15.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:17.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:17.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:17.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:17.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:17.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:17.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:18.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:18.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:18.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:18.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:18.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:18.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:19.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:19.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:19.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:19.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:19.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:19.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:19.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:19.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:19.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:19.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:19.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:19.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:21.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:21.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:22.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:22.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:22.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:22.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:22.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:22.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:22.777+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:22.777+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:22.777+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:22.777+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:22.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:22.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:23.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:23.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:23.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:23.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:23.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:23.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:23.541+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:23.541+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:23.541+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:23.541+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:24.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:24.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:24.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:24.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:24.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:24.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:24.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:24.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:24.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:24.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:24.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:24.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:26.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:26.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:26.828+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:26.828+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:26.828+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:26.828+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:27.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:27.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:27.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:27.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:27.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:27.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:28.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:28.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:28.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:28.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:28.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:28.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:28.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:28.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:28.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:28.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:28.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:28.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:29.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:29.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:29.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:29.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:29.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:29.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:29.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:29.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:29.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:29.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:29.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:29.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:30.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:30.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:30.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:30.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:30.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:30.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:32.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:32.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:32.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:32.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:32.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:32.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:33.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:33.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:33.211+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:33.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:33.211+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:33.211+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:34.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:34.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:34.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:34.882+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:34.882+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:34.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:35.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:35.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:35.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:35.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:35.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:35.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:38.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:38.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:38.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:38.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:38.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:38.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:39.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:39.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:39.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:39.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:39.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:39.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:39.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:39.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:39.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:39.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:39.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:39.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:40.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:40.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:40.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:40.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:40.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:40.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:41.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:41.845+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:41.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:41.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:41.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:41.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:42.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:42.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:42.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:42.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:42.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:42.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:43.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:43.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:43.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:43.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:43.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:43.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:43.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:43.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:43.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:43.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:43.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:43.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:44.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:44.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:44.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:44.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:44.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:44.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:45.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:45.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:45.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:45.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:45.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:45.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:45.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:45.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:45.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:45.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:45.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:45.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:45.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:45.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:46.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:46.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:46.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:46.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:46.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:46.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:46.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:46.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:46.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:46.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:47.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:47.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:47.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:47.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:47.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:47.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:48.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:48.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:48.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:48.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:48.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:48.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:51.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:51.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:51.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:51.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:51.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:51.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:51.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:51.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:51.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:51.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:51.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:51.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:52.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:52.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:52.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:52.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:52.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:52.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:52.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:52.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:53.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:53.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:53.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:53.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:53.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:53.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:53.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:53.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:53.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:53.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:54.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:54.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:54.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:54.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:54.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:54.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:55.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:55.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:55.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:55.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:55.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:55.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:56.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:56.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:56.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:56.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:56.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:56.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:57.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:57.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:57.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:57.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:57.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:57.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:57.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:57.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:57.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:57.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:57.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:57.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:57.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:57.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:57.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:57.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:57.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:57.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:58.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:58.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:58.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:58.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:58.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:58.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:24:58.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:24:58.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:24:58.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:24:58.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:24:58.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:24:58.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:00.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:00.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:00.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:00.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:00.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:00.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:00.277+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:00.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:00.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:00.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:00.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:00.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:02.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:02.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:02.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:02.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:02.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:02.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:02.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:02.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:03.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:03.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:03.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:03.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:04.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:04.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:04.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:04.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:04.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:04.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:05.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:05.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:05.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:05.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:05.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:05.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:07.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:07.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:07.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:07.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:07.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:07.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:07.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:07.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:07.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:07.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:07.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:07.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:07.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:07.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:08.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:08.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:08.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:08.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:09.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:09.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:09.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:09.595+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:09.595+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:09.595+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:09.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:09.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:10.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:10.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:10.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:10.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:11.062+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:25:11.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:11.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:11.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:11.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:11.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:11.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:11.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:11.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:11.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:11.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:11.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:11.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:12.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:12.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:12.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:12.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:12.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:12.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:12.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:12.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:12.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:12.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:12.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:12.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:13.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:13.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:13.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:13.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:13.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:13.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:15.194+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:15.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:15.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:15.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:15.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:15.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:16.289+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:16.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:16.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:16.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:16.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:16.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:16.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:16.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:16.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:16.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:16.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:16.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:17.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:17.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:17.127+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:17.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:17.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:17.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:21.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:21.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:21.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:21.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:21.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:21.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:22.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:22.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:22.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:22.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:22.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:22.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:22.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:22.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:22.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:22.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:22.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:22.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:24.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:24.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:24.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:24.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:24.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:24.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:25.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:25.589+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:25.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:25.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:25.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:25.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:25.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:25.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:26.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:26.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:26.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:26.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:26.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:26.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:26.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:26.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:26.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:26.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:27.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:27.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:27.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:27.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:27.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:27.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:27.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:27.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:27.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:27.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:27.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:27.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:27.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:27.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:27.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:27.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:27.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:27.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:28.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:28.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:28.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:28.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:28.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:28.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:29.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:29.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:29.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:29.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:29.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:29.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:30.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:30.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:30.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:30.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:30.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:30.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:31.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:31.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:31.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:31.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:31.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:31.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:32.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:32.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:32.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:32.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:32.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:32.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:32.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:32.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:32.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:32.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:32.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:32.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:34.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:34.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:34.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:34.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:34.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:34.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:34.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:34.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:34.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:34.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:34.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:34.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:37.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:37.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:37.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:37.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:37.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:37.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:38.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:38.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:38.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:38.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:38.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:38.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:39.493+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:39.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:39.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:39.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:39.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:39.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:40.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:40.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:40.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:40.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:40.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:40.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:42.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:42.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:42.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:42.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:42.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:42.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:42.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:42.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:42.771+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:42.771+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:42.771+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:42.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:42.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:42.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:42.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:42.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:42.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:42.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:43.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:43.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:43.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:43.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:43.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:43.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:43.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:43.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:43.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:43.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:43.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:43.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:43.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:43.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:43.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:43.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:43.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:43.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:44.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:44.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:44.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:44.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:44.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:44.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:47.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:47.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:47.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:47.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:47.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:47.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:48.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:48.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:48.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:48.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:48.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:48.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:48.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:48.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:48.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:48.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:48.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:48.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:48.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:48.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:48.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:48.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:48.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:48.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:49.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:49.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:49.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:49.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:49.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:49.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:50.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:50.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:50.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:50.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:50.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:50.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:51.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:51.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:51.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:51.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:51.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:51.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:53.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:53.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:53.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:53.333+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:53.333+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:53.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:53.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:53.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:53.781+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:53.781+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:53.781+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:53.781+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:54.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:54.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:54.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:54.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:54.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:54.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:56.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:56.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:56.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:56.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:56.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:56.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:56.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:56.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:56.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:56.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:56.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:56.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:57.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:57.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:57.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:57.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:57.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:57.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:58.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:58.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:58.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:58.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:58.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:58.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:58.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:58.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:58.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:58.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:58.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:58.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:58.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:58.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:58.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:58.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:58.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:58.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:25:59.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:25:59.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:25:59.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:25:59.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:25:59.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:25:59.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:01.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:01.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:01.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:01.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:01.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:01.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:02.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:02.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:02.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:02.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:02.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:02.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:03.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:03.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:03.244+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:26:03.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:03.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:03.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:03.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:03.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:03.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:03.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:03.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:03.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:03.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:05.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:05.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:05.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:05.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:05.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:05.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:06.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:06.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:06.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:06.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:06.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:06.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:07.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:07.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:07.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:07.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:07.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:07.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:08.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:08.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:08.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:08.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:08.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:08.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:09.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:09.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:09.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:09.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:09.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:09.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:10.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:10.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:10.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:10.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:10.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:10.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:11.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:11.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:11.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:11.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:11.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:11.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:12.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:12.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:12.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:12.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:12.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:12.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:12.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:12.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:12.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:12.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:12.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:12.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:13.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:13.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:13.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:13.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:13.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:13.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:15.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:15.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:15.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:15.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:15.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:15.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:15.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:15.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:15.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:15.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:15.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:15.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:16.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:16.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:16.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:16.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:16.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:16.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:17.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:17.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:17.718+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:26:17.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:17.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:17.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:17.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:18.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:18.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:18.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:18.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:18.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:18.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:18.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:18.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:18.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:18.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:18.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:18.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:20.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:20.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:20.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:20.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:20.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:20.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:20.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:20.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:20.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:20.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:20.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:20.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:22.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:23.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:23.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:23.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:23.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:23.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:23.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:23.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:23.631+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:26:23.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:23.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:23.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:23.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:24.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:24.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:24.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:24.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:24.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:24.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:26.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:26.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:26.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:26.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:26.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:26.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:26.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:26.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:26.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:26.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:26.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:26.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:27.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:27.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:27.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:27.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:27.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:27.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:27.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:27.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:27.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:27.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:27.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:27.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:28.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:28.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:28.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:28.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:28.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:28.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:28.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:28.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:28.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:28.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:28.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:28.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:30.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:30.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:30.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:30.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:30.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:30.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:30.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:30.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:30.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:30.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:30.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:30.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:31.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:31.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:31.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:31.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:31.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:31.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:32.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:32.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:32.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:32.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:32.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:32.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:33.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:33.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:33.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:33.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:33.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:33.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:35.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:35.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:35.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:35.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:35.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:35.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:36.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:36.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:36.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:36.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:36.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:36.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:37.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:37.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:37.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:37.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:37.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:37.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:39.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:39.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:39.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:39.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:39.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:39.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:39.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:39.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:39.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:39.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:39.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:39.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:40.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:40.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:40.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:40.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:40.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:40.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:41.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:41.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:41.075+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:41.075+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:41.075+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:41.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:42.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:42.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:42.111+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:42.111+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:42.111+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:42.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:42.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:42.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:42.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:42.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:42.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:42.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:44.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:44.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:44.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:44.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:44.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:44.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:45.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:45.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:45.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:45.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:45.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:45.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:46.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:46.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:46.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:46.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:46.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:46.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:46.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:46.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:46.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:46.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:46.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:46.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:46.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:46.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:46.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:46.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:46.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:46.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:47.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:47.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:47.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:47.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:47.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:47.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:48.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:48.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:48.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:48.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:48.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:48.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:49.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:49.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:50.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:50.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:50.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:50.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:52.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:52.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:52.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:52.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:52.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:52.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:52.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:52.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:52.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:52.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:52.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:52.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:54.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:54.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:54.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:54.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:54.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:54.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:55.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:55.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:55.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:55.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:55.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:55.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:55.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:55.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:55.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:55.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:55.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:55.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:56.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:56.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:56.658+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:56.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:56.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:56.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:58.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:58.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:26:58.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:26:58.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:26:58.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:26:58.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:26:59.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:26:59.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:00.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:00.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:00.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:00.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:00.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:00.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:00.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:00.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:00.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:00.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:00.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:00.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:00.696+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:27:00.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:00.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:00.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:00.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:01.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:01.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:01.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:01.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:01.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:01.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:01.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:01.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:01.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:01.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:01.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:01.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:03.319+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:27:03.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:03.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:03.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:03.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:03.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:03.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:05.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:05.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:05.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:05.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:05.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:05.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:06.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:06.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:06.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:06.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:06.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:06.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:08.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:08.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:08.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:08.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:08.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:08.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:09.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:09.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:09.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:09.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:09.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:09.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:10.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:10.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:10.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:10.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:10.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:10.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:10.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:10.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:10.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:10.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:10.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:10.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:11.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:11.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:11.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:11.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:11.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:11.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:11.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:11.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:11.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:11.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:11.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:11.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:14.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:14.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:14.831+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:14.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:14.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:14.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:15.039+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:15.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:15.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:15.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:15.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:15.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:15.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:15.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:15.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:15.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:15.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:15.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:16.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:16.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:16.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:16.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:16.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:16.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:16.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:16.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:16.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:16.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:16.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:16.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:16.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:16.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:16.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:16.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:16.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:16.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:16.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:16.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:16.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:16.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:16.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:16.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:19.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:19.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:19.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:19.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:19.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:19.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:20.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:20.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:20.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:20.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:20.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:20.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:21.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:21.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:21.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:21.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:21.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:21.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:22.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:22.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:22.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:22.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:22.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:22.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:22.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:22.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:22.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:22.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:22.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:22.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:23.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:23.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:23.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:23.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:23.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:23.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:24.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:24.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:24.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:24.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:24.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:24.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:24.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:24.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:24.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:24.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:24.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:24.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:27.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:27.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:27.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:27.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:27.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:27.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:28.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:28.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:28.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:28.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:28.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:28.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:28.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:28.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:28.869+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:27:28.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:28.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:28.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:28.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:29.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:29.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:29.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:29.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:29.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:29.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:29.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:29.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:29.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:29.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:29.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:29.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:29.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:29.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:29.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:29.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:29.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:29.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:29.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:29.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:29.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:29.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:29.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:29.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:34.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:34.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:34.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:34.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:34.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:34.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:34.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:34.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:34.620+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:27:34.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:34.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:34.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:34.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:34.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:34.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:34.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:34.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:34.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:34.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:36.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:36.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:36.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:36.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:36.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:36.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:37.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:37.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:37.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:37.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:37.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:37.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:38.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:38.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:38.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:38.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:38.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:38.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:39.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:39.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:39.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:39.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:39.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:39.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:41.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:41.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:41.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:41.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:41.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:41.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:42.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:42.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:42.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:42.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:42.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:42.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:43.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:43.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:43.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:43.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:43.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:43.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:44.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:44.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:44.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:44.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:44.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:44.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:44.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:44.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:44.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:44.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:44.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:44.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:44.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:44.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:44.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:44.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:44.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:44.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:47.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:47.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:47.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:47.469+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:47.469+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:47.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:48.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:48.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:48.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:48.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:48.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:48.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:49.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:49.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:49.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:49.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:49.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:49.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:49.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:49.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:49.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:49.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:49.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:49.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:50.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:50.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:50.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:50.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:50.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:50.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:52.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:52.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:52.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:52.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:52.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:52.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:52.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:52.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:52.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:52.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:52.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:52.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:53.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:53.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:53.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:53.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:53.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:53.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:55.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:55.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:55.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:55.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:55.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:55.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:56.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:56.222+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:56.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:56.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:56.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:56.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:57.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:57.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:57.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:57.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:57.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:57.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:57.596+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:57.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:57.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:57.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:57.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:57.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:57.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:57.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:57.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:57.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:57.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:57.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:58.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:58.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:58.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:58.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:58.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:58.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:27:59.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:27:59.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:27:59.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:27:59.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:27:59.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:27:59.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:00.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:00.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:00.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:00.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:00.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:00.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:02.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:02.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:02.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:02.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:02.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:02.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:04.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:04.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:04.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:04.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:04.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:04.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:04.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:04.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:04.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:04.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:04.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:04.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:05.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:05.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:05.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:05.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:05.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:05.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:05.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:05.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:05.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:05.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:05.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:05.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:05.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:05.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:05.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:05.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:05.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:05.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:07.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:07.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:07.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:07.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:07.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:07.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:08.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:08.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:08.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:08.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:08.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:08.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:09.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:09.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:09.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:09.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:09.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:09.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:10.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:10.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:10.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:10.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:10.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:10.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:11.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:11.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:11.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:11.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:11.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:11.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:11.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:11.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:11.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:11.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:11.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:11.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:13.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:13.314+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:13.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:13.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:13.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:13.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:13.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:13.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:13.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:13.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:13.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:13.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:13.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:13.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:13.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:13.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:13.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:13.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:14.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:14.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:14.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:14.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:14.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:14.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:15.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:15.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:15.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:15.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:15.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:15.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:18.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:18.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:18.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:18.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:18.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:18.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:18.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:18.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:18.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:18.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:18.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:18.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:19.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:19.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:19.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:19.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:19.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:19.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:19.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:19.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:19.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:19.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:19.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:19.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:20.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:20.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:20.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:20.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:20.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:20.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:21.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:21.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:21.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:21.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:21.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:21.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:23.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:23.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:23.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:23.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:23.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:23.197+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:23.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:23.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:23.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:23.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:23.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:23.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:23.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:23.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:23.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:23.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:23.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:23.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:25.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:25.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:25.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:25.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:25.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:25.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:25.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:25.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:26.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:26.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:26.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:26.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:27.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:27.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:27.389+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:27.389+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:27.389+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:27.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:27.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:27.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:27.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:27.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:27.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:27.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:28.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:28.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:28.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:28.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:28.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:28.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:29.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:29.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:29.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:29.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:29.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:29.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:29.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:29.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:29.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:29.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:29.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:29.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:32.557+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:28:32.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:32.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:32.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:32.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:32.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:32.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:32.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:32.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:32.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:32.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:32.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:32.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:33.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:33.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:33.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:33.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:33.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:33.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:35.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:35.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:35.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:35.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:35.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:35.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:36.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:36.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:36.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:36.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:36.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:36.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:37.750+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:37.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:37.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:37.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:37.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:37.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:37.977+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:37.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:38.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:38.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:38.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:38.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:39.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:39.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:39.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:39.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:39.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:39.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:39.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:39.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:39.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:39.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:39.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:39.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:39.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:39.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:39.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:39.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:39.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:39.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:41.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:41.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:41.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:41.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:41.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:41.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:41.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:41.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:41.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:41.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:41.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:41.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:42.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:42.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:42.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:42.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:42.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:42.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:43.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:43.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:43.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:43.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:43.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:43.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:44.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:44.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:44.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:44.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:44.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:44.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:45.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:45.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:45.040+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:45.040+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:45.040+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:45.040+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:45.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:45.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:45.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:45.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:45.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:45.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:46.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:46.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:46.575+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:46.575+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:46.575+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:46.575+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:47.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:47.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:47.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:47.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:47.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:47.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:48.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:48.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:48.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:48.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:48.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:48.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:49.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:49.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:49.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:49.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:49.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:49.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:50.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:50.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:50.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:50.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:50.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:50.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:51.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:51.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:51.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:51.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:51.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:51.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:52.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:53.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:53.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:53.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:53.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:53.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:53.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:53.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:53.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:53.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:53.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:53.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:54.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:54.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:54.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:54.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:54.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:54.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:55.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:55.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:55.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:55.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:55.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:55.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:55.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:55.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:55.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:55.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:55.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:55.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:55.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:55.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:55.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:55.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:55.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:55.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:56.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:56.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:56.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:56.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:56.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:56.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:58.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:58.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:58.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:58.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:58.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:58.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:59.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:59.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:59.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:59.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:59.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:59.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:28:59.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:28:59.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:28:59.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:28:59.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:28:59.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:28:59.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:00.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:00.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:00.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:00.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:00.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:00.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:01.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:01.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:01.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:01.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:01.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:01.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:02.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:02.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:02.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:02.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:02.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:02.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:04.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:04.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:04.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:04.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:04.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:04.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:04.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:04.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:04.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:04.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:04.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:04.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:05.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:05.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:05.599+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:29:05.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:05.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:05.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:05.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:06.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:06.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:07.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:07.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:07.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:07.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:07.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:07.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:07.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:07.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:07.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:07.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:09.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:09.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:09.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:09.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:09.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:09.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:09.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:09.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:09.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:09.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:09.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:09.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:10.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:10.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:10.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:10.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:10.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:10.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:11.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:11.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:11.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:11.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:11.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:11.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:12.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:12.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:12.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:12.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:12.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:12.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:12.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:12.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:12.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:12.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:12.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:12.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:12.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:12.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:12.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:12.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:12.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:12.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:12.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:12.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:12.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:12.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:12.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:12.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:14.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:14.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:14.544+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:14.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:14.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:14.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:16.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:16.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:16.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:16.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:16.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:16.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:17.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:17.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:17.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:17.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:17.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:17.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:17.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:17.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:17.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:17.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:17.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:17.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:17.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:17.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:18.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:18.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:18.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:18.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:18.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:18.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:18.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:18.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:18.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:18.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:19.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:19.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:19.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:19.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:19.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:19.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:19.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:19.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:19.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:19.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:19.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:19.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:22.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:22.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:22.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:22.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:22.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:22.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:23.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:23.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:23.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:23.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:23.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:23.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:24.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:24.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:24.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:24.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:24.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:24.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:24.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:24.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:24.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:24.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:24.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:24.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:24.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:24.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:24.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:24.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:24.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:24.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:25.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:25.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:25.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:25.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:25.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:25.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:26.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:26.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:26.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:26.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:26.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:26.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:27.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:27.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:27.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:27.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:27.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:27.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:30.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:30.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:30.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:30.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:30.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:30.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:30.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:30.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:30.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:30.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:30.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:30.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:30.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:30.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:31.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:31.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:31.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:31.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:31.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:31.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:31.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:31.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:31.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:31.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:31.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:31.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:31.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:31.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:31.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:31.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:34.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:34.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:34.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:34.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:34.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:34.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:35.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:35.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:35.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:35.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:35.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:35.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:36.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:36.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:36.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:36.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:36.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:36.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:36.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:36.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:36.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:36.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:36.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:36.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:37.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:37.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:37.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:37.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:37.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:37.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:39.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:39.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:39.949+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:39.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:39.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:39.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:40.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:40.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:40.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:40.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:40.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:40.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:41.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:41.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:41.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:41.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:41.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:41.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:41.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:41.197+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:41.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:41.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:41.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:41.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:42.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:42.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:42.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:42.333+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:42.333+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:42.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:42.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:42.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:42.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:42.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:42.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:42.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:45.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:45.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:45.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:45.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:45.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:45.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:45.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:45.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:46.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:46.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:46.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:46.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:46.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:46.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:46.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:46.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:46.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:46.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:46.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:46.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:46.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:46.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:46.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:46.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:47.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:47.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:47.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:47.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:47.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:47.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:48.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:48.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:48.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:48.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:48.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:48.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:49.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:49.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:49.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:49.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:49.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:49.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:51.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:51.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:51.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:51.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:51.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:51.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:51.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:51.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:51.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:51.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:51.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:51.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:52.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:52.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:52.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:52.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:52.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:52.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:53.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:53.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:53.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:53.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:53.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:53.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:54.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:54.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:54.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:54.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:54.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:54.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:54.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:54.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:54.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:54.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:54.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:54.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:56.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:56.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:56.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:56.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:56.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:56.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:57.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:57.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:57.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:57.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:57.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:57.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:59.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:59.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:59.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:59.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:59.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:59.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:29:59.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:29:59.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:29:59.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:29:59.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:29:59.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:29:59.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:00.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:00.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:00.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:00.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:00.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:00.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:01.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:01.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:01.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:01.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:01.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:01.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:01.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:01.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:01.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:01.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:01.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:01.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:03.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:03.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:03.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:03.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:03.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:03.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:03.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:03.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:03.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:03.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:03.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:03.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:05.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:05.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:05.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:05.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:05.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:05.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:06.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:06.197+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:06.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:06.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:06.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:06.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:06.521+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:06.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:06.556+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:30:06.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:06.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:06.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:06.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:07.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:07.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:07.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:07.125+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:07.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:07.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:08.086+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:08.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:08.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:08.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:08.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:08.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:10.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:10.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:10.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:10.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:10.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:10.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:12.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:12.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:12.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:12.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:12.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:12.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:13.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:13.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:13.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:13.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:13.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:13.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:14.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:14.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:14.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:14.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:14.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:14.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:15.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:15.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:15.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:15.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:15.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:15.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:19.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:19.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:19.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:19.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:19.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:19.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:20.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:20.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:20.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:20.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:20.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:20.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:21.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:21.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:21.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:21.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:21.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:21.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:24.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:24.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:24.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:24.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:24.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:24.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:25.194+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:25.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:25.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:25.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:25.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:25.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:26.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:26.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:26.821+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:26.821+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:26.821+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:26.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:27.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:27.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:27.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:27.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:27.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:27.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:27.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:27.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:27.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:27.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:27.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:27.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:28.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:28.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:28.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:28.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:28.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:28.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:29.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:29.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:29.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:29.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:29.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:29.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:30.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:30.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:30.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:30.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:30.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:30.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:30.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:30.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:30.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:30.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:30.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:30.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:32.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:32.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:32.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:32.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:32.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:32.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:33.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:33.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:33.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:33.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:33.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:33.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:33.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:33.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:33.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:33.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:33.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:33.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:34.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:34.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:34.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:34.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:34.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:34.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:34.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:34.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:34.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:34.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:34.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:34.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:35.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:35.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:35.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:35.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:35.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:35.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:36.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:36.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:36.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:36.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:36.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:36.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:38.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:38.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:38.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:38.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:38.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:38.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:39.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:39.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:39.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:39.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:39.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:39.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:39.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:39.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:40.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:40.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:40.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:40.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:42.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:42.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:42.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:42.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:42.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:42.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:43.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:43.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:43.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:43.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:43.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:43.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:43.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:43.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:43.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:43.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:43.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:43.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:44.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:44.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:44.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:44.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:44.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:44.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:45.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:45.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:45.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:45.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:45.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:45.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:46.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:46.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:46.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:46.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:46.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:46.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:46.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:46.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:46.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:46.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:46.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:46.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:47.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:47.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:47.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:47.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:47.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:47.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:48.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:48.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:48.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:48.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:48.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:48.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:48.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:48.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:48.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:48.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:48.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:48.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:49.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:49.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:49.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:49.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:49.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:49.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:50.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:50.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:50.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:50.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:50.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:50.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:51.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:51.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:51.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:51.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:51.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:51.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:51.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:51.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:51.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:51.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:51.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:51.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:52.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:52.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:52.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:52.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:52.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:52.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:53.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:53.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:53.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:53.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:53.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:53.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:56.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:56.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:56.504+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:30:56.544+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:56.544+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:56.544+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:56.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:57.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:57.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:57.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:57.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:57.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:57.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:30:59.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:30:59.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:30:59.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:30:59.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:30:59.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:30:59.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:01.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:01.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:01.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:01.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:01.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:01.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:01.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:01.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:01.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:01.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:01.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:01.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:01.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:01.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:01.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:01.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:01.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:01.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:02.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:02.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:02.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:02.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:02.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:02.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:02.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:02.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:02.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:02.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:02.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:02.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:03.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:03.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:03.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:03.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:03.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:03.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:04.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:04.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:04.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:04.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:04.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:04.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:06.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:06.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:06.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:06.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:06.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:06.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:06.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:06.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:06.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:06.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:06.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:06.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:07.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:07.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:07.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:07.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:07.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:07.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:08.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:08.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:08.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:08.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:08.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:08.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:08.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:08.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:08.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:08.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:08.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:08.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:09.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:09.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:09.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:09.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:09.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:09.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:10.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:10.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:10.912+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:10.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:10.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:10.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:13.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:13.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:13.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:13.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:13.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:13.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:14.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:14.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:14.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:14.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:14.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:14.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:15.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:15.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:15.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:15.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:15.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:15.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:16.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:16.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:16.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:16.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:16.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:16.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:16.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:16.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:16.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:16.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:16.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:16.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:16.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:16.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:16.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:16.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:16.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:16.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:17.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:17.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:17.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:17.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:17.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:17.154+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:17.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:17.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:17.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:17.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:17.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:17.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:19.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:19.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:19.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:19.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:19.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:19.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:20.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:20.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:20.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:20.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:20.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:20.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:20.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:20.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:20.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:20.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:20.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:20.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:21.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:21.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:21.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:21.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:21.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:21.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:22.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:22.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:22.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:22.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:22.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:22.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:22.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:22.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:22.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:22.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:22.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:22.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:22.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:22.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:22.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:22.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:22.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:22.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:22.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:22.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:23.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:23.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:23.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:23.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:25.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:25.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:25.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:25.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:25.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:25.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:27.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:27.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:27.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:27.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:27.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:27.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:27.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:27.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:27.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:27.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:27.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:27.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:28.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:28.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:28.305+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:31:28.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:28.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:28.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:28.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:28.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:28.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:29.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:29.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:29.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:29.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:29.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:29.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:29.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:29.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:29.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:29.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:31.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:31.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:31.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:31.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:31.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:31.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:32.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:32.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:32.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:32.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:32.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:32.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:32.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:32.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:32.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:32.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:32.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:32.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:33.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:33.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:33.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:33.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:33.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:33.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:34.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:34.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:34.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:34.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:34.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:34.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:34.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:34.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:34.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:34.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:34.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:34.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:34.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:34.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:34.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:34.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:34.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:34.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:36.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:36.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:36.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:36.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:36.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:36.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:36.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:36.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:36.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:36.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:36.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:36.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:39.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:39.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:39.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:39.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:39.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:39.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:41.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:41.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:41.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:41.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:41.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:41.308+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:41.750+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:41.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:41.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:41.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:41.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:41.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:43.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:43.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:43.771+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:43.771+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:43.771+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:43.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:44.940+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:44.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:44.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:44.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:44.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:44.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:45.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:45.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:45.336+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:45.336+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:45.336+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:45.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:46.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:46.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:46.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:46.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:46.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:46.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:46.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:46.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:46.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:46.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:46.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:46.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:47.130+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:47.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:47.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:47.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:47.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:47.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:48.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:48.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:48.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:48.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:48.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:48.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:48.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:48.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:48.890+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:31:48.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:48.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:48.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:48.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:50.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:50.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:50.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:50.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:50.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:50.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:50.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:50.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:50.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:50.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:50.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:50.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:51.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:51.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:51.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:51.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:51.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:51.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:53.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:53.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:53.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:53.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:53.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:53.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:54.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:54.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:54.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:54.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:54.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:54.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:54.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:54.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:54.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:54.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:54.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:54.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:55.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:55.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:55.721+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:55.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:55.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:55.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:57.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:57.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:57.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:57.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:57.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:57.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:31:59.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:31:59.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:31:59.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:31:59.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:31:59.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:31:59.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:00.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:00.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:00.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:00.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:00.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:00.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:00.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:00.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:00.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:00.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:00.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:00.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:00.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:00.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:00.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:00.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:00.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:00.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:01.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:01.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:01.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:01.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:01.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:01.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:01.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:01.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:01.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:01.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:01.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:01.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:02.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:02.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:02.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:02.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:02.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:02.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:03.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:03.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:03.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:03.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:03.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:03.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:05.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:05.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:05.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:05.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:05.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:05.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:05.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:05.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:05.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:05.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:05.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:05.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:06.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:06.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:06.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:06.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:06.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:06.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:07.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:07.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:07.075+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:07.075+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:07.075+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:07.075+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:07.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:07.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:07.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:07.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:07.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:07.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:08.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:08.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:08.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:08.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:08.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:08.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:09.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:09.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:09.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:09.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:09.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:09.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:09.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:09.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:09.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:09.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:09.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:09.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:12.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:12.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:12.912+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:12.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:12.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:12.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:14.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:14.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:14.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:14.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:14.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:14.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:14.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:14.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:15.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:15.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:15.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:15.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:15.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:15.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:15.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:15.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:15.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:15.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:16.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:16.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:16.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:16.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:16.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:16.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:16.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:16.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:16.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:16.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:16.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:16.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:17.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:17.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:17.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:17.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:17.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:17.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:17.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:17.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:17.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:17.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:17.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:17.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:20.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:20.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:20.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:20.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:20.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:20.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:21.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:21.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:21.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:21.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:21.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:21.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:21.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:21.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:21.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:21.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:21.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:21.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:21.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:21.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:21.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:21.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:21.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:21.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:22.259+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:22.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:22.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:22.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:22.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:22.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:22.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:22.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:22.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:22.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:22.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:22.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:22.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:22.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:22.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:22.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:22.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:22.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:23.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:23.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:23.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:23.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:23.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:23.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:26.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:26.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:26.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:26.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:26.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:26.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:28.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:28.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:28.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:28.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:28.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:28.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:28.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:28.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:28.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:28.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:28.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:28.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:29.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:29.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:29.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:29.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:29.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:29.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:29.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:29.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:29.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:29.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:29.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:29.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:30.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:30.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:30.049+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:30.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:30.049+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:30.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:30.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:30.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:30.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:30.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:30.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:30.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:30.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:30.702+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:30.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:30.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:30.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:30.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:33.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:33.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:33.817+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:32:33.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:33.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:33.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:33.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:34.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:34.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:34.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:34.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:34.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:34.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:35.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:35.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:35.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:35.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:35.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:35.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:35.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:35.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:35.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:35.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:35.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:35.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:35.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:35.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:36.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:36.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:36.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:36.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:36.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:36.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:36.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:36.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:36.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:36.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:38.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:38.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:38.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:38.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:38.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:38.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:39.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:39.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:40.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:40.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:40.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:40.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:42.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:42.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:42.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:42.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:42.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:42.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:42.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:42.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:42.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:42.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:42.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:42.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:43.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:43.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:43.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:43.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:43.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:43.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:43.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:43.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:43.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:43.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:43.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:43.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:44.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:44.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:44.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:44.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:44.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:44.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:45.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:45.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:45.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:45.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:45.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:45.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:47.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:47.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:47.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:47.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:47.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:47.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:47.940+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:47.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:47.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:47.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:47.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:47.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:48.393+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:48.394+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:48.412+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:32:48.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:48.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:48.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:48.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:48.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:48.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:48.744+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:32:48.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:48.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:48.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:48.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:49.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:49.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:49.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:49.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:49.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:49.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:50.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:50.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:50.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:50.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:50.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:50.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:52.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:52.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:52.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:52.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:52.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:52.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:53.695+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:53.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:53.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:53.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:53.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:53.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:54.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:54.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:54.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:54.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:54.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:54.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:55.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:55.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:55.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:55.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:55.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:55.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:58.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:58.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:58.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:58.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:58.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:58.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:59.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:59.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:59.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:59.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:59.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:59.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:32:59.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:32:59.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:32:59.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:32:59.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:32:59.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:32:59.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:00.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:00.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:00.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:00.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:00.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:00.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:00.702+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:33:02.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:02.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:02.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:02.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:02.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:02.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:02.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:02.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:03.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:03.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:03.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:03.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:03.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:03.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:03.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:03.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:03.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:03.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:03.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:03.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:03.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:03.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:03.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:03.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:04.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:04.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:04.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:04.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:04.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:04.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:04.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:04.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:04.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:04.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:04.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:04.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:05.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:05.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:05.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:05.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:05.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:05.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:06.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:06.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:06.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:06.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:06.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:06.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:07.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:07.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:07.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:07.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:07.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:07.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:08.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:08.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:08.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:08.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:08.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:08.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:08.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:08.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:08.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:08.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:08.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:08.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:11.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:11.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:11.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:11.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:11.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:11.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:11.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:11.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:11.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:11.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:11.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:11.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:11.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:11.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:11.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:11.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:11.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:11.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:13.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:13.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:13.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:13.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:13.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:13.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:15.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:15.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:15.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:15.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:15.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:15.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:16.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:16.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:16.632+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T18:33:16.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:16.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:16.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:16.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:16.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:16.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:16.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:16.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:16.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:16.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:18.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:18.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:18.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:18.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:18.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:18.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:18.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:18.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:18.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:18.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:18.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:18.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:19.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:19.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:19.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:19.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:19.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:19.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:21.130+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:21.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:21.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:21.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:21.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:21.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:21.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:21.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:21.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:21.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:21.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:21.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:21.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:21.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:21.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:21.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:21.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:21.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:23.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:23.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:23.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:23.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:23.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:23.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:23.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:23.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:23.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:23.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:23.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:23.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:23.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:23.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:23.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:23.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:23.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:23.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:24.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:24.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:24.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:24.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:24.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:24.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:26.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:26.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:26.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:26.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:26.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:26.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:27.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:27.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:27.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:27.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:27.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:27.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:28.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:28.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:28.336+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:28.336+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:28.336+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:28.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:29.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:29.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:30.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:30.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:30.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:30.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:31.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:31.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:31.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:31.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:31.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:31.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:31.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:31.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:31.781+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:31.781+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:31.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:31.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:32.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:32.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:32.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:32.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:32.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:32.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:33.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:33.604+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:33.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:33.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:33.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:33.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:33.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:33.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:33.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:33.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:33.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:33.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:34.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:34.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:34.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:34.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:34.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:34.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:36.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:36.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:36.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:36.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:36.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:36.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:36.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:36.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:36.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:36.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:36.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:36.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:37.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:37.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:37.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:37.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:37.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:37.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:38.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:38.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:38.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:38.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:38.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:38.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:39.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:39.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:39.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:39.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:39.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:39.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:39.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:39.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:39.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:39.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:39.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:39.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:40.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:40.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:40.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:40.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:40.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:40.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:42.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:42.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:42.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:42.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:42.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:42.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:43.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:43.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:43.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:43.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:43.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:43.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:43.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:43.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:43.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:43.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:43.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:43.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:43.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:43.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:43.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:43.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:43.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:43.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:45.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:45.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:45.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:45.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:45.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:45.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:45.603+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:45.604+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:45.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:45.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:45.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:45.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:46.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:46.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:46.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:46.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:46.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:46.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:46.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:46.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:46.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:46.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:46.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:46.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:48.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:48.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:48.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:48.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:48.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:48.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:48.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:48.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:48.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:48.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:48.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:48.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:51.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:51.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:51.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:51.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:51.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:51.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:51.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:51.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:52.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:52.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:52.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:52.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:52.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:52.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:52.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:52.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:52.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:52.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:54.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:54.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:54.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:54.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:54.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:54.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:54.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:54.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:54.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:54.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:54.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:54.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:57.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:57.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:57.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:57.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:57.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:57.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:58.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:58.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:58.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:58.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:58.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:58.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:33:59.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:33:59.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:33:59.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:33:59.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:33:59.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:33:59.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:00.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:00.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:00.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:00.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:00.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:00.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:01.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:01.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:01.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:01.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:01.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:01.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:01.554+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:01.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:01.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:01.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:01.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:01.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:03.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:03.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:03.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:03.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:03.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:03.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:04.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:04.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:04.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:04.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:04.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:04.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:06.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:06.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:06.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:06.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:06.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:06.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:06.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:06.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:06.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:06.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:06.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:06.881+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:09.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:09.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:09.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:09.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:09.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:09.596+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:12.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:12.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:12.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:12.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:12.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:12.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:13.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:13.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:13.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:13.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:13.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:13.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:14.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:14.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:14.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:14.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:14.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:14.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:19.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:19.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:19.066+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:19.066+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:19.066+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:19.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:19.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:19.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:19.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:19.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:19.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:19.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:26.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:26.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:26.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:26.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:26.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:26.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:26.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:26.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:26.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:26.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:26.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:26.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:31.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:31.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:31.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:31.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:31.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:31.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:31.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:31.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:31.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:31.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:31.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:31.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:39.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:39.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:39.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:39.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:39.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:39.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:39.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:39.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:39.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:39.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:39.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:39.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:44.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:44.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:44.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:44.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:44.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:44.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:44.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:44.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:44.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:44.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:44.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:44.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:51.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:51.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:51.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:51.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:51.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:51.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:52.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:52.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:52.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:52.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:52.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:52.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:56.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:56.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:56.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:56.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:56.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:56.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:34:58.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:34:58.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:34:58.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:34:58.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:34:58.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:34:58.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:35:02.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:35:02.987+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:35:03.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:35:03.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:35:03.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:35:03.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:35:05.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:35:05.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:35:05.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:35:05.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:35:05.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:35:05.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:35:08.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:35:08.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:35:08.161+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:35:08.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:35:08.161+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:35:08.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:35:11.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:35:11.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:35:11.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:35:11.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:35:11.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:35:11.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:35:16.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:35:16.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:35:16.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:35:16.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:35:16.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:35:16.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T18:35:21.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T18:35:21.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T18:35:21.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T18:35:21.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T18:35:21.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T18:35:21.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:33:30.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:33:30.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:33:30.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:33:30.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:33:30.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:33:30.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:33:35.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:33:35.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:33:35.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:33:35.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:33:35.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:33:35.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:33:43.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:33:43.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:33:43.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:33:43.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:33:43.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:33:43.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:33:48.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:33:48.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:33:48.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:33:48.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:33:48.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:33:48.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:33:55.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:33:55.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:33:55.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:33:55.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:33:55.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:33:55.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:34:00.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:34:00.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:34:01.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:34:01.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:34:01.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:34:01.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:34:08.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:34:08.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:34:08.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:34:08.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:34:08.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:34:08.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:34:13.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:34:13.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:34:13.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:34:13.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:34:13.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:34:13.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:34:20.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:34:20.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:34:20.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:34:20.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:34:20.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:34:20.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:34:25.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:34:25.314+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:34:25.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:34:25.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:34:25.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:34:25.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:34:32.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:34:32.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:34:32.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:34:32.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:34:32.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:34:32.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:34:38.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:34:38.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:34:38.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:34:38.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:34:38.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:34:38.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:34:44.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:34:44.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:34:44.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:34:44.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:34:44.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:34:44.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:34:50.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:34:50.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:34:50.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:34:50.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:34:50.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:34:50.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:34:57.199+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:34:57.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:34:57.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:34:57.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:34:57.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:34:57.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:35:02.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:35:02.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:35:02.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:35:02.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:35:02.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:35:02.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:35:09.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:35:09.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:35:09.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:35:09.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:35:09.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:35:09.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:35:14.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:35:14.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:35:14.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:35:14.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:35:14.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:35:14.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:35:21.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:35:21.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:35:21.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:35:21.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:35:21.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:35:21.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:35:27.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:35:27.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:35:27.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:35:27.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:35:27.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:35:27.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:35:34.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:35:34.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:35:34.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:35:34.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:35:34.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:35:34.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:35:39.817+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:35:39.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:35:39.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:35:39.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:35:39.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:35:39.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:35:46.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:35:46.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:35:46.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:35:46.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:35:46.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:35:46.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:35:52.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:35:52.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:35:52.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:35:52.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:35:52.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:35:52.083+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:35:59.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:35:59.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:35:59.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:35:59.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:35:59.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:35:59.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:36:04.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:36:04.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:36:04.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:36:04.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:36:04.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:36:04.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:36:11.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:36:11.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:36:11.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:36:11.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:36:11.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:36:11.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:36:16.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:36:16.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:36:16.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:36:16.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:36:16.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:36:16.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:36:26.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:36:26.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:36:26.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:36:26.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:36:26.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:36:26.801+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:36:31.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:36:31.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:36:31.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:36:31.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:36:31.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:36:31.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:36:39.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:36:39.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:36:39.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:36:39.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:36:39.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:36:39.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:36:44.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:36:44.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:36:44.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:36:44.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:36:44.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:36:44.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:36:52.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:36:52.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:36:52.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:36:52.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:36:52.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:36:52.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:36:57.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:36:57.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:36:57.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:36:57.454+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:36:57.454+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:36:57.454+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:37:04.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:37:04.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:37:04.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:37:04.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:37:04.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:37:04.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:37:09.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:37:09.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:37:09.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:37:09.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:37:09.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:37:09.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:37:17.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:37:17.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:37:17.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:37:17.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:37:17.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:37:17.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:37:22.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:37:22.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:37:22.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:37:22.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:37:22.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:37:22.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:37:29.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:37:29.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:37:29.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:37:29.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:37:29.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:37:29.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:37:34.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:37:34.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:37:34.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:37:34.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:37:34.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:37:34.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:37:42.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:37:42.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:37:42.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:37:42.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:37:42.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:37:42.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:37:47.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:37:47.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:37:47.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:37:47.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:37:47.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:37:47.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:37:54.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:37:54.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:37:54.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:37:54.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:37:54.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:37:54.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:37:59.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:37:59.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:37:59.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:37:59.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:37:59.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:37:59.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:38:06.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:38:06.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:38:06.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:38:06.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:38:06.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:38:06.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:38:12.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:38:12.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:38:12.111+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:38:12.111+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:38:12.111+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:38:12.111+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:38:19.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:38:19.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:38:19.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:38:19.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:38:19.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:38:19.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:38:24.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:38:24.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:38:24.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:38:24.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:38:24.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:38:24.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:38:31.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:38:31.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:38:31.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:38:31.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:38:31.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:38:31.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:38:36.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:38:36.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:38:36.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:38:36.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:38:36.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:38:36.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:38:43.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:38:43.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:38:43.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:38:43.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:38:43.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:38:43.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:38:49.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:38:49.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:38:49.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:38:49.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:38:49.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:38:49.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:38:56.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:38:56.222+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:38:56.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:38:56.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:38:56.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:38:56.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:39:01.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:39:01.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:39:01.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:39:01.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:39:01.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:39:01.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:39:08.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:39:08.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:39:08.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:39:08.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:39:08.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:39:08.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:39:13.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:39:13.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:39:13.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:39:13.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:39:13.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:39:13.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:39:20.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:39:20.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:39:21.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:39:21.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:39:21.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:39:21.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:39:26.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:39:26.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:39:26.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:39:26.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:39:26.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:39:26.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:39:33.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:39:33.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:39:33.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:39:33.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:39:33.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:39:33.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:39:38.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:39:38.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:39:38.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:39:38.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:39:38.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:39:38.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:39:45.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:39:45.730+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:39:45.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:39:45.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:39:45.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:39:45.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:39:51.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:39:51.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:39:51.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:39:51.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:39:51.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:39:51.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:39:58.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:39:58.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:39:58.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:39:58.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:39:58.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:39:58.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:40:03.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:40:03.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:40:03.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:40:03.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:40:03.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:40:03.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:40:10.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:40:10.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:40:10.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:40:10.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:40:10.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:40:10.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:40:15.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:40:15.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:40:15.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:40:15.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:40:15.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:40:15.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:40:24.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:40:24.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:40:24.266+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:40:24.266+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:40:24.266+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:40:24.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:40:29.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:40:29.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:40:29.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:40:29.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:40:29.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:40:29.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:40:36.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:40:36.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:40:36.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:40:36.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:40:36.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:40:36.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:40:41.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:40:41.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:40:41.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:40:41.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:40:41.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:40:41.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:40:48.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:40:48.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:40:48.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:40:48.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:40:48.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:40:48.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:40:53.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:40:53.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:40:53.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:40:53.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:40:53.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:40:53.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:41:00.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:41:00.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:41:00.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:41:00.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:41:00.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:41:00.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:41:05.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:41:05.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:41:05.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:41:05.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:41:05.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:41:05.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:41:06.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:41:06.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:41:06.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:41:06.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:41:06.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:41:06.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:41:13.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:41:13.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:41:13.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:41:13.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:41:13.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:41:13.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:41:18.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:41:18.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:41:18.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:41:18.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:41:18.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:41:18.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:41:25.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:41:25.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:41:25.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:41:25.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:41:25.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:41:25.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:41:30.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:41:30.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:41:30.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:41:30.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:41:30.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:41:30.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:41:37.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:41:37.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:41:37.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:41:37.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:41:37.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:41:37.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:41:42.695+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:41:42.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:41:42.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:41:42.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:41:42.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:41:42.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:41:49.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:41:49.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:41:49.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:41:49.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:41:49.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:41:49.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:41:54.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:41:54.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:41:54.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:41:54.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:41:54.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:41:54.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:42:02.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:42:02.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:42:02.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:42:02.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:42:02.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:42:02.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:42:07.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:42:07.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:42:07.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:42:07.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:42:07.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:42:07.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:42:14.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:42:14.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:42:14.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:42:14.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:42:14.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:42:14.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:42:19.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:42:19.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:42:20.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:42:20.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:42:20.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:42:20.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:42:27.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:42:27.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:42:27.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:42:27.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:42:27.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:42:27.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:42:32.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:42:32.331+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:42:32.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:42:32.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:42:32.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:42:32.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:42:32.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:42:32.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:42:32.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:42:32.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:42:32.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:42:32.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:42:37.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:42:37.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:42:37.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:42:37.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:42:37.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:42:37.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:42:40.521+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:42:40.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:42:40.544+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:42:40.544+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:42:40.544+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:42:40.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:42:42.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:42:42.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:42:42.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:42:42.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:42:42.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:42:42.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:42:45.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:42:45.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:42:45.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:42:45.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:42:45.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:42:45.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:42:48.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:42:48.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:42:48.024+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:42:48.024+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:42:48.024+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:42:48.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:42:53.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:42:53.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:42:53.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:42:53.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:42:53.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:42:53.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:42:54.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:42:54.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:42:54.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:42:54.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:42:54.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:42:54.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:42:58.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:42:58.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:42:58.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:42:58.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:42:58.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:42:58.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:42:59.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:42:59.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:42:59.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:42:59.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:42:59.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:42:59.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:43:03.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:43:03.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:43:03.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:43:03.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:43:03.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:43:03.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:43:06.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:43:06.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:43:06.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:43:06.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:43:06.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:43:06.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:43:08.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:43:08.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:43:08.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:43:08.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:43:08.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:43:08.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:43:11.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:43:11.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:43:11.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:43:11.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:43:11.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:43:11.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:43:14.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:43:14.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:43:14.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:43:14.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:43:14.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:43:14.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:43:14.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:43:14.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:43:14.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:43:14.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:43:14.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:43:14.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:43:18.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:43:18.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:43:18.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:43:18.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:43:18.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:43:18.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:43:19.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:43:19.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:43:19.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:43:19.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:43:19.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:43:19.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:43:19.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:43:19.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:43:19.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:43:19.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:43:19.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:43:19.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:43:24.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:43:24.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:43:24.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:43:24.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:43:24.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:43:24.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:43:24.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:43:24.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:43:24.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:43:24.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:43:24.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:43:24.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:43:29.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:43:29.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:43:29.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:43:29.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:43:29.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:43:29.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:43:31.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:43:31.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:43:31.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:43:31.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:43:31.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:43:31.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:43:34.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:43:34.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:43:35.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:43:35.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:43:35.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:43:35.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:43:37.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:43:37.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:43:37.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:43:37.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:43:37.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:43:37.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:43:44.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:43:44.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:43:44.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:43:44.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:43:44.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:43:44.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:43:49.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:43:49.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:43:49.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:43:49.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:43:49.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:43:49.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:43:57.277+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:43:57.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:43:57.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:43:57.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:43:57.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:43:57.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:44:02.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:44:02.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:44:02.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:44:02.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:44:02.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:44:02.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:44:09.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:44:09.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:44:09.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:44:09.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:44:09.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:44:09.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:44:15.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:44:15.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:44:15.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:44:15.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:44:15.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:44:15.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:44:22.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:44:22.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:44:22.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:44:22.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:44:22.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:44:22.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:44:27.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:44:27.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:44:27.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:44:27.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:44:27.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:44:27.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:44:34.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:44:34.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:44:34.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:44:34.882+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:44:34.882+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:44:34.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:44:40.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:44:40.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:44:40.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:44:40.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:44:40.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:44:40.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:44:46.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:44:46.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:44:46.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:44:46.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:44:46.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:44:46.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:44:52.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:44:52.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:44:52.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:44:52.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:44:52.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:44:52.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:44:59.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:44:59.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:44:59.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:44:59.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:44:59.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:44:59.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:45:04.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:45:04.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:45:04.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:45:04.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:45:04.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:45:04.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:45:11.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:45:11.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:45:11.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:45:11.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:45:11.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:45:11.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:45:16.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:45:16.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:45:16.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:45:16.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:45:16.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:45:16.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:45:23.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:45:23.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:45:24.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:45:24.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:45:24.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:45:24.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:45:29.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:45:29.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:45:29.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:45:29.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:45:29.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:45:29.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:45:36.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:45:36.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:45:36.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:45:36.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:45:36.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:45:36.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:45:41.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:45:41.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:45:41.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:45:41.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:45:41.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:45:41.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:45:48.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:45:48.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:45:48.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:45:48.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:45:48.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:45:48.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:45:53.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:45:53.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:45:53.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:45:53.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:45:53.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:45:53.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:46:01.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:46:01.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:46:01.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:46:01.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:46:01.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:46:01.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:46:06.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:46:06.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:46:06.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:46:06.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:46:06.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:46:06.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:46:13.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:46:13.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:46:13.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:46:13.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:46:13.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:46:13.473+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:46:18.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:46:18.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:46:18.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:46:18.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:46:18.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:46:18.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:46:26.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:46:26.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:46:26.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:46:26.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:46:26.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:46:26.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:46:31.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:46:31.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:46:31.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:46:31.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:46:31.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:46:31.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:46:38.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:46:38.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:46:39.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:46:39.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:46:39.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:46:39.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:46:44.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:46:44.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:46:44.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:46:44.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:46:44.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:46:44.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:46:51.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:46:51.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:46:51.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:46:51.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:46:51.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:46:51.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:46:56.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:46:56.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:46:56.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:46:56.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:46:56.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:46:56.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:47:03.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:47:03.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:47:03.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:47:03.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:47:03.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:47:03.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:47:08.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:47:08.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:47:08.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:47:08.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:47:08.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:47:08.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:47:15.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:47:15.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:47:15.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:47:15.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:47:15.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:47:15.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:47:20.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:47:20.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:47:20.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:47:20.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:47:20.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:47:20.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:47:28.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:47:28.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:47:28.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:47:28.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:47:28.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:47:28.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:47:33.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:47:33.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:47:33.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:47:33.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:47:33.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:47:33.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:47:40.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:47:40.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:47:40.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:47:40.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:47:40.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:47:40.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:47:45.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:47:45.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:47:45.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:47:45.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:47:45.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:47:45.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:47:53.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:47:53.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:47:53.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:47:53.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:47:53.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:47:53.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:47:58.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:47:58.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:47:58.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:47:58.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:47:58.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:47:58.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:48:05.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:48:05.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:48:05.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:48:05.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:48:05.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:48:05.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:48:10.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:48:10.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:48:10.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:48:10.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:48:10.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:48:10.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:48:18.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:48:18.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:48:18.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:48:18.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:48:18.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:48:18.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:48:23.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:48:23.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:48:23.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:48:23.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:48:23.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:48:23.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:48:30.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:48:30.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:48:30.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:48:30.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:48:30.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:48:30.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:48:35.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:48:35.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:48:35.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:48:35.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:48:35.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:48:35.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:48:43.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:48:43.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:48:43.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:48:43.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:48:43.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:48:43.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:48:48.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:48:48.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:48:48.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:48:48.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:48:48.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:48:48.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:48:55.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:48:55.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:48:55.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:48:55.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:48:55.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:48:55.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:49:01.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:49:01.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:49:01.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:49:01.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:49:01.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:49:01.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:49:09.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:49:09.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:49:09.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:49:09.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:49:09.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:49:09.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:49:14.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:49:14.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:49:14.496+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:49:14.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:49:14.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:49:14.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:49:22.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:49:22.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:49:22.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:49:22.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:49:22.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:49:22.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:49:27.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:49:27.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:49:27.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:49:27.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:49:27.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:49:27.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:49:36.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:49:36.435+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:49:36.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:49:36.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:49:36.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:49:36.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:49:41.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:49:41.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:49:41.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:49:41.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:49:41.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:49:41.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:49:52.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:49:52.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:49:52.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:49:52.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:49:52.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:49:52.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:49:57.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:49:57.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:49:57.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:49:57.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:49:57.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:49:57.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:50:05.764+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:50:05.765+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:50:05.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:50:05.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:50:05.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:50:05.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:50:10.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:50:10.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:50:10.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:50:10.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:50:10.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:50:10.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:50:18.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:50:18.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:50:18.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:50:18.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:50:18.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:50:18.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:50:23.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:50:23.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:50:23.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:50:23.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:50:23.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:50:23.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:50:30.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:50:30.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:50:30.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:50:30.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:50:30.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:50:30.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:50:36.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:50:36.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:50:36.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:50:36.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:50:36.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:50:36.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:50:42.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:50:42.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:50:42.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:50:42.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:50:42.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:50:42.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:50:48.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:50:48.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:50:48.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:50:48.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:50:48.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:50:48.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:50:55.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:50:55.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:50:55.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:50:55.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:50:55.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:50:55.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:51:00.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:51:00.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:51:00.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:51:00.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:51:00.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:51:00.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:51:07.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:51:07.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:51:07.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:51:07.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:51:07.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:51:07.741+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:51:12.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:51:12.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:51:12.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:51:12.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:51:12.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:51:12.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:51:20.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:51:20.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:51:20.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:51:20.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:51:20.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:51:20.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:51:25.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:51:25.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:51:25.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:51:25.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:51:25.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:51:25.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:51:32.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:51:32.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:51:32.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:51:32.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:51:32.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:51:32.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:51:37.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:51:37.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:51:37.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:51:37.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:51:37.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:51:37.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:51:45.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:51:45.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:51:45.111+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:51:45.111+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:51:45.111+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:51:45.111+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:51:50.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:51:50.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:51:50.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:51:50.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:51:50.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:51:50.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:51:57.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:51:57.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:51:57.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:51:57.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:51:57.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:51:57.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:52:02.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:52:02.435+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:52:02.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:52:02.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:52:02.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:52:02.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:52:09.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:52:09.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:52:09.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:52:09.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:52:09.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:52:09.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:52:14.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:52:14.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:52:14.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:52:14.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:52:14.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:52:14.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:52:22.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:52:22.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:52:22.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:52:22.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:52:22.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:52:22.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:52:27.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:52:27.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:52:27.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:52:27.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:52:27.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:52:27.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:52:34.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:52:34.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:52:34.544+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:52:34.544+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:52:34.544+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:52:34.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:52:39.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:52:39.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:52:39.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:52:39.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:52:39.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:52:39.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:52:46.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:52:46.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:52:46.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:52:46.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:52:46.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:52:46.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:52:51.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:52:51.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:52:52.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:52:52.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:52:52.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:52:52.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:52:59.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:52:59.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:52:59.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:52:59.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:52:59.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:52:59.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:53:04.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:53:04.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:53:04.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:53:04.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:53:04.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:53:04.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:53:11.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:53:11.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:53:11.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:53:11.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:53:11.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:53:11.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:53:16.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:53:16.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:53:16.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:53:16.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:53:16.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:53:16.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:53:23.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:53:23.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:53:23.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:53:23.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:53:23.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:53:23.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:53:28.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:53:28.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:53:28.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:53:28.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:53:28.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:53:28.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:53:35.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:53:35.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:53:36.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:53:36.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:53:36.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:53:36.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:53:41.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:53:41.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:53:41.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:53:41.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:53:41.186+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:53:41.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:53:48.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:53:48.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:53:48.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:53:48.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:53:48.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:53:48.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:53:53.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:53:53.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:53:53.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:53:53.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:53:53.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:53:53.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:54:00.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:54:00.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:54:00.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:54:00.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:54:00.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:54:00.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:54:05.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:54:05.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:54:05.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:54:05.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:54:05.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:54:05.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:54:13.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:54:13.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:54:13.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:54:13.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:54:13.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:54:13.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:54:18.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:54:18.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:54:18.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:54:18.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:54:18.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:54:18.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:54:25.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:54:25.604+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:54:25.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:54:25.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:54:25.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:54:25.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:54:30.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:54:30.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:54:30.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:54:30.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:54:30.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:54:30.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:54:38.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:54:38.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:54:38.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:54:38.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:54:38.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:54:38.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:54:43.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:54:43.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:54:43.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:54:43.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:54:43.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:54:43.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:54:50.086+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:54:50.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:54:50.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:54:50.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:54:50.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:54:50.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:54:55.255+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:54:55.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:54:55.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:54:55.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:54:55.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:54:55.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:55:02.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:55:02.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:55:02.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:55:02.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:55:02.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:55:02.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:55:07.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:55:07.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:55:07.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:55:07.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:55:07.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:55:07.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:55:14.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:55:14.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:55:14.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:55:14.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:55:14.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:55:14.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:55:19.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:55:19.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:55:19.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:55:19.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:55:19.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:55:19.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:55:26.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:55:26.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:55:26.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:55:26.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:55:26.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:55:26.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:55:32.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:55:32.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:55:32.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:55:32.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:55:32.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:55:32.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:55:39.008+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:55:39.008+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:55:39.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:55:39.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:55:39.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:55:39.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:55:44.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:55:44.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:55:44.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:55:44.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:55:44.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:55:44.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:55:51.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:55:51.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:55:51.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:55:51.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:55:51.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:55:51.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:55:56.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:55:56.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:55:56.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:55:56.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:55:56.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:55:56.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:56:03.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:56:03.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:56:03.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:56:03.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:56:03.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:56:03.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:56:08.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:56:08.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:56:08.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:56:08.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:56:08.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:56:08.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:56:16.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:56:16.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:56:16.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:56:16.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:56:16.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:56:16.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:56:21.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:56:21.195+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:56:21.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:56:21.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:56:21.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:56:21.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:56:28.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:56:28.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:56:28.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:56:28.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:56:28.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:56:28.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:56:33.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:56:33.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:56:33.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:56:33.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:56:33.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:56:33.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:56:40.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:56:40.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:56:40.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:56:40.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:56:40.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:56:40.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:56:45.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:56:45.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:56:45.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:56:45.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:56:45.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:56:45.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:56:53.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:56:53.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:56:53.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:56:53.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:56:53.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:56:53.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:56:58.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:56:58.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:56:58.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:56:58.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:56:58.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:56:58.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:57:05.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:57:05.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:57:05.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:57:05.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:57:05.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:57:05.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:57:10.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:57:10.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:57:10.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:57:10.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:57:10.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:57:10.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:57:17.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:57:17.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:57:17.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:57:17.916+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:57:17.916+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:57:17.916+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:57:23.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:57:23.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:57:23.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:57:23.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:57:23.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:57:23.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:57:30.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:57:30.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:57:30.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:57:30.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:57:30.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:57:30.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:57:35.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:57:35.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:57:35.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:57:35.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:57:35.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:57:35.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:57:42.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:57:42.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:57:42.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:57:42.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:57:42.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:57:42.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:57:47.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:57:47.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:57:47.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:57:47.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:57:47.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:57:47.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:57:54.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:57:54.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:57:54.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:57:54.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:57:54.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:57:54.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:57:59.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:57:59.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:57:59.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:57:59.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:57:59.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:57:59.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:58:06.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:58:06.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:58:06.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:58:06.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:58:06.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:58:06.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:58:11.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:58:11.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:58:11.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:58:11.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:58:11.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:58:11.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:58:18.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:58:18.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:58:19.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:58:19.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:58:19.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:58:19.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:58:24.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:58:24.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:58:24.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:58:24.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:58:24.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:58:24.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:58:31.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:58:31.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:58:31.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:58:31.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:58:31.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:58:31.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:58:36.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:58:36.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:58:36.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:58:36.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:58:36.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:58:36.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:58:43.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:58:43.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:58:43.389+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:58:43.389+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:58:43.389+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:58:43.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:58:48.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:58:48.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:58:48.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:58:48.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:58:48.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:58:48.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:58:55.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:58:55.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:58:55.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:58:55.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:58:55.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:58:55.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:59:00.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:59:00.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:59:00.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:59:00.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:59:00.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:59:00.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:59:07.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:59:07.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:59:07.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:59:07.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:59:07.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:59:07.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:59:12.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:59:12.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:59:12.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:59:12.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:59:12.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:59:12.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:59:20.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:59:20.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:59:20.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:59:20.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:59:20.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:59:20.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:59:25.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:59:25.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:59:25.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:59:25.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:59:25.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:59:25.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:59:32.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:59:32.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:59:32.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:59:32.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:59:32.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:59:32.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:59:37.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:59:37.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:59:37.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:59:37.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:59:37.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:59:37.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:59:45.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:59:45.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:59:45.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:59:45.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:59:45.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:59:45.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:59:50.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:59:50.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:59:50.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:59:50.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:59:50.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:59:50.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T19:59:57.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T19:59:57.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T19:59:57.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T19:59:57.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T19:59:57.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T19:59:57.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:00:02.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:00:02.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:00:02.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:00:02.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:00:02.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:00:02.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:00:09.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:00:09.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:00:09.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:00:09.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:00:09.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:00:09.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:00:14.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:00:14.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:00:14.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:00:14.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:00:14.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:00:14.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:00:17.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:00:17.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:00:17.285+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:00:17.285+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:00:17.285+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:00:17.285+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:00:21.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:00:21.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:00:21.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:00:21.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:00:21.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:00:21.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:00:22.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:00:22.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:00:22.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:00:22.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:00:22.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:00:22.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:00:27.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:00:27.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:00:27.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:00:27.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:00:27.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:00:27.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:00:29.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:00:29.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:00:29.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:00:29.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:00:29.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:00:29.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:00:34.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:00:34.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:00:34.075+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:00:34.075+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:00:34.075+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:00:34.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:00:34.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:00:34.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:00:34.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:00:34.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:00:34.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:00:34.741+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:00:39.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:00:39.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:00:39.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:00:39.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:00:39.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:00:39.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:00:41.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:00:41.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:00:41.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:00:41.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:00:41.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:00:41.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:00:46.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:00:46.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:00:46.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:00:46.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:00:46.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:00:46.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:00:46.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:00:46.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:00:46.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:00:46.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:00:46.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:00:46.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:00:51.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:00:51.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:00:51.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:00:51.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:00:51.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:00:51.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:00:54.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:00:54.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:00:54.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:00:54.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:00:54.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:00:54.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:00:58.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:00:58.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:00:58.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:00:58.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:00:58.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:00:58.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:00:59.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:00:59.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:00:59.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:00:59.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:00:59.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:00:59.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:03.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:03.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:03.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:03.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:03.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:03.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:06.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:06.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:06.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:06.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:06.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:06.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:10.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:10.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:10.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:10.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:10.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:10.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:11.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:11.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:11.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:11.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:11.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:11.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:15.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:15.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:15.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:15.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:15.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:15.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:18.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:18.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:18.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:18.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:18.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:18.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:22.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:22.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:22.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:22.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:22.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:22.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:23.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:23.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:23.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:23.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:23.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:23.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:27.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:27.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:27.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:27.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:27.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:27.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:30.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:30.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:30.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:30.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:30.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:30.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:35.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:35.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:35.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:35.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:35.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:35.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:35.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:35.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:35.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:35.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:35.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:35.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:40.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:40.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:40.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:40.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:40.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:40.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:42.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:42.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:42.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:42.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:42.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:42.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:47.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:47.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:47.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:47.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:47.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:47.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:48.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:48.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:48.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:48.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:48.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:48.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:52.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:52.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:52.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:52.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:52.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:52.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:54.977+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:54.977+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:54.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:54.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:54.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:54.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:01:59.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:01:59.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:01:59.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:01:59.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:01:59.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:01:59.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:02:00.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:02:00.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:02:00.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:02:00.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:02:00.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:02:00.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:02:04.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:02:04.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:02:04.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:02:04.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:02:04.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:02:04.550+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:02:07.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:02:07.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:02:07.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:02:07.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:02:07.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:02:07.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:02:11.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:02:11.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:02:11.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:02:11.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:02:11.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:02:11.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:02:12.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:02:12.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:02:12.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:02:12.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:02:12.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:02:12.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:02:16.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:02:16.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:02:16.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:02:16.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:02:16.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:02:16.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:02:19.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:02:19.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:02:19.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:02:19.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:02:19.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:02:19.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:02:23.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:02:23.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:02:23.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:02:23.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:02:23.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:02:23.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:02:24.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:02:24.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:02:24.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:02:24.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:02:24.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:02:24.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:02:29.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:02:29.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:02:29.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:02:29.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:02:29.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:02:29.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:02:31.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:02:31.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:02:31.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:02:31.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:02:31.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:02:31.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:02:36.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:02:36.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:02:36.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:02:36.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:02:36.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:02:36.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:02:36.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:02:36.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:02:36.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:02:36.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:02:36.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:02:36.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:02:41.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:02:41.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:02:41.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:02:41.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:02:41.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:02:41.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:02:43.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:02:43.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:02:43.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:02:43.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:02:43.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:02:43.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:02:48.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:02:48.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:02:48.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:02:48.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:02:48.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:02:48.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:02:53.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:02:53.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:02:53.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:02:53.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:02:53.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:02:53.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:02:55.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:02:55.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:02:55.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:02:55.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:02:55.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:02:55.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:03:00.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:03:00.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:03:00.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:03:00.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:03:00.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:03:00.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:03:01.008+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:03:01.008+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:03:01.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:03:01.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:03:01.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:03:01.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:03:06.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:03:06.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:03:06.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:03:06.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:03:06.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:03:06.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:03:07.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:03:07.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:03:08.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:03:08.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:03:08.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:03:08.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:03:13.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:03:13.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:03:13.157+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T20:03:13.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:03:13.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:03:13.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:03:13.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:03:18.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:03:18.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:03:18.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:03:18.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:03:18.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:03:18.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:03:20.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:03:20.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:03:20.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:03:20.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:03:20.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:03:20.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:03:25.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:03:25.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:03:25.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:03:25.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:03:25.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:03:25.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:03:25.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:03:25.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:03:25.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:03:25.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:03:25.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:03:25.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:03:30.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:03:30.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:03:30.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:03:30.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:03:30.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:03:30.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:03:32.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:03:32.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:03:32.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:03:32.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:03:32.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:03:32.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:03:37.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:03:37.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:03:37.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:03:37.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:03:37.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:03:37.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:03:42.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:03:42.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:03:42.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:03:42.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:03:42.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:03:42.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:03:44.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:03:44.524+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:03:44.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:03:44.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:03:44.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:03:44.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:03:49.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:03:49.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:03:49.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:03:49.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:03:49.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:03:49.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:03:49.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:03:49.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:03:49.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:03:49.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:03:49.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:03:49.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:03:54.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:03:54.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:03:54.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:03:54.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:03:54.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:03:54.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:03:56.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:03:56.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:03:56.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:03:56.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:03:56.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:03:56.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:01.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:01.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:01.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:01.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:01.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:01.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:02.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:02.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:02.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:02.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:02.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:02.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:07.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:07.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:07.049+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:07.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:07.049+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:07.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:09.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:09.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:09.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:09.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:09.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:09.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:13.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:13.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:13.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:13.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:13.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:13.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:14.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:14.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:14.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:14.488+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:14.488+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:14.488+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:19.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:19.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:19.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:19.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:19.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:19.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:21.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:21.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:21.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:21.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:21.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:21.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:26.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:26.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:26.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:26.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:26.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:26.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:26.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:26.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:26.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:26.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:26.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:26.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:31.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:31.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:31.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:31.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:31.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:31.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:33.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:33.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:33.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:33.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:33.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:33.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:38.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:38.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:38.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:38.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:38.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:38.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:38.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:38.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:38.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:38.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:38.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:38.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:43.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:43.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:43.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:43.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:43.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:43.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:45.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:45.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:45.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:45.882+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:45.882+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:45.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:50.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:50.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:50.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:50.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:50.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:50.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:51.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:51.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:51.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:51.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:51.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:51.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:55.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:55.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:55.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:55.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:55.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:55.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:04:58.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:04:58.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:04:58.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:04:58.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:04:58.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:04:58.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:02.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:02.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:02.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:02.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:02.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:02.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:03.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:03.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:03.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:03.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:03.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:03.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:07.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:07.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:07.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:07.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:07.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:07.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:10.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:10.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:10.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:10.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:10.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:10.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:14.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:14.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:14.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:14.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:14.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:14.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:15.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:15.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:15.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:15.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:15.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:15.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:20.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:20.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:20.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:20.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:20.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:20.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:22.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:22.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:22.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:22.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:22.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:22.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:26.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:26.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:26.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:26.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:26.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:26.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:27.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:27.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:27.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:27.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:27.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:27.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:32.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:32.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:32.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:32.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:32.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:32.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:34.750+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:34.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:34.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:34.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:34.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:34.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:39.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:39.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:39.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:39.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:39.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:39.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:39.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:39.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:39.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:39.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:39.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:39.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:44.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:44.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:44.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:44.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:44.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:44.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:47.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:47.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:47.049+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:47.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:47.049+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:47.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:51.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:51.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:51.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:51.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:51.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:51.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:52.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:52.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:52.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:52.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:52.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:52.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:56.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:56.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:56.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:56.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:56.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:56.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:05:59.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:05:59.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:05:59.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:05:59.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:05:59.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:05:59.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:03.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:03.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:03.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:03.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:03.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:03.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:04.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:04.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:04.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:04.333+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:04.333+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:04.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:08.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:08.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:08.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:08.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:08.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:08.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:11.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:11.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:11.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:11.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:11.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:11.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:15.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:15.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:15.721+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:15.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:15.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:15.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:16.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:16.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:16.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:16.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:16.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:16.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:20.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:20.858+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:20.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:20.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:20.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:20.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:23.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:23.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:23.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:23.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:23.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:23.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:28.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:28.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:28.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:28.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:28.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:28.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:28.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:28.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:28.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:28.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:28.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:28.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:33.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:33.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:33.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:33.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:33.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:33.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:36.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:36.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:36.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:36.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:36.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:36.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:40.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:40.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:40.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:40.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:40.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:40.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:41.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:41.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:41.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:41.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:41.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:41.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:45.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:45.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:45.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:45.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:45.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:45.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:48.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:48.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:48.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:48.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:48.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:48.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:52.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:52.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:52.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:52.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:52.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:52.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:53.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:53.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:53.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:53.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:53.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:53.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:06:57.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:06:57.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:06:57.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:06:57.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:06:57.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:06:57.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:00.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:00.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:00.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:00.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:00.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:00.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:01.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:01.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:01.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:01.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:01.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:01.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:04.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:04.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:04.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:04.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:04.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:04.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:06.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:06.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:06.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:06.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:06.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:06.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:06.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:06.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:06.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:06.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:06.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:06.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:06.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:06.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:06.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:06.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:06.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:06.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:09.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:09.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:09.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:09.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:09.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:09.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:11.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:11.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:11.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:11.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:11.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:11.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:11.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:11.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:11.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:11.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:11.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:11.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:15.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:15.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:15.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:15.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:15.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:15.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:16.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:16.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:16.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:16.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:16.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:16.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:17.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:17.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:17.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:17.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:17.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:17.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:19.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:19.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:19.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:19.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:19.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:19.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:20.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:20.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:21.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:21.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:21.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:21.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:22.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:22.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:22.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:22.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:22.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:22.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:24.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:24.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:24.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:24.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:24.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:24.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:27.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:27.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:27.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:27.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:27.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:27.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:29.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:29.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:29.821+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:29.821+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:29.821+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:29.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:31.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:31.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:31.933+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:31.933+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:31.933+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:31.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:33.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:33.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:33.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:33.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:33.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:33.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:34.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:34.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:35.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:35.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:35.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:35.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:37.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:37.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:37.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:37.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:37.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:37.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:40.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:40.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:40.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:40.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:40.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:40.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:42.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:42.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:42.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:42.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:42.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:42.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:44.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:44.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:44.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:44.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:44.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:44.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:45.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:45.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:45.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:45.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:45.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:45.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:47.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:47.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:47.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:47.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:47.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:47.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:49.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:49.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:49.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:49.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:49.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:49.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:52.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:52.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:52.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:52.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:52.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:52.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:54.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:54.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:54.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:54.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:54.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:54.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:56.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:56.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:56.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:56.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:56.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:56.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:57.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:57.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:57.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:57.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:57.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:57.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:07:59.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:07:59.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:07:59.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:07:59.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:07:59.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:07:59.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:01.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:01.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:01.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:01.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:01.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:01.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:04.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:04.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:04.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:04.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:04.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:04.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:06.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:06.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:06.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:06.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:06.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:06.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:08.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:08.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:08.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:08.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:08.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:08.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:09.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:09.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:09.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:09.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:09.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:09.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:11.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:11.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:11.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:11.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:11.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:11.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:13.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:13.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:13.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:13.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:13.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:13.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:16.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:16.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:16.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:16.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:16.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:16.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:18.887+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:18.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:18.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:18.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:18.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:18.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:20.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:20.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:20.848+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:20.848+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:20.848+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:20.848+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:21.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:21.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:21.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:21.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:21.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:21.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:24.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:24.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:24.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:24.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:24.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:24.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:25.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:25.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:26.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:26.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:26.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:26.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:29.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:29.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:29.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:29.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:29.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:29.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:30.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:30.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:30.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:30.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:30.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:30.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:33.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:33.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:33.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:33.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:33.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:33.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:34.180+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:34.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:34.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:34.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:34.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:34.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:36.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:36.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:36.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:36.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:36.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:36.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:38.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:38.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:38.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:38.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:38.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:38.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:41.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:41.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:41.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:41.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:41.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:41.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:43.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:43.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:43.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:43.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:43.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:43.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:45.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:45.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:45.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:45.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:45.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:45.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:46.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:46.314+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:46.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:46.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:46.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:46.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:48.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:48.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:48.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:48.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:48.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:48.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:50.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:50.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:50.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:50.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:50.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:50.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:53.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:53.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:53.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:53.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:53.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:53.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:55.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:55.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:55.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:55.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:55.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:55.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:57.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:57.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:57.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:57.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:57.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:57.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:08:58.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:08:58.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:08:58.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:08:58.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:08:58.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:08:58.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:01.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:01.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:01.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:01.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:01.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:01.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:02.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:02.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:02.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:02.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:02.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:02.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:05.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:05.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:05.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:05.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:05.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:05.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:08.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:08.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:08.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:08.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:08.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:08.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:09.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:09.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:09.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:09.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:09.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:09.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:11.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:11.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:11.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:11.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:11.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:11.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:13.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:13.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:13.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:13.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:13.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:13.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:14.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:14.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:14.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:14.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:14.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:14.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:18.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:18.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:18.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:18.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:18.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:18.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:20.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:20.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:20.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:20.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:20.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:20.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:21.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:21.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:22.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:22.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:22.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:22.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:23.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:23.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:23.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:23.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:23.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:23.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:25.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:25.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:25.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:25.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:25.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:25.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:27.165+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:27.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:27.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:27.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:27.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:27.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:30.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:30.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:30.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:30.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:30.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:30.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:32.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:32.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:32.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:32.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:32.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:32.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:34.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:34.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:34.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:34.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:34.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:34.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:35.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:35.604+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:35.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:35.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:35.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:35.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:38.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:38.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:38.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:38.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:38.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:38.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:39.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:39.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:39.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:39.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:39.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:39.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:42.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:42.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:42.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:42.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:42.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:42.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:44.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:44.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:44.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:44.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:44.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:44.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:46.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:46.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:46.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:46.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:46.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:46.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:48.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:48.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:48.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:48.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:48.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:48.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:50.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:50.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:50.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:50.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:50.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:50.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:51.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:51.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:51.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:51.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:51.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:51.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:55.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:55.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:55.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:55.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:55.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:55.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:58.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:58.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:58.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:58.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:58.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:58.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:09:58.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:09:58.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:09:58.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:09:58.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:09:58.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:09:58.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:00.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:00.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:00.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:00.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:00.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:00.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:03.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:03.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:03.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:03.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:03.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:03.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:03.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:03.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:03.922+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:03.922+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:03.922+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:03.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:07.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:07.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:07.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:07.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:07.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:07.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:10.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:10.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:10.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:10.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:10.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:10.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:11.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:11.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:11.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:11.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:11.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:11.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:12.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:12.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:12.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:12.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:12.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:12.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:15.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:15.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:15.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:15.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:15.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:15.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:16.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:16.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:16.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:16.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:16.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:16.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:19.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:19.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:19.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:19.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:19.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:19.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:23.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:23.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:23.231+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:23.231+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:23.231+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:23.231+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:23.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:23.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:23.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:23.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:23.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:23.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:24.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:24.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:24.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:24.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:24.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:24.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:28.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:28.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:28.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:28.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:28.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:28.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:28.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:28.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:29.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:29.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:29.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:29.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:31.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:31.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:31.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:31.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:31.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:31.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:35.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:35.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:35.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:35.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:35.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:35.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:36.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:36.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:36.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:36.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:36.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:36.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:37.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:37.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:37.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:37.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:37.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:37.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:40.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:40.596+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:40.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:40.636+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:40.636+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:40.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:41.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:41.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:41.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:41.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:41.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:41.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:43.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:43.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:43.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:43.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:43.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:43.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:48.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:48.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:48.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:48.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:48.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:48.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:48.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:48.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:48.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:48.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:48.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:48.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:49.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:49.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:49.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:49.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:49.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:49.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:53.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:53.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:53.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:53.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:53.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:53.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:53.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:53.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:53.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:53.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:53.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:53.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:10:56.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:10:56.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:10:56.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:10:56.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:10:56.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:10:56.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:00.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:00.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:00.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:00.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:00.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:00.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:01.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:01.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:01.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:01.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:01.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:01.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:01.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:01.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:01.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:01.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:01.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:01.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:05.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:05.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:05.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:05.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:05.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:05.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:06.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:06.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:06.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:06.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:06.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:06.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:08.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:08.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:08.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:08.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:08.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:08.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:12.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:12.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:12.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:12.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:12.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:12.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:13.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:13.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:13.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:13.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:13.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:13.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:13.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:13.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:13.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:13.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:13.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:13.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:17.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:17.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:17.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:17.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:17.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:17.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:18.554+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:18.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:18.575+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:18.575+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:18.575+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:18.575+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:20.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:20.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:20.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:20.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:20.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:20.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:24.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:24.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:24.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:24.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:24.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:24.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:25.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:25.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:25.824+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T20:11:25.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:25.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:25.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:25.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:30.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:30.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:30.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:30.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:30.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:30.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:30.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:30.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:30.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:30.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:30.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:30.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:32.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:32.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:32.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:32.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:32.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:32.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:37.554+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:37.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:37.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:37.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:37.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:37.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:37.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:37.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:37.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:37.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:37.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:37.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:38.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:38.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:38.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:38.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:38.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:38.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:42.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:42.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:42.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:42.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:42.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:42.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:43.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:43.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:43.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:43.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:43.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:43.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:45.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:45.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:45.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:45.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:45.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:45.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:49.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:49.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:49.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:49.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:49.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:49.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:50.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:50.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:50.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:50.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:50.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:50.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:50.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:50.730+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:50.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:50.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:50.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:50.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:54.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:54.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:54.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:54.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:54.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:54.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:55.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:55.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:55.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:55.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:55.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:55.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:11:57.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:11:57.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:11:57.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:11:57.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:11:57.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:11:57.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:02.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:02.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:02.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:02.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:02.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:02.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:02.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:02.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:02.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:02.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:02.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:02.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:03.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:03.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:03.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:03.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:03.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:03.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:07.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:07.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:07.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:07.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:07.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:07.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:08.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:08.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:08.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:08.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:08.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:08.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:08.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:08.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:08.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:08.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:08.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:08.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:13.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:13.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:13.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:13.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:13.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:13.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:14.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:14.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:14.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:14.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:14.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:14.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:15.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:15.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:15.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:15.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:15.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:15.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:19.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:19.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:19.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:19.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:19.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:19.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:20.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:20.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:20.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:20.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:20.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:20.710+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:21.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:21.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:21.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:21.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:21.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:21.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:26.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:26.208+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:26.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:26.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:26.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:26.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:26.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:26.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:26.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:26.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:26.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:26.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:27.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:27.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:27.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:27.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:27.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:27.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:32.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:32.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:32.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:32.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:32.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:32.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:32.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:32.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:32.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:32.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:32.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:32.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:33.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:33.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:33.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:33.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:33.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:33.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:38.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:38.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:38.231+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:38.231+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:38.231+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:38.231+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:38.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:38.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:38.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:38.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:38.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:38.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:38.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:38.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:38.898+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:38.898+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:38.898+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:38.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:43.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:43.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:43.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:43.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:43.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:43.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:44.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:44.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:44.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:44.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:44.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:44.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:44.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:44.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:44.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:44.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:44.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:44.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:49.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:49.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:49.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:49.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:49.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:49.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:49.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:49.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:49.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:49.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:49.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:49.801+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:51.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:51.222+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:51.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:51.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:51.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:51.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:54.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:54.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:54.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:54.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:54.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:54.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:56.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:56.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:56.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:56.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:56.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:56.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:12:56.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:12:56.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:12:56.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:12:56.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:12:56.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:12:56.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:01.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:01.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:01.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:01.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:01.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:01.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:02.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:02.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:02.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:02.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:02.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:02.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:02.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:02.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:02.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:02.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:02.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:02.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:07.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:07.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:07.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:07.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:07.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:07.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:08.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:08.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:08.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:08.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:08.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:08.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:08.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:08.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:08.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:08.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:08.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:08.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:13.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:13.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:13.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:13.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:13.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:13.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:14.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:14.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:14.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:14.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:14.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:14.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:14.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:14.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:14.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:14.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:14.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:14.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:19.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:19.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:19.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:19.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:19.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:19.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:19.513+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T20:13:19.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:19.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:19.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:19.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:19.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:19.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:24.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:24.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:24.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:24.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:24.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:24.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:26.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:26.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:26.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:26.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:26.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:26.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:26.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:26.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:26.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:26.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:26.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:26.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:31.764+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:31.765+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:31.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:31.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:31.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:31.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:31.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:31.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:31.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:31.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:31.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:31.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:32.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:32.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:32.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:32.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:32.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:32.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:37.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:37.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:37.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:37.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:37.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:37.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:38.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:38.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:38.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:38.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:38.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:38.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:38.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:38.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:38.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:38.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:38.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:38.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:43.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:43.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:43.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:43.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:43.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:43.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:43.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:43.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:43.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:43.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:43.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:43.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:44.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:44.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:44.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:44.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:44.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:44.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:49.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:49.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:49.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:49.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:49.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:49.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:49.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:49.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:49.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:49.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:49.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:49.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:50.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:50.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:50.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:50.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:50.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:50.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:55.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:55.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:55.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:55.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:55.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:55.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:55.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:55.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:55.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:55.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:55.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:55.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:13:56.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:13:56.555+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:13:56.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:13:56.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:13:56.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:13:56.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:01.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:01.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:01.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:01.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:01.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:01.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:02.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:02.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:02.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:02.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:02.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:02.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:02.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:02.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:02.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:02.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:02.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:02.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:07.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:07.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:07.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:07.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:07.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:07.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:08.165+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:08.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:08.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:08.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:08.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:08.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:08.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:08.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:08.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:08.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:08.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:08.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:14.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:14.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:14.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:14.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:14.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:14.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:14.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:14.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:14.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:14.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:14.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:14.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:15.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:15.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:15.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:15.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:15.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:15.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:19.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:19.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:19.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:19.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:19.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:19.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:20.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:20.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:20.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:20.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:20.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:20.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:21.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:21.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:21.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:21.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:21.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:21.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:25.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:25.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:26.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:26.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:26.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:26.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:26.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:26.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:26.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:26.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:26.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:26.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:27.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:27.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:27.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:27.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:27.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:27.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:31.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:31.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:31.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:31.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:31.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:31.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:33.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:33.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:33.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:33.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:33.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:33.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:33.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:33.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:33.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:33.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:33.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:33.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:38.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:38.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:38.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:38.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:38.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:38.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:38.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:38.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:38.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:38.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:38.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:38.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:40.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:40.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:40.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:40.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:40.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:40.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:43.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:43.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:43.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:43.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:43.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:43.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:45.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:45.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:45.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:45.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:45.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:45.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:45.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:45.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:45.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:45.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:45.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:45.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:50.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:50.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:50.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:50.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:50.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:50.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:51.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:51.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:51.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:51.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:51.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:51.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:52.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:52.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:52.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:52.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:52.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:52.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:55.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:55.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:55.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:55.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:55.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:55.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:57.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:57.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:57.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:57.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:57.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:57.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:14:58.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:14:58.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:14:58.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:14:58.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:14:58.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:14:58.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:02.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:02.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:02.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:02.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:02.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:02.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:03.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:03.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:03.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:03.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:03.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:03.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:04.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:04.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:04.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:04.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:04.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:04.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:07.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:07.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:07.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:07.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:07.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:07.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:09.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:09.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:09.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:09.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:09.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:09.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:10.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:10.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:10.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:10.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:10.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:10.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:15.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:15.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:15.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:15.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:15.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:15.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:15.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:15.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:15.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:15.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:15.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:15.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:16.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:16.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:16.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:16.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:16.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:16.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:20.208+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:20.208+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:20.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:20.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:20.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:20.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:22.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:22.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:22.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:22.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:22.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:22.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:22.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:22.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:22.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:22.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:22.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:22.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:27.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:27.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:27.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:27.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:27.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:27.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:27.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:27.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:27.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:27.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:27.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:27.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:29.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:29.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:29.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:29.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:29.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:29.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:32.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:32.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:32.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:32.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:32.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:32.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:34.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:34.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:34.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:34.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:34.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:34.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:34.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:34.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:34.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:34.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:34.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:34.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:39.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:39.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:39.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:39.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:39.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:39.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:39.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:39.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:39.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:39.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:39.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:39.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:41.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:41.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:41.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:41.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:41.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:41.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:44.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:44.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:44.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:44.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:44.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:44.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:46.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:46.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:46.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:46.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:46.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:46.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:46.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:46.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:46.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:46.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:46.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:46.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:52.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:52.032+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:52.052+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T20:15:52.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:52.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:52.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:52.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:53.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:53.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:53.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:53.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:53.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:53.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:57.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:57.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:57.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:57.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:57.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:57.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:58.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:58.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:58.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:58.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:58.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:58.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:15:59.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:15:59.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:15:59.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:15:59.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:15:59.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:15:59.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:04.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:04.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:04.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:04.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:04.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:04.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:04.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:04.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:04.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:04.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:04.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:04.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:05.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:05.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:05.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:05.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:05.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:05.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:10.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:10.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:10.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:10.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:10.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:10.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:11.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:11.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:11.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:11.125+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:11.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:11.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:11.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:11.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:11.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:11.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:11.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:11.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:16.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:16.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:16.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:16.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:16.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:16.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:17.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:17.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:17.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:17.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:17.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:17.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:18.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:18.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:18.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:18.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:18.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:18.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:22.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:22.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:22.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:22.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:22.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:22.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:23.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:23.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:23.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:23.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:23.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:23.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:23.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:23.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:23.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:23.661+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:23.661+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:23.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:28.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:28.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:28.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:28.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:28.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:28.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:29.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:29.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:29.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:29.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:29.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:29.271+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:30.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:30.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:30.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:30.469+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:30.469+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:30.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:34.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:34.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:34.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:34.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:34.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:34.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:35.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:35.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:35.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:35.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:35.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:35.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:35.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:35.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:35.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:35.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:35.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:35.710+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:40.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:40.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:40.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:40.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:40.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:40.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:41.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:41.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:41.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:41.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:41.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:41.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:42.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:42.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:42.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:42.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:42.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:42.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:46.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:46.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:46.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:46.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:46.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:46.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:47.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:47.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:47.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:47.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:47.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:47.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:47.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:47.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:47.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:47.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:47.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:47.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:53.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:53.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:53.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:53.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:53.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:53.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:53.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:53.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:53.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:53.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:53.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:53.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:54.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:54.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:54.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:54.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:54.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:54.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:16:58.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:16:58.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:16:58.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:16:58.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:16:58.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:16:58.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:00.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:00.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:00.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:00.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:00.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:00.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:00.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:00.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:00.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:00.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:00.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:00.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:05.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:05.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:05.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:05.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:05.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:05.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:06.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:06.072+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:06.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:06.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:06.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:06.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:07.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:07.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:07.111+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:07.111+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:07.111+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:07.111+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:11.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:11.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:11.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:11.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:11.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:11.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:12.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:12.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:12.266+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:12.266+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:12.266+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:12.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:12.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:12.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:12.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:12.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:12.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:12.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:17.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:17.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:17.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:17.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:17.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:17.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:18.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:18.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:18.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:18.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:18.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:18.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:19.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:19.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:19.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:19.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:19.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:19.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:23.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:23.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:23.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:23.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:23.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:23.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:24.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:24.524+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:24.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:24.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:24.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:24.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:24.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:24.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:24.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:24.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:24.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:24.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:29.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:29.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:29.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:29.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:29.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:29.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:30.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:30.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:30.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:30.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:30.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:30.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:31.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:31.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:31.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:31.488+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:31.488+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:31.488+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:35.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:35.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:35.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:35.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:35.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:35.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:36.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:36.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:36.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:36.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:36.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:36.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:36.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:36.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:36.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:36.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:36.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:36.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:42.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:42.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:42.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:42.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:42.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:42.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:42.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:42.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:42.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:42.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:42.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:42.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:43.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:43.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:43.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:43.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:43.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:43.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:47.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:47.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:47.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:47.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:47.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:47.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:49.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:49.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:49.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:49.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:49.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:49.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:49.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:49.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:49.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:49.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:49.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:49.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:54.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:54.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:54.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:54.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:54.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:54.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:55.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:55.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:55.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:55.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:55.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:55.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:17:56.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:17:56.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:17:56.336+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:17:56.336+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:17:56.336+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:17:56.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:00.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:00.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:00.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:00.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:00.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:00.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:01.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:01.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:01.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:01.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:01.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:01.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:01.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:01.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:01.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:01.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:01.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:01.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:06.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:06.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:06.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:06.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:06.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:06.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:07.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:07.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:07.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:07.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:07.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:07.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:08.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:08.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:08.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:08.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:08.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:08.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:12.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:12.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:12.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:12.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:12.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:12.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:13.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:13.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:13.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:13.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:13.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:13.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:14.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:14.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:14.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:14.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:14.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:14.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:19.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:19.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:19.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:19.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:19.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:19.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:19.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:19.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:19.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:19.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:19.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:19.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:20.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:20.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:21.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:21.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:21.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:21.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:25.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:25.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:25.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:25.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:25.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:25.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:26.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:26.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:26.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:26.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:26.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:26.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:31.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:31.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:31.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:31.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:31.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:31.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:31.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:31.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:31.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:31.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:31.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:31.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:33.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:33.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:33.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:33.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:33.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:33.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:37.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:37.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:37.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:37.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:37.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:37.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:38.199+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:38.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:38.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:38.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:38.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:38.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:38.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:38.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:38.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:38.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:38.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:38.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:43.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:43.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:43.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:43.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:43.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:43.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:44.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:44.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:44.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:44.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:44.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:44.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:45.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:45.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:45.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:45.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:45.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:45.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:49.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:49.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:49.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:49.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:49.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:49.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:50.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:50.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:50.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:50.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:50.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:50.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:50.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:50.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:50.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:50.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:50.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:50.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:55.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:55.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:55.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:55.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:55.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:55.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:56.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:56.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:56.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:56.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:56.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:56.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:18:58.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:18:58.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:18:58.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:18:58.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:18:58.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:18:58.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:01.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:01.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:01.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:01.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:01.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:01.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:02.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:02.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:02.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:02.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:02.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:02.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:03.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:03.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:03.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:03.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:03.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:03.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:08.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:08.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:08.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:08.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:08.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:08.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:08.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:08.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:08.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:08.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:08.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:08.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:10.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:10.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:10.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:10.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:10.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:10.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:14.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:14.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:14.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:14.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:14.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:14.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:15.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:15.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:15.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:15.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:15.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:15.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:20.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:20.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:20.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:20.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:20.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:20.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:20.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:20.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:21.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:21.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:21.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:21.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:22.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:22.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:22.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:22.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:22.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:22.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:26.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:26.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:26.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:26.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:26.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:26.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:27.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:27.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:27.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:27.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:27.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:27.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:27.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:27.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:27.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:27.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:27.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:27.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:32.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:32.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:32.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:32.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:32.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:32.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:33.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:33.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:33.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:33.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:33.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:33.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:34.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:34.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:34.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:34.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:34.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:34.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:38.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:38.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:38.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:38.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:38.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:38.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:39.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:39.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:39.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:39.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:39.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:39.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:39.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:39.905+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:39.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:39.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:39.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:39.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:44.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:44.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:45.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:45.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:45.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:45.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:45.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:45.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:45.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:45.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:45.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:45.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:47.259+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:47.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:47.285+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:47.285+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:47.285+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:47.285+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:50.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:50.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:50.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:50.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:50.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:50.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:51.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:51.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:52.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:52.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:52.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:52.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:52.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:52.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:52.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:52.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:52.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:52.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:57.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:57.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:57.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:57.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:57.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:57.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:57.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:57.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:58.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:58.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:58.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:58.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:19:59.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:19:59.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:19:59.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:19:59.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:19:59.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:19:59.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:03.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:03.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:03.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:03.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:03.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:03.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:04.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:04.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:04.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:04.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:04.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:04.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:04.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:04.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:04.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:04.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:04.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:04.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:09.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:09.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:09.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:09.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:09.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:09.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:10.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:10.222+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:10.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:10.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:10.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:10.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:11.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:11.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:11.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:11.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:11.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:11.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:15.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:15.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:15.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:15.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:15.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:15.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:16.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:16.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:16.595+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:16.595+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:16.595+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:16.595+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:16.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:16.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:16.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:16.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:16.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:16.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:21.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:21.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:21.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:21.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:21.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:21.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:24.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:24.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:24.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:24.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:24.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:24.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:25.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:25.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:25.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:25.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:25.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:25.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:28.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:28.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:28.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:28.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:28.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:28.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:29.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:29.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:29.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:29.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:29.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:29.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:30.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:30.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:30.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:30.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:30.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:30.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:34.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:34.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:34.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:34.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:34.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:34.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:36.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:36.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:36.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:36.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:36.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:36.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:37.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:37.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:37.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:37.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:37.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:37.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:41.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:41.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:41.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:41.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:41.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:41.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:41.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:41.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:41.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:41.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:41.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:41.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:42.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:42.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:42.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:42.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:42.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:42.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:46.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:46.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:46.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:46.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:46.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:46.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:49.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:49.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:49.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:49.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:49.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:49.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:49.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:49.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:49.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:49.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:49.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:49.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:53.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:53.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:53.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:53.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:53.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:53.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:54.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:54.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:54.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:54.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:54.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:54.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:54.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:54.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:54.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:54.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:54.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:54.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:20:58.561+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:20:58.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:20:58.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:20:58.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:20:58.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:20:58.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:01.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:01.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:01.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:01.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:01.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:01.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:02.130+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:02.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:02.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:02.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:02.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:02.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:05.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:05.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:05.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:05.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:05.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:05.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:06.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:06.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:06.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:06.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:06.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:06.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:07.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:07.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:07.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:07.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:07.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:07.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:10.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:10.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:10.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:10.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:10.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:10.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:13.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:13.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:13.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:13.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:13.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:13.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:14.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:14.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:14.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:14.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:14.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:14.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:17.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:17.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:17.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:17.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:17.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:17.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:19.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:19.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:19.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:19.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:19.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:19.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:19.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:19.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:19.595+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:19.595+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:19.595+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:19.595+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:22.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:22.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:22.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:22.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:22.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:22.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:26.008+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:26.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:26.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:26.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:26.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:26.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:26.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:26.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:26.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:26.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:26.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:26.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:29.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:29.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:29.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:29.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:29.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:29.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:31.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:31.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:31.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:31.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:31.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:31.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:32.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:32.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:32.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:32.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:32.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:32.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:35.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:35.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:35.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:35.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:35.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:35.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:38.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:38.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:38.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:38.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:38.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:38.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:39.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:39.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:39.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:39.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:39.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:39.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:42.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:42.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:42.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:42.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:42.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:42.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:43.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:43.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:43.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:43.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:43.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:43.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:44.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:44.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:44.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:44.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:44.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:44.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:47.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:47.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:47.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:47.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:47.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:47.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:51.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:51.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:51.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:51.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:51.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:51.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:51.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:51.917+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:51.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:51.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:51.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:51.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:54.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:54.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:54.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:54.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:54.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:54.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:56.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:56.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:56.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:56.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:56.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:56.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:57.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:57.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:57.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:57.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:57.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:57.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:21:59.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:21:59.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:21:59.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:21:59.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:21:59.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:21:59.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:03.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:03.726+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:03.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:03.747+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:03.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:03.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:04.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:04.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:04.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:04.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:04.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:04.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:06.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:06.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:06.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:06.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:06.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:06.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:08.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:08.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:08.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:08.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:08.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:08.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:09.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:09.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:09.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:09.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:09.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:09.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:11.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:11.845+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:11.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:11.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:11.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:11.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:15.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:15.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:15.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:15.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:15.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:15.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:16.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:16.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:16.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:16.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:16.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:16.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:21.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:21.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:21.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:21.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:21.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:21.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:21.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:21.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:21.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:21.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:21.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:21.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:21.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:21.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:22.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:22.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:22.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:22.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:26.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:26.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:26.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:26.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:26.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:26.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:28.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:28.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:28.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:28.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:28.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:28.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:29.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:29.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:29.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:29.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:29.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:29.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:33.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:33.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:33.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:33.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:33.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:33.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:33.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:33.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:33.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:33.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:33.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:33.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:34.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:34.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:34.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:34.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:34.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:34.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:39.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:39.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:39.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:39.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:39.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:39.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:40.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:40.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:40.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:40.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:40.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:40.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:41.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:41.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:41.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:41.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:41.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:41.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:45.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:45.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:45.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:45.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:45.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:45.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:46.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:46.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:46.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:46.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:46.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:46.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:46.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:46.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:46.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:46.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:46.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:46.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:51.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:51.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:51.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:51.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:51.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:51.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:51.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:51.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:51.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:51.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:51.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:51.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:54.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:54.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:54.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:54.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:54.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:54.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:56.879+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:56.881+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:56.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:56.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:56.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:56.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:58.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:58.394+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:58.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:58.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:58.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:58.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:22:59.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:22:59.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:22:59.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:22:59.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:22:59.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:22:59.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:03.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:03.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:03.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:03.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:03.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:03.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:04.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:04.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:04.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:04.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:04.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:04.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:06.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:06.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:06.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:06.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:06.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:06.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:09.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:09.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:09.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:09.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:09.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:09.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:10.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:10.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:10.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:10.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:10.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:10.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:11.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:11.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:11.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:11.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:11.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:11.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:15.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:15.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:15.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:15.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:15.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:15.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:16.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:16.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:16.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:16.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:16.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:16.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:18.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:18.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:18.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:18.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:18.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:18.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:21.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:21.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:21.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:21.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:21.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:21.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:22.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:22.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:22.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:22.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:22.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:22.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:23.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:23.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:23.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:23.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:23.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:23.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:27.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:27.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:27.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:27.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:27.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:27.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:28.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:28.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:28.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:28.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:28.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:28.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:30.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:30.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:31.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:31.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:31.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:31.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:33.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:33.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:33.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:33.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:33.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:33.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:34.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:34.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:34.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:34.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:34.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:34.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:36.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:36.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:36.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:36.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:36.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:36.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:39.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:39.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:39.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:39.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:39.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:39.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:40.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:40.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:40.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:40.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:40.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:40.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:43.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:43.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:43.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:43.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:43.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:43.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:45.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:45.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:45.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:45.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:45.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:45.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:47.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:47.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:47.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:47.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:47.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:47.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:48.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:48.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:48.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:48.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:48.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:48.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:52.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:52.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:52.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:52.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:52.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:52.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:53.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:53.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:53.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:53.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:53.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:53.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:55.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:55.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:55.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:55.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:55.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:55.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:58.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:58.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:58.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:58.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:58.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:58.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:23:59.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:23:59.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:23:59.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:23:59.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:23:59.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:23:59.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:00.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:00.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:00.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:00.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:00.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:00.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:04.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:04.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:04.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:04.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:04.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:04.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:05.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:05.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:05.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:05.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:05.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:05.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:10.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:10.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:10.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:10.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:10.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:10.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:10.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:10.504+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:10.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:10.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:10.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:10.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:11.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:11.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:11.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:11.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:11.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:11.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:15.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:15.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:15.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:15.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:15.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:15.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:16.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:16.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:16.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:16.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:16.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:16.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:17.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:17.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:17.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:17.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:17.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:17.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:22.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:22.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:22.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:22.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:22.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:22.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:22.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:22.845+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:22.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:22.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:22.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:22.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:23.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:23.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:23.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:23.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:23.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:23.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:27.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:27.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:27.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:27.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:27.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:27.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:29.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:29.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:29.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:29.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:29.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:29.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:30.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:30.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:30.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:30.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:30.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:30.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:34.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:34.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:34.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:34.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:34.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:34.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:35.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:35.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:35.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:35.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:35.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:35.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:36.255+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:36.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:36.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:36.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:36.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:36.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:39.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:39.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:39.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:39.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:39.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:39.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:41.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:41.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:41.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:41.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:41.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:41.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:42.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:42.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:42.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:42.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:42.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:42.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:46.977+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:46.977+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:46.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:46.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:46.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:46.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:47.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:47.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:47.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:47.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:47.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:47.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:48.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:48.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:48.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:48.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:48.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:48.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:52.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:52.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:52.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:52.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:52.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:52.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:53.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:53.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:53.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:53.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:53.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:53.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:54.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:54.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:54.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:54.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:54.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:54.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:59.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:59.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:59.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:59.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:59.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:59.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:24:59.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:24:59.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:24:59.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:24:59.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:24:59.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:24:59.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:01.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:01.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:01.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:01.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:01.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:01.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:04.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:04.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:04.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:04.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:04.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:04.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:06.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:06.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:06.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:06.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:06.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:06.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:07.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:07.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:07.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:07.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:07.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:07.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:11.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:11.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:11.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:11.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:11.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:11.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:12.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:12.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:12.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:12.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:12.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:12.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:13.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:13.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:13.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:13.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:13.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:13.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:16.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:16.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:16.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:16.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:16.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:16.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:18.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:18.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:18.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:18.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:18.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:18.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:19.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:19.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:19.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:19.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:19.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:19.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:23.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:23.435+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:23.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:23.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:23.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:23.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:24.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:24.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:24.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:24.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:24.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:24.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:25.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:25.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:25.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:25.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:25.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:25.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:28.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:28.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:28.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:28.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:28.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:28.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:30.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:30.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:30.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:30.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:30.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:30.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:31.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:31.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:31.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:31.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:31.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:31.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:35.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:35.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:35.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:35.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:35.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:35.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:36.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:36.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:36.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:36.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:36.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:36.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:37.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:37.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:37.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:37.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:37.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:37.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:41.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:41.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:41.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:41.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:41.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:41.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:42.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:42.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:42.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:42.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:42.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:42.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:43.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:43.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:43.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:43.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:43.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:43.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:47.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:47.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:48.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:48.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:48.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:48.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:48.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:48.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:48.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:48.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:48.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:48.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:49.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:49.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:49.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:49.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:49.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:49.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:53.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:53.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:53.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:53.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:53.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:53.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:55.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:55.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:55.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:55.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:55.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:55.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:25:56.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:25:56.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:25:56.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:25:56.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:25:56.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:25:56.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:00.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:00.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:00.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:00.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:00.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:00.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:01.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:01.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:01.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:01.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:01.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:01.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:02.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:02.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:02.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:02.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:02.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:02.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:05.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:05.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:05.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:05.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:05.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:05.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:07.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:07.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:07.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:07.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:07.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:07.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:08.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:08.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:08.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:08.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:08.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:08.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:12.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:12.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:12.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:12.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:12.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:12.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:13.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:13.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:13.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:13.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:13.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:13.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:14.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:14.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:14.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:14.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:14.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:14.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:17.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:17.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:17.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:17.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:17.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:17.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:19.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:19.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:19.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:19.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:19.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:19.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:20.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:20.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:20.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:20.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:20.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:20.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:25.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:25.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:25.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:25.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:25.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:25.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:27.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:27.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:27.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:27.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:27.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:27.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:28.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:28.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:28.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:28.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:28.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:28.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:32.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:32.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:32.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:32.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:32.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:32.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:32.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:32.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:33.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:33.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:33.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:33.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:33.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:33.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:33.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:33.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:33.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:33.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:38.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:38.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:38.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:38.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:38.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:38.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:39.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:39.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:39.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:39.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:39.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:39.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:39.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:39.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:39.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:39.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:39.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:39.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:44.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:44.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:44.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:44.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:44.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:44.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:44.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:44.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:44.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:44.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:44.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:44.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:45.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:45.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:45.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:45.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:45.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:45.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:50.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:50.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:50.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:50.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:50.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:50.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:51.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:51.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:51.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:51.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:51.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:51.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:52.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:52.195+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:52.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:52.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:52.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:52.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:57.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:57.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:57.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:57.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:57.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:57.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:26:57.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:26:57.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:26:57.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:26:57.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:26:57.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:26:57.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:02.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:02.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:02.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:02.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:02.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:02.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:03.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:03.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:03.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:03.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:03.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:03.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:04.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:04.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:04.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:04.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:04.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:04.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:08.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:08.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:09.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:09.029+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:09.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:09.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:09.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:09.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:09.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:09.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:09.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:09.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:09.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:09.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:09.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:09.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:09.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:09.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:14.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:14.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:14.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:14.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:14.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:14.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:15.026+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:15.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:15.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:15.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:15.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:15.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:16.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:16.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:16.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:16.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:16.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:16.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:20.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:20.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:20.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:20.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:20.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:20.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:21.924+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T20:27:21.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:21.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:21.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:21.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:21.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:21.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:27.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:27.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:27.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:27.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:27.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:27.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:27.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:27.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:27.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:27.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:27.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:27.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:28.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:28.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:28.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:28.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:28.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:28.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:32.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:32.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:32.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:32.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:32.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:32.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:33.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:33.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:33.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:33.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:33.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:33.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:34.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:34.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:34.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:34.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:34.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:34.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:39.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:39.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:39.414+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-25T20:27:39.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:39.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:39.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:39.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:41.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:41.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:41.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:41.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:41.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:41.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:44.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:44.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:44.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:44.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:44.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:44.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:46.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:46.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:46.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:46.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:46.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:46.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:46.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:46.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:46.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:46.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:46.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:46.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:51.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:51.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:51.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:51.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:51.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:51.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:53.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:53.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:53.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:53.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:53.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:53.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:56.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:56.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:56.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:56.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:56.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:56.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:58.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:58.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:58.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:58.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:58.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:58.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:27:58.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:27:58.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:27:59.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:27:59.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:27:59.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:27:59.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:28:03.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:28:03.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:28:03.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:28:03.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:28:03.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:28:03.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:28:04.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:28:04.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:28:04.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:28:04.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:28:04.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:28:04.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:28:05.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:28:05.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:28:05.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:28:05.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:28:05.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:28:05.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:28:09.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:28:09.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:28:09.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:28:09.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:28:09.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:28:09.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:28:11.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:28:11.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:28:11.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:28:11.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:28:11.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:28:11.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:28:11.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:28:11.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:28:11.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:28:11.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:28:11.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:28:11.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:28:16.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:28:16.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:28:16.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:28:16.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:28:16.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:28:16.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:28:21.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:28:21.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:28:21.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:28:21.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:28:21.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:28:21.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:28:27.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:28:27.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:28:27.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:28:27.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:28:27.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:28:27.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:28:28.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:28:28.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:28:28.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:28:28.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:28:28.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:28:28.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:28:33.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:28:33.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:28:33.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:28:33.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:28:33.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:28:33.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:28:34.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:28:34.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:28:34.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:28:34.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:28:34.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:28:34.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:28:40.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:28:40.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:28:40.075+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:28:40.075+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:28:40.075+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:28:40.075+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:28:50.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:28:50.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:28:50.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:28:50.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:28:50.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:28:50.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:28:55.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:28:55.197+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:28:55.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:28:55.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:28:55.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:28:55.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:29:02.764+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:29:02.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:29:02.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:29:02.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:29:02.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:29:02.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:29:07.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:29:07.980+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:29:08.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:29:08.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:29:08.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:29:08.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:29:12.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:29:12.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:29:12.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:29:12.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:29:12.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:29:12.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:29:17.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:29:17.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:29:17.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:29:17.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:29:17.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:29:17.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:29:40.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:29:40.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:29:40.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:29:40.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:29:40.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:29:40.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:29:45.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:29:45.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:29:46.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:29:46.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:29:46.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:29:46.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:29:59.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:29:59.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:29:59.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:29:59.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:29:59.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:29:59.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:30:05.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:30:05.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:30:06.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:30:06.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:30:06.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:30:06.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:30:16.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:30:16.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:30:16.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:30:16.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:30:16.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:30:16.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:30:21.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:30:21.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:30:21.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:30:21.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:30:21.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:30:21.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:30:59.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:30:59.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:30:59.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:30:59.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:30:59.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:30:59.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:31:04.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:31:04.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:31:04.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:31:04.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:31:04.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:31:04.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:31:29.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:31:29.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:31:29.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:31:29.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:31:29.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:31:29.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:31:35.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:31:35.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:31:35.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:31:35.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:31:35.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:31:35.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:31:46.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:31:46.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:31:46.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:31:46.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:31:46.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:31:46.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:31:51.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:31:51.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:31:51.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:31:51.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:31:51.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:31:51.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:33:25.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:33:25.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:33:25.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:33:25.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:33:25.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:33:25.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:33:31.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:33:31.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:33:31.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:33:31.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:33:31.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:33:31.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:33:40.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:33:40.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:33:40.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:33:40.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:33:40.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:33:40.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:33:45.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:33:45.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:33:45.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:33:45.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:33:45.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:33:45.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:35:09.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:35:09.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:35:09.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:35:09.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:35:09.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:35:09.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T20:35:14.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T20:35:14.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T20:35:14.595+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T20:35:14.595+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T20:35:14.595+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T20:35:14.595+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T21:02:04.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T21:02:04.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T21:02:04.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T21:02:04.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T21:02:04.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T21:02:04.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T21:02:09.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T21:02:09.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T21:02:09.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T21:02:09.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T21:02:09.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T21:02:09.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T21:12:38.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T21:12:38.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T21:12:38.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T21:12:38.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T21:12:38.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T21:12:38.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T21:12:43.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T21:12:43.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T21:12:43.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T21:12:43.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T21:12:43.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T21:12:43.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T23:37:26.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T23:37:26.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T23:37:26.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T23:37:26.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T23:37:26.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T23:37:26.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T23:37:32.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T23:37:32.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T23:37:32.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T23:37:32.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T23:37:32.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T23:37:32.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T23:41:49.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T23:41:49.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T23:41:49.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T23:41:49.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T23:41:49.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T23:41:49.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-25T23:41:54.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-25T23:41:54.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-25T23:41:54.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-25T23:41:54.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-25T23:41:54.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-25T23:41:54.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T00:20:04.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T00:20:04.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T00:20:04.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T00:20:04.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T00:20:04.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T00:20:04.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T00:20:09.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T00:20:09.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T00:20:09.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T00:20:09.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T00:20:09.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T00:20:09.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T00:20:14.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T00:20:14.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T00:20:15.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T00:20:15.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T00:20:15.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T00:20:15.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T00:20:20.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T00:20:20.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T00:20:20.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T00:20:20.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T00:20:20.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T00:20:20.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T00:22:20.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T00:22:20.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T00:22:20.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T00:22:20.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T00:22:20.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T00:22:20.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T00:22:25.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T00:22:25.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T00:22:25.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T00:22:25.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T00:22:25.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T00:22:25.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T00:22:31.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T00:22:31.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T00:22:31.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T00:22:31.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T00:22:31.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T00:22:31.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T00:22:36.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T00:22:36.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T00:22:36.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T00:22:36.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T00:22:36.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T00:22:36.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T00:26:44.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T00:26:44.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T00:26:44.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T00:26:44.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T00:26:44.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T00:26:44.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T00:26:49.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T00:26:49.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T00:26:49.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T00:26:49.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T00:26:49.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T00:26:49.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:07:29.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:07:29.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:07:29.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:07:29.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:07:29.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:07:29.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:07:30.243+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:07:30.243+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:07:30.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:07:30.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:07:30.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:07:30.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:07:34.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:07:34.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:07:34.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:07:34.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:07:34.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:07:34.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:07:35.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:07:35.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:07:35.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:07:35.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:07:35.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:07:35.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:07:40.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:07:40.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:07:40.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:07:40.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:07:40.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:07:40.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:07:45.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:07:45.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:07:45.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:07:45.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:07:45.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:07:45.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:07:50.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:07:50.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:07:50.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:07:50.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:07:50.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:07:50.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:07:55.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:07:55.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:07:55.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:07:55.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:07:55.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:07:55.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:08:07.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:08:07.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:08:07.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:08:07.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:08:07.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:08:07.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:08:13.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:08:13.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:08:13.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:08:13.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:08:13.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:08:13.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:08:24.695+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:08:24.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:08:24.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:08:24.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:08:24.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:08:24.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:08:29.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:08:29.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:08:29.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:08:29.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:08:29.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:08:29.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:08:42.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:08:42.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:08:42.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:08:42.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:08:42.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:08:42.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:08:48.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:08:48.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:08:48.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:08:48.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:08:48.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:08:48.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:08:58.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:08:58.845+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:08:58.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:08:58.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:08:58.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:08:58.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:09:04.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:09:04.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:09:04.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:09:04.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:09:04.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:09:04.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:09:14.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:09:14.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:09:14.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:09:14.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:09:14.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:09:14.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:09:19.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:09:19.726+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:09:19.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:09:19.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:09:19.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:09:19.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:09:30.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:09:30.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:09:30.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:09:30.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:09:30.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:09:30.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:09:36.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:09:36.195+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:09:36.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:09:36.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:09:36.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:09:36.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:09:47.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:09:47.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:09:47.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:09:47.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:09:47.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:09:47.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:09:53.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:09:53.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:09:53.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:09:53.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:09:53.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:09:53.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:10:05.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:10:05.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:10:05.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:10:05.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:10:05.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:10:05.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:10:10.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:10:10.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:10:10.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:10:10.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:10:10.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:10:10.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:10:20.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:10:20.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:10:20.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:10:20.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:10:20.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:10:20.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:10:25.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:10:25.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:10:25.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:10:25.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:10:25.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:10:25.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:10:38.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:10:38.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:10:38.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:10:38.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:10:38.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:10:38.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:10:43.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:10:43.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:10:43.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:10:43.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:10:43.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:10:43.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:10:54.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:10:54.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:10:54.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:10:54.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:10:54.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:10:54.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:10:59.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:10:59.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:10:59.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:10:59.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:10:59.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:10:59.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:11:10.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:11:10.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:11:10.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:11:10.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:11:10.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:11:10.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:11:15.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:11:15.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:11:15.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:11:15.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:11:15.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:11:15.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:11:26.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:11:26.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:11:26.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:11:26.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:11:26.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:11:26.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:11:31.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:11:31.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:11:31.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:11:31.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:11:31.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:11:31.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:11:42.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:11:42.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:11:42.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:11:42.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:11:42.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:11:42.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:11:47.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:11:47.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:11:47.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:11:47.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:11:47.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:11:47.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:11:57.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:11:57.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:11:57.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:11:57.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:11:57.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:11:57.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:12:02.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:12:02.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:12:02.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:12:02.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:12:02.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:12:02.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:12:12.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:12:12.926+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:12:12.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:12:12.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:12:12.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:12:12.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:12:18.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:12:18.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:12:18.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:12:18.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:12:18.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:12:18.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:12:28.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:12:28.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:12:28.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:12:28.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:12:28.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:12:28.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:12:34.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:12:34.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:12:34.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:12:34.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:12:34.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:12:34.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:12:44.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:12:44.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:12:44.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:12:44.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:12:44.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:12:44.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:12:49.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:12:49.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:12:49.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:12:49.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:12:49.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:12:49.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:13:00.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:13:00.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:13:00.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:13:00.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:13:00.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:13:00.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:13:05.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:13:05.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:13:05.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:13:05.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:13:05.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:13:05.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:13:15.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:13:15.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:13:15.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:13:15.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:13:15.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:13:15.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:13:21.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:13:21.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:13:21.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:13:21.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:13:21.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:13:21.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:13:31.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:13:31.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:13:31.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:13:31.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:13:31.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:13:31.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:13:36.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:13:36.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:13:36.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:13:36.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:13:36.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:13:36.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:13:46.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:13:46.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:13:46.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:13:46.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:13:46.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:13:46.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:13:52.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:13:52.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:13:52.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:13:52.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:13:52.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:13:52.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:14:02.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:14:02.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:14:02.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:14:02.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:14:02.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:14:02.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:14:07.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:14:07.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:14:07.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:14:07.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:14:07.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:14:07.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:14:17.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:14:17.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:14:17.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:14:17.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:14:17.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:14:17.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:14:22.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:14:22.980+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:14:23.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:14:23.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:14:23.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:14:23.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:14:32.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:14:32.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:14:32.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:14:32.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:14:32.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:14:32.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:14:38.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:14:38.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:14:38.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:14:38.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:14:38.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:14:38.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:14:47.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:14:47.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:14:47.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:14:47.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:14:47.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:14:47.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:14:52.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:14:52.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:14:52.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:14:52.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:14:52.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:14:52.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:15:02.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:15:02.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:15:02.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:15:02.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:15:02.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:15:02.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:15:08.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:15:08.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:15:08.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:15:08.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:15:08.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:15:08.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:15:17.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:15:17.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:15:17.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:15:17.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:15:17.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:15:17.710+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:15:22.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:15:22.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:15:22.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:15:22.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:15:22.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:15:22.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:15:32.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:15:32.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:15:32.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:15:32.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:15:32.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:15:32.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:15:38.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:15:38.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:15:38.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:15:38.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:15:38.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:15:38.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:15:47.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:15:47.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:15:47.918+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:15:47.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:15:47.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:15:47.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:15:53.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:15:53.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:15:53.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:15:53.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:15:53.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:15:53.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:16:03.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:16:03.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:16:03.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:16:03.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:16:03.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:16:03.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:16:08.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:16:08.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:16:08.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:16:08.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:16:08.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:16:08.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:16:18.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:16:18.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:16:18.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:16:18.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:16:18.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:16:18.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:16:23.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:16:23.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:16:23.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:16:23.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:16:23.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:16:23.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:16:33.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:16:33.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:16:33.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:16:33.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:16:33.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:16:33.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:16:38.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:16:38.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:16:38.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:16:38.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:16:38.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:16:38.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:16:48.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:16:48.646+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:16:48.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:16:48.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:16:48.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:16:48.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:16:53.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:16:53.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:16:53.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:16:53.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:16:53.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:16:53.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:17:03.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:17:03.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:17:03.493+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:17:03.493+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:17:03.493+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:17:03.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:17:08.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:17:08.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:17:08.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:17:08.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:17:08.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:17:08.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:17:18.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:17:18.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:17:18.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:17:18.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:17:18.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:17:18.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:17:23.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:17:23.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:17:23.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:17:23.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:17:23.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:17:23.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:17:33.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:17:33.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:17:33.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:17:33.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:17:33.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:17:33.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:17:38.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:17:38.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:17:38.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:17:38.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:17:38.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:17:38.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:17:48.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:17:48.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:17:48.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:17:48.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:17:48.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:17:48.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:17:53.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:17:53.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:17:53.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:17:53.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:17:53.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:17:53.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:18:03.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:18:03.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:18:03.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:18:03.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:18:03.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:18:03.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:18:08.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:18:08.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:18:08.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:18:08.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:18:08.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:18:08.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:18:18.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:18:18.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:18:18.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:18:18.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:18:18.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:18:18.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:18:23.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:18:23.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:18:23.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:18:23.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:18:23.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:18:23.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:18:33.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:18:33.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:18:33.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:18:33.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:18:33.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:18:33.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:18:38.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:18:38.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:18:38.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:18:38.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:18:38.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:18:38.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:18:48.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:18:48.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:18:48.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:18:48.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:18:48.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:18:48.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:18:53.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:18:53.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:18:53.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:18:53.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:18:53.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:18:53.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:19:03.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:19:03.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:19:03.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:19:03.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:19:03.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:19:03.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:19:08.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:19:08.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:19:08.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:19:08.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:19:08.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:19:08.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:19:18.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:19:18.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:19:18.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:19:18.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:19:18.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:19:18.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:19:23.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:19:23.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:19:23.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:19:23.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:19:23.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:19:23.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:19:33.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:19:33.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:19:33.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:19:33.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:19:33.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:19:33.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:19:38.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:19:38.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:19:38.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:19:38.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:19:38.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:19:38.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:19:48.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:19:48.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:19:48.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:19:48.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:19:48.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:19:48.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:19:53.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:19:53.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:19:53.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:19:53.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:19:53.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:19:53.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:20:04.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:20:04.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:20:04.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:20:04.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:20:04.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:20:04.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:20:09.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:20:09.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:20:09.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:20:09.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:20:09.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:20:09.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:20:18.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:20:18.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:20:18.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:20:18.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:20:18.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:20:18.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:20:24.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:20:24.020+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:20:24.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:20:24.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:20:24.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:20:24.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:20:33.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:20:33.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:20:33.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:20:33.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:20:33.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:20:33.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:20:38.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:20:38.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:20:38.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:20:38.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:20:38.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:20:38.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:20:48.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:20:48.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:20:48.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:20:48.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:20:48.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:20:48.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:20:53.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:20:53.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:20:53.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:20:53.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:20:53.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:20:53.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:21:03.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:21:03.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:21:03.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:21:03.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:21:03.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:21:03.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:21:08.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:21:08.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:21:08.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:21:08.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:21:08.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:21:08.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:21:18.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:21:18.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:21:18.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:21:18.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:21:18.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:21:18.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:21:23.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:21:23.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:21:23.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:21:23.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:21:23.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:21:23.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:21:33.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:21:33.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:21:33.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:21:33.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:21:33.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:21:33.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:21:38.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:21:38.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:21:38.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:21:38.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:21:38.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:21:38.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:21:48.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:21:48.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:21:48.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:21:48.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:21:48.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:21:48.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:21:53.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:21:53.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:21:53.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:21:53.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:21:53.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:21:53.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:22:04.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:22:04.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:22:04.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:22:04.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:22:04.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:22:04.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:22:09.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:22:09.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:22:09.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:22:09.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:22:09.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:22:09.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:22:19.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:22:19.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:22:19.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:22:19.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:22:19.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:22:19.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:22:24.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:22:24.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:22:24.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:22:24.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:22:24.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:22:24.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:22:34.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:22:34.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:22:34.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:22:34.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:22:34.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:22:34.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:22:39.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:22:39.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:22:39.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:22:39.882+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:22:39.882+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:22:39.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:22:49.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:22:49.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:22:49.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:22:49.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:22:49.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:22:49.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:22:54.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:22:54.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:22:54.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:22:54.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:22:54.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:22:54.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:23:05.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:23:05.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:23:05.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:23:05.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:23:05.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:23:05.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:23:10.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:23:10.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:23:10.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:23:10.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:23:10.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:23:10.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:23:21.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:23:21.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:23:21.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:23:21.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:23:21.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:23:21.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:23:26.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:23:26.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:23:26.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:23:26.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:23:26.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:23:26.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:23:36.288+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:23:36.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:23:36.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:23:36.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:23:36.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:23:36.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:23:41.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:23:41.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:23:41.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:23:41.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:23:41.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:23:41.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:23:51.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:23:51.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:23:51.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:23:51.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:23:51.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:23:51.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:23:56.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:23:56.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:23:56.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:23:56.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:23:56.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:23:56.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:24:15.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:24:15.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:24:15.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:24:15.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:24:15.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:24:15.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:24:20.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:24:20.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:24:20.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:24:20.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:24:20.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:24:20.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:24:38.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:24:38.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:24:38.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:24:38.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:24:38.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:24:38.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:24:44.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:24:44.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:24:44.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:24:44.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:24:44.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:24:44.211+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:25:01.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:25:01.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:25:01.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:25:01.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:25:01.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:25:01.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:25:08.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:25:08.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:25:08.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:25:08.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:25:08.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:25:08.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:25:29.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:25:29.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:25:29.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:25:29.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:25:29.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:25:29.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:25:35.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:25:35.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:25:35.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:25:35.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:25:35.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:25:35.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:25:51.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:25:51.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:25:51.636+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:25:51.636+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:25:51.636+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:25:51.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:25:56.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:25:56.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:25:56.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:25:56.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:25:56.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:25:56.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:26:16.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:26:16.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:26:16.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:26:16.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:26:16.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:26:16.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:26:21.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:26:21.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:26:21.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:26:21.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:26:21.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:26:21.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:26:32.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:26:32.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:26:32.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:26:32.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:26:32.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:26:32.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:26:38.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:26:38.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:26:38.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:26:38.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:26:38.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:26:38.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:26:52.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:26:52.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:26:52.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:26:52.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:26:52.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:26:52.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:26:57.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:26:57.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:26:57.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:26:57.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:26:57.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:26:57.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:27:00.393+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:27:00.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:27:00.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:27:00.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:27:00.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:27:00.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:27:06.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:27:06.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:27:06.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:27:06.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:27:06.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:27:06.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:27:20.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:27:20.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:27:20.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:27:20.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:27:20.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:27:20.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:27:25.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:27:25.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:27:25.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:27:25.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:27:25.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:27:25.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:27:27.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:27:27.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:27:27.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:27:27.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:27:27.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:27:27.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:27:32.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:27:32.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:27:32.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:27:32.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:27:32.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:27:32.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:27:48.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:27:48.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:27:48.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:27:48.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:27:48.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:27:48.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:27:48.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:27:48.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:27:48.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:27:48.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:27:48.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:27:48.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:27:50.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:27:50.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:27:50.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:27:50.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:27:50.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:27:50.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:27:53.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:27:53.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:27:53.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:27:53.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:27:53.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:27:53.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:27:54.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:27:54.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:27:54.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:27:54.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:27:54.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:27:54.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:27:55.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:27:55.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:27:55.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:27:55.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:27:55.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:27:55.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:28:00.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:28:00.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:28:00.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:28:00.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:28:00.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:28:00.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:28:00.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:28:00.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:28:01.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:28:01.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:28:01.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:28:01.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:28:05.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:28:05.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:28:05.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:28:05.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:28:05.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:28:05.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:28:06.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:28:06.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:28:06.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:28:06.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:28:06.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:28:06.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:28:21.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:28:21.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:28:22.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:28:22.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:28:22.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:28:22.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:28:22.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:28:22.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:28:22.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:28:22.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:28:22.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:28:22.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:28:27.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:28:27.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:28:27.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:28:27.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:28:27.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:28:27.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:28:27.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:28:27.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:28:27.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:28:27.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:28:27.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:28:27.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:28:31.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:28:31.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:28:31.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:28:31.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:28:31.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:28:31.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:28:37.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:28:37.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:28:37.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:28:37.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:28:37.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:28:37.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:28:51.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:28:51.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:28:51.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:28:51.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:28:51.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:28:51.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:28:51.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:28:51.987+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:28:52.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:28:52.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:28:52.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:28:52.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:28:56.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:28:56.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:28:56.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:28:56.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:28:56.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:28:56.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:28:57.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:28:57.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:28:57.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:28:57.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:28:57.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:28:57.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:00.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:00.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:00.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:00.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:00.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:00.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:05.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:05.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:05.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:05.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:05.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:05.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:19.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:19.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:19.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:19.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:19.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:19.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:19.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:19.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:19.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:19.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:19.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:19.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:24.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:24.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:24.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:24.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:24.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:24.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:25.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:25.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:25.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:25.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:25.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:25.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:26.561+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:26.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:26.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:26.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:26.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:26.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:26.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:26.858+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:26.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:26.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:26.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:26.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:28.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:28.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:28.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:28.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:28.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:28.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:31.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:31.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:31.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:31.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:31.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:31.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:32.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:32.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:32.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:32.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:32.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:32.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:33.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:33.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:33.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:33.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:33.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:33.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:37.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:37.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:37.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:37.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:37.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:37.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:42.750+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:42.752+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:42.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:42.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:42.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:42.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:52.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:52.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:52.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:52.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:52.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:52.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:52.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:52.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:52.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:52.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:52.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:52.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:56.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:56.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:56.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:56.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:56.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:56.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:57.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:57.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:57.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:57.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:57.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:57.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:57.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:57.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:57.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:57.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:57.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:57.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:29:58.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:29:58.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:29:58.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:29:58.333+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:29:58.333+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:29:58.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:30:01.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:30:01.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:30:01.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:30:01.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:30:01.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:30:01.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:30:03.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:30:03.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:30:03.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:30:03.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:30:03.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:30:03.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:30:24.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:30:24.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:30:24.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:30:24.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:30:24.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:30:24.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:30:24.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:30:24.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:30:24.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:30:24.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:30:24.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:30:24.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:30:25.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:30:25.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:30:25.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:30:25.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:30:25.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:30:25.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:30:26.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:30:26.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:30:26.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:30:26.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:30:26.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:30:26.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:30:29.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:30:29.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:30:29.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:30:29.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:30:29.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:30:29.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:30:30.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:30:30.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:30:30.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:30:30.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:30:30.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:30:30.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:30:30.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:30:30.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:30:30.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:30:30.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:30:30.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:30:30.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:30:31.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:30:31.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:30:31.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:30:31.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:30:31.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:30:31.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:30:53.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:30:53.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:30:53.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:30:53.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:30:53.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:30:53.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:30:53.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:30:53.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:30:53.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:30:53.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:30:53.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:30:53.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:30:56.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:30:56.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:30:56.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:30:56.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:30:56.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:30:56.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:30:56.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:30:56.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:30:56.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:30:56.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:30:56.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:30:56.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:30:58.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:30:58.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:30:58.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:30:58.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:30:58.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:30:58.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:30:59.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:30:59.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:30:59.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:30:59.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:30:59.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:30:59.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:31:01.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:31:01.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:31:01.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:31:01.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:31:01.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:31:01.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:31:01.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:31:01.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:31:02.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:31:02.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:31:02.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:31:02.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:31:22.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:31:22.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:31:22.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:31:22.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:31:22.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:31:22.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:31:23.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:31:23.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:31:23.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:31:23.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:31:23.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:31:23.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:31:26.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:31:26.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:31:26.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:31:26.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:31:26.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:31:26.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:31:27.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:31:27.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:31:27.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:31:27.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:31:27.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:31:27.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:31:27.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:31:27.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:31:27.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:31:27.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:31:27.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:31:27.596+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:31:28.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:31:28.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:31:28.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:31:28.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:31:28.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:31:28.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:31:32.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:31:32.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:31:32.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:31:32.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:31:32.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:31:32.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:31:32.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:31:32.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:31:32.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:31:32.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:31:32.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:31:32.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:31:52.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:31:52.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:31:52.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:31:52.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:31:52.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:31:52.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:31:53.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:31:53.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:31:53.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:31:53.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:31:53.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:31:53.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:31:56.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:31:56.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:31:56.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:31:56.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:31:56.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:31:56.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:31:56.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:31:56.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:31:56.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:31:56.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:31:56.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:31:56.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:31:58.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:31:58.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:31:58.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:31:58.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:31:58.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:31:58.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:31:58.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:31:58.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:31:58.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:31:58.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:31:58.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:31:58.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:32:01.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:32:01.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:32:01.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:32:01.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:32:01.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:32:01.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:32:02.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:32:02.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:32:02.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:32:02.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:32:02.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:32:02.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:32:30.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:32:30.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:32:30.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:32:30.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:32:30.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:32:30.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:32:30.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:32:30.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:32:30.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:32:30.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:32:30.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:32:30.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:32:34.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:32:34.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:32:34.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:32:34.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:32:34.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:32:34.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:32:35.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:32:35.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:32:35.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:32:35.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:32:35.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:32:35.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:32:35.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:32:35.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:32:35.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:32:35.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:32:35.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:32:35.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:32:37.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:32:37.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:32:37.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:32:37.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:32:37.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:32:37.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:32:39.817+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:32:39.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:32:39.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:32:39.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:32:39.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:32:39.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:32:42.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:32:42.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:32:42.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:32:42.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:32:42.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:32:42.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:33:02.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:33:02.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:33:02.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:33:02.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:33:02.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:33:02.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:33:03.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:33:03.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:33:03.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:33:03.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:33:03.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:33:03.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:33:04.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:33:04.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:33:04.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:33:04.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:33:04.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:33:04.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:33:07.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:33:07.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:33:07.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:33:07.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:33:07.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:33:07.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:33:07.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:33:07.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:33:07.544+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:33:07.544+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:33:07.544+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:33:07.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:33:08.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:33:08.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:33:08.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:33:08.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:33:08.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:33:08.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:33:09.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:33:09.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:33:09.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:33:09.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:33:09.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:33:09.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:33:12.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:33:12.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:33:12.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:33:12.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:33:12.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:33:12.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:33:32.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:33:32.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:33:32.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:33:32.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:33:32.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:33:32.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:33:33.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:33:33.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:33:33.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:33:33.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:33:33.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:33:33.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:33:34.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:33:34.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:33:34.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:33:34.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:33:34.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:33:34.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:33:36.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:33:36.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:33:36.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:33:36.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:33:36.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:33:36.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:33:37.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:33:37.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:33:37.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:33:37.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:33:37.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:33:37.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:33:38.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:33:38.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:33:38.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:33:38.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:33:38.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:33:38.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:33:39.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:33:39.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:33:39.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:33:39.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:33:39.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:33:39.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:33:41.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:33:41.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:33:42.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:33:42.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:33:42.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:33:42.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:34:05.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:34:05.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:34:05.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:34:05.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:34:05.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:34:05.596+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:34:06.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:34:06.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:34:06.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:34:06.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:34:06.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:34:06.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:34:09.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:34:09.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:34:09.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:34:09.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:34:09.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:34:09.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:34:10.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:34:10.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:34:10.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:34:10.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:34:10.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:34:10.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:34:10.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:34:10.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:34:10.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:34:10.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:34:10.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:34:10.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:34:11.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:34:11.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:34:11.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:34:11.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:34:11.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:34:11.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:34:16.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:34:16.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:34:16.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:34:16.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:34:16.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:34:16.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:34:16.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:34:16.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:34:16.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:34:16.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:34:16.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:34:16.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:34:41.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:34:41.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:34:41.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:34:41.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:34:41.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:34:41.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:34:41.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:34:41.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:34:41.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:34:41.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:34:41.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:34:41.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:34:43.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:34:43.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:34:43.049+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:34:43.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:34:43.049+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:34:43.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:34:47.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:34:47.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:34:47.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:34:47.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:34:47.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:34:47.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:34:47.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:34:47.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:34:48.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:34:48.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:34:48.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:34:48.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:34:48.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:34:48.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:34:48.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:34:48.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:34:48.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:34:48.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:34:49.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:34:49.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:34:49.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:34:49.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:34:49.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:34:49.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:34:53.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:34:53.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:34:54.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:34:54.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:34:54.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:34:54.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:35:19.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:35:19.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:35:19.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:35:19.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:35:19.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:35:19.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:35:21.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:35:21.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:35:21.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:35:21.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:35:21.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:35:21.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:35:21.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:35:21.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:35:21.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:35:21.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:35:21.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:35:21.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:35:22.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:35:22.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:35:22.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:35:22.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:35:22.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:35:22.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:35:24.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:35:24.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:35:24.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:35:24.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:35:24.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:35:24.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:35:27.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:35:27.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:35:28.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:35:28.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:35:28.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:35:28.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:35:28.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:35:28.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:35:28.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:35:28.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:35:28.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:35:28.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:35:28.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:35:28.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:35:28.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:35:28.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:35:28.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:35:28.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:35:58.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:35:58.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:35:58.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:35:58.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:35:58.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:35:58.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:36:02.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:36:02.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:36:02.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:36:02.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:36:02.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:36:02.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:36:03.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:36:03.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:36:03.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:36:03.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:36:03.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:36:03.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:36:05.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:36:05.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:36:05.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:36:05.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:36:05.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:36:05.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:36:05.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:36:05.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:36:05.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:36:05.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:36:05.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:36:05.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:36:07.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:36:07.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:36:07.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:36:07.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:36:07.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:36:07.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:36:10.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:36:10.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:36:10.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:36:10.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:36:10.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:36:10.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:36:32.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:36:32.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:36:32.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:36:32.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:36:32.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:36:32.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:36:36.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:36:36.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:36:36.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:36:36.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:36:36.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:36:36.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:36:38.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:36:38.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:36:38.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:36:38.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:36:38.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:36:38.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:36:39.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:36:39.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:36:39.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:36:39.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:36:39.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:36:39.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:36:41.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:36:41.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:36:41.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:36:41.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:36:41.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:36:41.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:36:42.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:36:42.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:36:42.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:36:42.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:36:42.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:36:42.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:36:45.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:36:45.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:36:45.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:36:45.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:36:45.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:36:45.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:36:48.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:36:48.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:36:49.000+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:36:49.000+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:36:49.000+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:36:49.000+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:37:13.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:37:13.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:37:14.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:37:14.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:37:14.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:37:14.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:37:19.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:37:19.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:37:19.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:37:19.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:37:19.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:37:19.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:37:21.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:37:21.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:37:21.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:37:21.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:37:21.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:37:21.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:37:22.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:37:22.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:37:22.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:37:22.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:37:22.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:37:22.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:37:22.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:37:22.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:37:22.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:37:22.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:37:22.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:37:22.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:37:27.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:37:27.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:37:27.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:37:27.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:37:27.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:37:27.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:37:27.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:37:27.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:37:27.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:37:27.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:37:27.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:37:27.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:37:28.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:37:28.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:37:28.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:37:28.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:37:28.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:37:28.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:37:44.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:37:44.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:37:44.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:37:44.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:37:44.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:37:44.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:37:49.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:37:49.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:37:49.831+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:37:49.831+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:37:49.831+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:37:49.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:37:53.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:37:53.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:37:53.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:37:53.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:37:53.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:37:53.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:37:54.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:37:54.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:37:54.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:37:54.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:37:54.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:37:54.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:37:55.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:37:55.072+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:37:55.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:37:55.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:37:55.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:37:55.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:37:59.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:37:59.072+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:37:59.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:37:59.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:37:59.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:37:59.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:37:59.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:37:59.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:37:59.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:37:59.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:37:59.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:37:59.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:38:00.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:38:00.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:38:00.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:38:00.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:38:00.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:38:00.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:38:15.125+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:38:15.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:38:15.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:38:15.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:38:15.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:38:15.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:38:20.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:38:20.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:38:20.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:38:20.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:38:20.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:38:20.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:38:27.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:38:27.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:38:27.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:38:27.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:38:27.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:38:27.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:38:27.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:38:27.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:38:27.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:38:27.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:38:27.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:38:27.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:38:27.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:38:27.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:38:27.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:38:27.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:38:27.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:38:27.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:38:32.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:38:32.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:38:32.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:38:32.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:38:32.440+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:38:32.440+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:38:32.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:38:32.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:38:32.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:38:32.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:38:32.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:38:32.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:38:32.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:38:32.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:38:32.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:38:32.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:38:32.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:38:32.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:38:39.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:38:39.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:38:39.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:38:39.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:38:39.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:38:39.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:38:44.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:38:44.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:38:44.658+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:38:44.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:38:44.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:38:44.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:38:53.756+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:38:53.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:38:53.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:38:53.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:38:53.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:38:53.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:38:56.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:38:56.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:38:56.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:38:56.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:38:56.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:38:56.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:38:57.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:38:57.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:38:57.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:38:57.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:38:57.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:38:57.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:38:58.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:38:58.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:38:58.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:38:58.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:38:58.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:38:58.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:39:02.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:39:02.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:39:02.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:39:02.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:39:02.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:39:02.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:39:02.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:39:02.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:39:02.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:39:02.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:39:02.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:39:02.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:39:05.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:39:05.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:39:05.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:39:05.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:39:05.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:39:05.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:39:11.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:39:11.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:39:11.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:39:11.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:39:11.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:39:11.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:39:23.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:39:23.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:39:23.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:39:23.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:39:23.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:39:23.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:39:23.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:39:23.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:39:23.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:39:23.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:39:23.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:39:23.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:39:28.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:39:28.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:39:28.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:39:28.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:39:28.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:39:28.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:39:28.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:39:28.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:39:28.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:39:28.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:39:28.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:39:28.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:39:29.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:39:29.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:39:29.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:39:29.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:39:29.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:39:29.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:39:33.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:39:33.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:39:33.636+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:39:33.636+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:39:33.636+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:39:33.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:39:34.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:39:34.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:39:34.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:39:34.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:39:34.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:39:34.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:39:40.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:39:40.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:39:40.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:39:40.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:39:40.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:39:40.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:39:53.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:39:53.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:39:53.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:39:53.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:39:53.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:39:53.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:39:53.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:39:53.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:39:53.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:39:53.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:39:53.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:39:53.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:39:56.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:39:56.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:39:56.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:39:56.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:39:56.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:39:56.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:40:01.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:40:01.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:40:01.535+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T11:40:01.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:40:01.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:40:01.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:40:01.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:40:05.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:40:05.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:40:05.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:40:05.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:40:05.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:40:05.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:40:11.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:40:11.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:40:11.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:40:11.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:40:11.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:40:11.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:40:16.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:40:16.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:40:16.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:40:16.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:40:16.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:40:16.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:40:36.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:40:36.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:40:36.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:40:36.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:40:36.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:40:36.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:40:36.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:40:36.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:40:36.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:40:36.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:40:36.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:40:36.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:40:37.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:40:37.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:40:37.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:40:37.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:40:37.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:40:37.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:40:41.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:40:41.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:40:41.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:40:41.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:40:41.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:40:41.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:40:41.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:40:41.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:40:42.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:40:42.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:40:42.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:40:42.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:40:42.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:40:42.346+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:40:42.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:40:42.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:40:42.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:40:42.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:40:42.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:40:42.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:40:42.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:40:42.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:40:42.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:40:42.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:40:47.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:40:47.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:40:47.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:40:47.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:40:47.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:40:47.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:41:11.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:41:11.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:41:11.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:41:11.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:41:11.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:41:11.881+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:41:12.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:41:12.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:41:12.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:41:12.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:41:12.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:41:12.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:41:15.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:41:15.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:41:15.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:41:15.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:41:15.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:41:15.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:41:15.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:41:15.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:41:15.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:41:15.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:41:15.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:41:15.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:41:17.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:41:17.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:41:17.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:41:17.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:41:17.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:41:17.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:41:17.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:41:17.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:41:17.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:41:17.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:41:17.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:41:17.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:41:20.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:41:20.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:41:20.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:41:20.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:41:20.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:41:20.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:41:21.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:41:21.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:41:21.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:41:21.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:41:21.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:41:21.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:41:46.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:41:46.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:41:46.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:41:46.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:41:46.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:41:46.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:41:47.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:41:47.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:41:47.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:41:47.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:41:47.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:41:47.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:41:50.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:41:50.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:41:50.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:41:50.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:41:50.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:41:50.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:41:51.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:41:51.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:41:51.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:41:51.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:41:51.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:41:51.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:41:51.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:41:51.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:41:51.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:41:51.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:41:51.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:41:51.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:41:55.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:41:55.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:41:55.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:41:55.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:41:55.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:41:55.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:41:56.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:41:56.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:41:56.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:41:56.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:41:56.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:41:56.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:41:57.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:41:57.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:41:57.040+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:41:57.040+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:41:57.040+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:41:57.040+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:42:17.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:42:17.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:42:17.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:42:17.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:42:17.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:42:17.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:42:22.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:42:22.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:42:22.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:42:22.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:42:22.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:42:22.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:42:22.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:42:22.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:42:22.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:42:22.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:42:22.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:42:22.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:42:23.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:42:23.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:42:23.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:42:23.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:42:23.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:42:23.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:42:26.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:42:26.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:42:26.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:42:26.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:42:26.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:42:26.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:42:27.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:42:27.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:42:27.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:42:27.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:42:27.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:42:27.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:42:28.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:42:28.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:42:28.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:42:28.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:42:28.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:42:28.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:42:32.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:42:32.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:42:32.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:42:32.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:42:32.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:42:32.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:42:50.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:42:50.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:42:50.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:42:50.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:42:50.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:42:50.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:42:52.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:42:52.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:42:52.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:42:52.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:42:52.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:42:52.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:42:55.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:42:55.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:42:55.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:42:55.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:42:55.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:42:55.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:42:56.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:42:56.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:42:56.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:42:56.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:42:56.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:42:56.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:42:56.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:42:56.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:42:56.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:42:56.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:42:56.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:42:56.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:42:57.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:42:57.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:42:57.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:42:57.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:42:57.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:42:57.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:43:01.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:43:01.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:43:01.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:43:01.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:43:01.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:43:01.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:43:02.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:43:02.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:43:02.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:43:02.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:43:02.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:43:02.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:43:21.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:43:21.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:43:21.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:43:21.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:43:21.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:43:21.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:43:27.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:43:27.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:43:27.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:43:27.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:43:27.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:43:27.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:43:27.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:43:27.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:43:27.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:43:27.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:43:27.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:43:27.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:43:33.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:43:33.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:43:33.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:43:33.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:43:33.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:43:33.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:43:34.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:43:34.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:43:35.205+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T11:43:35.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:43:35.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:43:35.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:43:35.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:43:40.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:43:40.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:43:40.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:43:40.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:43:40.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:43:40.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:43:55.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:43:55.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:43:55.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:43:55.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:43:55.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:43:55.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:43:55.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:43:55.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:43:55.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:43:55.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:43:55.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:43:55.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:44:00.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:44:00.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:44:00.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:44:00.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:44:00.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:44:00.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:44:01.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:44:01.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:44:01.075+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:44:01.075+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:44:01.075+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:44:01.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:44:04.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:44:04.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:44:04.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:44:04.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:44:04.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:44:04.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:44:04.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:44:04.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:44:04.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:44:04.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:44:04.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:44:04.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:44:09.493+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:44:09.493+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:44:09.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:44:09.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:44:09.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:44:09.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:44:09.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:44:09.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:44:09.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:44:09.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:44:09.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:44:09.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:44:23.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:44:23.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:44:23.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:44:23.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:44:23.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:44:23.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:44:23.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:44:23.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:44:23.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:44:23.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:44:23.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:44:23.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:44:28.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:44:28.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:44:28.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:44:28.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:44:28.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:44:28.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:44:28.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:44:28.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:44:28.898+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:44:28.898+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:44:28.898+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:44:28.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:44:32.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:44:32.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:44:32.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:44:32.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:44:32.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:44:32.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:44:34.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:44:34.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:44:34.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:44:34.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:44:34.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:44:34.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:44:38.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:44:38.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:44:38.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:44:38.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:44:38.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:44:38.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:44:39.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:44:39.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:44:39.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:44:39.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:44:39.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:44:39.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:44:58.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:44:58.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:44:58.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:44:58.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:44:58.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:44:58.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:44:58.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:44:58.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:44:58.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:44:58.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:44:58.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:44:58.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:45:04.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:45:04.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:45:04.175+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T11:45:04.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:45:04.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:45:04.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:45:04.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:45:07.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:45:07.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:45:07.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:45:07.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:45:07.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:45:07.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:45:07.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:45:07.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:45:07.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:45:07.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:45:07.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:45:07.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:45:12.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:45:12.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:45:12.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:45:12.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:45:12.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:45:12.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:45:13.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:45:13.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:45:13.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:45:13.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:45:13.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:45:13.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:45:32.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:45:32.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:45:32.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:45:32.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:45:32.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:45:32.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:45:34.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:45:34.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:45:34.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:45:34.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:45:34.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:45:34.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:45:38.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:45:38.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:45:38.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:45:38.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:45:38.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:45:38.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:45:38.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:45:38.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:45:38.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:45:38.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:45:38.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:45:38.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:45:39.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:45:39.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:45:39.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:45:39.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:45:39.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:45:39.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:45:41.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:45:41.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:45:41.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:45:41.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:45:41.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:45:41.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:45:43.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:45:43.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:45:43.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:45:43.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:45:43.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:45:43.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:45:47.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:45:47.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:45:47.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:45:47.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:45:47.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:45:47.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:46:03.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:46:03.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:46:03.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:46:03.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:46:03.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:46:03.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:46:06.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:46:06.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:46:06.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:46:06.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:46:06.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:46:06.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:46:08.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:46:08.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:46:08.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:46:08.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:46:08.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:46:08.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:46:11.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:46:11.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:46:11.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:46:11.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:46:11.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:46:11.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:46:12.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:46:12.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:46:12.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:46:12.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:46:12.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:46:12.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:46:12.977+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:46:12.977+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:46:13.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:46:13.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:46:13.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:46:13.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:46:17.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:46:17.363+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:46:17.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:46:17.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:46:17.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:46:17.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:46:18.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:46:18.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:46:18.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:46:18.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:46:18.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:46:18.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:46:37.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:46:37.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:46:37.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:46:37.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:46:37.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:46:37.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:46:40.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:46:40.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:46:41.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:46:41.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:46:41.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:46:41.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:46:42.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:46:42.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:46:42.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:46:42.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:46:42.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:46:42.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:46:46.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:46:46.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:46:46.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:46:46.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:46:46.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:46:46.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:46:51.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:46:51.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:46:51.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:46:51.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:46:51.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:46:51.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:46:52.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:46:52.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:46:52.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:46:52.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:46:52.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:46:52.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:46:58.032+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T11:46:58.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:46:58.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:46:58.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:46:58.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:46:58.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:46:58.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:47:10.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:47:10.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:47:10.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:47:10.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:47:10.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:47:10.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:47:15.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:47:15.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:47:15.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:47:15.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:47:15.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:47:15.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:47:15.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:47:15.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:47:15.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:47:15.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:47:15.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:47:15.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:47:20.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:47:20.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:47:20.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:47:20.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:47:20.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:47:20.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:47:28.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:47:28.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:47:28.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:47:28.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:47:28.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:47:28.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:47:34.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:47:34.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:47:34.061+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T11:47:34.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:47:34.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:47:34.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:47:34.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:47:43.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:47:43.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:47:43.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:47:43.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:47:43.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:47:43.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:47:48.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:47:48.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:47:48.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:47:48.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:47:48.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:47:48.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:47:49.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:47:49.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:47:49.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:47:49.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:47:49.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:47:49.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:47:53.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:47:53.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:47:53.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:47:53.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:47:53.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:47:53.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:48:10.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:48:10.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:48:10.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:48:10.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:48:10.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:48:10.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:48:10.916+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T11:48:15.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:48:15.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:48:15.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:48:15.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:48:15.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:48:15.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:48:15.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:48:15.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:48:15.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:48:15.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:48:15.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:48:15.515+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:48:29.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:48:29.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:48:29.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:48:29.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:48:29.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:48:29.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:48:30.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:48:30.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:48:30.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:48:30.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:48:30.052+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:48:30.052+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:48:34.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:48:34.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:48:34.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:48:34.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:48:34.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:48:34.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:48:35.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:48:35.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:48:35.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:48:35.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:48:35.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:48:35.154+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:48:36.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:48:36.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:48:36.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:48:36.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:48:36.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:48:36.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:48:37.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:48:37.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:48:37.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:48:37.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:48:37.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:48:37.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:48:42.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:48:42.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:48:42.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:48:42.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:48:42.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:48:42.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:48:42.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:48:42.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:48:42.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:48:42.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:48:42.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:48:42.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:48:56.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:48:56.032+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:48:56.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:48:56.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:48:56.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:48:56.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:48:59.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:48:59.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:48:59.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:48:59.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:48:59.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:48:59.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:49:01.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:49:01.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:49:01.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:49:01.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:49:01.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:49:01.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:49:04.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:49:04.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:49:04.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:49:04.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:49:04.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:49:04.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:49:05.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:49:05.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:49:05.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:49:05.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:49:05.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:49:05.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:49:05.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:49:05.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:49:05.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:49:05.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:49:05.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:49:05.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:49:11.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:49:11.032+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:49:11.049+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T11:49:11.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:49:11.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:49:11.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:49:11.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:49:28.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:49:28.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:49:28.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:49:28.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:49:28.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:49:28.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:49:32.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:49:32.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:49:32.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:49:32.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:49:32.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:49:32.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:49:33.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:49:33.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:49:33.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:49:33.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:49:33.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:49:33.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:49:34.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:49:34.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:49:34.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:49:34.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:49:34.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:49:34.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:49:34.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:49:34.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:49:34.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:49:34.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:49:34.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:49:34.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:49:38.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:49:38.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:49:38.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:49:38.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:49:38.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:49:38.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:49:39.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:49:39.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:49:39.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:49:39.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:49:39.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:49:39.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:49:39.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:49:39.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:49:39.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:49:39.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:49:39.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:49:39.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:49:55.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:49:55.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:49:55.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:49:55.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:49:55.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:49:55.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:50:00.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:50:00.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:50:00.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:50:00.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:50:00.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:50:00.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:50:01.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:50:01.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:50:01.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:50:01.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:50:01.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:50:01.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:50:03.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:50:03.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:50:03.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:50:03.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:50:03.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:50:03.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:50:03.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:50:03.545+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:50:03.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:50:03.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:50:03.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:50:03.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:50:05.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:50:05.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:50:05.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:50:05.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:50:05.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:50:05.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:50:08.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:50:08.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:50:08.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:50:08.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:50:08.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:50:08.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:50:08.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:50:08.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:50:08.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:50:08.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:50:08.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:50:08.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:50:24.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:50:24.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:50:24.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:50:24.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:50:24.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:50:24.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:50:27.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:50:27.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:50:27.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:50:27.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:50:27.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:50:27.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:50:30.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:50:30.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:50:30.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:50:30.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:50:30.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:50:30.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:50:32.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:50:32.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:50:32.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:50:32.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:50:32.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:50:32.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:50:33.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:50:33.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:50:33.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:50:33.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:50:33.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:50:33.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:50:34.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:50:34.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:50:34.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:50:34.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:50:34.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:50:34.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:50:38.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:50:38.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:50:38.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:50:38.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:50:38.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:50:38.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:50:39.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:50:39.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:50:39.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:50:39.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:50:39.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:50:39.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:50:51.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:50:51.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:50:51.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:50:51.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:50:51.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:50:51.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:50:55.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:50:55.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:50:55.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:50:55.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:50:55.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:50:55.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:50:56.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:50:56.363+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:50:56.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:50:56.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:50:56.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:50:56.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:00.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:00.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:00.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:00.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:00.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:00.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:01.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:01.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:01.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:01.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:01.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:01.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:01.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:01.702+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:01.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:01.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:01.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:01.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:05.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:05.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:05.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:05.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:05.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:05.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:07.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:07.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:07.266+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:07.266+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:07.266+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:07.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:17.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:17.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:17.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:17.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:17.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:17.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:23.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:23.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:23.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:23.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:23.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:23.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:25.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:25.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:25.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:25.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:25.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:25.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:26.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:26.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:26.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:26.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:26.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:26.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:30.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:30.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:30.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:30.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:30.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:30.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:30.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:30.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:30.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:30.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:30.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:30.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:31.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:31.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:31.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:31.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:31.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:31.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:35.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:35.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:35.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:35.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:35.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:35.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:43.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:43.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:43.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:43.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:43.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:43.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:48.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:48.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:49.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:49.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:49.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:49.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:52.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:52.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:52.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:52.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:52.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:52.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:53.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:53.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:53.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:53.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:53.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:53.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:56.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:56.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:56.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:56.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:56.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:56.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:57.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:57.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:58.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:58.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:58.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:58.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:51:58.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:51:58.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:51:58.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:51:58.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:51:58.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:51:58.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:52:01.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:52:01.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:52:01.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:52:01.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:52:01.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:52:01.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:52:10.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:52:10.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:52:10.397+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:52:10.397+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:52:10.397+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:52:10.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:52:15.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:52:15.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:52:15.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:52:15.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:52:15.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:52:15.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:52:19.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:52:19.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:52:19.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:52:19.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:52:19.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:52:19.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:52:20.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:52:20.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:52:20.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:52:20.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:52:20.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:52:20.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:52:23.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:52:23.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:52:23.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:52:23.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:52:23.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:52:23.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:52:24.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:52:24.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:52:24.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:52:24.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:52:24.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:52:24.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:52:25.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:52:25.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:52:25.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:52:25.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:52:25.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:52:25.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:52:28.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:52:28.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:52:29.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:52:29.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:52:29.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:52:29.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:52:36.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:52:36.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:52:36.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:52:36.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:52:36.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:52:36.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:52:42.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:52:42.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:52:42.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:52:42.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:52:42.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:52:42.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:52:46.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:52:46.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:52:46.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:52:46.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:52:46.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:52:46.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:52:47.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:52:47.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:52:47.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:52:47.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:52:47.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:52:47.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:52:50.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:52:50.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:52:50.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:52:50.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:52:50.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:52:50.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:52:52.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:52:52.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:52:52.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:52:52.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:52:52.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:52:52.154+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:52:52.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:52:52.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:52:52.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:52:52.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:52:52.351+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:52:52.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:52:55.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:52:55.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:52:55.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:52:55.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:52:55.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:52:55.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:53:01.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:53:01.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:53:02.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:53:02.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:53:02.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:53:02.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:53:07.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:53:07.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:53:07.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:53:07.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:53:07.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:53:07.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:53:13.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:53:13.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:53:13.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:53:13.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:53:13.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:53:13.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:53:13.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:53:13.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:53:13.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:53:13.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:53:13.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:53:13.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:53:16.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:53:16.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:53:16.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:53:16.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:53:16.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:53:16.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:53:18.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:53:18.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:53:18.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:53:18.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:53:18.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:53:18.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:53:18.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:53:18.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:53:18.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:53:18.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:53:18.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:53:18.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:53:22.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:53:22.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:53:22.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:53:22.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:53:22.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:53:22.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:53:27.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:53:27.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:53:27.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:53:27.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:53:27.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:53:27.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:53:32.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:53:32.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:53:32.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:53:32.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:53:32.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:53:32.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:53:39.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:53:39.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:53:39.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:53:39.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:53:39.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:53:39.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:53:42.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:53:42.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:53:42.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:53:42.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:53:42.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:53:42.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:53:42.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:53:42.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:53:42.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:53:42.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:53:42.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:53:43.000+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:53:44.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:53:44.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:53:44.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:53:44.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:53:44.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:53:44.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:53:47.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:53:47.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:53:47.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:53:47.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:53:47.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:53:47.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:53:48.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:53:48.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:53:48.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:53:48.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:53:48.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:53:48.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:53:50.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:53:50.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:53:50.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:53:50.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:53:50.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:53:50.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:53:56.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:53:56.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:53:56.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:53:56.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:53:56.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:53:56.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:54:07.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:54:07.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:54:07.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:54:07.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:54:07.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:54:07.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:54:11.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:54:11.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:54:11.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:54:11.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:54:11.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:54:11.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:54:12.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:54:12.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:54:12.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:54:12.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:54:12.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:54:12.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:54:12.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:54:12.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:54:12.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:54:12.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:54:12.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:54:12.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:54:16.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:54:16.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:54:16.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:54:16.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:54:16.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:54:16.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:54:17.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:54:17.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:54:17.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:54:17.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:54:17.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:54:17.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:54:17.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:54:17.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:54:17.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:54:17.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:54:17.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:54:17.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:54:22.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:54:22.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:54:22.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:54:22.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:54:22.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:54:22.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:54:37.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:54:37.596+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:54:37.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:54:37.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:54:37.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:54:37.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:54:39.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:54:39.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:54:39.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:54:39.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:54:39.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:54:39.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:54:39.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:54:39.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:54:39.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:54:39.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:54:39.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:54:39.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:54:42.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:54:42.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:54:42.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:54:42.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:54:42.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:54:42.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:54:42.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:54:42.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:54:42.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:54:42.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:54:42.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:54:42.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:54:44.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:54:44.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:54:44.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:54:44.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:54:44.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:54:44.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:54:45.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:54:45.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:54:45.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:54:45.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:54:45.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:54:45.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:54:48.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:54:48.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:54:48.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:54:48.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:54:48.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:54:48.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:55:05.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:55:05.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:55:05.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:55:05.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:55:05.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:55:05.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:55:08.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:55:08.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:55:08.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:55:08.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:55:08.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:55:08.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:55:08.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:55:08.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:55:08.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:55:08.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:55:08.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:55:08.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:55:10.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:55:10.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:55:10.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:55:10.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:55:10.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:55:10.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:55:11.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:55:11.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:55:11.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:55:11.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:55:11.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:55:11.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:55:13.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:55:13.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:55:13.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:55:13.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:55:13.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:55:13.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:55:14.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:55:14.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:55:14.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:55:14.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:55:14.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:55:14.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:55:16.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:55:16.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:55:16.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:55:16.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:55:16.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:55:16.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:55:34.208+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:55:34.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:55:34.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:55:34.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:55:34.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:55:34.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:55:37.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:55:37.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:55:37.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:55:37.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:55:37.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:55:37.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:55:37.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:55:37.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:55:37.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:55:37.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:55:37.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:55:37.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:55:38.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:55:38.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:55:38.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:55:38.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:55:38.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:55:38.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:55:39.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:55:39.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:55:39.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:55:39.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:55:39.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:55:39.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:55:42.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:55:42.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:55:42.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:55:42.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:55:42.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:55:42.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:55:42.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:55:42.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:55:42.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:55:42.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:55:42.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:55:42.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:55:43.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:55:43.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:55:44.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:55:44.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:55:44.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:55:44.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:56:03.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:56:03.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:56:03.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:56:03.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:56:03.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:56:03.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:56:03.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:56:03.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:56:03.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:56:03.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:56:03.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:56:03.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:56:04.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:56:04.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:56:04.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:56:04.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:56:04.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:56:04.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:56:07.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:56:07.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:56:07.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:56:07.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:56:07.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:56:07.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:56:08.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:56:08.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:56:08.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:56:08.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:56:08.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:56:08.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:56:09.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:56:09.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:56:09.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:56:09.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:56:09.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:56:09.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:56:09.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:56:09.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:56:09.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:56:09.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:56:09.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:56:09.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:56:12.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:56:12.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:56:12.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:56:12.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:56:12.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:56:12.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:56:33.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:56:33.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:56:33.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:56:33.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:56:33.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:56:33.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:56:33.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:56:33.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:56:33.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:56:33.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:56:33.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:56:33.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:56:33.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:56:33.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:56:33.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:56:33.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:56:33.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:56:33.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:56:36.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:56:36.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:56:36.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:56:36.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:56:36.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:56:36.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:56:38.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:56:38.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:56:38.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:56:38.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:56:38.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:56:38.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:56:38.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:56:38.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:56:38.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:56:38.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:56:38.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:56:38.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:56:38.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:56:38.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:56:38.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:56:38.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:56:38.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:56:38.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:56:41.275+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:56:41.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:56:41.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:56:41.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:56:41.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:56:41.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:57:02.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:57:02.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:57:02.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:57:02.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:57:02.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:57:02.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:57:02.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:57:02.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:57:02.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:57:02.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:57:02.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:57:02.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:57:03.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:57:03.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:57:03.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:57:03.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:57:03.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:57:03.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:57:03.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:57:03.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:57:03.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:57:03.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:57:03.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:57:03.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:57:07.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:57:07.195+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:57:07.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:57:07.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:57:07.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:57:07.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:57:07.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:57:07.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:57:07.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:57:07.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:57:07.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:57:07.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:57:08.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:57:08.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:57:08.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:57:08.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:57:08.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:57:08.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:57:09.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:57:09.020+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:57:09.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:57:09.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:57:09.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:57:09.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:57:30.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:57:30.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:57:30.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:57:30.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:57:30.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:57:30.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:57:31.180+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:57:31.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:57:31.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:57:31.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:57:31.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:57:31.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:57:33.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:57:33.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:57:33.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:57:33.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:57:33.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:57:33.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:57:34.199+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:57:34.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:57:34.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:57:34.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:57:34.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:57:34.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:57:35.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:57:35.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:57:35.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:57:35.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:57:35.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:57:35.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:57:36.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:57:36.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:57:36.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:57:36.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:57:36.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:57:36.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:57:39.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:57:39.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:57:39.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:57:39.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:57:39.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:57:39.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:57:39.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:57:39.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:57:39.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:57:39.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:57:39.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:57:39.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:58:00.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:58:00.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:58:00.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:58:00.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:58:00.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:58:00.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:58:01.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:58:01.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:58:01.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:58:01.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:58:01.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:58:01.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:58:03.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:58:03.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:58:03.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:58:03.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:58:03.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:58:03.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:58:04.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:58:04.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:58:04.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:58:04.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:58:04.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:58:04.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:58:06.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:58:06.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:58:06.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:58:06.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:58:06.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:58:06.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:58:06.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:58:06.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:58:06.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:58:06.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:58:06.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:58:06.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:58:08.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:58:08.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:58:08.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:58:08.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:58:08.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:58:08.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:58:09.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:58:09.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:58:09.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:58:09.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:58:09.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:58:09.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:58:30.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:58:30.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:58:30.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:58:30.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:58:30.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:58:30.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:58:31.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:58:31.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:58:31.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:58:31.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:58:31.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:58:31.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:58:32.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:58:32.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:58:32.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:58:32.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:58:32.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:58:32.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:58:33.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:58:33.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:58:33.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:58:33.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:58:33.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:58:33.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:58:36.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:58:36.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:58:36.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:58:36.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:58:36.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:58:36.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:58:36.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:58:36.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:58:36.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:58:36.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:58:36.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:58:36.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:58:38.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:58:38.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:58:38.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:58:38.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:58:38.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:58:38.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:58:38.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:58:38.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:58:38.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:58:38.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:58:38.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:58:38.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:58:59.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:58:59.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:58:59.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:58:59.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:58:59.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:58:59.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:58:59.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:58:59.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:58:59.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:58:59.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:58:59.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:58:59.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:59:02.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:59:02.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:59:02.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:59:02.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:59:02.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:59:02.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:59:03.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:59:03.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:59:03.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:59:03.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:59:03.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:59:03.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:59:04.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:59:04.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:59:04.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:59:04.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:59:04.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:59:04.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:59:04.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:59:04.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:59:04.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:59:04.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:59:04.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:59:04.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:59:08.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:59:08.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:59:08.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:59:08.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:59:08.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:59:08.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:59:08.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:59:08.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:59:08.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:59:08.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:59:08.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:59:08.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:59:29.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:59:29.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:59:29.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:59:29.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:59:29.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:59:29.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:59:29.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:59:29.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:59:29.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:59:29.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:59:29.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:59:29.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:59:32.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:59:32.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:59:32.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:59:32.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:59:32.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:59:32.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:59:32.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:59:32.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:59:32.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:59:32.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:59:32.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:59:32.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:59:34.771+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T11:59:34.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:59:34.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:59:34.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:59:34.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:59:34.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:59:34.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:59:37.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:59:37.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:59:37.683+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:59:37.683+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:59:37.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:59:37.683+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T11:59:37.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T11:59:37.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T11:59:37.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T11:59:37.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T11:59:37.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T11:59:37.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:00:06.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:00:06.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:00:06.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:00:06.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:00:06.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:00:06.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:00:06.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:00:06.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:00:06.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:00:06.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:00:06.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:00:06.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:00:10.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:00:10.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:00:10.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:00:10.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:00:10.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:00:10.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:00:11.751+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:00:11.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:00:11.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:00:11.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:00:11.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:00:11.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:00:12.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:00:12.072+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:00:12.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:00:12.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:00:12.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:00:12.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:00:16.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:00:16.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:00:16.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:00:16.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:00:16.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:00:16.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:00:16.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:00:16.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:00:16.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:00:16.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:00:16.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:00:16.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:00:39.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:00:39.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:00:39.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:00:39.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:00:39.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:00:39.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:00:39.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:00:39.858+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:00:39.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:00:39.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:00:39.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:00:39.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:00:43.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:00:43.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:00:43.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:00:43.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:00:43.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:00:43.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:00:43.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:00:43.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:00:43.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:00:43.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:00:43.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:00:43.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:00:44.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:00:44.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:00:44.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:00:44.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:00:44.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:00:44.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:00:45.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:00:45.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:00:45.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:00:45.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:00:45.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:00:45.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:00:48.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:00:48.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:00:48.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:00:48.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:00:48.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:00:48.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:00:49.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:00:49.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:00:49.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:00:49.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:00:49.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:00:49.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:01:12.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:01:12.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:01:12.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:01:12.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:01:12.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:01:12.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:01:12.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:01:12.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:01:12.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:01:12.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:01:12.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:01:12.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:01:14.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:01:14.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:01:14.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:01:14.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:01:14.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:01:14.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:01:15.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:01:15.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:01:15.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:01:15.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:01:15.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:01:15.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:01:17.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:01:17.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:01:17.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:01:17.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:01:17.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:01:17.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:01:17.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:01:17.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:01:18.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:01:18.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:01:18.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:01:18.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:01:19.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:01:19.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:01:19.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:01:19.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:01:19.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:01:19.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:01:21.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:01:21.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:01:21.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:01:21.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:01:21.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:01:21.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:01:41.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:01:41.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:01:41.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:01:41.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:01:41.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:01:41.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:01:42.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:01:42.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:01:42.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:01:42.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:01:42.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:01:42.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:01:44.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:01:44.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:01:44.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:01:44.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:01:44.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:01:44.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:01:45.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:01:45.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:01:45.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:01:45.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:01:45.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:01:45.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:01:46.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:01:46.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:01:46.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:01:46.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:01:46.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:01:46.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:01:47.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:01:47.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:01:47.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:01:47.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:01:47.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:01:47.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:01:50.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:01:50.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:01:50.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:01:50.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:01:50.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:01:50.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:01:50.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:01:50.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:01:50.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:01:50.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:01:50.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:01:50.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:02:13.398+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T12:02:13.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:02:13.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:02:13.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:02:13.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:02:13.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:02:13.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:02:19.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:02:19.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:02:19.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:02:19.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:02:19.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:02:19.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:02:20.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:02:20.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:02:20.496+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T12:02:20.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:02:20.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:02:20.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:02:20.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:02:20.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:02:20.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:02:20.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:02:20.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:02:20.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:02:20.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:02:25.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:02:25.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:02:25.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:02:25.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:02:25.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:02:25.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:02:26.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:02:26.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:02:27.040+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:02:27.040+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:02:27.040+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:02:27.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:02:49.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:02:49.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:02:49.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:02:49.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:02:49.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:02:49.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:02:50.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:02:50.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:02:50.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:02:50.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:02:50.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:02:50.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:02:51.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:02:51.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:02:51.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:02:51.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:02:51.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:02:51.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:02:53.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:02:53.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:02:53.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:02:53.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:02:53.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:02:53.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:02:54.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:02:54.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:02:55.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:02:55.029+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:02:55.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:02:55.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:02:55.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:02:55.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:02:55.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:02:55.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:02:55.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:02:55.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:02:56.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:02:56.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:02:56.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:02:56.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:02:56.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:02:56.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:02:58.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:02:58.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:02:58.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:02:58.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:02:58.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:02:58.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:03:20.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:03:20.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:03:20.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:03:20.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:03:20.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:03:20.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:03:21.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:03:21.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:03:21.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:03:21.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:03:21.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:03:21.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:03:24.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:03:24.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:03:24.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:03:24.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:03:24.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:03:24.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:03:25.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:03:25.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:03:25.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:03:25.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:03:25.440+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:03:25.440+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:03:26.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:03:26.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:03:26.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:03:26.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:03:26.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:03:26.197+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:03:26.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:03:26.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:03:26.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:03:26.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:03:26.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:03:26.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:03:30.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:03:30.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:03:30.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:03:30.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:03:30.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:03:30.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:03:30.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:03:30.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:03:30.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:03:30.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:03:30.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:03:30.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:03:55.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:03:55.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:03:55.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:03:55.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:03:55.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:03:55.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:03:55.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:03:55.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:03:55.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:03:55.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:03:55.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:03:55.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:03:58.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:03:58.726+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:03:58.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:03:58.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:03:58.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:03:58.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:03:59.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:03:59.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:03:59.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:03:59.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:03:59.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:03:59.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:04:00.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:04:00.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:04:00.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:04:00.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:04:00.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:04:00.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:04:00.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:04:00.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:04:00.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:04:00.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:04:00.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:04:00.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:04:03.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:04:03.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:04:03.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:04:03.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:04:03.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:04:03.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:04:04.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:04:04.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:04:04.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:04:04.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:04:04.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:04:04.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:04:38.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:04:38.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:04:38.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:04:38.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:04:38.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:04:38.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:04:41.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:04:41.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:04:41.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:04:41.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:04:41.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:04:41.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:04:41.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:04:41.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:04:41.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:04:41.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:04:41.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:04:41.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:04:43.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:04:43.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:04:43.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:04:43.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:04:43.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:04:43.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:04:43.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:04:43.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:04:43.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:04:43.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:04:43.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:04:43.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:04:46.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:04:46.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:04:46.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:04:46.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:04:46.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:04:46.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:04:46.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:04:46.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:04:47.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:04:47.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:04:47.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:04:47.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:05:12.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:05:12.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:05:12.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:05:12.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:05:12.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:05:12.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:05:15.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:05:15.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:05:15.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:05:15.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:05:15.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:05:15.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:05:15.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:05:15.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:05:15.771+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:05:15.771+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:05:15.771+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:05:15.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:05:16.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:05:16.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:05:16.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:05:16.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:05:16.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:05:16.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:05:18.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:05:18.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:05:18.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:05:18.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:05:18.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:05:18.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:05:22.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:05:22.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:05:22.910+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T12:05:22.919+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T12:05:22.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:05:22.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:05:22.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:05:22.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:05:48.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:05:48.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:05:48.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:05:48.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:05:48.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:05:48.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:05:53.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:05:53.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:05:53.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:05:53.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:05:53.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:05:53.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:05:53.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:05:53.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:05:53.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:05:53.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:05:53.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:05:53.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:05:53.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:05:53.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:05:53.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:05:53.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:05:53.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:05:53.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:05:54.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:05:54.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:05:54.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:05:54.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:05:54.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:05:54.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:05:58.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:05:58.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:05:58.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:05:58.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:05:58.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:05:58.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:05:59.165+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:05:59.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:05:59.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:05:59.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:05:59.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:05:59.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:05:59.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:05:59.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:05:59.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:05:59.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:05:59.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:05:59.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:06:21.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:06:21.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:06:21.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:06:21.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:06:21.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:06:21.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:06:22.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:06:22.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:06:22.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:06:22.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:06:22.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:06:22.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:06:26.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:06:26.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:06:26.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:06:26.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:06:26.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:06:26.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:06:26.803+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T12:06:26.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:06:26.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:06:26.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:06:26.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:06:26.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:06:26.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:06:27.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:06:27.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:06:27.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:06:27.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:06:27.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:06:27.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:06:31.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:06:31.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:06:31.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:06:31.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:06:31.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:06:31.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:06:32.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:06:32.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:06:32.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:06:32.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:06:32.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:06:32.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:06:55.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:06:55.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:06:55.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:06:55.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:06:55.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:06:55.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:06:55.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:06:55.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:06:55.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:06:55.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:06:55.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:06:55.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:06:56.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:06:56.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:06:56.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:06:56.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:06:56.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:06:56.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:06:59.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:06:59.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:06:59.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:06:59.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:06:59.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:06:59.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:07:00.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:07:00.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:07:00.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:07:00.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:07:00.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:07:00.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:07:00.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:07:00.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:07:00.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:07:00.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:07:00.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:07:00.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:07:01.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:07:01.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:07:01.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:07:01.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:07:01.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:07:01.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:07:05.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:07:05.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:07:05.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:07:05.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:07:05.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:07:05.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:07:28.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:07:28.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:07:28.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:07:28.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:07:28.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:07:28.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:07:28.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:07:28.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:07:28.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:07:28.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:07:28.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:07:28.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:07:29.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:07:29.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:07:29.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:07:29.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:07:29.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:07:29.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:07:30.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:07:30.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:07:30.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:07:30.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:07:30.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:07:30.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:07:33.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:07:33.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:07:33.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:07:33.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:07:33.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:07:33.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:07:34.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:07:34.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:07:34.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:07:34.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:07:34.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:07:34.154+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:07:34.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:07:34.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:07:34.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:07:34.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:07:34.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:07:34.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:07:35.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:07:35.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:07:35.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:07:35.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:07:35.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:07:35.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:07:58.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:07:58.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:07:58.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:07:58.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:07:58.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:07:58.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:07:59.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:07:59.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:07:59.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:07:59.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:07:59.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:07:59.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:07:59.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:07:59.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:08:00.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:08:00.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:08:00.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:08:00.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:08:00.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:08:00.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:08:00.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:08:00.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:08:00.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:08:00.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:08:03.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:08:03.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:08:03.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:08:03.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:08:03.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:08:03.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:08:05.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:08:05.020+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:08:05.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:08:05.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:08:05.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:08:05.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:08:05.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:08:05.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:08:05.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:08:05.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:08:05.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:08:05.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:08:06.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:08:06.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:08:06.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:08:06.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:08:06.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:08:06.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:08:27.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:08:27.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:08:27.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:08:27.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:08:27.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:08:27.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:08:29.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:08:29.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:08:29.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:08:29.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:08:29.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:08:29.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:08:30.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:08:30.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:08:30.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:08:30.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:08:30.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:08:30.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:08:31.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:08:31.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:08:31.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:08:31.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:08:31.052+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:08:31.052+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:08:32.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:08:32.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:08:32.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:08:32.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:08:32.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:08:32.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:08:34.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:08:34.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:08:34.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:08:34.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:08:34.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:08:34.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:08:35.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:08:35.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:08:35.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:08:35.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:08:35.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:08:35.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:08:36.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:08:36.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:08:36.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:08:36.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:08:36.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:08:36.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:08:58.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:08:58.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:08:58.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:08:58.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:08:58.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:08:58.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:08:58.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:08:58.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:08:58.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:08:58.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:08:58.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:08:58.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:08:59.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:08:59.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:08:59.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:08:59.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:08:59.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:08:59.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:08:59.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:08:59.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:08:59.898+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:08:59.898+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:08:59.898+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:08:59.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:09:03.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:09:03.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:09:03.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:09:03.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:09:03.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:09:03.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:09:03.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:09:03.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:09:03.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:09:03.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:09:03.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:09:03.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:09:04.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:09:04.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:09:04.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:09:04.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:09:04.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:09:04.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:09:05.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:09:05.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:09:05.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:09:05.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:09:05.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:09:05.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:09:28.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:09:28.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:09:28.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:09:28.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:09:28.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:09:28.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:09:28.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:09:28.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:09:28.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:09:28.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:09:28.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:09:28.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:09:29.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:09:29.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:09:29.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:09:29.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:09:29.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:09:29.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:09:29.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:09:29.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:09:29.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:09:29.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:09:29.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:09:29.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:09:33.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:09:33.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:09:33.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:09:33.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:09:33.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:09:33.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:09:34.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:09:34.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:09:34.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:09:34.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:09:34.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:09:34.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:09:34.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:09:34.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:09:34.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:09:34.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:09:34.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:09:34.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:09:34.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:09:34.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:09:34.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:09:34.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:09:34.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:09:34.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:10:01.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:10:01.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:10:01.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:10:01.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:10:01.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:10:01.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:10:02.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:10:02.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:10:02.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:10:02.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:10:02.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:10:02.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:10:03.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:10:03.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:10:03.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:10:03.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:10:03.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:10:03.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:10:04.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:10:04.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:10:04.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:10:04.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:10:04.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:10:04.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:10:06.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:10:06.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:10:06.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:10:06.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:10:06.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:10:06.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:10:07.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:10:07.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:10:07.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:10:07.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:10:07.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:10:07.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:10:09.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:10:09.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:10:09.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:10:09.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:10:09.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:10:09.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:10:09.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:10:09.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:10:09.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:10:09.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:10:09.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:10:09.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:10:33.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:10:33.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:10:33.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:10:33.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:10:33.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:10:33.308+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:10:33.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:10:33.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:10:33.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:10:33.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:10:33.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:10:33.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:10:34.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:10:34.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:10:34.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:10:34.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:10:34.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:10:34.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:10:36.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:10:36.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:10:36.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:10:36.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:10:36.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:10:36.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:10:38.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:10:38.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:10:38.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:10:38.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:10:38.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:10:38.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:10:38.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:10:38.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:10:38.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:10:38.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:10:38.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:10:38.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:10:39.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:10:39.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:10:39.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:10:39.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:10:39.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:10:39.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:10:42.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:10:42.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:10:42.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:10:42.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:10:42.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:10:42.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:11:03.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:11:03.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:11:03.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:11:03.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:11:03.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:11:03.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:11:03.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:11:03.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:11:03.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:11:03.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:11:03.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:11:03.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:11:06.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:11:06.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:11:06.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:11:06.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:11:06.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:11:06.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:11:06.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:11:06.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:11:06.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:11:06.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:11:06.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:11:06.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:11:08.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:11:08.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:11:08.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:11:08.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:11:08.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:11:08.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:11:08.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:11:08.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:11:08.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:11:08.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:11:08.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:11:08.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:11:11.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:11:11.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:11:11.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:11:11.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:11:11.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:11:11.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:11:11.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:11:11.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:11:12.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:11:12.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:11:12.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:11:12.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:11:34.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:11:34.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:11:34.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:11:34.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:11:34.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:11:34.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:11:35.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:11:35.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:11:35.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:11:35.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:11:35.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:11:35.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:11:35.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:11:35.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:11:36.000+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:11:36.000+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:11:36.000+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:11:36.000+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:11:38.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:11:38.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:11:38.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:11:38.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:11:38.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:11:38.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:11:40.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:11:40.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:11:40.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:11:40.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:11:40.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:11:40.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:11:41.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:11:41.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:11:41.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:11:41.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:11:41.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:11:41.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:11:41.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:11:41.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:11:41.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:11:41.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:11:41.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:11:41.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:11:43.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:11:43.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:11:43.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:11:43.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:11:43.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:11:43.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:12:08.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:12:08.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:12:08.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:12:08.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:12:08.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:12:08.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:12:08.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:12:08.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:12:08.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:12:08.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:12:08.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:12:08.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:12:09.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:12:09.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:12:09.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:12:09.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:12:09.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:12:09.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:12:12.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:12:12.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:12:12.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:12:12.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:12:12.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:12:12.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:12:13.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:12:13.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:12:13.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:12:13.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:12:13.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:12:13.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:12:13.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:12:13.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:12:14.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:12:14.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:12:14.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:12:14.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:12:14.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:12:14.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:12:14.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:12:14.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:12:14.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:12:14.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:12:18.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:12:18.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:12:18.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:12:18.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:12:18.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:12:18.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:12:39.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:12:39.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:12:39.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:12:39.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:12:39.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:12:39.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:12:39.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:12:39.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:12:39.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:12:39.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:12:39.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:12:39.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:12:43.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:12:43.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:12:43.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:12:43.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:12:43.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:12:43.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:12:43.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:12:43.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:12:43.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:12:43.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:12:43.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:12:43.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:12:44.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:12:44.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:12:44.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:12:44.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:12:44.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:12:44.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:12:45.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:12:45.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:12:45.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:12:45.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:12:45.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:12:45.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:12:48.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:12:48.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:12:48.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:12:48.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:12:48.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:12:48.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:12:49.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:12:49.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:12:49.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:12:49.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:12:49.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:12:49.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:13:12.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:13:12.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:13:12.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:13:12.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:13:12.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:13:12.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:13:12.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:13:12.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:13:12.721+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:13:12.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:13:12.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:13:12.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:13:14.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:13:14.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:13:14.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:13:14.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:13:14.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:13:14.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:13:17.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:13:17.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:13:17.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:13:17.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:13:17.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:13:17.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:13:17.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:13:17.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:13:17.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:13:17.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:13:17.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:13:17.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:13:17.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:13:17.845+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:13:17.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:13:17.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:13:17.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:13:17.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:13:20.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:13:20.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:13:20.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:13:20.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:13:20.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:13:20.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:13:22.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:13:22.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:13:22.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:13:22.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:13:22.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:13:22.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:13:49.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:13:49.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:13:49.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:13:49.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:13:49.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:13:49.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:13:50.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:13:50.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:13:50.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:13:50.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:13:50.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:13:50.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:13:50.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:13:50.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:13:50.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:13:50.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:13:50.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:13:50.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:13:52.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:13:52.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:13:52.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:13:52.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:13:52.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:13:52.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:13:55.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:13:55.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:13:55.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:13:55.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:13:55.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:13:55.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:13:55.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:13:55.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:13:55.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:13:55.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:13:55.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:13:55.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:13:56.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:13:56.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:13:56.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:13:56.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:13:56.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:13:56.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:13:57.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:13:57.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:13:57.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:13:57.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:13:57.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:13:57.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:13:58.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:13:58.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:13:58.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:13:58.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:13:58.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:13:58.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:13:59.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:13:59.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:13:59.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:13:59.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:13:59.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:13:59.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:14:04.199+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:14:04.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:14:04.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:14:04.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:14:04.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:14:04.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:14:04.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:14:04.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:14:04.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:14:04.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:14:04.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:14:04.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:14:09.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:14:09.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:14:09.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:14:09.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:14:09.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:14:09.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:14:14.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:14:14.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:14:14.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:14:14.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:14:14.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:14:14.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:14:25.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:14:25.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:14:25.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:14:25.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:14:25.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:14:25.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:14:29.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:14:29.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:14:29.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:14:29.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:14:29.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:14:29.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:14:30.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:14:30.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:14:30.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:14:30.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:14:30.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:14:30.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:14:30.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:14:30.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:14:30.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:14:30.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:14:30.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:14:30.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:14:34.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:14:34.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:14:34.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:14:34.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:14:34.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:14:34.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:14:35.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:14:35.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:14:35.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:14:35.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:14:35.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:14:35.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:14:54.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:14:54.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:14:54.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:14:54.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:14:54.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:14:54.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:14:57.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:14:57.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:14:57.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:14:57.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:14:57.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:14:57.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:14:59.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:14:59.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:14:59.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:14:59.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:14:59.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:14:59.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:15:00.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:15:00.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:15:00.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:15:00.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:15:00.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:15:00.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:15:03.165+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:15:03.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:15:03.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:15:03.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:15:03.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:15:03.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:15:05.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:15:05.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:15:05.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:15:05.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:15:05.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:15:05.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:15:22.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:15:22.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:15:22.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:15:22.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:15:22.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:15:22.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:15:27.194+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:15:27.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:15:27.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:15:27.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:15:27.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:15:27.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:15:28.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:15:28.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:15:28.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:15:28.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:15:28.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:15:28.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:15:29.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:15:29.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:15:29.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:15:29.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:15:29.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:15:29.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:15:29.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:15:29.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:15:29.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:15:29.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:15:29.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:15:29.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:15:32.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:15:32.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:15:32.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:15:32.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:15:32.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:15:32.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:15:32.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:15:32.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:15:32.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:15:32.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:15:32.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:15:32.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:15:34.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:15:34.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:15:34.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:15:34.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:15:34.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:15:34.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:15:34.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:15:34.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:15:34.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:15:34.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:15:34.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:15:34.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:15:37.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:15:37.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:15:37.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:15:37.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:15:37.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:15:37.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:15:39.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:15:39.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:15:39.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:15:39.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:15:39.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:15:39.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:15:44.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:15:44.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:15:45.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:15:45.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:15:45.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:15:45.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:15:55.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:15:55.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:15:55.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:15:55.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:15:55.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:15:55.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:16:00.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:16:00.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:16:00.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:16:00.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:16:00.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:16:00.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:16:00.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:16:00.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:16:00.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:16:00.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:16:00.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:16:00.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:16:01.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:16:01.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:16:01.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:16:01.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:16:01.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:16:01.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:16:05.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:16:05.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:16:05.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:16:05.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:16:05.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:16:05.473+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:16:05.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:16:05.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:16:05.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:16:05.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:16:05.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:16:05.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:16:05.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:16:05.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:16:05.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:16:05.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:16:05.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:16:05.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:16:06.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:16:06.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:16:06.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:16:06.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:16:06.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:16:06.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:16:10.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:16:10.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:16:10.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:16:10.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:16:10.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:16:10.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:16:11.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:16:11.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:16:11.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:16:11.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:16:11.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:16:11.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:16:22.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:16:22.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:16:22.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:16:22.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:16:22.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:16:22.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:16:28.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:16:28.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:16:28.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:16:28.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:16:28.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:16:28.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:16:32.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:16:32.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:16:32.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:16:32.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:16:32.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:16:32.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:16:32.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:16:32.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:16:32.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:16:32.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:16:32.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:16:32.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:16:38.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:16:38.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:16:38.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:16:38.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:16:38.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:16:38.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:16:51.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:16:51.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:16:52.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:16:52.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:16:52.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:16:52.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:16:57.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:16:57.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:16:57.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:16:57.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:16:57.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:16:57.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:16:58.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:16:58.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:16:58.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:16:58.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:16:58.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:16:58.921+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:17:04.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:17:04.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:17:04.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:17:04.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:17:04.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:17:04.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:17:15.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:17:15.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:17:15.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:17:15.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:17:15.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:17:15.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:17:20.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:17:20.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:17:20.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:17:20.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:17:20.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:17:20.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:17:23.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:17:23.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:17:23.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:17:23.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:17:23.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:17:23.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:17:28.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:17:28.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:17:28.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:17:28.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:17:28.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:17:28.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:17:39.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:17:39.208+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:17:39.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:17:39.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:17:39.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:17:39.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:17:45.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:17:45.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:17:46.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:17:46.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:17:46.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:17:46.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:17:53.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:17:53.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:17:53.790+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:17:53.790+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:17:53.790+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:17:53.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:17:58.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:17:58.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:17:58.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:17:58.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:17:58.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:17:58.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:18:14.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:18:14.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:18:14.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:18:14.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:18:14.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:18:14.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:18:18.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:18:18.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:18:18.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:18:18.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:18:18.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:18:18.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:18:19.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:18:19.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:18:19.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:18:19.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:18:19.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:18:19.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:18:23.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:18:23.646+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:18:23.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:18:23.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:18:23.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:18:23.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:18:43.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:18:43.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:18:44.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:18:44.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:18:44.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:18:44.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:18:44.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:18:44.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:18:44.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:18:44.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:18:44.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:18:44.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:18:48.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:18:48.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:18:48.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:18:48.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:18:48.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:18:48.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:18:49.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:18:49.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:18:49.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:18:49.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:18:49.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:18:49.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:19:07.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:19:07.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:19:07.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:19:07.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:19:07.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:19:07.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:19:13.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:19:13.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:19:13.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:19:13.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:19:13.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:19:13.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:19:37.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:19:37.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:19:37.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:19:37.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:19:37.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:19:37.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:19:43.289+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:19:43.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:19:43.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:19:43.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:19:43.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:19:43.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:28:19.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:28:19.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:28:19.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:28:19.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:28:19.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:28:19.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:28:23.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:28:23.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:28:23.127+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:28:23.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:28:23.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:28:23.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:28:24.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:28:24.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:28:24.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:28:24.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:28:24.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:28:24.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:28:28.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:28:28.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:28:28.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:28:28.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:28:28.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:28:28.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:28:29.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:28:29.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:28:29.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:28:29.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:28:29.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:28:29.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:28:34.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:28:34.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:28:35.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:28:35.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:28:35.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:28:35.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:28:58.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:28:58.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:28:58.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:28:58.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:28:58.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:28:58.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:29:03.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:29:03.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:29:03.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:29:03.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:29:03.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:29:03.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:29:34.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:29:34.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:29:34.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:29:34.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:29:34.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:29:34.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:29:39.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:29:39.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:29:39.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:29:39.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:29:39.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:29:39.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:30:09.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:30:09.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:30:09.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:30:09.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:30:09.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:30:09.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:30:14.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:30:14.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:30:14.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:30:14.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:30:14.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:30:14.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:30:38.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:30:38.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:30:38.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:30:38.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:30:38.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:30:38.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:30:43.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:30:43.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:30:43.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:30:43.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:30:43.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:30:43.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:31:08.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:31:08.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:31:08.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:31:08.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:31:08.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:31:08.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:31:13.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:31:13.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:31:13.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:31:13.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:31:13.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:31:13.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:31:23.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:31:23.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:31:23.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:31:23.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:31:23.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:31:23.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:31:28.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:31:28.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:31:28.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:31:28.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:31:28.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:31:28.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:31:33.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:31:33.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:31:33.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:31:33.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:31:33.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:31:33.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:31:38.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:31:38.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:31:38.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:31:38.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:31:38.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:31:38.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:31:39.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:31:39.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:31:39.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:31:39.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:31:39.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:31:39.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:31:43.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:31:43.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:31:43.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:31:43.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:31:43.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:31:43.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:32:04.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:32:04.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:32:05.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:32:05.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:32:05.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:32:05.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:32:08.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:32:08.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:32:08.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:32:08.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:32:08.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:32:08.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:32:10.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:32:10.243+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:32:10.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:32:10.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:32:10.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:32:10.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:32:13.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:32:13.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:32:13.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:32:13.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:32:13.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:32:13.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:32:34.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:32:34.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:32:34.636+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:32:34.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:32:34.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:32:34.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:32:38.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:32:38.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:32:38.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:32:38.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:32:38.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:32:38.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:32:39.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:32:39.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:32:39.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:32:39.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:32:39.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:32:39.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:32:43.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:32:43.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:32:43.831+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:32:43.831+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:32:43.831+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:32:43.831+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:33:02.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:33:02.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:33:02.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:33:02.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:33:02.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:33:02.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:33:04.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:33:04.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:33:04.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:33:04.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:33:04.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:33:04.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:33:07.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:33:07.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:33:07.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:33:07.454+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:33:07.454+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:33:07.454+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:33:10.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:33:10.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:33:10.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:33:10.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:33:10.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:33:10.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:33:28.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:33:28.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:33:28.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:33:28.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:33:28.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:33:28.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:33:29.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:33:29.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:33:29.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:33:29.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:33:29.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:33:29.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:33:35.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:33:35.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:33:35.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:33:35.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:33:35.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:33:35.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:33:35.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:33:35.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:33:35.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:33:35.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:33:35.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:33:35.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:34:02.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:34:02.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:34:03.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:34:03.125+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:34:03.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:34:03.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:34:04.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:34:04.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:34:04.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:34:04.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:34:04.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:34:04.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:34:07.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:34:07.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:34:07.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:34:07.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:34:07.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:34:07.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:34:09.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:34:09.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:34:09.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:34:09.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:34:09.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:34:09.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:34:29.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:34:29.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:34:29.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:34:29.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:34:29.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:34:29.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:34:32.887+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:34:32.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:34:32.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:34:32.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:34:32.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:34:32.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:34:34.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:34:34.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:34:34.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:34:34.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:34:34.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:34:34.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:34:38.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:34:38.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:34:38.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:34:38.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:34:38.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:34:38.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:34:58.521+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:34:58.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:34:58.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:34:58.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:34:58.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:34:58.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:34:59.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:34:59.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:34:59.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:34:59.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:34:59.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:34:59.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:35:03.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:35:03.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:35:03.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:35:03.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:35:03.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:35:03.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:35:04.695+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:35:04.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:35:04.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:35:04.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:35:04.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:35:04.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:35:27.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:35:27.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:35:27.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:35:27.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:35:27.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:35:27.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:35:30.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:35:30.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:35:30.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:35:30.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:35:30.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:35:30.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:35:32.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:35:32.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:35:32.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:35:32.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:35:32.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:35:32.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:35:37.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:35:37.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:35:37.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:35:37.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:35:37.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:35:37.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:36:07.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:36:07.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:36:07.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:36:07.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:36:07.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:36:07.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:36:13.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:36:13.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:36:13.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:36:13.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:36:13.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:36:13.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:36:37.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:36:37.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:36:37.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:36:37.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:36:37.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:36:37.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:36:42.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:36:42.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:36:42.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:36:42.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:36:42.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:36:42.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:37:00.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:37:00.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:37:00.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:37:00.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:37:00.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:37:00.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:37:05.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:37:05.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:37:05.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:37:05.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:37:05.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:37:05.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:37:28.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:37:28.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:37:28.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:37:28.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:37:28.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:37:28.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T12:37:33.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T12:37:33.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T12:37:33.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T12:37:33.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T12:37:33.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T12:37:33.664+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:11:44.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:11:44.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:11:44.933+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:11:44.933+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:11:44.933+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:11:44.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:11:50.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:11:50.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:11:50.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:11:50.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:11:50.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:11:50.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:11:55.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:11:55.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:11:55.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:11:55.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:11:55.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:11:55.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:12:00.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:12:00.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:12:00.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:12:00.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:12:00.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:12:00.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:49:13.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:49:13.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:49:13.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:49:13.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:49:13.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:49:13.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:49:15.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:49:15.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:49:15.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:49:15.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:49:15.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:49:15.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:49:18.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:49:18.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:49:18.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:49:18.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:49:18.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:49:18.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:49:20.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:49:20.845+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:49:20.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:49:20.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:49:20.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:49:20.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:49:26.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:49:26.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:49:26.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:49:26.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:49:26.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:49:26.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:49:31.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:49:31.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:49:31.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:49:31.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:49:31.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:49:31.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:49:50.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:49:50.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:49:50.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:49:50.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:49:50.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:49:50.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:49:55.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:49:55.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:49:55.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:49:55.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:49:55.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:49:55.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:50:19.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:50:19.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:50:19.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:50:19.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:50:19.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:50:19.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:50:24.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:50:24.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:50:24.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:50:24.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:50:24.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:50:24.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:50:49.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:50:49.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:50:49.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:50:49.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:50:49.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:50:49.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:50:56.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:50:56.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:50:56.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:50:56.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:50:56.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:50:56.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:51:03.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:51:03.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:51:03.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:51:03.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:51:03.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:51:03.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:51:03.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:51:03.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:51:03.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:51:03.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:51:03.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:51:03.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:51:07.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:51:07.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:51:07.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:51:07.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:51:07.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:51:07.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:51:07.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:51:07.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:51:08.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:51:08.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:51:08.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:51:08.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:51:13.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:51:13.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:51:13.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:51:13.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:51:13.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:51:13.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:51:19.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:51:19.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:51:20.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:51:20.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:51:20.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:51:20.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:51:42.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:51:42.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:51:43.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:51:43.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:51:43.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:51:43.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:51:45.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:51:45.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:51:45.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:51:45.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:51:45.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:51:45.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:51:48.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:51:48.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:51:48.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:51:48.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:51:48.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:51:48.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:51:51.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:51:51.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:51:51.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:51:51.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:51:51.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:51:51.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:52:23.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:52:23.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:52:24.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:52:24.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:52:24.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:52:24.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:52:28.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:52:28.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:52:28.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:52:28.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:52:28.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:52:28.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:52:29.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:52:29.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:52:29.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:52:29.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:52:29.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:52:29.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:52:33.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:52:33.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:52:33.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:52:33.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:52:33.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:52:33.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:53:01.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:53:01.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:53:01.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:53:01.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:53:01.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:53:01.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:53:03.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:53:03.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:53:03.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:53:03.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:53:03.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:53:03.696+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:53:06.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:53:06.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:53:06.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:53:06.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:53:06.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:53:06.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:53:10.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:53:10.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:53:10.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:53:10.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:53:10.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:53:10.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:53:46.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:53:46.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:53:46.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:53:46.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:53:46.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:53:46.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:53:47.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:53:47.549+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:53:47.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:53:47.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:53:47.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:53:47.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:53:52.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:53:52.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:53:52.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:53:52.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:53:52.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:53:52.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:53:53.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:53:53.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:53:53.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:53:53.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:53:53.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:53:53.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:54:33.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:54:33.268+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T14:54:33.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:54:33.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:54:33.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:54:33.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:54:33.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:54:37.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:54:37.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:54:37.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:54:37.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:54:37.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:54:37.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:55:10.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:55:10.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:55:10.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:55:10.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:55:10.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:55:10.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:55:12.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:55:12.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:55:13.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:55:13.029+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:55:13.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:55:13.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:55:15.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:55:15.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:55:15.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:55:15.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:55:15.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:55:15.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:55:17.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:55:17.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:55:17.336+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:55:17.336+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:55:17.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:55:17.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:55:44.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:55:44.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:55:44.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:55:44.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:55:44.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:55:44.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:55:45.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:55:45.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:55:45.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:55:45.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:55:45.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:55:45.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:55:46.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:55:46.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:55:46.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:55:46.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:55:46.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:55:46.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:55:48.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:55:48.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:55:48.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:55:48.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:55:48.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:55:48.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:55:50.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:55:50.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:55:50.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:55:50.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:55:50.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:55:50.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:55:50.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:55:50.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:55:50.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:55:50.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:55:50.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:55:50.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:55:51.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:55:51.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:55:51.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:55:51.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:55:51.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:55:51.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:55:53.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:55:53.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:55:53.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:55:53.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:55:53.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:55:53.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:55:56.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:55:56.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:55:56.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:55:56.747+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:55:56.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:55:56.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:56:02.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:56:02.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:56:02.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:56:02.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:56:02.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:56:02.083+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:56:24.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:56:24.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:56:24.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:56:24.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:56:24.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:56:24.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:56:26.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:56:26.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:56:26.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:56:26.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:56:26.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:56:26.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:56:27.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:56:27.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:56:27.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:56:27.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:56:27.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:56:27.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:56:29.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:56:29.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:56:29.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:56:29.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:56:29.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:56:29.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:56:31.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:56:31.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:56:31.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:56:31.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:56:31.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:56:31.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:56:32.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:56:32.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:56:32.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:56:32.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:56:32.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:56:32.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:56:55.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:56:55.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:56:55.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:56:55.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:56:55.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:56:55.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:56:58.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:56:58.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:56:58.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:56:58.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:56:58.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:56:58.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:57:00.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:57:00.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:57:00.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:57:00.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:57:00.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:57:00.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:57:00.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:57:00.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:57:00.949+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:57:00.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:57:00.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:57:00.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:57:04.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:57:04.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:57:04.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:57:04.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:57:04.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:57:04.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:57:06.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:57:06.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:57:06.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:57:06.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:57:06.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:57:06.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:57:26.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:57:26.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:57:26.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:57:26.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:57:26.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:57:26.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:57:28.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:57:28.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:57:28.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:57:28.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:57:28.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:57:28.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:57:29.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:57:29.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:57:29.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:57:29.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:57:29.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:57:29.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:57:31.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:57:31.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:57:31.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:57:31.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:57:31.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:57:31.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:57:35.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:57:35.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:57:35.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:57:35.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:57:35.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:57:35.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:58:00.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:58:00.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:58:00.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:58:00.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:58:00.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:58:00.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:58:06.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:58:06.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:58:06.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:58:06.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:58:06.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:58:06.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:58:09.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:58:09.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:58:09.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:58:09.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:58:09.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:58:09.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:58:09.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:58:09.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:58:09.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:58:09.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:58:09.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:58:09.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:58:14.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:58:14.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:58:14.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:58:14.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:58:14.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:58:14.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:58:15.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:58:15.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:58:15.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:58:15.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:58:15.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:58:15.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:58:36.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:58:36.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:58:36.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:58:36.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:58:36.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:58:36.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:58:42.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:58:42.195+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:58:42.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:58:42.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:58:42.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:58:42.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:58:44.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:58:44.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:58:44.211+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:58:44.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:58:44.211+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:58:44.211+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:58:44.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:58:44.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:58:44.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:58:44.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:58:44.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:58:44.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:58:49.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:58:49.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:58:49.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:58:49.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:58:49.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:58:49.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:59:10.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:59:10.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:59:11.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:59:11.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:59:11.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:59:11.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:59:16.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:59:16.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:59:16.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:59:16.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:59:16.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:59:16.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:59:16.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:59:16.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:59:16.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:59:16.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:59:16.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:59:16.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:59:16.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:59:16.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:59:16.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:59:16.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:59:16.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:59:16.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:59:22.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:59:22.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:59:22.575+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T14:59:22.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:59:22.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:59:22.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:59:22.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:59:42.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:59:42.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:59:42.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:59:42.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:59:42.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:59:42.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:59:44.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:59:44.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:59:44.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:59:44.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:59:44.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:59:44.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:59:47.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:59:47.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:59:47.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:59:47.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:59:47.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:59:47.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:59:48.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:59:48.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:59:48.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:59:48.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:59:48.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:59:48.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:59:49.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:59:49.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:59:49.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:59:49.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:59:49.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:59:49.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T14:59:52.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T14:59:52.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T14:59:52.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T14:59:52.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T14:59:52.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T14:59:52.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:00:17.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:00:17.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:00:17.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:00:17.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:00:17.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:00:17.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:00:17.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:00:17.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:00:17.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:00:17.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:00:17.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:00:17.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:00:21.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:00:21.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:00:21.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:00:21.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:00:21.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:00:21.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:00:22.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:00:22.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:00:22.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:00:22.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:00:22.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:00:22.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:00:23.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:00:23.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:00:23.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:00:23.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:00:23.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:00:23.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:00:27.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:00:27.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:00:27.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:00:27.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:00:27.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:00:27.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:00:51.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:00:51.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:00:52.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:00:52.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:00:52.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:00:52.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:00:52.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:00:52.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:00:52.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:00:52.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:00:52.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:00:52.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:00:57.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:00:57.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:00:57.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:00:57.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:00:57.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:00:57.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:00:57.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:00:57.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:00:57.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:00:57.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:00:57.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:00:57.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:00:59.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:00:59.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:00:59.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:00:59.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:00:59.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:00:59.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:01:05.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:01:05.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:01:05.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:01:05.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:01:05.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:01:05.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:01:27.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:01:27.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:01:28.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:01:28.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:01:28.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:01:28.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:01:28.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:01:28.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:01:28.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:01:28.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:01:28.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:01:28.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:01:33.561+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:01:33.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:01:33.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:01:33.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:01:33.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:01:33.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:01:33.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:01:33.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:01:33.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:01:33.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:01:33.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:01:33.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:01:34.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:01:34.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:01:34.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:01:34.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:01:34.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:01:34.741+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:01:40.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:01:40.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:01:40.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:01:40.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:01:40.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:01:40.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:01:56.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:01:56.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:01:56.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:01:56.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:01:56.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:01:56.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:01:57.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:01:57.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:01:57.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:01:57.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:01:57.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:01:57.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:02:02.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:02:02.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:02:02.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:02:02.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:02:02.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:02:02.111+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:02:02.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:02:02.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:02:02.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:02:02.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:02:02.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:02:02.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:02:04.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:02:04.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:02:04.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:02:04.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:02:04.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:02:04.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:02:10.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:02:10.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:02:10.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:02:10.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:02:10.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:02:10.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:02:25.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:02:25.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:02:25.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:02:25.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:02:25.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:02:25.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:02:25.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:02:25.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:02:25.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:02:25.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:02:25.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:02:25.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:02:30.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:02:30.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:02:30.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:02:30.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:02:30.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:02:30.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:02:31.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:02:31.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:02:31.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:02:31.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:02:31.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:02:31.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:02:32.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:02:32.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:02:32.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:02:32.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:02:32.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:02:32.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:02:37.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:02:37.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:02:37.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:02:37.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:02:37.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:02:37.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:02:53.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:02:53.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:02:53.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:02:53.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:02:53.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:02:53.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:02:53.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:02:53.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:02:53.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:02:53.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:02:53.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:02:53.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:02:58.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:02:58.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:02:58.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:02:58.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:02:58.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:02:58.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:02:58.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:02:58.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:02:58.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:02:58.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:02:58.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:02:58.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:02:59.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:02:59.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:02:59.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:02:59.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:02:59.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:02:59.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:03:04.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:03:04.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:03:04.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:03:04.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:03:04.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:03:04.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:03:19.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:03:19.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:03:19.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:03:19.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:03:19.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:03:19.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:03:19.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:03:19.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:03:19.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:03:19.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:03:19.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:03:19.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:03:24.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:03:24.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:03:24.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:03:24.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:03:24.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:03:24.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:03:24.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:03:24.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:03:24.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:03:24.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:03:24.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:03:24.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:03:25.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:03:25.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:03:25.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:03:25.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:03:25.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:03:25.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:03:30.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:03:30.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:03:30.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:03:30.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:03:30.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:03:30.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:03:45.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:03:45.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:03:45.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:03:45.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:03:45.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:03:45.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:03:45.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:03:45.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:03:45.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:03:45.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:03:45.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:03:45.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:03:50.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:03:50.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:03:50.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:03:50.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:03:50.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:03:50.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:03:50.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:03:50.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:03:50.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:03:50.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:03:50.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:03:50.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:03:51.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:03:51.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:03:51.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:03:51.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:03:51.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:03:51.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:03:56.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:03:56.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:03:56.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:03:56.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:03:56.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:03:56.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:04:13.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:04:13.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:04:13.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:04:13.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:04:13.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:04:13.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:04:13.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:04:13.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:04:13.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:04:13.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:04:13.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:04:13.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:04:17.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:04:17.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:04:17.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:04:17.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:04:17.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:04:17.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:04:18.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:04:18.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:04:18.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:04:18.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:04:18.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:04:18.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:04:18.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:04:18.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:04:18.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:04:18.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:04:18.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:04:18.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:04:22.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:04:22.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:04:22.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:04:22.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:04:22.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:04:22.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:04:41.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:04:41.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:04:41.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:04:41.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:04:41.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:04:41.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:04:41.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:04:41.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:04:41.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:04:41.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:04:41.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:04:41.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:04:42.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:04:42.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:04:42.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:04:42.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:04:42.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:04:42.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:04:46.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:04:46.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:04:46.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:04:46.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:04:46.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:04:46.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:04:46.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:04:46.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:04:46.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:04:46.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:04:46.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:04:46.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:04:47.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:04:47.702+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:04:47.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:04:47.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:04:47.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:04:47.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:05:07.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:05:07.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:05:07.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:05:07.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:05:07.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:05:07.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:05:08.007+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:05:08.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:05:08.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:05:08.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:05:08.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:05:08.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:05:08.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:05:08.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:05:08.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:05:08.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:05:08.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:05:08.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:05:12.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:05:12.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:05:12.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:05:12.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:05:12.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:05:12.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:05:13.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:05:13.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:05:13.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:05:13.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:05:13.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:05:13.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:05:13.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:05:13.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:05:13.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:05:13.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:05:13.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:05:13.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:05:34.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:05:34.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:05:34.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:05:34.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:05:34.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:05:34.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:05:35.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:05:35.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:05:35.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:05:35.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:05:35.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:05:35.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:05:35.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:05:35.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:05:35.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:05:35.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:05:35.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:05:35.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:05:39.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:05:39.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:05:39.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:05:39.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:05:39.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:05:39.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:05:40.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:05:40.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:05:40.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:05:40.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:05:40.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:05:40.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:05:40.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:05:40.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:05:40.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:05:40.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:05:40.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:05:40.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:06:00.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:06:00.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:06:00.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:06:00.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:06:00.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:06:00.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:06:02.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:06:02.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:06:02.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:06:02.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:06:02.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:06:02.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:06:02.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:06:02.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:06:02.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:06:02.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:06:02.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:06:02.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:06:06.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:06:06.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:06:06.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:06:06.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:06:06.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:06:06.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:06:07.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:06:07.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:06:07.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:06:07.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:06:07.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:06:07.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:06:07.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:06:07.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:06:07.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:06:07.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:06:07.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:06:07.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:06:27.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:06:27.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:06:27.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:06:27.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:06:27.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:06:27.211+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:06:28.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:06:28.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:06:28.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:06:28.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:06:28.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:06:28.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:06:29.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:06:29.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:06:29.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:06:29.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:06:29.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:06:29.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:06:32.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:06:32.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:06:32.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:06:32.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:06:32.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:06:32.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:06:33.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:06:33.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:06:33.918+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:06:33.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:06:33.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:06:33.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:06:34.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:06:34.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:06:34.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:06:34.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:06:34.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:06:34.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:06:53.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:06:53.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:06:53.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:06:53.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:06:53.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:06:53.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:06:54.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:06:54.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:06:54.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:06:54.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:06:54.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:06:54.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:06:55.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:06:55.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:06:55.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:06:55.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:06:55.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:06:55.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:06:58.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:06:58.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:06:59.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:06:59.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:06:59.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:06:59.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:06:59.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:06:59.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:06:59.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:06:59.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:06:59.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:06:59.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:07:00.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:07:00.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:07:00.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:07:00.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:07:00.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:07:00.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:07:21.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:07:21.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:07:21.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:07:21.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:07:21.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:07:21.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:07:21.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:07:21.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:07:21.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:07:21.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:07:21.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:07:21.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:07:22.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:07:22.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:07:22.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:07:22.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:07:22.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:07:22.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:07:26.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:07:26.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:07:26.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:07:26.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:07:26.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:07:26.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:07:26.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:07:26.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:07:26.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:07:26.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:07:26.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:07:26.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:07:27.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:07:27.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:07:27.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:07:27.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:07:27.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:07:27.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:07:48.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:07:48.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:07:48.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:07:48.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:07:48.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:07:48.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:07:48.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:07:48.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:07:48.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:07:48.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:07:48.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:07:48.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:07:49.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:07:49.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:07:49.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:07:49.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:07:49.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:07:49.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:07:53.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:07:53.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:07:53.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:07:53.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:07:53.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:07:53.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:07:53.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:07:53.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:07:53.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:07:53.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:07:53.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:07:53.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:07:54.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:07:54.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:07:54.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:07:54.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:07:54.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:07:54.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:08:19.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:08:19.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:08:19.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:08:19.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:08:19.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:08:19.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:08:19.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:08:19.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:08:19.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:08:19.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:08:19.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:08:19.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:08:20.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:08:20.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:08:20.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:08:20.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:08:20.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:08:20.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:08:24.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:08:24.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:08:24.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:08:24.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:08:24.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:08:24.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:08:24.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:08:24.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:08:24.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:08:24.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:08:24.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:08:24.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:08:25.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:08:25.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:08:25.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:08:25.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:08:25.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:08:25.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:08:50.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:08:50.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:08:50.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:08:50.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:08:50.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:08:50.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:08:50.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:08:50.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:08:50.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:08:50.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:08:50.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:08:50.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:08:50.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:08:50.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:08:50.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:08:50.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:08:50.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:08:50.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:08:55.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:08:55.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:08:55.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:08:55.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:08:55.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:08:55.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:08:55.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:08:55.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:08:55.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:08:55.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:08:55.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:08:55.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:08:56.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:08:56.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:08:56.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:08:56.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:08:56.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:08:56.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:09:19.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:09:19.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:09:19.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:09:19.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:09:19.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:09:19.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:09:19.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:09:19.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:09:20.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:09:20.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:09:20.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:09:20.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:09:22.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:09:22.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:09:22.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:09:22.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:09:22.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:09:22.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:09:24.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:09:24.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:09:24.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:09:24.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:09:24.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:09:24.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:09:25.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:09:25.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:09:25.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:09:25.266+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:09:25.266+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:09:25.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:09:28.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:09:28.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:09:28.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:09:28.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:09:28.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:09:28.271+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:09:49.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:09:49.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:09:49.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:09:49.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:09:49.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:09:49.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:09:49.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:09:49.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:09:49.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:09:49.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:09:49.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:09:49.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:09:53.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:09:53.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:09:53.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:09:53.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:09:53.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:09:53.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:09:54.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:09:54.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:09:54.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:09:54.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:09:54.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:09:54.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:09:55.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:09:55.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:09:55.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:09:55.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:09:55.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:09:55.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:09:58.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:09:58.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:09:58.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:09:58.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:09:58.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:09:58.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:10:18.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:10:18.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:10:19.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:10:19.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:10:19.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:10:19.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:10:19.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:10:19.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:10:19.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:10:19.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:10:19.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:10:19.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:10:24.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:10:24.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:10:24.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:10:24.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:10:24.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:10:24.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:10:24.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:10:24.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:10:24.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:10:24.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:10:24.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:10:24.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:10:45.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:10:45.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:10:45.857+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:10:45.857+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:10:45.857+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:10:45.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:10:46.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:10:46.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:10:46.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:10:46.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:10:46.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:10:46.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:10:46.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:10:46.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:10:46.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:10:46.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:10:46.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:10:46.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:10:51.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:10:51.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:10:51.040+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:10:51.040+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:10:51.040+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:10:51.040+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:10:51.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:10:51.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:10:51.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:10:51.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:10:51.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:10:51.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:10:51.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:10:51.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:10:51.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:10:51.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:10:51.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:10:51.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:11:10.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:11:10.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:11:11.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:11:11.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:11:11.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:11:11.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:11:11.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:11:11.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:11:11.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:11:11.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:11:11.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:11:11.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:11:11.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:11:11.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:11:11.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:11:11.488+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:11:11.488+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:11:11.488+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:11:16.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:11:16.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:11:16.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:11:16.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:11:16.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:11:16.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:11:16.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:11:16.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:11:16.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:11:16.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:11:16.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:11:16.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:11:16.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:11:16.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:11:16.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:11:16.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:11:16.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:11:16.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:11:34.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:11:34.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:11:35.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:11:35.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:11:35.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:11:35.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:11:37.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:11:37.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:11:37.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:11:37.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:11:37.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:11:37.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:11:38.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:11:38.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:11:38.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:11:38.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:11:38.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:11:38.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:11:42.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:11:42.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:11:42.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:11:42.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:11:42.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:11:42.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:11:43.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:11:43.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:11:43.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:11:43.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:11:43.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:11:43.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:12:11.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:12:11.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:12:11.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:12:11.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:12:11.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:12:11.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:12:16.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:12:16.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:12:16.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:12:16.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:12:16.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:12:16.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:12:23.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:12:23.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:12:23.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:12:23.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:12:23.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:12:23.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:12:23.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:12:23.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:12:23.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:12:23.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:12:23.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:12:23.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:12:28.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:12:28.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:12:28.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:12:28.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:12:28.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:12:28.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:12:28.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:12:28.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:12:28.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:12:28.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:12:28.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:12:28.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:12:37.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:12:37.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:12:37.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:12:37.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:12:37.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:12:37.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:12:42.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:12:42.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:12:42.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:12:42.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:12:42.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:12:42.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:12:52.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:12:52.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:12:52.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:12:52.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:12:52.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:12:52.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:12:55.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:12:55.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:12:55.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:12:55.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:12:55.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:12:55.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:12:57.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:12:57.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:12:58.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:12:58.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:12:58.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:12:58.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:13:00.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:13:00.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:13:00.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:13:00.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:13:00.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:13:00.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:13:02.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:13:02.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:13:02.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:13:02.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:13:02.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:13:02.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:13:08.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:13:08.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:13:08.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:13:08.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:13:08.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:13:08.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:13:24.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:13:24.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:13:24.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:13:24.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:13:24.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:13:24.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:13:26.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:13:26.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:13:26.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:13:26.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:13:26.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:13:26.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:13:28.940+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:13:28.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:13:28.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:13:28.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:13:28.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:13:28.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:13:30.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:13:30.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:13:30.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:13:30.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:13:30.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:13:30.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:13:32.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:13:32.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:13:32.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:13:32.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:13:32.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:13:32.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:13:34.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:13:34.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:13:34.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:13:34.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:13:34.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:13:34.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:14:14.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:14:14.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:14:14.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:14:14.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:14:14.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:14:14.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:14:15.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:14:15.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:14:15.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:14:15.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:14:15.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:14:15.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:14:15.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:14:15.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:14:15.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:14:15.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:14:15.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:14:15.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:14:22.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:14:22.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:14:22.176+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:14:22.329+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:14:22.329+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:14:22.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:14:22.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:14:22.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:14:22.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:14:22.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:14:22.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:14:22.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:14:22.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:14:46.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:14:46.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:14:46.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:14:46.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:14:46.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:14:46.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:14:46.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:14:46.752+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:14:46.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:14:46.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:14:46.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:14:46.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:14:47.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:14:47.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:14:47.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:14:47.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:14:47.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:14:47.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:14:51.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:14:51.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:14:51.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:14:51.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:14:51.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:14:52.000+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:14:52.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:14:52.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:14:52.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:14:52.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:14:52.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:14:52.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:15:13.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:15:13.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:15:13.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:15:13.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:15:13.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:15:13.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:15:14.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:15:14.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:15:14.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:15:14.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:15:14.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:15:14.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:15:18.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:15:18.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:15:18.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:15:18.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:15:18.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:15:18.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:15:19.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:15:19.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:15:19.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:15:19.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:15:19.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:15:19.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:15:24.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:15:24.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:15:24.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:15:24.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:15:24.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:15:24.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:15:29.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:15:29.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:15:29.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:15:29.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:15:29.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:15:29.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:15:32.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:15:32.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:15:32.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:15:32.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:15:32.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:15:32.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:15:33.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:15:33.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:15:33.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:15:33.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:15:33.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:15:33.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:15:33.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:15:33.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:15:33.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:15:33.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:15:33.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:15:33.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:15:38.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:15:38.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:15:38.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:15:38.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:15:38.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:15:38.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:15:38.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:15:38.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:15:38.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:15:38.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:15:38.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:15:38.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:15:38.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:15:38.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:15:38.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:15:38.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:15:38.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:15:38.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:15:46.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:15:46.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:15:47.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:15:47.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:15:47.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:15:47.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:15:52.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:15:52.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:15:52.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:15:52.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:15:52.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:15:52.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:15:55.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:15:55.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:15:55.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:15:55.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:15:55.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:15:55.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:15:55.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:15:55.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:15:55.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:15:55.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:15:55.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:15:55.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:00.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:00.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:00.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:00.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:00.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:00.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:00.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:00.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:00.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:00.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:00.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:00.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:06.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:06.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:06.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:06.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:06.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:06.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:10.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:10.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:10.161+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:10.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:10.161+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:10.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:10.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:10.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:10.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:10.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:10.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:10.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:11.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:11.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:11.211+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:11.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:11.211+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:11.211+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:11.212+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:16:15.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:15.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:15.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:15.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:15.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:15.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:15.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:15.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:15.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:15.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:15.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:15.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:16.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:16.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:16.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:16.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:16.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:16.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:21.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:21.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:21.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:21.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:21.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:21.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:26.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:26.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:26.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:26.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:26.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:26.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:28.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:28.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:28.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:28.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:28.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:28.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:33.629+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:33.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:33.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:33.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:33.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:33.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:43.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:43.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:43.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:43.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:43.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:43.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:44.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:44.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:44.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:44.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:44.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:44.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:45.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:45.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:45.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:45.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:45.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:45.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:48.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:48.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:48.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:48.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:48.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:48.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:49.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:49.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:49.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:49.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:49.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:49.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:50.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:50.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:50.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:50.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:50.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:50.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:50.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:50.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:51.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:51.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:51.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:51.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:56.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:56.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:56.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:56.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:56.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:56.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:16:56.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:16:56.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:16:57.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:16:57.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:16:57.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:16:57.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:01.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:01.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:01.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:01.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:01.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:01.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:09.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:09.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:09.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:09.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:09.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:09.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:14.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:14.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:14.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:14.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:14.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:14.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:14.277+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:14.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:14.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:14.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:14.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:14.308+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:19.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:19.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:19.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:19.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:19.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:19.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:22.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:22.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:22.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:22.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:22.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:22.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:23.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:23.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:23.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:23.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:23.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:23.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:23.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:23.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:23.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:23.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:23.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:23.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:24.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:24.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:24.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:24.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:24.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:24.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:26.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:26.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:26.595+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:26.595+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:26.595+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:26.596+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:27.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:27.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:27.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:27.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:27.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:27.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:28.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:28.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:28.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:28.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:28.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:28.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:29.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:29.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:29.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:29.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:29.351+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:29.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:29.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:29.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:29.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:29.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:29.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:29.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:31.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:31.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:31.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:31.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:31.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:31.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:34.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:34.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:35.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:35.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:35.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:35.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:41.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:41.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:41.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:41.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:41.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:41.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:46.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:46.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:46.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:46.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:46.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:46.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:51.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:51.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:51.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:51.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:51.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:51.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:55.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:55.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:55.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:55.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:55.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:55.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:56.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:56.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:57.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:57.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:57.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:57.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:57.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:57.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:57.135+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:17:57.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:57.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:57.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:57.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:17:58.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:17:58.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:17:58.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:17:58.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:17:58.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:17:58.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:00.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:00.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:00.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:00.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:00.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:00.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:01.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:01.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:01.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:01.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:01.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:01.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:02.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:02.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:02.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:02.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:02.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:02.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:03.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:03.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:03.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:03.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:03.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:03.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:10.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:10.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:10.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:10.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:10.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:10.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:15.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:15.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:15.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:15.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:15.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:15.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:23.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:23.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:24.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:24.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:24.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:24.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:26.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:26.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:26.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:26.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:26.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:26.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:28.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:28.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:28.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:28.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:28.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:28.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:29.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:29.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:29.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:29.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:29.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:29.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:31.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:31.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:31.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:31.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:31.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:31.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:32.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:32.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:32.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:32.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:32.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:32.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:33.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:33.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:33.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:33.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:33.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:33.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:37.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:37.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:37.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:37.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:37.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:37.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:37.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:37.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:37.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:37.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:37.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:37.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:37.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:37.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:37.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:37.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:37.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:37.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:37.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:37.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:37.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:37.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:37.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:37.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:38.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:38.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:38.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:38.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:38.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:38.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:42.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:42.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:42.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:42.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:42.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:42.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:43.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:43.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:43.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:43.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:43.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:43.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:43.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:43.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:43.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:43.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:43.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:43.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:48.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:48.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:48.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:48.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:48.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:48.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:18:53.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:18:53.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:18:53.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:18:53.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:18:53.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:18:53.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:03.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:03.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:04.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:04.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:04.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:04.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:05.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:05.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:05.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:05.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:05.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:05.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:06.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:06.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:06.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:06.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:06.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:06.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:08.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:08.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:08.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:08.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:08.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:08.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:09.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:09.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:09.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:09.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:09.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:09.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:09.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:09.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:09.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:09.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:09.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:09.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:10.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:10.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:10.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:10.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:10.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:10.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:12.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:12.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:12.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:12.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:12.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:12.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:13.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:13.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:13.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:13.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:13.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:13.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:13.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:13.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:13.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:13.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:13.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:13.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:13.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:13.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:13.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:13.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:13.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:13.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:15.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:15.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:15.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:15.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:15.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:15.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:18.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:18.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:18.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:18.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:18.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:18.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:18.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:18.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:18.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:18.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:18.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:18.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:34.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:34.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:34.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:34.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:34.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:34.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:40.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:40.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:40.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:40.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:40.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:40.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:40.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:40.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:40.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:40.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:40.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:40.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:43.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:43.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:43.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:43.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:43.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:43.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:43.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:43.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:43.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:43.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:43.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:43.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:44.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:44.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:44.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:44.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:44.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:44.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:45.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:45.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:46.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:46.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:46.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:46.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:46.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:46.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:46.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:46.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:46.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:46.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:48.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:48.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:48.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:48.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:48.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:48.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:48.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:48.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:48.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:48.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:48.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:48.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:49.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:49.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:49.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:49.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:49.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:49.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:51.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:51.435+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:51.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:51.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:51.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:51.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:19:54.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:19:54.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:19:54.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:19:54.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:19:54.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:19:54.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:06.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:06.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:06.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:06.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:06.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:06.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:11.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:11.504+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:11.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:11.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:11.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:11.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:15.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:15.726+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:15.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:15.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:15.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:15.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:20.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:20.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:20.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:20.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:20.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:20.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:24.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:24.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:24.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:24.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:24.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:24.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:24.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:24.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:24.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:24.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:24.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:24.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:24.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:24.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:24.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:24.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:24.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:24.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:25.208+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:25.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:25.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:25.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:25.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:25.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:25.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:25.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:25.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:25.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:25.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:25.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:26.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:26.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:26.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:26.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:26.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:26.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:26.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:26.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:27.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:27.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:27.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:27.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:29.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:29.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:29.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:29.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:29.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:29.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:29.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:29.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:29.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:29.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:29.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:29.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:30.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:30.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:30.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:30.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:30.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:30.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:30.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:30.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:30.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:30.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:30.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:30.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:30.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:30.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:31.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:31.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:31.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:31.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:31.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:31.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:31.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:31.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:31.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:31.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:32.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:32.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:32.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:32.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:32.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:32.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:37.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:37.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:37.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:37.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:37.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:37.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:41.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:41.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:41.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:41.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:41.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:41.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:42.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:42.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:42.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:42.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:42.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:42.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:46.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:46.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:46.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:46.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:46.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:46.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:50.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:50.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:50.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:50.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:50.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:50.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:20:56.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:20:56.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:20:56.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:20:56.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:20:56.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:20:56.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:06.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:06.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:06.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:06.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:06.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:06.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:07.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:07.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:07.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:07.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:07.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:07.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:08.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:08.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:08.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:08.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:08.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:08.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:09.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:09.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:09.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:09.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:09.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:09.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:10.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:10.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:10.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:10.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:10.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:10.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:12.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:12.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:12.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:12.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:12.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:12.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:12.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:12.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:12.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:12.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:12.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:12.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:13.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:13.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:13.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:13.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:13.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:13.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:13.521+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:13.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:13.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:13.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:13.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:13.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:15.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:15.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:15.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:15.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:15.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:15.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:15.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:15.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:15.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:15.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:15.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:15.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:17.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:17.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:17.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:17.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:17.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:17.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:19.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:19.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:19.696+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:19.696+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:19.696+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:19.696+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:24.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:24.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:24.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:24.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:24.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:24.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:24.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:24.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:25.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:25.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:25.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:25.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:30.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:30.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:30.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:30.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:30.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:30.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:40.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:40.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:40.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:40.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:40.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:40.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:43.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:43.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:43.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:43.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:43.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:43.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:44.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:44.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:44.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:44.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:44.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:44.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:45.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:45.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:45.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:45.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:45.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:45.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:47.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:47.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:47.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:47.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:47.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:47.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:48.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:48.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:48.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:48.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:48.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:48.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:48.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:48.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:48.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:48.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:48.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:48.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:48.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:48.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:48.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:48.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:48.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:48.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:49.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:49.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:49.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:49.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:49.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:49.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:52.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:52.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:52.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:52.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:52.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:52.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:53.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:53.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:53.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:53.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:53.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:53.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:53.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:53.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:53.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:53.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:53.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:53.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:57.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:57.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:57.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:57.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:57.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:57.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:21:59.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:21:59.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:21:59.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:21:59.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:21:59.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:21:59.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:22:04.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:22:04.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:22:04.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:22:04.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:22:04.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:22:04.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:22:15.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:22:15.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:22:15.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:22:15.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:22:15.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:22:15.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:22:20.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:22:20.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:22:20.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:22:20.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:22:20.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:22:20.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:22:21.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:22:21.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:22:21.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:22:21.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:22:21.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:22:21.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:22:25.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:22:25.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:22:25.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:22:25.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:22:25.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:22:25.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:22:25.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:22:25.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:22:25.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:22:25.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:22:25.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:22:25.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:22:26.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:22:26.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:22:26.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:22:26.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:22:26.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:22:26.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:22:30.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:22:30.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:22:30.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:22:30.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:22:30.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:22:30.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:22:30.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:22:30.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:22:30.696+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:22:30.696+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:22:30.696+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:22:30.696+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:22:31.125+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:22:31.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:22:31.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:22:31.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:22:31.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:22:31.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:22:34.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:22:34.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:22:34.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:22:34.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:22:34.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:22:34.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:22:35.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:22:35.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:22:36.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:22:36.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:22:36.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:22:36.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:22:38.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:22:38.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:22:38.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:22:38.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:22:38.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:22:38.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:22:39.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:22:39.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:22:39.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:22:39.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:22:39.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:22:39.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:22:40.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:22:40.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:22:41.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:22:41.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:22:41.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:22:41.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:22:54.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:22:54.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:22:54.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:22:54.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:22:54.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:22:54.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:23:00.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:23:00.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:23:00.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:23:00.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:23:00.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:23:00.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:23:10.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:23:10.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:23:11.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:23:11.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:23:11.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:23:11.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:23:14.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:23:14.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:23:15.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:23:15.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:23:15.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:23:15.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:23:15.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:23:15.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:23:16.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:23:16.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:23:16.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:23:16.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:23:18.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:23:18.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:23:18.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:23:18.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:23:18.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:23:18.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:23:21.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:23:21.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:23:21.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:23:21.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:23:21.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:23:21.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:23:21.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:23:21.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:23:22.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:23:22.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:23:22.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:23:22.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:23:23.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:23:23.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:23:23.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:23:23.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:23:23.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:23:23.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:23:28.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:23:28.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:23:28.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:23:28.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:23:28.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:23:28.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:23:33.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:23:33.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:23:33.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:23:33.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:23:33.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:23:33.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:23:33.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:23:33.314+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:23:33.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:23:33.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:23:33.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:23:33.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:23:34.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:23:34.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:23:34.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:23:34.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:23:34.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:23:34.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:23:38.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:23:38.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:23:38.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:23:38.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:23:38.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:23:38.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:23:38.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:23:38.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:23:38.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:23:38.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:23:38.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:23:38.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:23:39.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:23:39.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:23:39.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:23:39.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:23:39.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:23:39.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:23:51.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:23:51.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:23:51.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:23:51.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:23:51.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:23:51.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:23:57.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:23:57.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:23:57.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:23:57.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:23:57.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:23:57.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:23:58.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:23:58.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:23:58.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:23:58.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:23:58.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:23:58.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:24:00.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:24:00.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:24:00.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:24:00.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:24:00.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:24:00.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:24:00.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:24:00.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:24:00.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:24:00.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:24:00.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:24:00.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:24:01.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:24:01.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:24:01.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:24:01.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:24:01.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:24:01.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:24:03.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:24:03.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:24:03.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:24:03.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:24:03.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:24:03.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:24:05.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:24:05.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:24:05.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:24:05.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:24:05.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:24:05.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:24:06.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:24:06.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:24:06.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:24:06.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:24:06.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:24:06.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:24:06.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:24:06.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:24:06.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:24:06.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:24:06.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:24:06.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:24:15.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:24:15.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:24:15.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:24:15.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:24:15.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:24:15.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:24:16.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:24:16.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:24:16.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:24:16.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:24:16.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:24:16.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:24:18.321+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:24:18.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:24:19.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:24:19.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:24:19.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:24:19.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:24:22.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:24:22.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:24:23.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:24:23.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:24:23.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:24:23.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:24:24.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:24:24.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:24:25.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:24:25.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:24:25.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:24:25.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:24:27.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:24:27.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:24:27.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:24:27.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:24:27.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:24:27.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:24:50.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:24:50.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:24:51.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:24:51.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:24:51.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:24:51.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:24:56.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:24:56.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:24:57.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:24:57.933+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:24:57.933+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:24:57.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:25:35.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:25:35.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:25:37.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:25:37.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:25:37.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:25:37.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:25:40.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:25:40.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:25:40.995+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:25:41.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:25:41.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:25:41.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:25:41.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:25:41.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:25:41.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:25:41.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:25:41.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:25:41.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:25:41.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:25:41.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:25:41.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:25:41.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:25:41.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:25:41.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:25:41.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:25:45.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:25:45.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:25:45.548+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:25:45.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:25:45.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:25:45.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:25:45.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:25:46.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:25:46.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:25:46.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:25:46.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:25:46.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:25:46.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:25:49.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:25:49.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:25:49.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:25:49.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:25:49.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:25:49.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:25:51.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:25:51.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:25:51.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:25:51.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:25:51.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:25:51.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:25:51.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:25:51.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:25:51.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:25:51.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:25:51.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:25:51.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:25:55.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:25:55.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:25:55.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:25:55.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:25:55.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:25:55.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:25:56.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:25:56.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:25:56.874+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:25:56.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:25:56.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:25:56.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:25:56.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:26:10.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:26:10.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:26:11.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:26:11.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:26:11.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:26:11.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:26:17.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:26:17.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:26:17.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:26:17.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:26:17.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:26:17.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:26:32.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:26:32.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:26:32.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:26:32.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:26:32.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:26:32.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:26:33.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:26:33.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:26:33.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:26:33.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:26:33.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:26:33.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:26:34.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:26:34.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:26:34.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:26:34.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:26:34.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:26:34.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:26:39.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:26:39.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:26:40.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:26:40.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:26:40.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:26:40.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:26:40.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:26:40.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:26:40.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:26:40.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:26:40.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:26:40.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:26:56.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:26:56.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:26:56.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:26:56.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:26:56.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:26:56.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:27:01.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:27:01.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:27:01.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:27:01.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:27:01.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:27:01.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:27:01.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:27:01.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:27:01.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:27:01.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:27:01.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:27:01.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:27:02.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:27:02.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:27:02.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:27:02.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:27:02.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:27:02.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:27:03.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:27:03.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:27:03.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:27:03.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:27:03.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:27:03.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:27:07.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:27:07.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:27:07.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:27:07.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:27:07.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:27:07.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:27:07.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:27:07.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:27:07.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:27:07.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:27:07.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:27:07.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:27:09.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:27:09.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:27:09.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:27:09.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:27:09.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:27:09.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:27:33.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:27:34.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:27:34.128+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:27:35.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:27:35.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:27:35.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:27:35.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:27:40.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:27:40.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:27:42.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:27:42.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:27:42.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:27:42.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:27:42.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:27:42.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:27:43.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:27:43.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:27:43.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:27:43.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:27:50.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:27:50.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:27:50.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:27:50.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:27:50.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:27:50.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:27:50.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:27:50.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:27:51.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:27:51.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:27:51.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:27:51.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:27:53.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:27:53.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:27:54.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:27:54.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:27:54.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:27:54.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:27:56.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:27:56.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:27:56.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:27:56.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:27:56.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:27:56.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:27:57.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:27:57.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:27:57.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:27:57.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:27:57.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:27:57.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:27:59.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:27:59.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:27:59.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:27:59.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:27:59.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:27:59.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:28:11.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:28:11.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:28:11.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:28:11.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:28:11.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:28:11.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:28:17.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:28:17.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:28:17.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:28:17.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:28:17.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:28:17.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:28:35.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:28:35.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:28:35.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:28:35.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:28:35.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:28:35.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:28:38.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:28:38.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:28:39.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:28:39.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:28:39.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:28:39.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:28:39.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:28:39.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:28:39.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:28:39.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:28:39.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:28:39.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:28:43.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:28:43.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:28:44.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:28:44.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:28:44.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:28:44.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:28:45.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:28:45.208+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:28:45.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:28:45.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:28:45.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:28:45.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:28:46.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:28:46.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:28:46.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:28:46.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:28:46.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:28:46.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:29:24.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:29:24.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:29:24.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:29:24.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:29:24.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:29:24.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:29:24.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:29:24.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:29:24.857+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:29:24.857+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:29:24.857+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:29:24.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:29:24.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:29:24.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:29:24.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:29:24.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:29:24.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:29:24.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:29:30.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:29:30.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:29:30.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:29:30.661+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:29:30.661+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:29:30.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:29:30.982+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:29:30.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:29:30.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:29:31.000+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:29:31.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:29:31.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:29:31.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:29:31.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:29:36.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:29:36.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:29:36.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:29:36.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:29:36.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:29:36.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:29:36.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:29:36.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:29:36.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:29:36.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:29:36.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:29:36.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:29:37.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:29:37.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:29:37.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:29:37.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:29:37.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:29:37.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:29:37.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:29:37.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:29:37.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:29:37.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:29:37.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:29:37.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:29:42.720+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:29:42.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:29:42.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:29:42.828+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:29:42.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:29:42.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:29:42.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:29:42.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:29:43.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:29:43.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:29:43.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:29:43.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:29:43.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:29:43.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:12.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:12.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:12.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:12.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:12.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:12.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:13.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:13.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:13.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:13.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:13.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:13.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:13.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:13.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:13.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:13.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:13.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:13.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:14.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:14.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:14.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:14.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:14.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:14.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:18.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:18.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:18.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:18.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:18.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:18.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:19.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:19.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:19.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:19.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:19.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:19.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:19.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:19.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:19.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:19.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:19.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:19.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:20.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:20.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:20.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:20.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:20.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:20.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:27.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:27.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:27.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:27.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:27.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:27.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:27.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:27.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:27.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:27.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:27.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:27.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:31.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:31.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:31.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:31.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:31.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:31.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:31.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:31.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:31.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:31.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:31.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:31.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:32.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:32.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:32.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:32.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:32.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:32.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:32.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:32.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:32.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:32.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:32.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:32.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:37.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:37.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:37.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:37.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:37.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:37.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:37.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:38.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:38.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:38.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:38.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:38.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:49.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:49.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:50.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:50.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:50.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:50.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:50.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:50.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:50.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:50.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:50.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:50.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:53.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:53.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:53.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:53.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:53.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:53.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:55.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:55.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:55.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:55.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:55.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:55.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:56.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:56.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:56.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:56.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:56.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:56.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:30:56.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:30:56.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:30:56.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:30:56.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:30:56.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:30:56.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:00.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:00.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:01.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:01.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:01.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:01.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:02.887+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:02.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:03.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:03.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:03.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:03.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:10.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:10.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:10.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:10.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:10.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:10.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:10.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:10.603+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:10.658+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:10.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:10.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:10.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:15.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:15.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:15.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:15.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:15.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:15.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:16.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:16.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:16.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:16.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:16.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:16.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:19.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:19.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:19.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:19.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:19.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:19.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:23.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:23.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:23.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:23.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:23.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:23.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:25.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:25.363+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:25.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:25.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:25.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:25.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:28.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:28.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:28.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:28.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:28.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:28.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:29.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:29.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:29.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:29.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:29.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:29.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:34.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:34.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:35.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:35.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:35.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:35.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:35.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:35.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:35.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:35.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:35.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:35.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:35.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:35.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:35.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:35.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:35.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:35.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:35.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:35.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:35.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:35.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:35.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:35.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:40.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:40.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:40.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:40.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:40.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:40.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:40.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:40.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:40.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:40.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:40.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:40.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:41.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:41.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:41.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:41.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:41.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:41.226+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:45.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:45.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:45.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:45.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:45.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:45.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:45.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:45.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:45.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:45.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:45.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:45.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:49.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:49.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:49.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:49.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:49.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:49.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:51.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:51.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:51.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:51.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:51.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:51.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:51.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:51.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:51.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:51.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:51.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:51.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:31:54.966+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:31:54.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:31:54.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:31:55.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:31:55.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:31:55.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:31:55.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:00.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:00.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:00.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:00.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:00.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:00.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:01.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:01.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:01.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:01.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:01.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:01.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:06.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:06.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:06.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:06.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:06.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:06.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:09.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:09.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:09.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:09.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:09.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:09.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:10.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:10.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:10.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:10.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:10.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:10.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:14.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:14.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:15.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:15.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:15.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:15.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:15.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:15.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:15.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:15.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:15.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:15.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:15.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:15.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:15.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:15.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:15.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:15.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:20.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:20.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:20.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:20.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:20.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:20.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:24.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:24.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:24.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:24.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:24.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:24.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:25.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:25.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:25.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:25.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:25.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:25.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:27.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:27.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:27.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:27.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:27.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:27.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:32.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:32.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:32.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:32.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:32.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:32.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:33.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:33.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:33.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:33.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:33.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:33.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:37.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:37.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:37.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:37.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:37.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:37.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:40.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:40.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:41.111+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:41.111+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:41.111+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:41.111+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:42.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:42.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:42.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:42.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:42.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:42.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:45.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:45.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:45.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:45.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:45.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:45.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:32:56.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:32:56.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:32:56.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:32:56.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:32:56.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:32:56.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:01.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:01.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:01.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:01.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:01.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:01.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:02.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:02.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:02.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:02.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:02.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:02.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:07.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:07.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:07.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:07.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:07.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:07.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:07.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:07.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:07.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:07.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:07.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:07.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:07.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:07.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:07.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:07.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:07.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:07.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:08.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:08.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:08.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:08.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:08.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:08.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:08.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:08.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:08.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:08.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:08.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:08.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:12.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:12.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:12.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:12.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:12.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:12.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:13.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:13.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:13.040+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:13.040+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:13.040+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:13.040+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:13.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:13.479+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:13.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:13.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:13.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:13.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:13.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:13.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:13.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:13.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:13.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:13.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:18.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:18.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:18.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:18.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:18.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:18.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:18.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:18.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:18.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:18.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:18.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:18.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:27.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:27.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:28.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:28.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:28.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:28.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:30.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:30.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:30.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:30.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:30.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:30.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:37.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:37.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:37.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:37.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:37.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:37.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:44.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:44.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:44.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:44.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:44.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:44.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:49.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:49.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:49.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:49.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:49.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:49.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:33:58.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:33:58.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:33:58.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:33:58.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:33:58.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:33:58.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:00.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:00.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:00.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:00.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:00.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:00.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:03.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:03.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:03.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:03.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:03.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:03.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:03.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:03.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:03.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:03.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:03.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:03.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:04.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:04.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:04.658+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:04.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:04.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:04.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:04.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:04.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:04.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:04.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:04.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:04.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:06.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:06.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:06.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:06.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:06.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:06.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:06.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:06.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:06.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:06.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:06.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:06.710+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:06.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:06.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:07.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:07.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:07.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:07.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:08.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:08.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:09.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:09.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:09.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:09.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:09.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:09.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:09.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:09.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:09.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:09.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:10.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:10.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:10.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:10.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:10.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:10.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:11.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:11.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:11.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:11.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:11.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:11.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:11.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:11.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:11.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:11.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:11.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:11.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:12.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:12.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:12.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:12.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:12.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:12.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:16.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:17.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:17.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:17.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:17.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:17.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:29.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:29.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:30.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:30.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:30.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:30.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:32.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:32.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:32.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:32.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:32.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:32.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:35.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:35.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:35.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:35.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:35.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:35.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:37.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:37.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:37.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:37.389+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:37.389+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:37.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:37.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:37.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:37.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:37.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:37.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:37.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:38.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:38.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:38.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:38.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:38.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:38.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:41.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:41.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:41.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:41.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:41.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:41.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:41.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:41.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:41.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:41.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:41.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:41.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:42.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:42.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:42.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:42.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:42.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:42.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:42.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:42.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:42.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:42.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:42.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:42.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:42.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:42.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:43.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:43.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:43.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:43.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:44.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:44.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:44.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:44.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:44.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:44.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:46.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:46.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:46.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:46.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:46.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:46.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:47.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:47.195+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:47.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:47.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:47.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:47.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:47.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:47.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:47.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:47.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:47.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:47.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:48.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:48.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:48.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:48.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:48.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:48.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:34:58.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:34:58.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:34:58.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:34:58.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:34:58.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:34:58.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:35:05.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:35:05.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:35:05.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:35:05.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:35:05.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:35:05.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:35:12.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:35:12.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:35:12.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:35:12.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:35:12.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:35:12.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:35:16.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:35:16.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:35:16.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:35:16.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:35:16.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:35:16.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:35:16.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:35:16.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:35:17.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:35:17.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:35:17.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:35:17.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:35:17.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:35:17.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:35:17.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:35:17.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:35:17.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:35:17.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:35:21.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:35:21.363+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:35:21.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:35:21.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:35:21.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:35:21.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:35:22.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:35:22.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:35:22.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:35:22.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:35:22.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:35:22.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:35:27.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:35:27.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:35:27.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:35:27.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:35:27.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:35:27.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:35:29.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:35:29.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:35:29.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:35:29.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:35:29.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:35:29.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:35:33.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:35:33.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:35:33.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:35:33.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:35:33.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:35:33.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:35:35.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:35:35.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:35:35.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:35:35.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:35:35.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:35:35.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:35:35.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:35:35.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:35:35.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:35:35.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:35:35.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:35:35.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:35:41.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:35:41.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:35:41.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:35:41.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:35:41.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:35:41.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:35:46.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:35:46.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:35:46.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:35:46.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:35:46.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:35:46.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:03.199+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:03.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:03.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:03.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:03.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:03.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:04.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:04.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:04.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:04.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:04.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:04.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:09.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:09.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:10.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:10.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:10.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:10.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:17.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:17.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:18.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:18.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:18.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:18.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:19.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:19.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:19.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:19.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:19.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:19.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:23.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:23.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:24.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:24.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:24.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:24.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:25.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:25.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:25.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:25.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:25.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:25.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:25.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:25.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:25.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:25.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:25.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:25.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:26.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:26.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:26.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:26.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:26.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:26.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:31.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:31.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:31.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:31.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:31.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:31.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:31.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:31.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:32.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:32.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:32.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:32.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:38.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:38.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:38.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:38.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:38.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:38.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:41.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:41.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:41.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:41.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:41.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:41.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:41.940+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:41.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:42.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:42.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:42.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:42.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:43.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:43.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:43.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:43.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:43.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:43.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:44.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:44.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:44.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:44.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:44.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:44.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:47.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:47.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:47.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:47.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:47.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:47.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:48.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:48.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:48.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:48.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:48.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:48.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:36:57.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:36:57.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:36:58.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:36:58.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:36:58.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:36:58.083+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:01.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:01.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:01.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:01.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:01.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:01.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:04.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:04.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:04.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:04.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:04.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:04.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:07.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:07.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:07.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:07.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:07.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:07.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:11.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:11.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:11.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:11.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:11.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:11.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:12.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:12.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:12.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:12.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:12.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:12.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:17.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:17.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:17.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:17.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:17.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:17.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:18.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:18.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:18.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:18.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:18.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:18.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:27.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:27.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:27.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:27.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:27.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:27.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:32.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:32.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:32.506+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:37:32.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:32.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:32.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:32.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:33.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:33.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:33.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:33.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:33.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:33.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:37.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:37.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:37.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:37.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:37.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:37.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:38.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:38.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:38.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:38.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:38.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:38.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:38.651+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:38.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:38.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:38.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:38.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:38.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:39.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:39.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:39.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:39.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:39.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:39.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:39.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:39.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:39.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:39.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:39.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:39.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:43.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:43.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:43.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:43.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:43.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:43.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:44.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:44.752+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:44.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:44.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:44.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:44.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:45.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:45.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:45.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:45.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:45.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:45.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:49.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:49.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:49.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:49.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:49.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:49.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:50.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:50.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:50.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:50.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:50.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:50.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:53.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:53.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:54.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:54.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:54.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:54.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:37:57.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:37:57.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:37:58.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:37:58.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:37:58.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:37:58.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:01.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:01.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:01.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:01.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:01.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:01.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:14.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:14.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:14.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:14.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:14.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:14.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:14.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:14.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:14.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:14.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:14.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:14.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:20.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:20.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:20.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:20.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:20.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:20.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:20.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:20.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:20.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:20.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:20.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:20.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:21.007+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:21.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:21.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:21.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:21.052+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:21.052+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:26.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:26.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:26.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:26.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:26.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:26.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:29.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:29.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:29.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:29.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:29.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:29.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:31.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:31.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:31.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:31.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:31.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:31.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:32.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:32.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:32.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:32.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:32.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:32.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:34.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:34.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:34.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:34.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:34.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:34.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:36.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:36.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:36.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:36.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:36.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:36.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:37.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:37.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:37.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:37.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:37.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:37.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:37.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:37.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:37.683+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:37.683+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:37.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:37.684+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:37.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:37.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:37.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:37.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:37.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:37.781+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:41.750+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:41.752+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:41.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:41.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:41.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:41.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:43.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:43.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:43.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:43.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:43.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:43.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:48.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:48.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:48.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:48.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:48.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:48.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:49.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:49.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:49.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:49.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:49.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:49.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:53.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:53.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:53.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:53.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:53.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:53.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:54.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:54.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:54.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:54.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:54.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:54.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:38:55.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:38:55.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:38:55.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:38:55.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:38:55.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:38:55.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:02.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:02.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:03.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:03.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:03.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:03.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:13.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:13.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:14.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:14.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:14.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:14.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:15.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:15.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:16.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:16.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:16.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:16.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:16.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:16.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:16.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:16.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:16.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:16.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:19.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:19.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:19.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:19.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:19.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:19.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:21.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:21.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:21.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:21.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:21.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:21.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:21.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:21.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:21.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:21.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:21.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:21.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:22.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:22.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:23.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:23.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:23.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:23.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:27.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:27.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:27.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:27.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:27.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:27.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:27.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:27.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:27.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:27.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:27.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:27.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:28.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:28.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:28.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:28.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:28.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:28.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:33.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:33.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:33.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:33.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:33.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:33.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:33.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:33.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:33.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:33.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:33.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:33.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:41.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:41.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:41.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:41.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:41.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:41.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:42.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:42.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:42.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:42.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:42.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:42.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:43.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:43.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:43.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:43.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:43.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:43.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:46.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:46.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:46.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:46.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:46.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:46.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:47.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:47.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:47.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:47.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:47.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:47.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:47.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:47.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:47.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:47.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:47.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:47.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:48.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:48.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:48.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:48.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:48.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:48.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:52.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:52.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:52.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:52.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:52.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:52.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:52.336+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:39:53.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:53.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:53.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:53.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:53.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:53.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:58.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:58.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:58.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:58.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:58.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:58.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:39:59.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:39:59.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:39:59.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:39:59.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:39:59.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:39:59.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:00.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:00.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:01.058+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:40:01.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:01.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:01.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:01.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:04.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:04.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:04.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:04.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:04.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:04.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:06.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:06.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:06.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:06.747+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:06.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:06.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:06.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:06.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:06.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:06.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:06.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:06.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:21.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:21.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:21.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:21.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:21.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:21.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:22.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:22.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:22.211+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:22.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:22.211+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:22.211+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:26.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:26.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:27.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:27.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:27.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:27.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:28.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:28.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:29.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:29.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:29.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:29.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:36.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:36.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:37.544+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:37.544+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:37.544+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:37.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:38.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:38.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:39.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:39.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:39.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:39.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:41.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:41.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:41.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:41.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:41.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:41.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:44.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:44.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:44.609+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:40:44.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:44.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:44.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:44.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:47.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:47.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:47.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:47.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:47.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:47.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:48.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:49.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:49.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:49.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:49.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:49.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:49.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:49.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:49.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:49.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:49.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:49.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:51.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:51.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:51.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:51.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:51.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:51.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:51.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:51.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:51.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:51.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:51.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:51.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:54.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:54.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:54.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:54.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:54.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:54.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:55.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:55.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:55.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:55.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:55.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:55.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:56.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:56.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:56.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:56.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:56.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:56.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:40:56.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:40:56.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:40:57.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:40:57.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:40:57.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:40:57.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:03.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:03.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:03.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:03.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:03.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:03.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:03.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:03.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:03.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:03.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:03.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:03.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:04.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:04.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:04.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:04.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:04.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:04.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:08.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:08.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:08.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:08.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:08.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:08.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:08.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:08.917+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:08.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:08.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:08.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:08.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:09.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:09.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:09.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:09.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:09.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:09.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:19.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:19.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:19.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:19.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:19.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:19.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:20.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:20.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:20.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:20.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:20.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:20.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:22.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:22.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:22.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:22.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:22.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:22.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:24.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:24.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:24.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:24.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:24.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:24.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:24.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:24.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:24.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:24.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:24.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:24.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:25.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:25.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:25.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:25.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:25.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:25.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:29.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:29.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:29.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:29.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:29.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:29.271+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:34.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:34.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:35.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:35.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:35.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:35.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:40.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:40.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:40.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:40.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:40.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:40.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:41.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:41.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:42.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:42.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:42.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:42.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:43.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:43.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:43.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:43.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:43.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:43.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:45.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:45.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:45.455+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:41:45.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:45.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:45.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:45.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:45.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:45.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:45.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:45.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:45.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:45.801+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:46.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:46.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:46.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:46.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:46.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:46.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:47.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:47.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:47.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:47.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:47.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:47.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:50.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:50.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:50.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:50.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:50.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:50.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:41:51.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:41:51.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:41:51.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:41:51.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:41:51.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:41:51.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:14.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:14.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:14.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:14.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:14.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:14.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:15.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:15.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:15.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:15.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:15.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:15.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:16.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:16.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:16.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:16.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:16.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:16.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:17.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:17.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:17.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:17.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:17.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:17.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:17.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:17.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:17.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:17.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:17.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:17.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:17.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:17.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:17.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:17.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:17.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:17.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:17.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:17.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:17.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:17.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:17.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:17.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:17.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:17.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:17.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:17.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:17.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:17.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:20.165+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:20.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:20.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:20.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:20.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:20.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:20.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:20.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:20.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:20.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:20.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:20.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:21.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:21.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:21.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:21.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:21.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:21.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:22.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:22.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:22.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:22.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:22.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:22.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:22.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:22.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:22.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:22.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:22.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:22.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:22.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:22.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:22.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:22.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:22.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:22.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:22.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:22.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:22.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:22.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:22.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:22.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:23.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:23.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:23.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:23.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:23.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:23.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:23.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:23.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:23.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:23.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:23.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:23.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:24.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:24.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:24.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:24.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:24.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:24.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:29.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:29.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:29.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:29.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:29.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:29.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:30.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:30.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:30.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:30.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:30.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:30.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:54.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:54.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:54.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:54.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:54.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:54.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:54.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:54.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:54.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:54.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:54.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:54.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:59.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:59.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:59.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:59.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:59.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:59.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:42:59.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:42:59.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:42:59.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:42:59.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:42:59.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:42:59.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:00.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:00.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:00.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:00.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:00.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:00.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:01.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:01.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:01.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:01.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:01.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:01.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:02.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:02.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:02.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:02.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:02.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:02.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:03.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:03.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:03.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:03.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:03.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:03.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:03.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:03.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:03.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:03.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:03.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:03.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:04.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:04.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:04.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:04.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:04.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:04.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:04.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:04.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:04.701+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:43:04.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:04.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:04.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:04.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:05.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:05.730+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:05.771+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:05.771+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:05.771+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:05.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:07.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:07.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:07.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:07.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:07.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:07.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:08.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:08.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:08.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:08.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:08.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:08.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:09.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:09.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:09.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:09.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:09.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:09.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:09.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:09.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:09.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:09.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:09.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:09.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:09.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:09.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:09.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:09.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:09.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:09.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:09.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:09.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:09.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:09.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:09.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:09.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:27.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:27.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:27.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:27.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:27.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:27.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:28.118+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:28.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:28.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:28.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:28.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:28.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:32.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:32.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:33.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:33.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:33.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:33.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:34.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:34.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:34.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:34.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:34.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:34.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:47.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:47.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:47.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:47.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:47.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:47.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:48.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:48.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:48.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:48.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:48.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:48.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:52.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:52.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:52.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:52.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:52.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:52.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:53.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:53.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:53.404+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:43:53.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:53.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:53.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:53.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:57.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:57.545+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:57.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:57.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:57.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:57.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:58.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:58.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:58.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:58.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:58.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:58.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:58.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:58.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:58.706+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:43:58.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:58.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:58.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:58.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:59.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:59.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:59.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:59.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:59.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:59.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:43:59.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:43:59.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:43:59.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:43:59.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:43:59.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:43:59.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:02.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:02.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:02.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:02.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:02.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:02.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:03.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:03.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:03.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:03.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:03.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:03.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:03.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:03.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:03.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:03.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:03.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:03.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:04.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:04.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:04.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:04.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:04.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:04.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:04.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:04.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:04.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:04.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:04.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:04.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:07.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:07.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:07.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:07.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:07.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:07.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:07.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:07.435+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:07.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:07.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:07.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:07.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:12.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:12.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:12.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:12.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:12.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:12.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:13.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:13.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:13.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:13.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:13.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:13.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:17.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:17.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:17.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:17.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:17.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:17.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:21.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:21.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:21.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:21.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:21.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:21.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:22.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:22.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:22.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:22.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:22.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:22.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:26.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:26.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:26.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:26.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:26.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:26.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:29.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:29.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:29.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:29.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:29.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:29.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:33.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:33.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:33.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:33.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:33.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:33.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:34.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:34.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:34.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:34.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:34.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:34.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:35.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:35.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:35.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:35.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:35.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:35.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:36.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:36.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:36.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:36.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:36.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:36.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:38.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:38.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:38.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:38.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:38.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:38.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:38.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:38.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:39.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:39.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:39.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:39.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:39.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:39.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:39.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:39.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:39.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:39.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:39.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:39.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:39.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:39.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:39.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:39.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:40.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:40.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:40.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:40.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:40.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:40.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:40.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:40.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:40.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:40.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:40.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:40.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:41.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:41.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:41.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:41.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:41.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:41.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:44.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:44.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:44.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:44.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:44.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:44.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:45.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:45.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:45.378+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:44:45.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:45.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:45.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:45.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:45.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:45.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:45.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:45.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:45.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:45.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:47.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:47.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:47.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:47.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:47.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:47.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:52.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:52.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:52.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:52.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:52.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:52.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:53.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:53.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:53.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:53.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:53.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:53.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:44:57.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:44:57.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:44:57.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:44:57.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:44:57.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:44:57.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:02.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:02.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:02.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:02.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:02.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:02.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:07.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:07.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:07.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:07.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:07.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:07.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:09.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:09.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:09.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:09.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:09.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:09.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:14.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:14.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:14.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:14.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:14.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:14.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:15.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:15.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:15.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:15.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:15.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:15.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:16.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:16.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:16.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:16.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:16.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:16.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:19.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:19.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:19.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:19.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:19.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:19.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:19.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:19.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:19.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:19.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:19.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:19.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:20.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:20.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:20.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:20.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:20.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:20.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:20.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:20.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:20.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:20.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:20.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:20.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:21.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:21.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:21.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:21.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:21.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:21.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:21.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:21.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:22.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:22.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:22.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:22.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:24.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:24.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:24.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:24.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:24.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:24.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:25.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:25.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:25.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:25.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:25.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:25.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:26.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:26.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:26.600+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:45:26.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:26.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:26.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:26.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:27.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:27.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:27.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:27.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:27.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:27.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:34.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:34.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:34.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:34.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:34.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:34.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:40.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:40.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:40.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:40.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:40.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:40.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:43.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:43.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:43.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:43.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:43.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:43.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:50.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:50.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:50.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:50.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:50.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:50.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:45:58.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:45:58.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:45:58.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:45:58.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:45:58.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:45:58.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:46:04.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:46:04.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:46:04.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:46:04.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:46:04.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:46:04.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:46:07.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:46:07.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:46:07.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:46:07.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:46:07.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:46:07.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:46:10.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:46:10.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:46:10.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:46:10.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:46:10.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:46:10.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:46:13.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:46:13.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:46:14.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:46:14.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:46:14.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:46:14.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:46:25.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:46:25.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:46:25.236+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:46:25.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:46:25.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:46:25.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:46:25.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:46:26.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:46:26.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:46:26.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:46:26.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:46:26.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:46:26.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:46:27.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:46:27.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:46:27.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:46:27.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:46:27.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:46:27.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:46:28.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:46:28.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:46:28.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:46:28.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:46:28.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:46:28.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:46:30.741+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:46:30.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:46:30.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:46:30.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:46:30.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:46:30.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:46:30.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:46:33.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:46:33.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:46:33.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:46:33.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:46:33.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:46:33.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:46:33.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:46:33.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:46:34.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:46:34.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:46:34.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:46:34.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:46:34.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:46:34.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:46:34.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:46:34.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:46:34.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:46:34.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:46:34.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:46:34.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:46:35.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:46:35.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:46:35.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:46:35.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:46:37.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:46:37.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:46:37.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:46:37.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:46:37.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:46:37.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:46:41.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:46:41.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:46:41.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:46:41.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:46:41.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:46:41.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:46:52.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:46:52.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:46:52.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:46:52.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:46:52.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:46:52.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:46:58.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:46:58.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:46:59.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:46:59.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:46:59.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:46:59.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:46:59.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:46:59.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:46:59.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:46:59.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:46:59.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:46:59.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:47:03.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:47:03.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:47:03.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:47:03.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:47:03.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:47:03.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:47:04.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:47:04.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:47:05.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:47:05.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:47:05.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:47:05.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:47:11.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:47:11.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:47:12.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:47:12.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:47:12.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:47:12.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:47:13.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:47:13.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:47:14.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:47:14.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:47:14.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:47:14.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:47:28.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:47:28.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:47:28.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:47:28.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:47:28.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:47:28.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:47:29.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:47:29.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:47:29.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:47:29.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:47:29.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:47:29.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:47:34.180+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:47:34.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:47:34.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:47:34.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:47:34.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:47:34.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:47:34.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:47:34.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:47:34.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:47:34.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:47:34.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:47:34.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:47:39.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:47:39.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:47:39.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:47:39.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:47:39.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:47:39.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:47:40.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:47:40.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:47:40.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:47:40.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:47:40.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:47:40.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:47:45.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:47:45.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:47:45.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:47:45.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:47:45.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:47:45.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:47:45.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:47:45.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:47:46.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:47:46.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:47:46.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:47:46.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:47:48.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:47:48.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:47:48.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:47:48.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:47:48.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:47:48.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:47:54.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:47:54.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:47:54.918+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:47:54.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:47:54.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:47:54.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:48:09.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:48:09.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:48:09.485+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:48:09.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:48:09.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:48:09.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:48:09.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:48:17.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:48:17.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:48:17.915+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:48:17.946+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:48:17.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:48:17.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:48:17.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:48:17.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:48:25.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:48:25.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:48:25.313+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:48:25.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:48:25.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:48:25.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:48:29.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:48:29.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:48:29.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:48:29.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:48:29.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:48:29.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:48:30.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:48:30.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:48:30.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:48:30.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:48:30.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:48:30.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:48:34.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:48:34.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:48:34.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:48:34.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:48:34.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:48:34.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:48:36.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:48:36.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:48:36.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:48:36.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:48:36.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:48:36.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:48:37.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:48:37.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:48:37.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:48:37.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:48:37.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:48:37.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:48:41.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:48:41.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:48:41.285+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:48:41.285+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:48:41.285+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:48:41.285+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:48:43.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:48:43.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:48:43.184+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:48:43.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:48:43.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:48:43.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:48:43.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:48:44.978+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:48:44.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:48:45.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:48:45.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:48:45.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:48:45.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:48:48.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:48:48.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:48:49.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:48:49.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:48:49.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:48:49.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:48:51.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:48:51.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:48:51.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:48:51.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:48:51.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:48:51.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:48:54.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:48:54.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:48:54.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:48:54.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:48:54.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:48:54.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:01.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:01.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:01.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:01.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:01.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:01.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:08.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:08.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:08.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:08.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:08.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:08.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:10.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:10.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:10.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:10.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:10.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:10.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:13.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:13.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:13.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:13.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:13.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:13.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:14.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:14.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:15.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:15.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:15.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:15.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:15.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:15.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:15.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:15.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:15.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:15.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:20.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:20.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:20.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:20.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:20.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:20.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:24.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:24.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:24.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:24.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:24.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:24.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:26.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:26.346+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:26.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:26.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:26.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:26.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:30.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:30.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:30.561+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:49:30.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:30.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:30.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:30.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:32.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:32.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:32.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:32.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:32.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:32.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:36.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:36.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:36.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:36.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:36.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:36.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:37.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:37.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:37.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:37.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:37.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:37.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:38.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:38.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:38.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:38.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:38.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:38.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:40.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:40.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:40.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:40.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:40.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:40.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:43.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:43.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:43.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:43.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:43.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:43.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:46.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:46.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:46.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:46.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:46.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:46.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:50.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:50.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:50.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:50.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:50.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:50.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:56.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:56.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:57.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:57.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:57.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:57.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:49:58.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:49:58.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:49:58.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:49:58.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:49:58.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:49:58.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:02.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:02.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:02.912+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:02.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:02.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:02.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:03.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:03.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:03.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:03.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:03.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:03.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:07.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:07.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:07.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:07.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:07.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:07.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:09.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:09.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:09.881+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:09.881+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:09.881+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:09.881+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:20.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:20.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:20.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:20.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:20.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:20.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:20.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:20.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:20.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:20.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:20.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:20.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:23.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:23.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:23.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:23.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:23.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:23.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:25.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:25.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:25.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:25.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:25.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:25.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:26.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:26.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:26.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:26.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:26.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:26.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:28.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:28.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:29.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:29.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:29.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:29.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:30.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:30.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:30.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:30.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:30.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:30.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:33.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:33.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:34.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:34.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:34.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:34.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:38.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:38.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:39.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:39.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:39.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:39.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:44.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:44.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:44.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:44.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:44.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:44.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:45.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:45.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:46.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:46.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:46.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:46.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:50.651+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:50.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:50.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:50.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:50.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:50.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:51.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:51.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:51.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:51.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:51.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:51.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:52.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:52.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:52.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:52.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:52.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:52.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:52.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:52.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:52.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:52.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:52.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:52.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:53.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:53.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:53.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:53.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:53.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:53.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:56.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:56.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:56.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:56.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:56.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:56.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:58.066+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:50:58.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:58.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:58.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:58.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:58.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:58.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:58.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:58.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:58.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:58.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:58.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:58.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:50:59.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:50:59.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:50:59.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:50:59.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:50:59.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:50:59.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:02.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:02.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:02.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:02.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:02.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:02.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:02.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:02.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:02.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:02.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:02.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:02.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:02.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:02.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:03.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:03.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:03.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:03.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:05.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:05.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:05.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:05.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:05.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:05.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:07.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:07.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:07.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:07.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:07.440+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:07.440+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:09.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:09.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:09.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:09.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:09.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:09.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:14.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:14.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:15.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:15.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:15.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:15.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:20.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:20.331+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:20.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:20.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:20.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:20.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:36.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:36.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:36.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:36.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:36.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:36.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:42.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:42.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:42.399+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:51:42.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:42.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:42.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:42.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:44.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:44.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:44.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:44.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:44.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:44.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:46.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:46.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:46.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:46.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:46.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:46.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:46.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:46.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:46.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:46.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:46.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:46.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:49.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:49.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:49.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:49.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:49.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:49.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:50.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:50.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:50.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:50.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:50.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:50.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:51.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:51.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:51.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:51.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:51.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:51.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:51.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:51.545+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:51.595+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:51:51.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:51.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:51.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:51.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:51.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:51.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:52.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:52.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:52.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:52.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:52.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:52.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:52.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:52.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:52.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:52.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:55.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:55.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:55.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:55.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:55.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:55.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:56.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:56.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:56.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:56.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:56.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:56.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:57.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:57.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:57.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:57.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:57.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:57.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:51:57.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:51:57.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:51:57.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:51:57.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:51:57.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:51:57.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:02.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:02.726+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:02.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:02.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:02.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:02.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:08.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:08.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:08.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:08.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:08.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:08.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:20.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:20.730+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:20.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:20.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:20.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:20.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:22.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:22.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:22.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:22.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:22.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:22.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:26.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:26.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:26.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:26.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:26.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:26.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:26.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:26.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:27.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:27.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:27.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:27.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:28.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:28.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:28.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:28.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:28.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:28.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:36.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:36.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:36.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:36.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:36.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:36.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:36.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:36.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:36.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:36.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:36.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:36.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:37.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:37.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:37.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:37.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:37.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:37.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:40.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:40.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:40.266+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:40.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:40.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:40.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:42.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:42.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:42.828+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:42.828+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:42.828+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:42.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:42.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:42.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:42.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:42.916+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:42.916+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:42.916+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:43.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:43.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:44.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:44.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:44.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:44.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:45.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:45.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:45.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:45.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:45.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:45.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:46.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:46.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:46.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:46.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:46.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:46.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:49.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:49.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:50.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:50.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:50.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:50.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:52.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:52.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:52.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:52.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:52.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:52.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:54.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:54.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:54.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:54.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:54.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:54.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:52:59.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:52:59.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:52:59.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:52:59.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:52:59.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:52:59.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:53:00.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:53:00.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:53:00.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:53:00.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:53:00.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:53:00.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:53:04.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:53:04.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:53:04.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:53:04.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:53:04.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:53:04.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:53:08.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:53:08.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:53:09.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:53:09.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:53:09.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:53:09.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:53:17.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:53:17.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:53:17.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:53:17.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:53:17.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:53:17.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:53:20.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:53:20.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:53:22.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:53:22.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:53:22.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:53:22.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:53:25.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:53:25.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:53:25.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:53:25.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:53:25.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:53:25.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:53:41.554+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:53:41.555+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:53:42.024+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:53:42.024+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:53:42.024+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:53:42.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:53:42.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:53:42.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:53:42.456+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:53:42.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:53:42.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:53:42.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:53:42.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:53:45.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:53:45.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:53:46.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:53:46.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:53:46.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:53:46.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:53:49.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:53:49.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:53:49.782+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:53:49.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:53:49.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:53:49.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:53:49.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:53:50.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:53:50.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:53:50.205+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:53:50.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:53:50.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:53:50.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:53:50.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:53:53.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:53:53.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:53:54.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:53:54.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:53:54.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:53:54.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:53:56.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:53:56.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:53:56.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:53:56.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:53:56.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:53:56.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:53:57.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:53:57.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:53:57.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:53:57.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:53:57.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:53:57.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:54:03.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:54:03.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:54:03.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:54:03.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:54:03.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:54:03.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:54:36.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:54:36.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:54:37.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:54:37.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:54:37.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:54:37.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:54:40.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:54:40.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:54:41.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:54:41.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:54:41.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:54:41.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:54:44.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:54:44.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:54:45.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:54:45.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:54:45.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:54:45.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:54:49.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:54:49.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:54:49.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:54:49.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:54:49.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:54:49.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:54:52.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:54:52.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:54:53.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:54:53.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:54:53.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:54:53.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:54:57.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:54:57.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:54:57.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:54:57.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:54:57.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:54:57.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:54:58.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:54:58.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:54:59.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:54:59.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:54:59.052+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:54:59.052+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:02.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:02.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:02.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:02.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:02.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:02.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:08.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:08.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:09.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:09.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:09.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:09.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:11.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:11.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:11.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:11.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:11.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:11.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:11.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:11.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:11.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:11.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:11.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:11.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:13.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:13.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:13.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:13.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:13.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:13.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:14.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:14.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:14.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:14.544+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:14.544+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:14.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:16.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:16.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:16.738+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:55:16.881+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:16.881+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:16.881+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:16.881+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:17.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:17.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:17.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:17.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:17.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:17.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:18.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:18.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:18.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:18.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:18.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:18.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:22.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:22.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:22.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:22.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:22.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:22.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:27.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:27.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:27.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:27.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:27.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:27.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:32.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:32.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:32.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:32.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:32.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:32.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:33.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:33.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:33.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:33.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:33.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:33.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:37.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:37.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:37.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:37.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:37.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:37.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:40.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:40.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:40.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:40.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:40.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:40.271+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:43.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:43.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:43.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:43.454+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:43.454+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:43.454+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:45.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:45.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:45.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:45.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:45.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:45.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:50.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:50.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:50.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:50.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:50.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:50.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:55:56.007+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:55:56.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:55:56.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:55:56.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:55:56.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:55:56.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:00.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:00.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:00.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:00.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:00.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:00.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:00.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:00.845+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:00.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:00.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:00.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:00.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:01.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:01.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:01.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:01.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:01.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:01.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:01.629+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:01.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:01.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:01.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:01.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:01.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:05.695+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:05.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:05.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:05.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:05.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:05.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:06.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:06.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:06.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:06.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:06.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:06.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:06.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:06.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:07.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:07.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:07.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:07.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:10.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:10.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:10.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:10.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:10.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:10.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:15.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:15.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:15.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:15.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:15.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:15.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:15.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:15.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:16.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:16.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:16.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:16.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:16.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:16.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:16.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:16.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:16.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:16.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:22.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:22.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:22.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:22.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:22.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:22.550+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:22.561+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:22.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:22.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:22.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:22.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:22.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:23.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:23.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:23.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:23.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:23.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:23.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:28.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:28.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:28.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:28.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:28.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:28.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:29.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:29.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:30.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:30.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:30.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:30.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:34.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:34.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:35.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:35.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:35.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:35.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:40.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:40.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:40.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:40.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:40.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:40.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:45.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:45.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:45.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:45.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:45.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:45.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:47.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:47.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:47.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:47.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:47.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:47.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:48.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:48.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:48.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:48.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:48.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:48.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:49.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:49.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:49.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:49.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:49.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:49.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:53.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:53.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:54.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:54.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:54.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:54.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:55.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:55.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:55.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:55.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:55.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:55.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:56:55.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:56:55.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:56:55.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:56:55.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:56:55.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:56:55.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:03.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:03.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:03.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:03.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:03.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:03.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:08.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:08.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:08.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:08.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:08.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:08.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:12.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:12.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:12.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:12.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:12.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:12.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:13.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:13.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:13.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:13.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:13.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:13.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:13.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:13.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:13.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:13.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:13.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:13.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:14.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:14.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:14.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:14.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:14.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:14.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:17.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:17.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:18.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:18.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:18.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:18.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:18.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:18.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:18.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:18.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:18.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:18.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:19.039+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:19.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:19.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:19.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:19.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:19.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:19.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:19.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:19.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:19.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:19.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:19.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:21.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:21.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:21.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:21.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:21.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:21.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:25.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:25.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:25.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:25.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:25.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:25.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:26.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:26.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:26.329+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:26.329+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:26.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:26.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:27.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:27.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:27.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:27.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:27.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:27.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:27.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:27.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:27.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:27.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:27.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:27.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:31.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:31.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:31.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:31.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:31.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:31.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:31.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:31.346+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:31.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:31.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:31.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:31.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:33.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:33.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:33.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:33.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:33.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:33.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:42.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:42.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:42.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:42.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:42.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:42.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:47.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:47.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:47.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:47.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:47.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:47.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:57.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:57.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:57.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:57.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:57.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:57.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:58.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:58.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:58.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:58.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:58.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:58.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:57:59.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:57:59.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:57:59.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:57:59.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:57:59.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:57:59.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:00.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:00.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:00.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:00.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:00.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:00.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:02.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:02.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:02.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:02.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:02.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:02.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:03.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:03.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:03.857+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:03.857+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:03.857+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:03.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:04.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:04.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:04.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:04.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:04.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:04.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:05.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:05.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:05.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:05.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:05.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:05.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:05.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:05.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:05.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:05.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:05.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:05.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:10.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:10.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:10.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:10.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:10.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:10.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:10.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:10.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:10.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:10.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:10.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:10.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:11.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:11.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:12.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:12.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:12.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:12.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:12.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:12.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:12.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:12.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:12.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:12.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:14.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:14.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:15.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:15.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:15.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:15.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:16.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:16.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:16.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:16.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:16.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:16.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:17.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:17.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:17.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:17.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:17.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:17.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:17.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:17.917+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:17.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:17.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:17.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:17.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:19.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:19.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:20.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:20.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:20.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:20.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:31.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:31.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:32.100+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:58:32.127+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:32.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:32.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:32.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:36.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:36.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:36.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:36.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:36.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:36.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:37.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:37.072+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:37.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:37.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:37.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:37.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:37.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:37.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:37.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:37.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:37.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:37.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:42.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:42.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:42.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:42.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:42.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:42.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:42.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:42.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:43.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:43.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:43.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:43.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:44.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:44.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:44.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:44.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:44.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:44.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:47.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:47.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:47.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:47.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:47.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:47.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:49.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:49.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:49.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:49.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:49.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:49.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:49.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:49.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:49.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:49.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:49.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:49.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:53.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:53.170+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:53.175+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:58:53.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:53.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:53.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:53.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:55.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:55.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:55.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:55.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:55.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:55.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:55.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:55.197+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:55.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:55.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:55.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:55.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:58:58.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:58:58.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:58:58.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:58:58.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:58:58.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:58:58.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:00.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:00.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:00.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:00.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:00.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:00.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:11.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:11.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:11.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:11.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:11.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:11.083+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:15.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:15.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:15.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:15.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:15.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:15.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:16.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:16.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:17.040+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T15:59:17.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:17.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:17.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:17.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:17.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:17.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:17.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:17.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:17.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:17.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:21.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:21.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:21.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:21.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:21.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:21.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:21.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:21.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:21.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:21.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:21.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:21.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:22.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:22.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:22.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:22.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:22.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:23.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:26.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:26.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:28.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:28.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:28.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:28.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:29.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:29.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:29.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:29.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:29.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:29.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:33.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:33.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:33.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:33.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:33.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:33.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:34.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:34.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:34.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:34.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:34.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:34.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:34.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:34.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:34.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:34.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:34.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:34.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:38.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:38.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:38.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:38.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:38.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:38.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:38.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:38.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:38.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:38.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:38.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:38.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:40.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:40.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:40.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:40.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:40.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:40.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:45.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:45.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:45.848+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:45.848+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:45.848+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:45.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:50.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:50.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:50.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:50.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:50.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:50.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:54.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:54.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:54.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:54.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:54.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:54.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:56.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:56.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:56.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:56.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:56.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:56.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T15:59:59.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T15:59:59.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T15:59:59.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T15:59:59.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T15:59:59.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T15:59:59.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:02.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:02.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:02.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:02.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:02.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:02.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:04.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:04.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:04.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:04.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:04.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:04.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:05.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:05.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:05.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:05.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:05.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:05.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:08.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:08.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:08.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:08.661+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:08.661+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:08.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:09.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:09.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:09.771+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:09.771+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:09.771+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:09.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:10.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:10.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:10.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:10.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:10.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:10.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:16.887+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:16.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:16.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:16.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:16.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:16.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:17.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:17.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:18.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:18.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:18.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:18.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:20.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:20.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:20.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:20.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:20.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:20.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:23.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:23.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:23.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:23.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:23.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:23.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:25.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:25.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:25.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:25.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:25.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:25.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:39.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:39.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:39.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:39.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:39.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:39.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:39.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:39.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:40.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:40.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:40.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:40.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:45.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:45.555+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:45.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:45.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:45.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:45.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:53.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:53.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:53.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:53.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:53.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:53.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:54.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:54.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:54.721+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:54.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:54.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:54.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:54.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:54.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:55.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:55.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:55.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:55.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:55.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:55.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:55.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:55.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:55.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:55.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:59.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:59.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:59.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:59.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:59.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:59.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:00:59.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:00:59.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:00:59.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:00:59.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:00:59.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:00:59.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:01:00.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:01:00.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:01:00.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:01:00.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:01:00.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:01:00.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:01:00.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:01:00.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:01:00.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:01:00.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:01:00.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:01:00.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:01:09.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:01:09.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:01:09.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:01:09.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:01:09.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:01:09.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:01:12.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:01:12.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:01:12.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:01:12.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:01:12.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:01:12.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:01:12.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:01:12.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:01:12.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:01:12.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:01:12.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:01:12.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:01:14.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:01:14.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:01:14.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:01:14.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:01:14.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:01:14.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:01:17.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:01:17.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:01:17.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:01:17.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:01:17.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:01:17.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:01:17.592+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:01:17.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:01:17.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:01:17.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:01:17.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:01:17.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:01:17.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:01:18.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:01:18.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:01:18.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:01:18.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:01:18.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:01:18.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:01:23.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:01:23.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:01:24.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:01:24.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:01:24.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:01:24.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:01:25.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:01:25.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:01:25.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:01:25.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:01:25.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:01:25.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:01:47.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:01:47.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:01:47.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:01:47.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:01:47.351+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:01:47.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:01:47.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:01:47.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:01:47.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:01:47.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:01:47.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:01:47.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:01:48.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:01:48.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:01:48.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:01:48.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:01:48.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:01:48.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:01:48.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:01:48.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:01:48.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:01:48.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:01:48.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:01:48.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:01:52.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:01:52.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:01:53.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:01:53.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:01:53.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:01:53.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:01:53.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:01:53.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:01:53.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:01:53.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:01:53.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:01:53.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:01:54.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:01:54.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:01:54.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:01:54.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:01:54.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:01:54.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:00.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:00.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:00.324+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:02:00.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:00.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:00.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:00.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:00.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:00.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:00.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:00.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:00.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:00.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:01.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:01.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:01.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:01.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:01.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:01.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:05.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:05.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:05.581+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:02:05.650+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:02:05.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:05.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:05.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:05.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:06.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:06.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:07.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:07.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:07.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:07.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:11.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:11.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:11.066+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:11.066+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:11.066+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:11.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:33.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:33.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:33.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:33.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:33.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:33.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:35.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:35.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:35.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:35.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:35.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:35.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:35.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:35.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:35.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:35.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:35.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:35.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:36.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:36.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:36.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:36.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:36.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:36.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:38.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:38.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:38.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:38.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:38.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:38.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:40.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:40.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:40.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:40.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:40.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:40.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:41.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:41.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:41.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:41.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:41.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:41.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:41.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:41.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:41.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:41.488+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:41.488+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:41.488+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:48.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:48.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:48.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:48.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:48.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:48.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:51.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:51.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:51.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:51.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:51.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:51.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:53.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:53.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:54.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:54.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:54.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:54.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:54.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:54.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:54.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:54.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:54.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:54.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:02:57.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:02:57.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:02:57.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:02:57.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:02:57.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:02:57.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:03:00.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:03:00.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:03:00.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:03:00.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:03:00.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:03:00.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:03:01.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:03:01.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:03:01.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:03:01.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:03:01.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:03:01.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:03:02.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:03:02.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:03:02.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:03:02.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:03:02.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:03:02.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:03:06.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:03:06.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:03:06.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:03:06.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:03:06.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:03:06.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:03:31.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:03:31.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:03:32.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:03:32.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:03:32.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:03:32.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:03:32.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:03:32.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:03:32.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:03:32.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:03:32.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:03:32.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:03:33.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:03:33.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:03:34.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:03:34.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:03:34.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:03:34.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:03:37.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:03:37.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:03:37.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:03:37.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:03:37.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:03:37.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:03:37.393+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:03:37.394+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:03:37.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:03:37.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:03:37.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:03:37.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:03:38.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:03:38.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:03:38.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:03:38.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:03:38.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:03:38.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:03:44.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:03:44.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:03:44.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:03:44.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:03:44.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:03:44.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:03:44.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:03:44.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:03:44.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:03:44.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:03:44.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:03:44.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:03:45.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:03:45.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:03:45.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:03:45.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:03:45.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:03:45.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:03:49.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:03:49.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:03:50.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:03:50.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:03:50.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:03:50.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:03:50.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:03:50.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:03:50.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:03:50.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:03:50.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:03:50.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:03:51.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:03:51.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:03:51.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:03:51.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:03:51.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:03:51.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:03:57.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:03:57.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:03:57.220+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:03:57.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:03:57.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:03:57.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:03:57.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:04:20.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:04:20.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:04:20.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:04:20.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:04:20.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:04:20.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:04:20.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:04:20.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:04:20.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:04:20.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:04:20.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:04:20.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:04:20.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:04:20.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:04:20.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:04:20.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:04:20.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:04:20.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:04:21.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:04:21.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:04:21.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:04:21.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:04:21.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:04:21.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:04:27.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:04:27.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:04:27.239+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:04:27.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:04:27.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:04:27.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:04:27.684+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:04:27.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:04:27.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:04:28.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:04:28.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:04:28.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:04:28.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:04:29.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:04:29.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:04:29.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:04:29.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:04:29.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:04:29.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:04:35.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:04:35.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:04:36.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:04:36.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:04:36.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:04:36.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:04:36.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:04:36.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:04:36.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:04:36.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:04:36.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:04:36.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:04:37.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:04:37.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:04:37.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:04:37.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:04:37.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:04:37.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:04:37.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:04:37.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:04:37.790+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:04:37.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:04:37.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:04:37.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:04:40.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:04:40.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:04:40.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:04:40.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:04:40.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:04:40.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:04:43.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:04:43.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:04:43.383+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:04:43.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:04:43.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:04:43.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:04:43.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:04:45.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:04:45.243+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:04:45.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:04:45.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:04:45.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:04:45.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:04:48.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:04:48.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:04:49.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:04:49.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:04:49.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:04:49.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:05:21.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:05:21.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:05:21.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:05:21.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:05:21.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:05:21.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:05:23.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:05:23.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:05:23.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:05:23.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:05:23.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:05:23.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:05:25.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:05:25.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:05:25.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:05:25.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:05:25.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:05:25.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:05:26.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:05:26.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:05:26.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:05:26.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:05:26.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:05:26.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:05:28.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:05:28.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:05:28.075+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:05:28.075+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:05:28.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:05:28.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:05:28.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:05:29.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:05:29.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:05:29.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:05:29.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:05:29.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:05:32.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:05:32.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:05:33.191+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:05:33.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:05:33.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:05:33.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:05:33.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:05:35.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:05:35.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:05:36.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:05:36.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:05:36.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:05:36.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:05:38.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:05:38.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:05:38.336+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:05:38.336+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:05:38.336+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:05:38.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:05:38.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:05:38.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:05:38.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:05:38.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:05:38.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:05:38.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:05:42.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:05:42.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:05:42.649+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:05:42.666+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:05:42.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:05:42.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:05:42.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:05:42.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:05:45.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:05:45.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:05:46.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:05:46.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:05:46.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:05:46.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:05:49.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:05:49.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:05:49.063+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:05:49.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:05:49.288+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:05:49.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:05:49.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:06:20.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:06:20.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:06:21.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:06:21.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:06:21.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:06:21.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:06:22.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:06:22.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:06:22.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:06:22.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:06:22.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:06:22.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:06:26.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:06:26.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:06:26.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:06:26.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:06:26.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:06:26.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:06:27.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:06:27.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:06:27.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:06:27.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:06:27.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:06:27.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:06:27.993+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:06:32.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:06:32.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:06:32.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:06:32.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:06:32.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:06:32.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:06:34.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:06:34.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:06:34.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:06:34.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:06:34.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:06:34.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:06:44.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:06:44.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:06:44.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:06:44.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:06:44.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:06:44.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:06:44.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:06:44.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:06:44.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:06:44.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:06:44.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:06:44.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:06:48.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:06:48.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:06:48.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:06:48.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:06:48.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:06:48.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:06:49.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:06:49.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:06:50.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:06:50.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:06:50.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:06:50.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:06:51.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:06:51.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:06:51.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:06:51.333+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:06:51.333+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:06:51.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:06:53.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:06:53.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:06:53.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:06:53.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:06:53.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:06:53.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:06:55.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:06:55.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:06:55.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:06:55.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:06:55.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:06:55.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:06:56.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:06:56.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:06:56.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:06:56.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:06:56.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:06:56.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:02.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:02.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:02.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:02.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:02.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:02.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:17.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:17.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:17.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:17.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:17.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:17.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:17.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:17.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:18.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:18.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:18.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:18.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:21.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:21.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:21.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:21.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:21.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:21.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:22.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:22.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:22.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:22.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:22.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:22.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:23.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:23.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:23.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:23.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:23.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:23.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:23.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:23.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:23.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:23.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:23.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:23.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:26.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:26.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:26.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:26.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:26.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:26.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:27.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:27.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:27.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:27.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:27.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:27.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:27.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:27.493+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:27.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:27.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:27.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:27.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:33.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:33.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:33.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:33.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:33.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:33.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:38.275+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:38.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:38.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:38.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:38.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:38.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:40.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:40.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:41.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:41.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:41.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:41.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:41.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:41.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:41.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:41.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:41.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:41.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:43.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:43.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:43.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:43.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:43.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:43.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:45.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:45.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:46.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:46.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:46.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:46.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:46.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:46.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:46.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:46.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:46.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:46.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:47.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:47.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:47.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:47.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:47.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:47.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:07:53.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:07:53.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:07:53.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:07:53.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:07:53.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:07:53.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:08:08.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:08:08.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:08:08.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:08:08.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:08:08.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:08:08.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:08:09.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:08:09.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:08:09.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:08:09.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:08:09.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:08:09.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:08:13.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:08:13.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:08:13.238+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:08:13.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:08:13.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:08:13.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:08:13.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:08:14.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:08:14.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:08:14.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:08:14.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:08:14.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:08:14.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:08:15.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:08:15.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:08:15.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:08:15.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:08:15.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:08:15.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:08:15.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:08:15.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:08:15.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:08:15.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:08:15.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:08:15.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:08:18.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:08:18.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:08:18.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:08:18.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:08:18.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:08:18.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:08:20.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:08:20.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:08:20.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:08:20.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:08:20.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:08:20.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:08:23.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:08:23.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:08:23.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:08:23.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:08:23.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:08:23.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:08:30.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:08:30.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:08:30.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:08:30.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:08:30.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:08:30.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:08:31.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:08:31.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:08:31.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:08:31.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:08:31.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:08:31.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:08:33.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:08:33.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:08:34.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:08:34.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:08:34.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:08:34.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:08:37.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:08:37.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:08:38.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:08:38.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:08:38.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:08:38.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:08:40.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:08:40.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:08:40.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:08:40.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:08:40.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:08:40.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:08:43.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:08:43.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:08:43.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:08:43.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:08:43.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:08:43.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:08:49.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:08:49.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:08:50.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:08:50.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:08:50.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:08:50.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:08:58.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:08:58.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:08:58.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:08:58.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:08:58.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:08:58.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:04.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:04.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:04.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:04.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:04.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:04.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:08.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:08.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:08.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:08.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:08.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:08.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:09.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:09.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:09.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:09.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:09.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:09.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:13.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:13.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:13.356+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:09:13.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:13.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:13.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:13.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:13.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:13.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:13.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:13.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:13.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:13.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:14.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:14.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:14.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:14.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:14.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:14.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:18.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:18.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:18.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:18.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:18.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:18.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:19.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:19.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:19.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:19.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:19.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:19.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:20.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:20.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:20.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:20.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:20.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:20.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:21.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:21.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:21.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:21.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:21.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:21.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:22.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:22.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:22.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:22.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:22.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:22.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:23.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:23.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:23.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:23.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:23.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:23.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:26.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:26.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:26.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:26.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:26.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:26.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:26.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:26.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:26.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:26.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:26.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:26.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:27.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:27.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:27.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:27.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:27.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:27.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:29.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:29.197+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:29.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:29.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:29.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:29.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:31.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:31.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:31.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:31.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:31.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:31.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:36.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:36.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:36.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:36.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:36.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:36.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:46.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:46.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:46.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:46.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:46.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:46.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:46.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:46.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:46.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:46.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:46.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:46.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:51.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:51.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:51.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:51.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:51.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:51.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:52.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:52.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:52.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:52.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:52.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:52.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:53.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:53.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:53.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:53.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:53.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:53.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:55.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:55.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:56.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:56.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:56.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:56.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:57.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:57.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:58.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:58.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:58.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:58.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:58.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:58.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:58.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:58.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:58.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:58.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:09:58.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:09:58.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:09:58.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:09:58.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:09:58.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:09:58.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:01.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:01.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:01.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:01.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:01.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:01.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:04.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:04.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:04.237+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:10:04.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:04.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:04.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:04.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:04.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:04.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:04.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:04.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:04.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:04.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:04.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:04.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:04.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:04.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:04.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:04.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:10.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:10.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:10.253+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:10:10.274+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:10:10.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:10.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:10.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:10.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:16.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:16.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:16.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:16.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:16.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:16.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:25.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:25.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:26.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:26.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:26.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:26.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:26.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:26.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:26.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:26.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:26.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:26.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:29.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:29.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:29.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:29.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:29.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:29.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:30.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:30.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:30.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:30.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:30.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:30.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:31.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:31.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:31.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:31.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:31.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:31.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:31.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:31.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:31.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:31.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:31.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:31.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:34.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:34.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:34.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:34.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:34.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:34.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:36.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:36.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:36.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:36.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:36.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:36.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:36.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:36.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:36.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:36.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:36.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:36.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:36.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:36.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:36.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:36.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:36.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:36.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:40.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:40.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:40.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:40.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:40.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:40.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:40.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:40.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:40.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:40.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:40.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:40.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:40.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:40.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:40.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:40.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:40.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:40.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:41.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:41.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:41.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:41.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:41.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:41.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:41.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:41.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:41.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:41.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:41.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:41.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:45.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:45.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:45.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:45.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:45.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:45.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:46.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:46.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:46.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:46.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:46.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:46.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:58.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:58.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:58.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:58.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:58.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:58.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:10:59.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:10:59.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:10:59.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:10:59.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:10:59.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:10:59.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:03.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:03.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:03.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:03.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:03.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:03.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:04.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:04.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:04.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:04.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:04.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:04.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:05.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:05.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:05.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:05.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:05.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:05.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:10.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:10.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:10.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:10.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:10.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:10.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:10.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:10.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:10.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:10.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:10.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:10.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:11.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:11.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:11.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:11.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:11.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:11.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:12.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:12.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:12.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:12.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:12.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:12.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:14.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:14.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:14.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:14.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:14.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:14.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:14.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:14.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:14.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:14.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:14.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:14.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:14.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:14.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:14.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:14.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:14.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:14.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:15.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:15.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:15.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:15.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:15.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:15.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:16.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:16.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:16.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:16.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:16.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:16.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:17.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:17.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:17.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:17.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:17.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:17.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:19.180+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:19.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:19.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:19.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:19.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:19.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:19.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:19.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:19.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:19.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:19.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:19.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:19.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:19.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:20.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:20.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:20.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:20.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:26.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:26.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:26.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:26.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:26.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:26.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:29.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:29.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:29.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:29.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:29.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:29.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:32.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:32.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:32.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:32.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:32.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:32.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:34.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:34.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:34.922+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:34.922+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:34.922+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:34.922+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:40.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:40.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:40.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:40.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:40.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:40.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:44.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:44.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:44.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:44.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:44.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:44.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:45.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:45.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:45.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:45.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:45.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:45.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:49.756+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:49.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:49.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:49.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:49.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:49.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:50.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:50.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:50.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:50.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:50.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:50.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:51.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:51.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:51.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:51.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:51.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:51.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:56.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:56.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:57.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:57.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:57.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:57.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:11:58.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:11:58.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:11:59.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:11:59.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:11:59.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:11:59.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:12:00.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:12:00.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:12:00.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:12:00.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:12:00.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:12:00.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:12:07.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:12:07.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:12:07.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:12:07.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:12:07.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:12:07.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:12:07.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:12:07.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:12:08.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:12:08.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:12:08.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:12:08.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:12:13.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:12:13.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:12:13.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:12:13.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:12:13.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:12:13.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:12:19.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:12:19.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:12:19.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:12:19.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:12:19.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:12:19.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:12:22.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:12:22.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:12:22.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:12:22.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:12:22.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:12:22.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:12:28.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:12:28.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:12:28.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:12:28.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:12:28.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:12:28.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:12:48.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:12:48.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:12:48.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:12:48.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:12:48.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:12:48.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:12:51.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:12:51.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:12:51.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:12:51.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:12:51.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:12:51.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:12:51.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:12:51.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:12:51.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:12:51.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:12:51.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:12:51.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:12:52.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:12:52.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:12:52.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:12:52.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:12:52.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:12:52.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:12:53.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:12:53.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:12:53.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:12:53.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:12:53.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:12:53.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:12:56.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:12:56.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:12:56.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:12:56.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:12:56.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:12:56.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:12:57.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:12:57.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:12:57.590+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:12:57.603+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:12:57.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:12:57.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:12:57.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:12:57.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:12:57.643+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:12:57.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:12:57.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:12:57.683+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:12:57.683+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:12:57.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:12:57.684+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:00.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:00.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:00.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:00.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:00.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:00.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:01.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:01.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:01.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:01.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:01.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:01.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:01.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:01.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:01.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:01.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:01.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:01.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:03.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:03.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:03.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:03.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:03.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:03.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:06.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:06.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:06.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:06.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:06.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:06.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:06.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:06.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:06.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:06.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:06.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:06.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:17.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:17.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:17.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:17.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:17.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:17.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:23.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:23.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:23.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:23.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:23.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:23.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:31.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:31.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:31.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:31.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:31.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:31.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:31.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:31.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:31.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:31.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:31.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:31.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:32.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:32.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:32.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:32.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:32.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:32.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:33.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:33.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:33.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:33.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:33.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:33.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:33.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:33.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:33.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:33.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:33.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:33.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:34.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:34.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:34.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:34.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:34.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:34.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:36.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:36.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:36.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:36.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:36.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:36.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:36.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:36.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:36.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:36.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:36.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:36.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:38.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:38.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:38.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:38.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:38.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:38.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:38.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:38.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:38.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:38.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:38.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:38.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:39.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:39.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:39.093+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:13:39.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:39.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:39.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:39.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:39.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:39.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:39.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:39.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:39.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:39.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:41.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:41.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:41.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:41.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:41.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:41.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:44.554+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:44.555+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:44.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:44.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:44.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:44.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:46.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:46.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:46.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:46.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:46.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:46.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:47.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:47.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:47.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:47.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:47.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:47.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:13:52.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:13:52.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:13:52.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:13:52.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:13:52.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:13:52.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:03.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:03.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:03.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:03.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:03.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:03.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:08.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:08.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:08.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:08.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:08.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:08.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:08.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:08.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:08.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:08.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:08.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:08.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:11.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:11.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:11.075+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:11.075+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:11.075+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:11.075+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:11.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:11.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:11.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:11.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:11.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:11.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:11.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:11.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:11.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:11.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:11.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:11.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:11.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:11.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:11.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:11.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:11.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:11.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:11.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:11.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:12.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:12.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:12.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:12.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:12.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:12.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:12.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:12.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:12.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:12.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:13.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:13.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:13.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:13.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:13.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:13.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:16.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:16.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:16.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:16.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:16.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:16.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:16.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:16.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:16.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:16.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:16.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:16.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:16.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:16.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:16.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:16.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:16.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:16.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:17.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:17.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:17.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:17.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:17.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:17.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:17.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:17.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:17.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:17.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:17.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:17.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:17.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:17.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:17.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:17.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:17.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:17.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:21.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:21.926+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:22.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:22.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:22.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:22.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:34.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:34.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:34.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:34.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:34.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:34.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:40.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:40.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:40.211+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:40.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:40.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:40.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:43.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:43.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:43.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:43.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:43.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:43.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:48.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:48.435+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:48.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:48.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:48.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:48.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:49.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:49.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:49.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:49.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:49.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:49.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:51.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:51.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:51.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:51.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:51.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:51.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:51.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:51.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:51.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:51.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:51.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:51.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:52.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:52.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:52.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:52.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:52.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:52.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:52.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:52.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:52.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:52.288+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:52.288+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:52.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:52.751+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:52.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:52.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:52.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:52.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:52.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:53.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:53.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:53.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:53.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:53.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:53.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:54.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:54.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:54.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:54.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:54.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:54.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:56.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:56.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:56.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:56.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:56.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:56.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:56.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:56.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:56.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:56.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:56.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:56.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:57.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:57.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:57.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:57.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:57.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:57.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:57.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:57.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:57.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:57.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:57.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:57.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:14:58.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:14:58.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:14:58.743+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:14:58.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:14:58.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:14:58.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:14:58.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:01.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:01.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:01.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:01.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:01.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:01.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:07.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:07.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:07.075+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:07.075+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:07.075+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:07.075+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:08.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:08.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:09.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:09.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:09.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:09.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:14.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:14.020+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:14.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:14.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:14.049+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:14.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:23.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:23.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:23.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:23.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:23.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:23.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:29.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:29.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:29.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:29.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:29.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:29.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:30.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:30.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:30.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:30.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:30.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:30.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:30.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:30.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:30.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:30.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:30.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:30.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:31.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:31.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:31.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:31.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:31.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:31.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:31.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:31.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:31.857+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:31.857+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:31.857+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:31.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:32.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:32.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:32.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:32.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:32.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:32.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:33.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:33.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:33.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:33.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:33.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:33.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:34.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:34.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:34.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:34.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:34.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:34.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:35.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:35.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:35.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:35.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:35.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:35.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:36.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:36.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:36.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:36.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:36.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:36.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:36.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:36.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:36.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:36.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:36.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:36.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:37.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:37.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:37.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:37.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:37.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:37.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:37.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:37.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:37.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:37.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:37.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:37.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:38.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:38.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:38.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:38.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:38.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:38.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:39.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:39.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:39.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:39.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:39.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:39.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:39.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:39.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:39.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:39.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:39.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:39.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:45.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:45.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:45.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:45.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:45.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:45.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:52.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:52.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:52.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:52.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:52.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:52.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:15:59.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:15:59.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:15:59.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:15:59.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:15:59.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:15:59.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:12.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:12.549+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:12.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:12.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:12.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:12.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:13.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:13.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:13.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:13.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:13.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:13.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:13.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:13.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:13.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:13.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:13.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:13.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:13.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:13.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:13.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:13.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:13.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:13.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:14.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:14.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:14.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:14.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:14.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:14.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:14.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:14.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:14.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:14.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:14.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:14.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:15.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:15.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:15.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:15.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:15.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:15.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:17.756+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:17.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:17.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:17.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:17.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:17.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:18.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:18.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:18.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:18.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:18.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:18.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:18.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:18.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:18.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:18.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:18.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:18.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:18.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:18.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:18.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:18.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:18.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:18.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:19.806+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:16:19.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:19.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:19.849+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:16:19.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:19.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:19.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:19.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:20.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:20.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:20.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:20.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:20.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:20.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:20.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:20.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:20.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:20.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:20.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:20.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:26.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:26.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:26.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:26.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:26.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:26.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:26.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:26.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:26.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:26.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:26.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:26.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:50.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:50.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:50.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:50.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:50.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:50.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:54.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:54.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:54.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:54.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:54.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:54.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:55.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:55.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:55.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:55.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:55.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:55.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:55.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:55.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:55.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:55.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:55.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:55.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:16:59.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:16:59.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:16:59.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:16:59.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:16:59.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:16:59.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:01.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:01.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:01.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:01.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:01.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:01.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:01.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:01.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:01.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:01.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:01.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:01.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:02.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:02.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:02.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:02.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:02.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:02.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:03.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:03.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:03.982+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:17:04.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:04.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:04.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:04.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:07.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:07.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:07.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:07.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:07.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:07.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:07.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:07.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:07.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:07.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:07.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:07.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:09.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:09.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:09.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:09.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:09.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:09.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:10.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:10.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:10.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:10.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:10.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:10.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:10.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:11.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:11.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:11.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:11.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:11.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:13.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:13.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:13.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:13.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:13.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:13.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:14.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:14.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:15.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:15.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:15.052+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:15.052+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:30.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:30.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:30.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:30.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:30.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:30.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:35.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:35.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:35.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:35.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:35.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:35.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:45.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:45.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:45.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:45.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:45.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:45.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:46.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:46.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:46.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:46.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:46.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:46.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:47.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:47.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:47.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:47.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:47.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:47.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:48.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:48.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:48.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:48.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:48.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:48.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:48.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:48.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:48.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:48.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:48.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:48.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:48.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:48.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:48.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:48.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:48.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:48.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:50.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:50.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:50.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:50.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:50.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:50.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:50.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:50.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:50.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:50.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:50.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:50.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:51.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:51.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:51.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:51.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:51.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:51.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:53.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:53.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:53.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:53.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:53.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:53.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:53.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:53.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:53.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:53.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:53.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:53.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:53.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:53.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:53.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:53.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:53.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:53.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:54.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:54.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:54.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:54.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:54.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:54.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:55.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:55.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:55.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:55.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:55.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:55.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:17:56.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:17:56.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:17:56.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:17:56.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:17:56.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:17:56.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:01.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:01.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:01.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:01.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:01.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:01.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:03.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:03.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:03.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:03.661+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:03.661+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:03.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:08.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:08.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:08.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:08.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:08.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:08.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:19.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:19.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:19.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:19.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:19.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:19.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:24.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:24.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:24.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:24.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:24.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:24.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:25.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:25.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:25.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:25.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:25.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:25.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:26.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:26.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:26.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:26.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:26.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:26.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:26.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:26.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:26.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:26.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:26.440+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:26.440+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:26.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:26.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:27.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:27.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:27.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:27.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:27.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:27.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:27.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:27.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:27.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:27.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:27.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:27.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:27.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:27.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:27.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:27.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:29.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:29.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:29.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:29.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:29.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:29.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:30.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:30.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:30.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:30.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:30.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:30.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:31.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:31.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:31.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:31.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:31.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:31.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:31.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:31.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:31.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:31.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:31.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:31.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:32.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:32.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:32.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:32.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:32.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:32.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:32.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:32.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:32.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:32.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:32.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:32.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:34.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:34.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:34.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:34.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:34.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:34.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:35.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:35.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:35.636+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:35.636+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:35.636+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:35.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:39.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:39.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:39.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:39.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:39.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:39.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:52.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:52.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:52.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:52.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:52.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:52.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:57.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:57.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:57.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:57.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:57.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:57.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:18:58.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:18:58.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:18:58.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:18:58.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:18:58.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:18:58.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:03.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:03.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:03.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:03.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:03.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:03.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:03.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:03.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:03.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:03.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:03.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:03.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:03.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:03.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:04.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:04.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:04.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:04.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:05.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:05.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:05.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:05.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:05.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:05.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:05.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:05.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:05.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:05.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:05.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:05.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:05.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:05.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:05.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:05.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:05.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:05.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:06.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:06.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:06.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:06.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:06.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:06.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:06.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:06.646+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:06.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:06.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:06.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:06.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:08.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:08.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:08.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:08.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:08.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:08.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:08.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:08.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:08.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:08.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:08.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:08.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:10.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:10.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:10.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:10.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:10.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:10.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:10.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:10.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:10.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:10.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:10.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:10.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:11.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:11.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:11.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:11.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:11.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:11.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:11.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:11.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:11.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:11.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:11.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:11.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:11.887+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:11.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:11.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:11.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:11.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:11.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:18.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:18.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:18.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:18.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:18.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:18.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:23.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:23.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:23.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:23.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:23.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:23.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:31.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:31.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:31.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:31.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:31.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:31.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:36.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:36.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:36.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:36.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:36.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:36.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:37.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:37.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:37.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:37.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:37.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:37.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:38.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:38.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:38.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:38.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:38.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:38.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:43.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:43.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:43.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:43.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:43.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:43.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:44.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:44.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:44.421+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:19:44.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:44.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:44.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:44.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:44.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:44.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:44.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:44.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:44.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:44.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:44.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:44.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:44.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:44.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:44.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:44.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:45.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:45.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:45.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:45.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:45.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:45.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:46.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:46.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:46.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:46.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:46.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:46.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:50.651+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:50.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:50.667+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:19:50.702+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:19:50.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:50.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:50.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:50.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:51.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:51.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:51.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:51.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:51.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:51.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:19:58.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:19:58.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:19:58.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:19:58.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:19:58.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:19:58.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:04.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:04.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:04.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:04.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:04.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:04.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:12.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:12.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:12.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:12.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:12.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:12.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:18.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:18.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:18.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:18.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:18.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:18.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:20.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:20.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:20.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:20.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:20.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:20.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:20.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:20.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:20.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:20.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:20.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:20.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:26.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:26.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:26.670+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:20:26.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:26.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:26.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:26.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:38.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:38.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:38.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:38.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:38.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:38.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:42.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:42.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:42.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:42.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:42.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:42.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:43.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:43.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:43.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:43.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:43.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:43.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:43.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:43.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:43.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:43.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:43.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:43.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:44.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:44.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:44.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:44.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:44.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:44.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:46.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:46.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:46.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:46.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:46.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:46.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:47.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:47.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:47.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:47.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:47.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:47.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:49.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:49.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:49.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:49.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:49.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:49.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:50.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:50.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:50.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:50.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:50.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:50.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:50.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:50.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:50.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:50.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:50.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:50.921+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:51.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:51.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:51.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:51.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:51.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:51.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:52.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:52.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:52.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:52.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:52.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:52.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:54.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:54.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:54.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:54.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:54.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:54.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:20:59.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:20:59.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:20:59.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:20:59.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:20:59.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:20:59.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:00.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:00.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:00.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:00.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:00.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:00.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:01.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:01.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:01.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:01.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:01.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:01.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:06.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:06.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:06.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:06.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:06.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:06.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:07.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:07.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:07.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:07.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:07.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:07.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:14.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:14.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:14.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:14.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:14.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:14.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:20.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:20.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:20.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:20.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:20.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:20.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:22.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:22.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:22.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:22.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:22.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:22.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:26.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:26.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:26.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:26.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:26.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:26.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:27.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:27.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:27.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:27.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:27.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:27.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:28.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:28.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:28.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:28.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:28.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:28.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:30.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:30.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:30.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:30.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:30.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:30.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:30.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:30.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:31.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:31.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:31.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:31.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:31.940+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:31.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:31.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:31.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:31.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:31.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:33.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:33.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:33.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:33.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:33.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:33.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:35.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:35.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:35.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:35.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:35.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:35.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:35.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:35.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:35.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:35.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:35.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:35.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:36.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:36.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:36.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:36.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:36.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:36.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:41.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:41.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:41.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:41.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:41.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:41.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:42.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:42.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:42.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:42.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:42.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:42.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:43.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:43.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:43.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:43.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:43.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:43.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:46.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:46.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:46.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:46.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:46.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:46.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:47.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:47.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:47.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:47.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:47.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:47.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:48.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:48.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:49.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:49.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:49.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:49.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:53.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:53.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:53.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:53.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:53.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:53.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:21:56.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:21:56.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:21:57.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:21:57.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:21:57.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:21:57.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:01.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:01.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:01.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:01.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:01.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:01.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:02.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:02.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:02.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:02.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:02.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:02.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:05.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:05.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:05.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:05.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:05.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:05.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:06.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:06.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:06.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:06.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:06.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:06.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:11.072+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:11.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:11.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:11.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:11.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:11.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:15.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:15.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:15.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:15.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:15.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:15.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:15.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:15.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:15.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:15.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:15.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:15.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:16.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:16.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:16.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:16.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:16.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:16.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:20.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:20.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:20.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:20.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:20.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:20.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:21.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:21.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:21.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:21.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:21.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:21.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:22.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:22.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:22.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:22.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:22.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:22.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:22.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:22.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:22.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:22.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:22.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:22.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:23.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:23.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:23.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:23.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:23.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:23.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:27.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:27.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:27.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:27.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:27.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:27.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:28.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:28.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:28.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:28.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:28.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:28.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:29.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:29.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:29.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:29.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:29.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:29.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:30.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:30.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:30.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:30.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:30.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:30.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:31.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:31.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:31.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:31.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:31.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:31.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:36.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:36.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:36.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:36.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:36.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:36.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:37.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:37.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:37.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:37.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:37.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:37.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:38.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:38.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:38.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:38.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:38.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:38.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:43.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:43.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:44.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:44.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:44.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:44.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:53.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:53.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:53.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:53.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:53.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:53.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:54.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:54.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:54.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:54.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:54.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:54.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:54.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:54.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:54.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:54.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:54.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:54.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:58.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:58.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:58.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:58.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:58.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:58.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:22:59.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:22:59.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:22:59.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:22:59.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:22:59.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:22:59.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:00.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:00.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:00.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:00.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:00.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:00.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:01.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:01.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:01.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:01.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:01.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:01.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:01.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:01.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:02.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:02.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:02.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:02.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:04.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:04.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:04.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:04.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:04.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:04.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:06.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:06.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:06.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:06.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:06.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:06.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:07.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:07.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:07.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:07.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:07.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:07.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:07.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:07.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:07.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:07.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:07.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:07.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:07.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:07.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:07.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:07.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:07.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:07.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:11.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:11.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:11.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:11.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:11.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:11.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:12.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:12.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:13.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:13.029+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:13.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:13.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:17.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:17.752+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:17.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:17.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:17.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:17.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:29.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:29.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:30.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:30.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:30.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:30.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:31.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:31.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:31.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:31.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:31.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:31.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:32.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:32.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:32.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:32.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:32.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:32.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:35.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:35.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:35.201+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:23:35.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:35.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:35.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:35.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:36.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:36.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:36.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:36.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:36.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:36.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:37.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:37.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:37.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:37.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:37.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:37.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:40.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:40.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:40.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:40.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:40.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:40.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:42.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:42.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:42.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:42.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:42.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:42.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:43.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:43.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:43.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:43.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:43.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:43.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:44.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:44.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:44.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:44.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:44.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:44.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:45.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:45.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:45.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:45.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:45.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:45.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:46.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:46.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:46.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:46.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:46.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:46.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:48.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:48.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:48.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:48.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:48.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:48.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:49.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:49.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:49.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:49.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:49.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:49.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:51.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:51.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:51.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:51.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:51.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:51.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:23:51.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:23:51.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:23:51.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:23:51.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:23:51.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:23:51.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:04.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:04.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:04.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:04.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:04.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:04.550+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:09.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:09.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:09.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:09.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:09.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:09.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:12.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:12.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:12.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:12.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:12.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:12.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:12.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:12.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:12.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:12.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:12.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:12.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:14.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:14.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:14.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:14.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:14.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:14.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:17.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:17.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:17.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:17.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:17.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:17.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:18.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:18.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:18.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:18.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:18.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:18.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:19.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:19.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:19.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:19.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:19.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:19.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:20.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:20.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:20.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:20.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:20.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:20.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:20.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:20.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:20.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:20.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:20.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:20.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:20.940+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:20.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:20.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:20.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:20.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:20.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:24.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:24.726+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:24.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:24.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:24.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:24.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:25.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:25.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:25.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:25.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:25.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:25.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:25.521+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:25.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:25.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:25.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:25.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:25.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:25.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:25.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:25.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:25.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:25.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:25.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:26.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:26.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:26.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:26.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:26.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:26.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:30.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:30.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:30.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:30.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:30.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:30.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:30.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:30.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:30.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:30.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:30.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:30.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:34.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:34.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:34.111+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:34.111+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:34.111+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:34.111+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:39.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:39.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:39.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:39.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:39.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:39.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:44.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:44.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:44.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:44.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:44.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:44.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:49.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:49.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:49.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:49.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:49.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:49.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:50.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:50.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:50.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:50.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:50.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:50.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:51.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:51.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:51.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:51.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:51.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:51.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:55.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:55.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:55.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:55.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:55.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:55.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:57.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:57.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:57.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:57.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:57.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:57.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:58.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:58.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:58.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:58.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:58.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:58.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:24:59.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:24:59.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:24:59.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:24:59.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:24:59.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:24:59.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:00.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:00.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:00.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:00.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:00.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:00.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:01.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:01.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:01.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:01.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:01.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:01.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:03.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:03.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:03.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:03.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:03.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:03.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:04.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:04.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:04.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:04.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:04.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:04.308+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:04.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:04.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:04.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:04.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:04.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:04.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:05.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:05.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:05.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:05.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:05.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:05.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:06.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:06.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:06.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:06.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:06.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:06.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:10.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:10.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:10.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:10.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:10.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:10.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:15.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:15.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:15.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:15.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:15.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:15.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:19.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:19.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:19.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:19.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:19.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:19.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:20.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:20.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:20.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:20.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:20.351+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:20.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:24.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:24.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:24.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:24.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:24.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:24.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:25.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:25.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:26.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:26.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:26.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:26.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:31.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:31.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:31.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:31.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:31.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:31.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:35.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:35.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:35.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:35.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:35.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:35.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:40.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:40.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:40.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:40.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:40.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:40.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:40.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:40.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:40.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:40.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:40.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:40.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:41.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:41.545+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:41.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:41.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:41.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:41.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:41.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:41.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:41.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:41.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:41.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:41.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:43.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:43.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:43.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:43.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:43.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:43.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:45.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:45.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:45.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:45.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:45.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:45.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:46.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:46.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:46.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:46.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:46.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:46.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:47.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:47.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:47.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:47.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:47.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:47.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:47.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:47.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:47.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:47.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:47.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:47.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:49.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:49.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:49.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:49.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:49.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:49.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:50.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:50.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:50.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:50.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:50.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:50.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:51.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:51.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:51.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:51.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:51.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:51.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:55.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:55.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:55.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:55.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:55.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:55.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:55.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:55.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:55.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:55.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:55.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:55.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:25:57.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:25:57.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:25:57.336+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:25:57.336+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:25:57.336+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:25:57.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:00.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:00.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:01.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:01.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:01.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:01.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:09.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:09.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:09.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:09.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:09.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:09.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:13.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:13.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:13.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:13.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:13.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:13.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:14.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:14.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:14.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:14.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:14.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:14.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:14.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:14.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:14.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:14.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:14.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:14.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:18.638+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:26:18.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:18.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:18.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:18.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:18.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:18.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:20.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:20.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:20.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:20.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:20.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:20.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:20.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:20.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:20.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:20.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:20.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:20.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:23.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:23.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:23.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:23.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:23.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:23.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:24.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:24.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:24.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:24.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:24.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:24.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:25.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:25.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:25.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:25.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:25.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:25.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:25.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:25.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:25.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:25.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:25.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:25.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:28.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:28.170+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:28.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:28.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:28.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:28.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:29.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:29.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:29.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:29.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:29.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:29.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:30.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:30.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:30.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:30.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:30.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:30.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:30.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:30.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:30.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:30.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:30.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:30.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:33.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:33.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:33.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:33.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:33.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:33.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:42.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:42.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:42.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:42.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:42.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:42.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:47.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:47.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:47.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:47.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:47.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:47.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:48.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:48.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:48.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:48.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:48.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:48.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:50.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:50.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:50.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:50.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:50.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:50.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:53.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:53.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:53.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:53.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:53.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:53.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:55.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:55.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:55.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:55.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:55.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:55.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:55.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:55.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:55.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:55.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:55.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:55.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:56.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:56.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:56.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:56.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:56.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:56.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:26:59.008+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:26:59.008+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:26:59.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:26:59.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:26:59.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:26:59.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:00.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:00.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:00.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:00.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:00.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:00.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:00.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:00.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:00.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:00.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:00.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:00.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:00.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:00.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:01.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:01.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:01.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:01.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:01.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:01.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:01.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:01.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:01.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:01.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:04.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:04.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:04.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:04.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:04.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:04.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:04.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:04.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:04.541+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:04.541+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:04.541+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:04.541+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:05.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:05.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:05.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:05.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:05.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:05.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:06.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:06.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:06.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:06.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:06.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:06.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:09.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:09.730+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:09.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:09.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:09.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:09.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:12.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:12.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:12.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:12.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:12.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:12.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:17.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:17.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:17.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:17.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:17.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:17.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:25.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:25.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:25.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:25.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:25.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:25.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:26.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:26.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:26.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:26.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:26.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:26.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:28.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:28.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:28.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:28.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:28.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:28.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:30.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:30.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:30.949+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:30.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:30.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:30.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:31.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:31.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:31.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:31.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:31.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:31.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:33.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:33.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:33.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:33.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:33.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:33.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:34.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:34.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:34.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:34.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:34.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:34.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:36.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:36.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:36.848+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:36.848+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:36.848+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:36.848+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:39.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:39.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:39.979+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:27:40.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:40.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:40.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:40.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:40.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:40.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:40.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:40.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:40.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:40.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:42.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:42.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:42.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:42.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:42.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:42.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:42.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:42.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:42.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:42.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:42.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:42.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:45.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:45.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:45.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:45.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:45.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:45.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:45.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:45.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:45.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:45.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:45.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:45.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:46.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:46.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:46.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:46.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:46.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:46.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:48.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:48.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:48.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:48.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:48.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:48.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:50.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:50.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:50.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:50.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:50.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:50.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:58.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:58.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:58.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:58.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:58.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:58.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:27:59.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:27:59.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:27:59.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:27:59.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:27:59.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:27:59.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:00.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:00.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:00.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:00.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:00.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:00.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:03.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:03.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:03.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:03.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:03.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:03.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:04.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:04.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:04.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:04.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:04.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:04.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:05.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:05.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:05.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:05.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:05.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:05.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:11.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:11.926+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:11.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:11.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:11.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:11.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:12.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:12.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:12.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:12.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:12.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:12.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:15.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:15.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:15.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:15.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:15.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:15.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:15.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:15.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:15.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:15.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:15.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:15.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:17.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:17.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:17.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:17.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:17.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:17.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:17.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:17.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:17.831+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:17.831+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:17.831+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:17.831+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:20.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:20.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:20.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:20.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:20.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:20.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:21.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:21.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:21.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:21.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:21.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:21.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:22.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:22.020+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:22.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:22.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:22.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:22.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:23.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:23.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:23.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:23.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:23.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:23.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:27.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:27.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:27.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:27.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:27.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:27.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:31.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:31.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:31.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:31.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:31.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:31.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:35.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:35.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:36.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:36.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:36.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:36.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:37.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:37.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:37.042+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:28:37.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:37.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:37.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:37.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:41.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:41.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:41.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:41.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:41.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:41.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:42.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:42.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:42.389+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:42.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:42.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:42.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:51.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:51.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:51.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:51.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:51.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:51.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:51.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:51.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:51.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:51.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:51.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:51.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:56.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:56.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:56.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:56.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:56.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:56.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:56.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:56.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:56.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:56.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:56.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:56.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:57.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:57.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:58.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:58.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:58.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:58.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:58.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:58.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:58.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:58.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:58.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:58.801+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:59.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:59.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:28:59.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:28:59.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:28:59.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:28:59.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:28:59.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:28:59.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:00.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:00.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:00.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:00.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:03.275+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:03.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:03.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:03.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:03.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:03.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:04.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:04.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:04.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:04.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:04.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:04.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:04.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:04.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:04.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:04.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:04.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:04.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:05.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:05.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:05.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:05.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:05.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:05.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:07.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:07.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:07.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:07.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:07.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:07.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:07.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:07.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:07.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:07.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:07.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:07.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:08.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:08.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:08.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:08.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:08.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:08.285+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:12.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:12.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:13.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:13.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:13.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:13.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:13.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:13.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:13.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:13.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:13.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:13.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:13.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:13.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:13.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:13.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:13.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:13.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:29.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:29.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:29.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:29.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:29.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:29.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:30.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:30.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:30.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:30.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:30.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:30.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:31.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:31.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:31.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:31.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:31.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:31.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:35.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:35.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:35.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:35.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:35.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:35.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:35.751+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:35.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:35.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:35.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:35.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:35.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:37.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:37.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:37.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:37.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:37.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:37.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:38.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:38.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:38.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:38.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:38.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:38.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:39.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:39.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:39.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:39.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:39.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:39.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:43.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:43.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:43.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:43.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:43.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:43.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:43.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:43.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:43.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:43.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:43.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:43.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:43.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:43.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:43.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:43.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:43.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:43.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:44.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:44.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:44.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:44.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:44.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:44.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:45.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:45.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:45.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:45.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:45.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:45.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:46.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:46.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:46.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:46.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:46.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:46.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:48.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:48.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:48.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:48.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:48.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:48.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:48.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:49.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:49.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:49.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:49.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:49.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:50.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:50.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:50.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:50.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:50.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:50.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:29:51.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:29:51.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:29:51.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:29:51.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:29:51.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:29:51.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:02.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:02.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:02.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:02.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:02.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:02.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:06.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:06.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:06.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:06.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:06.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:06.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:08.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:08.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:08.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:08.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:08.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:08.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:08.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:08.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:08.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:08.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:08.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:08.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:13.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:13.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:13.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:13.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:13.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:13.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:14.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:14.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:14.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:14.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:14.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:14.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:16.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:16.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:16.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:16.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:16.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:16.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:17.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:17.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:17.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:17.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:17.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:17.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:21.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:21.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:21.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:21.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:21.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:21.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:21.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:21.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:21.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:21.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:21.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:21.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:22.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:22.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:22.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:22.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:22.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:22.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:23.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:23.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:23.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:23.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:23.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:23.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:26.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:26.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:26.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:26.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:26.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:26.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:27.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:27.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:27.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:27.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:27.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:27.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:27.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:27.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:27.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:27.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:27.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:27.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:28.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:28.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:28.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:28.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:28.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:28.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:33.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:33.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:33.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:33.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:33.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:33.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:36.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:36.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:36.790+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:36.790+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:36.790+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:36.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:39.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:39.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:39.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:39.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:39.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:39.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:41.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:41.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:41.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:41.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:41.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:41.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:45.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:45.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:45.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:45.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:45.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:45.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:46.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:46.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:46.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:46.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:46.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:46.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:51.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:51.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:52.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:52.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:52.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:52.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:53.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:53.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:53.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:53.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:53.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:53.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:55.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:55.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:55.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:55.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:55.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:55.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:30:58.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:30:58.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:30:58.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:30:58.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:30:58.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:30:58.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:00.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:00.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:00.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:00.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:00.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:00.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:01.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:01.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:01.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:01.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:01.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:01.473+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:02.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:02.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:02.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:02.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:02.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:02.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:02.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:02.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:02.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:02.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:02.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:02.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:05.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:05.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:05.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:05.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:05.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:05.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:06.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:06.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:06.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:06.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:06.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:06.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:07.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:07.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:07.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:07.664+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:07.664+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:07.664+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:08.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:08.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:08.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:08.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:08.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:08.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:14.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:14.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:14.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:14.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:14.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:14.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:14.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:14.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:14.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:14.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:14.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:14.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:20.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:20.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:20.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:20.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:20.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:20.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:20.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:20.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:20.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:20.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:20.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:20.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:23.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:23.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:23.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:23.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:23.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:23.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:26.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:26.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:26.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:26.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:26.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:26.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:31.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:31.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:31.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:31.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:31.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:31.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:35.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:35.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:36.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:36.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:36.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:36.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:48.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:48.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:49.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:49.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:49.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:49.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:49.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:49.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:49.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:49.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:49.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:49.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:31:55.425+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:31:55.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:31:55.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:31:55.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:31:55.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:31:55.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:31:55.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:01.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:01.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:02.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:02.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:02.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:02.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:04.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:04.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:04.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:04.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:04.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:04.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:06.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:06.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:06.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:06.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:06.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:06.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:07.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:07.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:07.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:07.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:07.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:07.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:09.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:09.905+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:10.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:10.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:10.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:10.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:11.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:11.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:11.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:11.982+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:11.982+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:11.982+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:14.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:14.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:14.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:14.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:14.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:14.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:17.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:17.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:17.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:17.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:17.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:17.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:19.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:19.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:19.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:19.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:19.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:19.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:27.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:27.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:27.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:27.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:27.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:27.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:30.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:30.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:30.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:30.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:30.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:30.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:32.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:32.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:32.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:32.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:32.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:32.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:35.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:35.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:35.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:35.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:35.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:35.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:35.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:35.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:35.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:35.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:35.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:35.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:35.977+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:35.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:36.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:36.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:36.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:36.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:38.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:38.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:38.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:38.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:38.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:38.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:40.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:40.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:40.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:40.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:40.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:40.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:41.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:41.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:41.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:41.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:41.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:41.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:43.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:43.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:43.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:43.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:43.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:43.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:44.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:44.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:44.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:44.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:44.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:44.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:45.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:45.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:45.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:45.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:45.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:45.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:49.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:49.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:49.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:49.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:49.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:49.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:50.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:50.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:50.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:50.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:50.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:50.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:50.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:50.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:50.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:50.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:50.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:50.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:54.764+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:54.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:54.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:54.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:54.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:54.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:32:56.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:32:56.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:32:56.329+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:32:56.329+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:32:56.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:32:56.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:01.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:01.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:01.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:01.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:01.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:01.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:02.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:02.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:02.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:02.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:02.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:02.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:06.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:06.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:06.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:06.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:06.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:06.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:07.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:07.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:07.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:07.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:07.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:07.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:14.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:14.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:15.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:15.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:15.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:15.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:15.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:15.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:15.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:15.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:15.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:15.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:16.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:16.443+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:16.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:16.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:16.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:16.575+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:20.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:20.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:20.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:20.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:20.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:20.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:21.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:21.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:21.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:21.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:21.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:21.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:25.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:25.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:25.575+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:25.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:25.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:25.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:30.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:30.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:31.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:31.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:31.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:31.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:31.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:31.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:32.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:32.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:32.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:32.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:36.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:36.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:36.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:36.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:36.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:36.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:36.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:36.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:37.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:37.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:37.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:37.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:37.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:37.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:37.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:37.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:37.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:37.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:37.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:37.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:38.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:38.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:38.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:38.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:43.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:43.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:43.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:43.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:43.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:43.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:45.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:45.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:45.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:45.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:45.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:45.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:49.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:49.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:49.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:49.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:49.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:49.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:51.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:51.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:52.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:52.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:52.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:52.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:33:54.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:33:54.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:33:54.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:33:54.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:33:54.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:33:54.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:34:01.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:34:01.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:34:01.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:34:01.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:34:01.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:34:01.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:34:01.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:34:01.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:34:01.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:34:01.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:34:01.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:34:01.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:34:06.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:34:06.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:34:06.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:34:06.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:34:06.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:34:06.831+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:34:21.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:34:21.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:34:21.155+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:34:21.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:34:21.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:34:21.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:34:21.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:34:21.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:34:21.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:34:21.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:34:21.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:34:21.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:34:21.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:34:26.388+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:34:26.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:34:26.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:34:26.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:34:26.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:34:26.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:34:26.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:34:26.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:34:26.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:34:26.983+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:34:27.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:34:27.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:34:27.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:34:27.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:34:37.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:34:37.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:34:38.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:34:38.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:34:38.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:34:38.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:34:42.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:34:42.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:34:42.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:34:42.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:34:42.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:34:42.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:34:44.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:34:44.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:34:44.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:34:44.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:34:44.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:34:44.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:34:48.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:34:48.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:34:49.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:34:49.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:34:49.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:34:49.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:34:54.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:34:54.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:34:54.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:34:54.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:34:54.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:34:54.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:34:55.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:34:55.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:34:55.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:34:55.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:34:55.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:34:55.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:34:56.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:34:56.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:34:56.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:34:56.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:34:56.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:34:56.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:00.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:00.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:00.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:00.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:00.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:00.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:00.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:00.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:01.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:01.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:01.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:01.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:01.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:01.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:01.777+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:01.777+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:01.777+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:01.777+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:16.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:16.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:16.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:16.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:16.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:16.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:16.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:16.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:16.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:16.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:16.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:16.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:18.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:18.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:18.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:18.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:18.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:18.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:19.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:19.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:20.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:20.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:20.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:20.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:21.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:21.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:21.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:21.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:21.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:21.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:21.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:21.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:21.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:21.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:21.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:21.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:22.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:22.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:22.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:22.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:22.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:22.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:22.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:22.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:22.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:22.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:22.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:22.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:23.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:23.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:23.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:23.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:23.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:23.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:25.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:25.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:25.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:25.125+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:25.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:25.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:27.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:27.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:27.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:27.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:27.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:27.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:28.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:28.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:28.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:28.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:28.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:28.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:29.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:29.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:29.828+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:29.828+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:29.828+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:29.828+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:30.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:30.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:30.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:30.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:30.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:30.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:30.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:30.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:30.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:30.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:30.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:30.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:35.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:35.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:35.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:35.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:35.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:35.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:35.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:35.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:35.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:35.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:35.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:35.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:35.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:35.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:35.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:35.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:35.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:35.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:55.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:55.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:56.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:56.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:56.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:56.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:56.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:56.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:35:56.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:35:56.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:35:56.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:35:56.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:35:59.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:35:59.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:00.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:00.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:00.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:00.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:00.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:00.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:00.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:00.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:00.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:00.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:00.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:00.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:00.881+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:00.881+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:00.881+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:00.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:01.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:01.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:01.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:01.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:01.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:01.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:01.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:01.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:02.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:02.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:02.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:02.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:05.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:05.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:05.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:05.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:05.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:05.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:06.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:06.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:06.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:06.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:06.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:06.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:06.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:06.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:06.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:06.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:06.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:06.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:12.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:12.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:12.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:12.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:12.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:12.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:12.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:12.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:12.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:12.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:12.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:12.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:13.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:13.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:13.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:13.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:13.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:13.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:20.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:20.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:20.704+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:36:20.753+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:36:20.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:20.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:20.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:20.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:41.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:41.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:41.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:41.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:41.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:41.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:42.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:42.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:42.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:42.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:42.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:42.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:46.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:46.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:46.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:46.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:46.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:46.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:46.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:46.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:46.790+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:46.790+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:46.790+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:46.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:47.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:47.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:47.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:47.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:47.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:47.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:47.277+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:47.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:47.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:47.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:47.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:47.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:48.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:48.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:48.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:48.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:48.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:48.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:49.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:49.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:49.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:49.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:49.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:49.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:53.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:53.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:53.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:53.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:53.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:53.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:53.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:53.726+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:53.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:53.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:53.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:53.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:36:54.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:36:54.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:36:54.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:36:54.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:36:54.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:36:54.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:37:07.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:37:07.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:37:07.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:37:07.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:37:07.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:37:07.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:37:07.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:37:07.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:37:07.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:37:07.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:37:07.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:37:07.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:37:10.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:37:10.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:37:11.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:37:11.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:37:11.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:37:11.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:37:14.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:37:14.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:37:14.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:37:14.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:37:14.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:37:14.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:37:14.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:37:14.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:37:14.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:37:14.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:37:14.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:37:14.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:37:15.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:37:15.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:37:16.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:37:16.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:37:16.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:37:16.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:37:33.418+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:37:33.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:37:33.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:37:33.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:37:33.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:37:33.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:37:33.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:37:39.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:37:39.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:37:39.738+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:37:39.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:37:39.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:37:39.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:37:39.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:37:42.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:37:42.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:37:43.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:37:43.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:37:43.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:37:43.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:37:43.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:37:43.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:37:43.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:37:43.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:37:43.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:37:43.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:37:47.750+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:37:47.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:37:47.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:37:47.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:37:47.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:37:47.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:37:47.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:37:47.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:37:47.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:37:47.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:37:47.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:37:47.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:37:48.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:37:48.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:37:48.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:37:48.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:37:48.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:37:48.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:37:49.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:37:49.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:37:49.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:37:49.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:37:49.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:37:49.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:37:53.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:37:53.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:37:53.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:37:53.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:37:53.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:37:53.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:37:53.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:37:53.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:37:53.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:37:53.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:37:53.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:37:53.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:05.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:05.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:05.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:05.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:05.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:05.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:07.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:07.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:07.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:07.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:07.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:07.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:07.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:07.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:08.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:08.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:08.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:08.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:11.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:11.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:11.821+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:11.821+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:11.821+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:11.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:12.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:12.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:13.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:13.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:13.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:13.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:14.007+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:14.008+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:14.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:14.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:14.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:14.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:18.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:18.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:18.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:18.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:18.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:18.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:19.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:19.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:19.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:19.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:19.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:19.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:23.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:23.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:24.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:24.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:24.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:24.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:29.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:29.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:29.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:29.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:29.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:29.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:29.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:29.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:29.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:29.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:29.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:29.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:32.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:32.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:32.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:32.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:32.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:32.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:33.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:33.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:34.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:34.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:34.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:34.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:34.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:34.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:34.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:34.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:34.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:34.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:34.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:34.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:34.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:34.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:34.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:34.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:37.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:37.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:37.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:37.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:37.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:37.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:39.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:39.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:39.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:39.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:39.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:39.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:51.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:51.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:51.397+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:51.397+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:51.397+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:51.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:55.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:55.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:55.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:55.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:55.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:55.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:56.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:56.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:56.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:56.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:56.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:56.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:56.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:56.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:56.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:56.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:56.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:56.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:57.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:57.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:57.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:57.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:57.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:57.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:38:58.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:38:58.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:38:58.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:38:58.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:38:58.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:38:58.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:01.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:01.197+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:01.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:01.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:01.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:01.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:01.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:01.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:01.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:01.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:01.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:01.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:02.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:02.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:02.496+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:02.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:02.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:02.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:03.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:03.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:04.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:04.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:04.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:04.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:04.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:04.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:04.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:04.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:04.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:04.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:04.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:04.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:04.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:04.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:04.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:04.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:06.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:06.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:06.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:06.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:06.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:06.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:07.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:07.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:07.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:07.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:07.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:07.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:09.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:09.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:09.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:09.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:09.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:09.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:11.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:11.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:11.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:11.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:11.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:11.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:14.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:14.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:14.288+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:39:14.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:14.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:14.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:14.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:25.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:25.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:26.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:26.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:26.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:26.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:31.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:31.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:31.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:31.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:31.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:31.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:35.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:35.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:35.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:35.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:35.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:35.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:36.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:36.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:36.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:36.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:36.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:36.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:36.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:36.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:36.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:36.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:36.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:36.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:41.026+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:41.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:41.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:41.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:41.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:41.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:41.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:41.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:41.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:41.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:41.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:41.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:41.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:41.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:41.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:41.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:41.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:41.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:42.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:42.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:42.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:42.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:42.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:42.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:42.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:42.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:42.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:42.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:42.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:42.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:43.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:43.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:43.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:43.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:43.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:43.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:46.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:46.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:46.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:46.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:46.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:46.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:46.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:46.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:46.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:46.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:46.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:46.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:46.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:46.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:46.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:46.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:46.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:46.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:47.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:47.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:47.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:47.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:47.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:47.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:49.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:49.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:49.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:49.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:49.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:49.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:51.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:51.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:51.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:51.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:51.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:51.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:51.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:51.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:51.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:51.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:51.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:51.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:39:56.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:39:56.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:39:56.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:39:56.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:39:56.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:39:56.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:03.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:03.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:03.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:03.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:03.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:03.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:14.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:14.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:14.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:14.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:14.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:14.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:16.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:16.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:16.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:16.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:16.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:16.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:16.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:16.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:16.898+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:16.898+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:16.898+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:16.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:18.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:18.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:18.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:18.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:18.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:18.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:20.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:20.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:20.066+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:20.066+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:20.066+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:20.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:21.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:21.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:21.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:21.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:21.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:21.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:21.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:21.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:21.921+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:40:21.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:21.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:21.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:21.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:22.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:22.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:22.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:22.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:22.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:22.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:23.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:23.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:23.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:23.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:23.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:23.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:26.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:26.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:26.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:26.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:26.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:26.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:26.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:26.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:26.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:26.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:26.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:26.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:27.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:27.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:27.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:27.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:27.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:27.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:27.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:27.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:27.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:27.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:27.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:27.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:28.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:28.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:28.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:28.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:28.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:28.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:31.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:31.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:31.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:31.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:31.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:31.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:32.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:32.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:32.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:32.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:32.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:32.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:33.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:33.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:33.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:33.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:33.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:33.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:43.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:43.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:43.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:43.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:43.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:43.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:48.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:48.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:48.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:48.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:48.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:48.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:48.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:48.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:48.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:48.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:48.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:48.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:50.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:50.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:50.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:50.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:50.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:50.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:54.118+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:54.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:54.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:54.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:54.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:54.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:54.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:54.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:54.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:54.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:54.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:54.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:55.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:55.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:55.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:55.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:55.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:55.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:55.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:55.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:55.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:55.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:55.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:55.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:55.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:55.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:55.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:55.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:55.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:55.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:58.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:58.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:58.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:58.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:58.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:58.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:58.756+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:58.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:58.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:58.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:58.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:58.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:40:59.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:40:59.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:40:59.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:40:59.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:40:59.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:40:59.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:00.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:00.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:00.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:00.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:00.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:00.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:00.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:00.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:00.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:00.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:00.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:00.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:01.113+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:01.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:01.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:01.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:01.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:01.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:03.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:03.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:03.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:03.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:03.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:03.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:03.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:03.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:03.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:03.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:03.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:03.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:05.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:05.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:05.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:05.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:05.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:05.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:10.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:10.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:10.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:10.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:10.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:10.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:15.561+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:15.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:15.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:15.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:15.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:15.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:22.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:22.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:22.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:22.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:22.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:22.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:25.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:25.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:25.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:25.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:25.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:25.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:25.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:25.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:25.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:25.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:25.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:25.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:27.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:27.555+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:27.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:27.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:27.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:27.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:29.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:29.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:29.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:29.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:29.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:29.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:30.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:30.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:30.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:30.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:30.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:30.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:30.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:30.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:30.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:30.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:30.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:30.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:31.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:31.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:31.127+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:31.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:31.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:31.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:33.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:33.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:33.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:33.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:33.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:33.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:34.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:34.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:34.493+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:34.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:34.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:34.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:34.829+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:41:34.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:34.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:34.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:34.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:34.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:34.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:36.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:36.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:36.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:36.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:36.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:36.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:38.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:38.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:38.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:38.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:38.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:38.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:39.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:39.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:39.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:39.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:39.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:39.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:39.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:39.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:39.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:39.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:39.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:39.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:40.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:40.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:40.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:40.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:40.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:40.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:43.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:43.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:43.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:43.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:43.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:43.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:50.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:50.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:50.771+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:50.771+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:50.771+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:50.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:55.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:55.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:55.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:55.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:55.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:55.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:41:56.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:41:56.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:41:56.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:41:56.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:41:56.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:41:56.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:01.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:01.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:01.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:01.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:01.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:01.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:01.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:01.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:01.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:01.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:01.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:01.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:02.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:02.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:02.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:02.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:02.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:02.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:03.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:03.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:03.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:03.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:03.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:03.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:05.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:05.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:05.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:05.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:05.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:05.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:06.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:06.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:06.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:06.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:06.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:06.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:06.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:06.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:06.899+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:06.899+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:06.899+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:06.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:07.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:07.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:07.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:07.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:07.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:07.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:08.879+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:08.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:08.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:08.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:08.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:08.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:09.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:09.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:09.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:09.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:09.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:09.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:10.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:10.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:10.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:10.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:10.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:10.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:11.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:11.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:11.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:11.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:11.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:11.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:12.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:12.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:12.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:12.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:12.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:12.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:15.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:15.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:15.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:15.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:15.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:15.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:16.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:16.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:16.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:16.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:16.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:16.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:16.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:16.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:16.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:16.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:16.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:16.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:21.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:21.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:21.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:21.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:21.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:21.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:27.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:27.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:27.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:27.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:27.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:27.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:32.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:32.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:32.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:32.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:32.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:32.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:32.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:32.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:33.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:33.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:33.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:33.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:35.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:35.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:35.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:35.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:35.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:35.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:37.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:37.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:37.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:37.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:37.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:37.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:38.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:38.435+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:38.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:38.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:38.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:38.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:39.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:39.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:39.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:39.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:39.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:39.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:39.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:39.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:39.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:39.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:39.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:39.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:41.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:41.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:41.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:41.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:41.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:41.231+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:43.118+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:43.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:43.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:43.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:43.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:43.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:43.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:43.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:43.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:43.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:43.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:43.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:43.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:43.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:43.696+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:43.696+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:43.696+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:43.696+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:44.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:44.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:44.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:44.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:44.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:44.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:44.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:44.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:44.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:44.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:44.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:44.801+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:46.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:46.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:46.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:46.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:46.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:46.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:48.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:48.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:48.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:48.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:48.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:48.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:48.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:48.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:48.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:48.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:48.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:48.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:51.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:51.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:51.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:51.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:51.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:51.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:42:57.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:42:57.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:42:57.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:42:57.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:42:57.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:42:57.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:00.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:00.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:00.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:00.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:00.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:00.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:02.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:02.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:02.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:02.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:02.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:02.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:05.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:05.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:05.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:05.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:05.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:05.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:13.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:13.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:13.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:13.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:13.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:13.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:13.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:13.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:13.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:13.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:13.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:13.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:15.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:15.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:15.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:15.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:15.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:15.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:16.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:16.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:16.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:16.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:16.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:16.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:16.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:16.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:16.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:16.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:16.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:16.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:17.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:17.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:17.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:17.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:17.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:17.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:18.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:18.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:18.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:18.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:18.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:18.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:18.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:18.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:18.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:18.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:18.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:18.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:20.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:20.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:20.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:20.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:20.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:20.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:21.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:21.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:21.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:21.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:21.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:21.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:21.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:21.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:21.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:21.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:21.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:21.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:22.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:22.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:22.247+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:22.247+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:22.247+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:22.247+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:22.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:22.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:22.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:22.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:22.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:22.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:25.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:25.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:25.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:25.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:25.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:25.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:27.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:27.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:27.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:27.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:27.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:27.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:27.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:27.726+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:27.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:27.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:27.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:27.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:30.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:30.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:30.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:30.488+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:30.488+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:30.488+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:33.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:33.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:33.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:33.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:33.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:33.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:42.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:42.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:42.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:42.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:42.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:42.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:47.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:47.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:47.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:47.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:47.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:47.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:47.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:47.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:47.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:47.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:47.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:47.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:48.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:48.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:48.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:48.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:48.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:48.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:52.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:52.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:52.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:52.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:52.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:52.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:53.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:53.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:53.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:53.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:53.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:53.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:53.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:53.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:53.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:53.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:53.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:53.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:54.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:54.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:54.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:54.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:54.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:54.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:55.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:55.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:55.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:55.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:55.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:55.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:56.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:56.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:56.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:56.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:56.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:56.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:57.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:57.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:57.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:57.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:57.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:57.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:58.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:58.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:58.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:58.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:58.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:58.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:58.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:58.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:58.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:58.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:58.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:58.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:43:58.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:43:58.765+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:43:58.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:43:58.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:43:58.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:43:58.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:00.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:00.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:01.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:01.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:01.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:01.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:01.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:01.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:01.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:01.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:01.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:01.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:02.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:02.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:02.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:02.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:02.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:02.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:12.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:12.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:12.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:12.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:12.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:12.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:17.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:17.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:17.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:17.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:17.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:17.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:21.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:21.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:21.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:21.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:21.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:21.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:21.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:21.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:21.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:21.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:21.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:21.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:26.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:26.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:26.266+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:26.266+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:26.266+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:26.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:26.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:26.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:26.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:26.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:26.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:26.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:26.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:26.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:26.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:26.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:26.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:26.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:27.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:27.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:27.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:27.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:27.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:27.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:28.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:28.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:28.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:28.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:28.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:28.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:31.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:31.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:31.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:31.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:31.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:31.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:31.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:31.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:31.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:31.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:31.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:31.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:31.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:31.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:31.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:31.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:31.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:31.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:31.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:31.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:31.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:31.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:31.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:31.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:33.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:33.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:33.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:33.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:33.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:33.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:34.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:34.032+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:34.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:34.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:34.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:34.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:36.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:36.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:36.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:36.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:36.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:36.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:36.756+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:36.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:36.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:36.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:36.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:36.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:36.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:36.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:36.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:36.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:36.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:36.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:38.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:38.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:38.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:38.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:38.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:38.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:44.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:44.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:44.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:44.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:44.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:44.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:55.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:55.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:55.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:55.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:55.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:55.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:57.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:57.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:57.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:57.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:57.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:57.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:44:58.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:44:58.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:44:58.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:44:58.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:44:58.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:44:58.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:00.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:00.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:00.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:00.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:00.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:00.683+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:01.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:01.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:01.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:01.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:01.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:01.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:02.695+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:02.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:02.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:02.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:02.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:02.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:03.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:03.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:03.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:03.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:03.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:03.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:04.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:04.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:04.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:04.664+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:04.664+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:04.664+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:05.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:05.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:05.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:05.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:05.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:05.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:06.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:06.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:06.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:06.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:06.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:06.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:08.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:08.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:08.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:08.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:08.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:08.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:08.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:08.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:08.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:08.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:08.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:08.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:09.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:09.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:09.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:09.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:09.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:09.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:09.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:09.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:09.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:09.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:09.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:09.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:10.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:10.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:10.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:10.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:10.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:10.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:13.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:13.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:13.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:13.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:13.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:13.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:14.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:14.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:14.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:14.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:14.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:14.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:14.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:14.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:14.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:14.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:14.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:14.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:26.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:26.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:26.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:26.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:26.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:26.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:27.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:27.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:27.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:27.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:27.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:27.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:31.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:31.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:31.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:31.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:31.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:31.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:31.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:31.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:31.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:31.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:31.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:31.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:32.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:32.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:32.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:32.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:32.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:32.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:33.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:33.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:33.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:33.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:33.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:33.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:36.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:36.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:36.790+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:36.790+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:36.790+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:36.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:37.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:37.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:37.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:37.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:37.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:37.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:37.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:37.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:37.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:37.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:37.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:37.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:39.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:39.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:39.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:39.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:39.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:39.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:40.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:40.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:40.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:40.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:40.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:40.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:41.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:41.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:41.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:41.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:41.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:41.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:42.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:42.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:42.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:42.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:42.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:42.525+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:42.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:42.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:43.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:43.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:43.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:43.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:44.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:44.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:44.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:44.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:44.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:44.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:45.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:45.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:45.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:45.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:45.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:45.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:46.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:46.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:46.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:46.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:46.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:46.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:50.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:50.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:50.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:50.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:50.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:50.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:53.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:53.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:53.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:53.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:53.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:53.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:55.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:55.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:55.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:55.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:55.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:55.801+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:45:58.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:45:58.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:45:58.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:45:58.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:45:58.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:45:58.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:00.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:00.363+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:00.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:00.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:00.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:00.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:00.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:00.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:00.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:00.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:00.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:00.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:05.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:05.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:05.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:05.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:05.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:05.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:05.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:05.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:05.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:05.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:05.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:05.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:08.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:08.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:08.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:08.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:08.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:08.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:08.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:08.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:08.595+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:08.595+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:08.595+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:08.596+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:10.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:10.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:10.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:10.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:10.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:10.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:12.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:12.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:12.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:12.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:12.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:12.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:13.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:13.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:13.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:13.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:13.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:13.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:13.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:13.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:13.843+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:46:13.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:13.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:13.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:13.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:17.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:17.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:17.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:17.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:17.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:17.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:18.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:18.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:18.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:18.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:18.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:18.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:19.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:19.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:19.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:19.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:19.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:19.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:23.312+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:46:23.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:23.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:23.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:23.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:23.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:23.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:27.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:27.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:27.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:27.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:27.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:27.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:30.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:30.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:31.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:31.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:31.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:31.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:33.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:33.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:34.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:34.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:34.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:34.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:35.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:35.702+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:36.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:36.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:36.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:36.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:41.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:41.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:41.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:41.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:41.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:41.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:51.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:51.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:52.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:52.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:52.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:52.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:46:57.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:46:57.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:46:57.857+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:46:57.857+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:46:57.857+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:46:57.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:02.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:02.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:02.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:02.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:02.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:02.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:03.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:03.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:03.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:03.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:03.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:03.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:06.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:06.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:06.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:06.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:06.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:06.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:07.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:07.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:07.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:07.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:07.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:07.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:07.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:07.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:07.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:07.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:07.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:07.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:08.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:08.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:08.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:08.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:08.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:08.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:12.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:12.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:12.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:12.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:12.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:12.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:12.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:12.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:12.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:12.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:12.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:12.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:22.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:22.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:22.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:22.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:22.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:22.308+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:23.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:23.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:23.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:23.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:23.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:23.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:25.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:25.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:25.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:25.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:25.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:25.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:27.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:27.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:27.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:27.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:27.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:27.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:28.032+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:47:28.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:28.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:28.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:28.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:28.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:28.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:28.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:28.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:28.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:28.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:28.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:28.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:31.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:31.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:31.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:31.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:31.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:31.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:32.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:32.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:32.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:32.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:32.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:32.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:33.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:33.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:33.266+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:33.266+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:33.266+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:33.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:35.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:35.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:35.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:35.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:35.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:35.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:39.282+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:39.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:39.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:39.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:39.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:39.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:41.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:41.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:41.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:41.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:41.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:41.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:41.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:41.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:41.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:41.454+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:41.454+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:41.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:41.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:41.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:41.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:41.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:41.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:41.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:45.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:45.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:45.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:45.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:45.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:45.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:46.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:46.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:46.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:46.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:46.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:46.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:47.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:47.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:47.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:47.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:47.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:47.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:57.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:57.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:58.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:58.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:58.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:58.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:47:58.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:47:58.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:47:58.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:47:58.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:47:58.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:47:58.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:03.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:03.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:03.194+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:48:03.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:03.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:03.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:03.226+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:03.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:03.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:03.590+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:03.590+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:03.590+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:03.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:08.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:08.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:08.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:08.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:08.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:08.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:11.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:11.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:11.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:11.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:11.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:11.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:12.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:12.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:12.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:12.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:12.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:12.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:15.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:15.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:15.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:15.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:15.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:15.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:16.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:16.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:16.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:16.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:16.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:16.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:17.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:17.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:17.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:17.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:17.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:17.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:21.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:21.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:21.918+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:48:21.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:21.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:21.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:21.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:28.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:28.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:28.674+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:48:28.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:28.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:28.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:28.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:28.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:28.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:28.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:28.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:28.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:28.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:34.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:34.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:34.051+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:48:34.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:34.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:34.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:34.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:42.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:42.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:42.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:42.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:42.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:42.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:43.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:43.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:44.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:44.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:44.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:44.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:48.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:48.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:48.382+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:48:48.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:48.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:48.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:48.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:49.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:49.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:49.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:49.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:49.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:49.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:53.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:53.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:53.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:53.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:53.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:53.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:55.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:55.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:55.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:55.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:55.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:55.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:56.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:56.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:56.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:56.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:56.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:56.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:57.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:57.208+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:57.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:57.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:57.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:57.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:48:59.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:48:59.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:48:59.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:48:59.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:48:59.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:48:59.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:01.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:01.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:01.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:01.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:01.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:01.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:02.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:02.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:02.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:02.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:02.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:02.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:03.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:03.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:03.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:03.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:03.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:03.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:10.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:10.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:10.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:10.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:10.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:10.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:10.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:10.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:10.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:10.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:10.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:10.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:15.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:15.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:15.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:15.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:15.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:15.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:16.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:16.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:16.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:16.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:16.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:16.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:32.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:32.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:32.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:32.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:32.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:32.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:33.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:33.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:33.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:33.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:33.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:33.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:37.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:37.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:37.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:37.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:37.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:37.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:37.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:37.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:38.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:38.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:38.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:38.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:38.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:38.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:38.721+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:38.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:38.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:38.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:42.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:42.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:43.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:43.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:43.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:43.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:47.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:47.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:47.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:47.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:47.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:47.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:48.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:48.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:48.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:48.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:48.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:48.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:48.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:48.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:48.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:48.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:48.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:48.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:49.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:49.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:49.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:49.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:49.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:49.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:52.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:52.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:52.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:52.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:52.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:52.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:53.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:53.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:53.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:53.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:53.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:53.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:53.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:53.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:53.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:53.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:53.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:53.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:54.288+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:54.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:54.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:54.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:54.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:54.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:54.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:54.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:54.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:54.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:54.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:54.801+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:49:55.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:49:55.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:49:55.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:49:55.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:49:55.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:49:55.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:50:00.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:50:00.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:50:00.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:50:00.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:50:00.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:50:00.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:50:12.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:50:12.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:50:12.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:50:12.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:50:12.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:50:12.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:50:13.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:50:13.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:50:13.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:50:13.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:50:13.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:50:13.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:50:18.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:50:18.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:50:18.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:50:18.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:50:18.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:50:18.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:50:19.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:50:19.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:50:19.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:50:19.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:50:19.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:50:19.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:50:19.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:50:19.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:50:19.831+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:50:19.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:50:19.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:50:19.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:50:25.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:50:25.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:50:25.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:50:25.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:50:25.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:50:25.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:50:28.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:50:28.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:50:28.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:50:28.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:50:28.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:50:28.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:50:36.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:50:36.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:50:36.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:50:36.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:50:36.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:50:36.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:50:37.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:50:37.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:50:37.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:50:37.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:50:37.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:50:37.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:50:39.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:50:39.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:50:39.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:50:39.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:50:39.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:50:39.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:50:43.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:50:43.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:50:44.352+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:50:44.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:50:44.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:50:44.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:50:44.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:50:46.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:50:46.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:50:46.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:50:46.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:50:46.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:50:46.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:50:58.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:50:58.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:50:59.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:50:59.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:50:59.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:50:59.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:04.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:04.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:04.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:04.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:04.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:04.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:04.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:04.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:04.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:04.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:04.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:04.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:09.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:09.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:09.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:09.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:09.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:09.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:22.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:22.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:22.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:22.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:22.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:22.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:26.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:26.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:26.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:26.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:26.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:26.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:27.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:27.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:27.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:27.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:27.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:27.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:30.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:30.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:30.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:30.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:30.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:30.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:32.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:32.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:32.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:32.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:32.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:32.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:32.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:32.730+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:32.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:32.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:32.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:32.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:35.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:35.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:35.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:35.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:35.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:35.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:35.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:35.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:35.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:35.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:35.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:35.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:36.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:36.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:36.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:36.525+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:36.525+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:36.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:38.651+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:38.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:38.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:38.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:38.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:38.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:41.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:41.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:41.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:41.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:41.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:41.684+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:41.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:41.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:41.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:41.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:41.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:41.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:42.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:42.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:42.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:42.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:42.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:42.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:49.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:49.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:50.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:50.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:50.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:50.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:55.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:55.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:55.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:55.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:55.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:55.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:51:55.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:51:55.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:51:55.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:51:55.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:51:55.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:51:55.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:01.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:01.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:01.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:01.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:01.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:01.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:13.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:13.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:13.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:13.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:13.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:13.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:16.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:16.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:16.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:16.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:16.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:16.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:19.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:19.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:19.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:19.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:19.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:19.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:20.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:20.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:20.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:20.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:20.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:20.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:20.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:20.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:21.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:21.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:21.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:21.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:21.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:21.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:21.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:21.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:21.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:21.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:25.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:25.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:25.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:25.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:25.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:25.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:26.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:26.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:26.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:26.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:26.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:26.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:26.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:26.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:27.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:27.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:27.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:27.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:27.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:27.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:27.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:27.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:27.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:27.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:27.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:27.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:27.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:27.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:27.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:27.801+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:32.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:32.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:32.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:32.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:32.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:32.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:32.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:32.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:32.922+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:32.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:32.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:32.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:33.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:33.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:33.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:33.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:33.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:33.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:36.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:36.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:36.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:36.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:36.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:36.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:41.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:41.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:41.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:41.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:41.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:41.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:41.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:41.603+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:41.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:41.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:41.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:41.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:46.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:46.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:46.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:46.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:46.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:46.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:56.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:56.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:56.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:56.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:56.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:56.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:52:56.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:52:56.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:52:56.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:52:56.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:52:56.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:52:56.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:01.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:01.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:02.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:02.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:02.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:02.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:03.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:03.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:04.096+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:53:04.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:04.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:04.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:04.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:07.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:07.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:07.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:07.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:07.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:07.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:09.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:09.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:09.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:09.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:09.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:09.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:12.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:12.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:12.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:12.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:12.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:12.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:14.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:14.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:14.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:14.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:14.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:14.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:15.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:15.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:15.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:15.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:15.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:15.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:19.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:19.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:19.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:19.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:19.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:19.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:21.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:21.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:21.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:21.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:21.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:21.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:21.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:21.331+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:21.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:21.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:21.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:21.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:21.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:21.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:21.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:21.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:21.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:21.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:26.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:26.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:26.186+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:26.186+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:26.186+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:26.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:27.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:27.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:27.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:27.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:27.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:27.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:35.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:35.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:36.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:36.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:36.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:36.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:48.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:48.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:48.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:48.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:48.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:48.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:50.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:50.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:50.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:50.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:50.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:50.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:53.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:53.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:53.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:53.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:53.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:53.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:53.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:53.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:54.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:54.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:54.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:54.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:55.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:55.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:55.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:55.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:55.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:55.515+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:55.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:55.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:55.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:55.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:55.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:55.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:53:59.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:53:59.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:53:59.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:53:59.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:53:59.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:53:59.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:01.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:01.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:01.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:01.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:01.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:01.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:04.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:04.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:04.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:04.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:04.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:04.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:07.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:07.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:07.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:07.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:07.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:07.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:08.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:08.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:08.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:08.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:08.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:08.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:12.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:12.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:12.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:12.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:12.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:12.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:13.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:13.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:13.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:13.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:13.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:13.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:29.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:29.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:29.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:29.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:29.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:29.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:30.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:30.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:30.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:30.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:30.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:30.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:35.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:35.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:35.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:35.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:35.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:35.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:35.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:35.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:35.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:35.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:35.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:35.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:36.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:36.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:36.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:36.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:36.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:36.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:38.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:38.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:38.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:38.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:38.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:38.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:40.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:40.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:40.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:40.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:40.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:40.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:41.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:41.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:41.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:41.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:41.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:41.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:42.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:42.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:42.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:42.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:42.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:42.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:43.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:43.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:43.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:43.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:43.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:43.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:47.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:47.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:47.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:47.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:47.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:47.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:47.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:47.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:47.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:47.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:47.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:47.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:51.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:51.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:51.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:51.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:51.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:51.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:51.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:51.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:51.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:51.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:51.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:51.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:56.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:56.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:56.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:56.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:56.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:56.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:54:57.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:54:57.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:54:57.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:54:57.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:54:57.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:54:57.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:10.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:10.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:10.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:10.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:10.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:10.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:10.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:10.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:10.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:10.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:10.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:10.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:12.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:12.702+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:12.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:12.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:12.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:12.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:15.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:15.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:15.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:15.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:15.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:15.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:16.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:16.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:16.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:16.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:16.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:16.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:18.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:18.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:18.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:18.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:18.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:18.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:18.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:18.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:18.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:18.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:18.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:18.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:23.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:23.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:23.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:23.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:23.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:23.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:23.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:23.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:24.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:24.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:24.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:24.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:24.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:24.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:24.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:24.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:24.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:24.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:25.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:25.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:25.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:25.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:25.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:25.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:31.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:31.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:31.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:31.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:31.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:31.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:31.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:31.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:31.336+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:55:31.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:31.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:31.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:31.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:32.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:32.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:32.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:32.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:32.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:32.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:36.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:36.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:36.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:36.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:36.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:36.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:37.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:37.987+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:38.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:38.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:38.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:38.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:46.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:46.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:46.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:46.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:46.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:46.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:53.978+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:53.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:54.021+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:55:54.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:54.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:54.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:54.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:56.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:56.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:56.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:56.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:56.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:56.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:55:59.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:55:59.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:55:59.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:55:59.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:55:59.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:55:59.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:02.243+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:02.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:02.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:02.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:02.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:02.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:05.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:05.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:05.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:05.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:05.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:05.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:05.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:05.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:05.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:05.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:05.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:05.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:10.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:10.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:10.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:10.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:10.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:10.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:10.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:10.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:10.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:10.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:10.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:10.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:10.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:10.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:10.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:10.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:10.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:10.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:10.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:10.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:11.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:11.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:11.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:11.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:16.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:16.170+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:16.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:16.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:16.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:16.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:16.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:16.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:16.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:16.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:16.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:16.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:24.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:24.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:24.541+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:24.541+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:24.541+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:24.541+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:24.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:24.604+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:24.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:24.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:24.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:24.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:30.773+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:56:30.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:30.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:31.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:31.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:31.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:31.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:33.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:33.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:33.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:33.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:33.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:33.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:39.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:39.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:40.049+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:56:40.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:40.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:40.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:40.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:40.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:40.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:40.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:40.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:40.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:40.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:45.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:45.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:45.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:45.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:45.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:45.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:46.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:46.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:46.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:46.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:46.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:46.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:54.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:54.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:54.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:54.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:54.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:54.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:54.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:54.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:56:54.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:56:54.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:56:54.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:56:54.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:56:59.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:56:59.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:00.187+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:57:00.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:00.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:00.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:00.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:02.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:02.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:02.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:02.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:02.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:02.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:05.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:05.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:05.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:05.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:05.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:05.515+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:08.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:08.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:08.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:08.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:08.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:08.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:09.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:09.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:09.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:09.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:09.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:09.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:10.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:10.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:10.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:10.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:10.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:10.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:11.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:11.504+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:11.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:11.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:11.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:11.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:14.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:14.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:14.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:14.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:14.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:14.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:15.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:15.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:15.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:15.661+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:15.661+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:15.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:18.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:18.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:18.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:18.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:18.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:18.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:22.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:22.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:22.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:22.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:22.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:22.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:23.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:23.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:23.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:23.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:23.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:23.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:24.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:24.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:24.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:24.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:24.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:24.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:28.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:28.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:28.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:28.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:28.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:28.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:29.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:29.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:29.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:29.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:29.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:29.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:38.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:38.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:38.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:38.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:38.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:38.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:41.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:41.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:41.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:41.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:41.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:41.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:43.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:43.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:43.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:43.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:43.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:43.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:44.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:44.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:44.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:44.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:44.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:44.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:44.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:44.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:44.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:44.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:44.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:44.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:46.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:46.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:46.828+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:46.828+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:46.828+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:46.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:48.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:48.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:48.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:48.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:48.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:48.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:49.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:49.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:50.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:50.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:50.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:50.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:50.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:50.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:50.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:50.301+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:50.301+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:50.301+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:50.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:50.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:50.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:50.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:50.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:50.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:55.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:55.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:55.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:55.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:55.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:55.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:56.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:56.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:56.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:56.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:56.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:56.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:57.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:57.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:57.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:57.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:57.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:57.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:59.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:59.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:59.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:59.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:59.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:59.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:57:59.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:57:59.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:57:59.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:57:59.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:57:59.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:57:59.684+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:58:03.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:58:03.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:58:03.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:58:03.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:58:03.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:58:03.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:58:04.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:58:04.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:58:04.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:58:04.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:58:04.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:58:04.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:58:04.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:58:04.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:58:05.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:58:05.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:58:05.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:58:05.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:58:12.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:58:12.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:58:12.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:58:12.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:58:12.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:58:12.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:58:14.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:58:14.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:58:14.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:58:14.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:58:14.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:58:14.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:58:17.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:58:17.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:58:17.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:58:17.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:58:17.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:58:17.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:58:20.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:58:20.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:58:20.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:58:20.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:58:20.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:58:20.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:58:22.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:58:22.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:58:22.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:58:22.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:58:22.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:58:22.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:58:23.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:58:23.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:58:23.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:58:23.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:58:23.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:58:23.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:58:29.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:58:29.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:58:30.333+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:58:30.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:58:30.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:58:30.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:58:30.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:58:30.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:58:30.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:58:31.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:58:31.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:58:31.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:58:31.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:58:37.887+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:58:37.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:58:38.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:58:38.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:58:38.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:58:38.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:58:38.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:58:38.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:58:39.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:58:39.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:58:39.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:58:39.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:58:44.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:58:44.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:58:44.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:58:44.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:58:44.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:58:44.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:58:47.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:58:47.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:58:47.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:58:47.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:58:47.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:58:47.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:58:50.193+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T16:58:50.194+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:58:50.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:58:50.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:58:50.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:58:50.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:58:50.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:58:52.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:58:52.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:58:52.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:58:52.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:58:52.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:58:52.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:58:55.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:58:55.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:58:55.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:58:55.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:58:55.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:58:55.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:11.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:11.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:11.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:11.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:11.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:11.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:11.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:11.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:11.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:11.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:11.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:11.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:14.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:14.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:14.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:14.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:14.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:14.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:16.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:16.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:17.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:17.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:17.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:17.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:17.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:17.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:17.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:17.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:17.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:17.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:18.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:18.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:18.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:18.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:18.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:18.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:19.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:19.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:19.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:19.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:19.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:19.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:19.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:19.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:19.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:19.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:19.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:19.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:19.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:19.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:19.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:19.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:19.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:19.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:23.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:23.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:23.696+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:23.696+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:23.696+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:23.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:24.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:24.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:24.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:24.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:24.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:24.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:24.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:24.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:24.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:24.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:24.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:24.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:26.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:26.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:26.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:26.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:26.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:26.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:28.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:28.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:28.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:28.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:28.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:28.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:28.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:28.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:28.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:28.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:28.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:28.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:31.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:31.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:31.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:31.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:31.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:31.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:33.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:33.435+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:33.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:33.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:33.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:33.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:33.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:33.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:33.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:33.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:33.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:33.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:54.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:54.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:54.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:54.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:54.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:54.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:58.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:58.289+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:58.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:58.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:58.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:58.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:59.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:59.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T16:59:59.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T16:59:59.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T16:59:59.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T16:59:59.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T16:59:59.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T16:59:59.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:00.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:00.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:00.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:00.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:03.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:03.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:03.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:03.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:03.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:03.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:05.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:05.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:05.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:05.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:05.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:05.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:05.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:05.756+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:05.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:05.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:05.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:05.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:06.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:06.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:06.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:06.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:06.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:06.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:07.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:07.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:08.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:08.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:08.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:08.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:10.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:10.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:10.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:10.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:10.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:10.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:11.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:11.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:11.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:11.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:11.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:11.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:12.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:12.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:12.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:12.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:12.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:12.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:13.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:13.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:13.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:13.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:13.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:13.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:14.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:14.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:14.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:14.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:14.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:14.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:15.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:15.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:15.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:15.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:15.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:15.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:15.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:15.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:15.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:15.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:15.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:15.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:20.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:20.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:20.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:20.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:20.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:20.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:20.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:20.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:20.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:20.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:20.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:20.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:31.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:31.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:31.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:31.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:31.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:31.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:33.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:33.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:33.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:33.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:33.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:33.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:36.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:36.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:36.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:36.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:36.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:36.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:39.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:39.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:39.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:39.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:39.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:39.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:39.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:39.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:39.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:39.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:39.351+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:39.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:44.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:44.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:44.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:44.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:44.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:44.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:44.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:44.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:44.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:44.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:44.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:44.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:45.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:45.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:46.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:46.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:46.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:46.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:47.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:47.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:47.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:47.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:47.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:47.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:47.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:47.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:47.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:47.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:47.351+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:47.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:49.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:49.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:49.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:49.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:49.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:49.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:50.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:50.917+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:50.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:50.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:50.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:50.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:51.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:51.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:51.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:51.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:51.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:51.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:51.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:51.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:51.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:51.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:51.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:51.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:52.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:52.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:52.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:52.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:52.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:52.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:52.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:52.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:52.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:52.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:52.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:52.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:56.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:56.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:56.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:56.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:56.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:56.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:00:56.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:00:56.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:00:56.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:00:56.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:00:56.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:00:56.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:04.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:04.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:05.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:05.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:05.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:05.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:07.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:07.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:07.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:07.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:07.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:07.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:10.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:10.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:10.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:10.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:10.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:10.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:13.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:13.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:13.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:13.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:13.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:13.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:17.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:17.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:17.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:17.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:17.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:17.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:23.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:23.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:23.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:23.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:23.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:23.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:24.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:24.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:24.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:24.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:24.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:24.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:29.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:29.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:29.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:29.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:29.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:29.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:33.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:33.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:33.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:33.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:33.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:33.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:33.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:33.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:33.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:33.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:33.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:33.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:34.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:34.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:34.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:34.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:34.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:34.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:35.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:35.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:35.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:35.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:35.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:35.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:35.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:35.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:35.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:35.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:35.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:35.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:38.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:38.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:38.831+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:38.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:38.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:38.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:39.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:39.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:39.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:39.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:39.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:39.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:40.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:40.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:40.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:40.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:40.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:40.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:40.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:40.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:40.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:40.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:40.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:40.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:41.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:41.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:41.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:41.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:41.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:41.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:49.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:49.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:49.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:49.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:49.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:49.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:50.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:50.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:50.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:50.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:50.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:50.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:52.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:52.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:52.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:52.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:52.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:52.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:54.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:54.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:54.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:54.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:54.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:54.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:56.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:56.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:56.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:56.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:56.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:56.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:56.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:56.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:56.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:56.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:56.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:56.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:01:57.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:01:57.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:01:57.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:01:57.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:01:57.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:01:57.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:02.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:02.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:02.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:02.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:02.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:02.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:10.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:10.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:10.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:10.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:10.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:10.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:10.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:10.402+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:10.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:10.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:10.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:10.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:11.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:11.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:11.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:11.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:11.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:11.515+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:15.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:15.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:15.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:15.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:15.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:15.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:15.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:15.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:16.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:16.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:16.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:16.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:16.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:16.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:16.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:16.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:16.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:16.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:16.603+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:16.604+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:16.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:16.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:16.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:16.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:16.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:16.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:16.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:16.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:16.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:16.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:21.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:21.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:21.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:21.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:21.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:21.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:21.946+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:21.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:22.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:22.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:22.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:22.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:24.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:24.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:24.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:24.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:24.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:24.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:25.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:25.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:25.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:25.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:25.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:25.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:26.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:26.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:26.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:26.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:26.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:26.575+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:30.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:30.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:30.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:30.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:30.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:30.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:30.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:30.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:30.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:30.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:30.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:30.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:31.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:31.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:31.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:31.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:31.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:31.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:35.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:35.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:35.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:35.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:35.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:35.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:45.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:45.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:45.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:45.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:45.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:45.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:47.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:47.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:47.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:47.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:47.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:47.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:48.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:48.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:48.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:48.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:48.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:48.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:50.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:50.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:51.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:51.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:51.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:51.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:53.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:53.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:53.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:53.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:53.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:53.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:53.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:53.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:53.356+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:02:53.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:53.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:53.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:53.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:53.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:53.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:53.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:53.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:53.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:53.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:58.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:58.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:58.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:58.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:58.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:58.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:58.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:58.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:58.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:58.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:58.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:58.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:59.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:59.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:59.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:59.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:59.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:59.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:02:59.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:02:59.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:02:59.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:02:59.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:02:59.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:02:59.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:00.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:00.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:00.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:00.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:00.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:00.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:03.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:03.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:03.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:03.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:03.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:03.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:04.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:04.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:04.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:04.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:04.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:04.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:05.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:05.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:05.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:05.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:05.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:05.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:06.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:06.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:06.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:06.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:06.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:06.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:10.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:10.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:10.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:10.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:10.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:10.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:24.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:24.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:24.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:24.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:24.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:24.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:28.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:28.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:28.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:28.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:28.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:28.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:28.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:28.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:29.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:29.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:29.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:29.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:29.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:29.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:29.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:29.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:29.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:29.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:30.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:30.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:30.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:30.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:30.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:30.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:31.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:31.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:31.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:31.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:31.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:31.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:33.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:33.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:33.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:33.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:33.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:33.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:34.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:34.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:34.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:34.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:34.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:34.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:35.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:35.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:35.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:35.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:35.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:35.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:36.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:36.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:37.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:37.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:37.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:37.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:37.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:37.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:37.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:37.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:37.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:37.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:40.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:40.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:40.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:40.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:40.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:40.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:41.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:41.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:41.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:41.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:41.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:41.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:42.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:42.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:42.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:42.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:42.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:42.203+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:42.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:42.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:42.922+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:42.922+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:42.922+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:42.922+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:46.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:46.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:46.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:46.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:46.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:46.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:46.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:46.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:46.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:46.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:46.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:46.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:03:48.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:03:48.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:03:48.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:03:48.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:03:48.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:03:48.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:03.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:03.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:03.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:03.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:03.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:03.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:07.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:07.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:07.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:07.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:07.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:07.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:09.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:09.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:09.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:09.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:09.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:09.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:10.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:10.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:10.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:10.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:10.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:10.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:11.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:11.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:11.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:11.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:11.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:11.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:12.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:12.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:12.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:12.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:12.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:12.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:12.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:12.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:12.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:12.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:12.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:12.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:15.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:15.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:16.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:16.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:16.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:16.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:16.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:16.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:16.912+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:16.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:16.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:16.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:17.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:17.020+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:17.066+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:17.066+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:17.066+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:17.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:18.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:18.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:18.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:18.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:18.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:18.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:22.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:22.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:22.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:22.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:22.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:22.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:24.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:24.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:24.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:24.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:24.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:24.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:26.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:26.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:26.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:26.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:26.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:26.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:26.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:26.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:26.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:26.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:26.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:26.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:30.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:30.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:30.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:30.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:30.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:30.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:32.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:32.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:32.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:32.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:32.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:32.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:39.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:39.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:39.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:39.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:39.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:39.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:44.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:44.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:44.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:44.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:44.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:44.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:47.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:47.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:47.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:47.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:47.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:47.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:53.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:53.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:53.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:53.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:53.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:53.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:55.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:55.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:55.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:55.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:55.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:55.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:55.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:55.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:55.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:55.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:55.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:55.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:04:56.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:04:56.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:04:56.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:04:56.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:04:56.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:04:56.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:00.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:00.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:00.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:00.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:00.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:00.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:01.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:01.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:01.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:01.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:01.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:01.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:01.951+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:05:01.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:01.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:01.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:01.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:01.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:01.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:07.863+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:05:07.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:07.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:07.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:07.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:07.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:07.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:08.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:08.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:08.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:08.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:08.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:08.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:08.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:08.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:08.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:08.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:08.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:08.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:13.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:13.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:13.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:13.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:13.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:13.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:14.026+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:14.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:14.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:14.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:14.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:14.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:14.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:14.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:14.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:14.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:14.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:14.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:14.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:14.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:14.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:14.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:14.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:14.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:20.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:20.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:20.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:20.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:20.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:20.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:21.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:21.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:22.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:22.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:22.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:22.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:28.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:28.024+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:28.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:28.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:28.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:28.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:38.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:38.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:38.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:38.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:38.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:38.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:44.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:44.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:44.861+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:05:45.127+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:45.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:45.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:45.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:46.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:46.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:46.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:46.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:46.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:46.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:48.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:48.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:48.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:48.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:48.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:48.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:51.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:51.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:51.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:51.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:51.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:51.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:52.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:52.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:52.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:52.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:52.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:52.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:05:53.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:05:53.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:05:54.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:05:54.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:05:54.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:05:54.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:09.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:09.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:09.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:09.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:09.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:09.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:09.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:09.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:09.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:09.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:09.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:09.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:11.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:11.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:11.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:11.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:11.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:11.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:14.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:14.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:14.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:14.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:14.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:14.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:14.827+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:06:14.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:14.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:14.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:14.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:14.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:14.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:15.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:15.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:15.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:15.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:15.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:15.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:16.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:16.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:16.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:16.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:16.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:16.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:19.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:19.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:19.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:19.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:19.440+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:19.440+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:20.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:20.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:20.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:20.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:20.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:20.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:24.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:24.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:24.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:24.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:24.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:24.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:28.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:28.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:28.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:28.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:28.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:28.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:29.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:29.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:29.336+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:29.336+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:29.336+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:29.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:29.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:29.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:29.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:29.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:29.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:29.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:30.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:30.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:30.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:30.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:30.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:30.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:33.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:33.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:33.922+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:33.922+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:33.922+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:33.922+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:35.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:35.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:35.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:35.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:35.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:35.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:35.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:35.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:35.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:35.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:35.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:35.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:44.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:44.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:44.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:44.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:44.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:44.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:48.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:48.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:48.794+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:48.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:48.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:48.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:49.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:49.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:49.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:49.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:49.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:49.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:50.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:50.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:50.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:50.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:50.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:50.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:50.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:50.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:50.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:50.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:50.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:50.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:51.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:51.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:51.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:51.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:51.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:51.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:54.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:54.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:54.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:54.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:54.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:54.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:55.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:55.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:55.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:55.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:55.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:55.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:56.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:56.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:56.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:56.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:56.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:56.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:06:56.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:06:56.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:06:56.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:06:56.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:06:56.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:06:56.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:03.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:03.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:03.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:03.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:03.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:03.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:03.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:03.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:03.898+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:03.898+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:03.898+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:03.899+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:05.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:05.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:05.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:05.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:05.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:05.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:07.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:07.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:07.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:07.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:07.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:07.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:09.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:09.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:09.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:09.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:09.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:09.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:09.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:09.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:09.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:09.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:09.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:09.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:10.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:10.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:10.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:10.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:10.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:10.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:12.596+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:12.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:12.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:12.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:12.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:12.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:23.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:23.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:23.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:23.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:23.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:23.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:27.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:27.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:27.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:27.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:27.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:27.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:28.194+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:28.195+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:28.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:28.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:28.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:28.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:34.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:34.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:34.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:34.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:34.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:34.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:37.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:37.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:37.313+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:37.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:37.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:37.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:37.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:37.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:37.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:37.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:37.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:37.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:37.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:37.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:37.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:37.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:37.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:37.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:42.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:42.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:42.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:42.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:42.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:42.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:43.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:43.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:43.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:43.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:43.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:43.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:43.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:43.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:43.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:43.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:43.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:43.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:45.750+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:45.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:45.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:45.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:45.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:45.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:46.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:46.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:46.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:46.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:46.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:46.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:49.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:49.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:49.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:49.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:49.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:49.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:51.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:51.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:51.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:51.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:51.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:51.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:51.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:51.576+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:51.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:51.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:51.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:51.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:53.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:53.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:53.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:53.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:53.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:53.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:54.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:54.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:54.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:54.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:54.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:54.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:07:59.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:07:59.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:07:59.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:07:59.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:07:59.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:07:59.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:02.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:02.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:02.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:02.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:02.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:02.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:07.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:07.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:07.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:07.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:07.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:07.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:08.289+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:08.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:08.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:08.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:08.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:08.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:13.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:13.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:13.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:13.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:13.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:13.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:19.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:19.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:19.493+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:19.493+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:19.493+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:19.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:20.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:20.493+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:20.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:20.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:20.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:20.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:24.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:24.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:24.636+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:24.636+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:24.636+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:24.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:24.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:24.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:24.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:24.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:24.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:24.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:24.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:24.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:24.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:24.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:24.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:24.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:25.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:25.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:25.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:25.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:25.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:25.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:25.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:25.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:25.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:25.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:25.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:25.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:30.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:30.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:30.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:30.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:30.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:30.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:30.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:30.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:30.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:30.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:30.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:30.801+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:31.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:31.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:31.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:31.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:31.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:31.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:32.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:32.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:32.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:32.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:32.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:32.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:35.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:35.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:35.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:35.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:35.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:35.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:37.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:37.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:37.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:37.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:37.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:37.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:40.194+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:40.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:40.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:40.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:40.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:40.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:44.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:44.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:44.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:44.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:44.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:44.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:45.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:45.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:45.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:45.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:45.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:45.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:08:50.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:08:50.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:08:50.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:08:50.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:08:50.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:08:50.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:00.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:00.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:00.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:00.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:00.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:00.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:00.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:00.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:00.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:00.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:00.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:00.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:01.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:01.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:01.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:01.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:01.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:01.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:05.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:05.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:05.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:05.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:05.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:05.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:05.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:05.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:05.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:05.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:05.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:05.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:06.520+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:09:06.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:06.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:06.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:06.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:06.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:06.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:07.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:07.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:07.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:07.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:07.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:07.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:12.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:12.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:12.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:12.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:12.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:12.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:12.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:12.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:12.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:12.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:12.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:12.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:14.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:14.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:14.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:14.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:14.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:14.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:16.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:16.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:17.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:17.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:17.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:17.017+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:20.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:20.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:20.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:20.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:20.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:20.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:20.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:20.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:20.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:20.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:20.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:20.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:22.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:22.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:22.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:22.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:22.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:22.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:22.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:22.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:22.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:22.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:22.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:22.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:28.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:28.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:28.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:28.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:28.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:28.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:37.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:37.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:37.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:37.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:37.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:37.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:38.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:38.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:39.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:39.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:39.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:39.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:39.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:39.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:39.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:39.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:39.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:39.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:42.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:42.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:42.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:42.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:42.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:42.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:44.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:44.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:44.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:44.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:44.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:44.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:44.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:44.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:44.811+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:09:44.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:44.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:44.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:44.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:45.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:45.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:45.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:45.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:45.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:45.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:50.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:50.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:50.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:50.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:50.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:50.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:50.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:50.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:50.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:50.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:50.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:50.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:51.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:51.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:51.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:51.469+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:51.469+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:51.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:54.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:54.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:54.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:54.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:54.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:54.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:55.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:55.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:56.004+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:56.004+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:56.004+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:56.004+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:56.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:56.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:56.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:56.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:56.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:56.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:56.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:56.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:56.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:56.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:56.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:56.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:09:59.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:09:59.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:09:59.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:09:59.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:09:59.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:09:59.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:02.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:02.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:02.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:02.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:02.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:02.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:10.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:10.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:10.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:10.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:10.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:10.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:14.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:14.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:14.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:14.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:14.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:14.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:15.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:15.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:15.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:15.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:15.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:15.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:18.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:18.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:18.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:18.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:18.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:18.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:19.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:19.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:19.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:19.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:19.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:19.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:20.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:20.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:20.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:20.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:20.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:20.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:23.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:23.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:23.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:23.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:23.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:23.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:23.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:23.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:23.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:23.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:23.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:23.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:25.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:25.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:25.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:25.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:25.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:25.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:25.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:25.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:25.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:25.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:25.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:25.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:26.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:26.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:26.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:26.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:26.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:26.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:27.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:27.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:27.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:27.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:27.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:27.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:28.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:28.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:28.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:28.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:28.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:28.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:30.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:30.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:30.831+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:30.831+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:30.831+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:30.831+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:31.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:31.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:31.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:31.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:31.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:31.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:32.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:32.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:32.066+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:32.066+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:32.066+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:32.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:33.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:33.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:33.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:33.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:33.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:33.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:36.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:36.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:37.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:37.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:37.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:37.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:40.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:40.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:40.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:40.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:40.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:40.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:45.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:45.493+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:45.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:45.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:45.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:45.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:46.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:46.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:46.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:46.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:46.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:46.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:54.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:54.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:54.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:54.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:54.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:54.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:10:58.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:10:58.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:10:59.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:10:59.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:10:59.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:10:59.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:06.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:06.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:06.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:06.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:06.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:06.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:06.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:06.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:07.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:07.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:07.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:07.019+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:11.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:11.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:11.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:11.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:11.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:11.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:12.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:12.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:12.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:12.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:12.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:12.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:17.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:17.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:17.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:17.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:17.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:17.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:17.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:17.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:17.493+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:17.493+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:17.493+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:17.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:22.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:22.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:22.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:22.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:22.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:22.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:22.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:22.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:22.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:22.848+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:22.848+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:22.848+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:25.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:25.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:25.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:25.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:25.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:25.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:26.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:26.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:26.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:26.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:26.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:26.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:27.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:27.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:27.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:27.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:27.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:27.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:31.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:31.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:31.186+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:31.186+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:31.186+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:31.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:31.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:31.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:31.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:31.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:31.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:31.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:32.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:32.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:32.821+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:32.821+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:32.821+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:32.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:33.561+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:33.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:33.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:33.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:33.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:33.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:34.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:34.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:34.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:34.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:34.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:34.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:38.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:38.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:38.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:38.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:38.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:38.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:38.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:38.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:38.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:38.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:38.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:38.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:40.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:40.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:40.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:40.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:40.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:40.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:40.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:40.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:40.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:40.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:40.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:40.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:45.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:45.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:45.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:45.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:45.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:45.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:46.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:46.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:46.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:46.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:46.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:46.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:51.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:51.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:51.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:51.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:51.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:51.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:11:56.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:11:56.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:11:56.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:11:56.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:11:56.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:11:56.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:02.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:02.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:02.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:02.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:02.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:02.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:06.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:06.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:06.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:06.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:06.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:06.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:06.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:06.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:06.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:06.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:06.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:06.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:08.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:08.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:08.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:08.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:08.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:08.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:09.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:09.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:09.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:09.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:09.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:09.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:11.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:11.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:11.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:11.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:11.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:11.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:11.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:11.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:11.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:11.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:11.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:11.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:14.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:14.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:14.567+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:12:14.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:14.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:14.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:14.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:14.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:14.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:14.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:14.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:14.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:14.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:14.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:14.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:14.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:14.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:14.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:14.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:20.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:20.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:20.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:20.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:20.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:20.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:20.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:20.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:20.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:20.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:20.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:20.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:21.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:21.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:21.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:21.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:21.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:21.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:26.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:26.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:26.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:26.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:26.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:26.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:26.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:26.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:26.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:26.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:26.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:26.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:29.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:29.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:29.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:29.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:29.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:29.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:32.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:32.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:32.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:32.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:32.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:32.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:34.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:34.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:34.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:34.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:34.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:34.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:42.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:42.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:42.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:42.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:42.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:42.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:43.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:43.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:43.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:43.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:43.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:43.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:46.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:46.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:46.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:46.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:46.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:46.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:47.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:47.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:47.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:47.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:47.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:47.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:47.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:47.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:47.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:47.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:47.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:47.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:49.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:49.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:49.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:49.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:49.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:49.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:52.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:52.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:52.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:52.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:52.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:52.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:52.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:52.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:52.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:52.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:52.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:52.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:53.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:53.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:53.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:53.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:53.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:53.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:53.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:53.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:53.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:53.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:53.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:53.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:54.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:54.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:54.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:54.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:54.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:54.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:58.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:58.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:58.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:58.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:58.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:58.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:12:58.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:12:58.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:12:58.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:12:58.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:12:58.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:12:58.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:00.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:00.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:00.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:00.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:00.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:00.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:00.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:00.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:00.777+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:00.777+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:00.777+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:00.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:02.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:02.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:02.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:02.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:02.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:02.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:06.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:06.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:06.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:06.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:06.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:06.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:07.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:07.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:07.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:07.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:07.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:07.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:15.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:15.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:15.773+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:15.773+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:15.773+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:15.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:20.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:20.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:20.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:20.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:20.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:20.473+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:20.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:20.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:20.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:20.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:20.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:20.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:23.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:23.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:23.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:23.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:23.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:23.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:23.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:23.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:23.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:23.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:23.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:23.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:25.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:25.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:25.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:25.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:25.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:25.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:28.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:28.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:28.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:28.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:28.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:28.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:29.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:29.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:29.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:29.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:29.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:29.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:29.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:29.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:29.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:29.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:29.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:29.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:29.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:29.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:29.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:29.916+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:29.916+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:29.916+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:33.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:33.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:33.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:33.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:33.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:33.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:34.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:34.197+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:34.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:34.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:34.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:34.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:34.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:34.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:34.495+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:13:34.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:34.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:34.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:34.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:35.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:35.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:35.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:35.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:35.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:35.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:38.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:38.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:38.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:38.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:38.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:38.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:39.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:39.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:39.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:39.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:39.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:39.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:39.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:39.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:39.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:39.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:39.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:39.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:46.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:46.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:46.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:46.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:46.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:46.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:51.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:51.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:51.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:51.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:51.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:51.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:13:53.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:13:53.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:13:53.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:13:53.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:13:53.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:13:53.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:00.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:00.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:00.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:00.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:00.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:00.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:00.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:00.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:00.388+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:14:00.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:00.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:00.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:00.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:05.434+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:14:05.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:05.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:05.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:05.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:05.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:05.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:05.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:05.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:05.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:05.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:05.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:05.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:05.651+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:05.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:05.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:05.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:05.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:05.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:09.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:09.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:09.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:09.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:09.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:09.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:10.815+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:14:10.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:10.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:10.874+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:10.874+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:10.874+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:10.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:11.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:11.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:11.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:11.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:11.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:11.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:15.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:15.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:15.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:15.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:15.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:15.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:16.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:16.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:16.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:16.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:16.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:16.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:16.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:16.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:16.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:16.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:16.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:16.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:23.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:23.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:23.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:23.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:23.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:23.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:28.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:28.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:28.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:28.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:28.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:28.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:28.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:28.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:28.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:28.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:28.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:28.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:33.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:33.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:33.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:33.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:33.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:33.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:37.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:37.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:37.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:37.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:37.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:37.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:38.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:38.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:38.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:38.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:38.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:38.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:41.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:41.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:41.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:41.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:41.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:41.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:42.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:42.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:42.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:42.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:42.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:42.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:43.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:43.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:43.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:43.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:43.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:43.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:43.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:43.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:43.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:43.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:43.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:43.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:45.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:45.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:45.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:45.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:45.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:45.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:46.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:46.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:46.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:46.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:46.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:46.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:47.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:47.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:47.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:47.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:47.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:47.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:48.007+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:48.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:48.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:48.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:48.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:48.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:49.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:49.549+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:49.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:49.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:49.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:49.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:51.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:51.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:51.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:51.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:51.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:51.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:52.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:52.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:52.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:52.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:52.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:52.388+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:54.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:54.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:54.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:54.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:54.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:54.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:57.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:57.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:57.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:57.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:57.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:57.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:14:59.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:14:59.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:14:59.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:14:59.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:14:59.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:14:59.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:03.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:03.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:03.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:03.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:03.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:03.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:04.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:04.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:04.922+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:04.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:04.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:04.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:13.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:13.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:13.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:13.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:13.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:13.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:14.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:14.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:14.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:14.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:14.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:14.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:19.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:19.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:19.161+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:19.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:19.161+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:19.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:19.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:19.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:19.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:19.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:19.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:19.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:19.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:19.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:19.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:19.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:19.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:19.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:20.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:20.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:20.127+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:20.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:20.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:20.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:21.072+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:21.072+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:21.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:21.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:21.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:21.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:22.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:22.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:22.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:22.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:22.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:22.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:24.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:24.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:24.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:24.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:24.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:24.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:25.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:25.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:25.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:25.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:25.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:25.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:26.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:26.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:26.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:26.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:26.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:26.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:26.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:26.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:26.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:26.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:26.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:26.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:27.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:27.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:27.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:27.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:27.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:27.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:30.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:30.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:30.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:30.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:30.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:30.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:31.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:31.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:31.696+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:15:31.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:31.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:31.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:31.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:36.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:36.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:36.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:36.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:36.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:36.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:37.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:37.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:37.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:37.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:37.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:37.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:52.008+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:52.008+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:52.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:52.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:52.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:52.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:52.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:52.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:52.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:52.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:52.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:52.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:54.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:54.314+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:54.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:54.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:54.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:54.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:55.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:55.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:55.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:55.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:55.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:55.982+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:57.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:57.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:57.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:57.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:57.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:57.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:57.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:57.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:57.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:57.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:57.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:57.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:58.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:58.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:58.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:58.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:58.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:58.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:59.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:59.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:15:59.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:15:59.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:15:59.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:15:59.473+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:15:59.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:15:59.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:00.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:00.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:00.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:00.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:01.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:01.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:01.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:01.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:01.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:01.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:01.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:01.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:01.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:01.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:01.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:01.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:04.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:04.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:04.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:04.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:04.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:04.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:04.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:04.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:04.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:04.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:04.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:04.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:05.538+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:16:05.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:05.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:05.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:05.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:05.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:05.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:06.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:06.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:06.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:06.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:06.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:06.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:10.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:10.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:10.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:10.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:10.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:10.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:10.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:10.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:10.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:10.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:10.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:10.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:27.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:27.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:27.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:27.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:27.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:27.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:28.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:28.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:28.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:28.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:28.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:28.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:32.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:32.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:32.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:32.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:32.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:32.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:32.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:32.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:32.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:32.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:32.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:32.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:33.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:33.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:33.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:33.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:33.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:33.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:33.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:33.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:33.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:33.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:33.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:33.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:37.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:37.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:37.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:37.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:37.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:37.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:37.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:37.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:37.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:37.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:37.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:37.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:37.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:37.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:37.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:37.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:37.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:37.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:39.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:39.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:39.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:39.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:39.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:39.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:39.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:39.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:39.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:39.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:39.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:39.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:42.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:42.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:42.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:42.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:42.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:42.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:43.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:43.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:43.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:43.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:43.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:43.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:43.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:43.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:43.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:43.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:43.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:43.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:44.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:44.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:44.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:44.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:44.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:44.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:44.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:44.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:44.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:44.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:44.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:44.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:16:49.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:16:49.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:16:49.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:16:49.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:16:49.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:16:49.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:02.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:02.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:02.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:02.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:02.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:02.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:03.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:03.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:03.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:03.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:03.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:03.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:05.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:05.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:05.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:05.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:05.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:05.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:07.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:07.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:07.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:07.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:07.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:07.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:08.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:08.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:08.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:08.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:08.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:08.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:09.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:09.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:09.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:09.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:09.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:09.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:10.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:10.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:10.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:10.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:10.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:10.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:10.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:10.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:11.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:11.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:11.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:11.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:13.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:13.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:13.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:13.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:13.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:13.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:14.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:14.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:14.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:14.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:14.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:14.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:14.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:14.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:14.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:14.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:14.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:14.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:15.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:15.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:15.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:15.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:15.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:15.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:15.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:15.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:15.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:15.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:15.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:15.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:19.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:19.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:19.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:19.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:19.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:19.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:19.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:19.719+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:19.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:19.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:19.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:19.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:19.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:19.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:19.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:19.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:19.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:19.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:21.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:21.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:21.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:21.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:21.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:21.154+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:34.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:34.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:34.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:34.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:34.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:34.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:35.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:35.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:35.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:35.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:35.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:35.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:39.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:39.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:39.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:39.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:39.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:39.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:40.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:40.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:40.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:40.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:40.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:40.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:42.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:42.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:42.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:42.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:42.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:42.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:43.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:43.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:43.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:43.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:43.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:43.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:47.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:47.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:47.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:47.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:47.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:47.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:48.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:48.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:48.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:48.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:48.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:48.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:49.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:49.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:49.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:49.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:49.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:49.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:53.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:53.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:53.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:53.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:53.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:53.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:54.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:54.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:54.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:54.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:54.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:54.308+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:54.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:54.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:54.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:54.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:54.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:54.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:56.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:56.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:56.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:56.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:56.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:56.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:57.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:57.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:57.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:57.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:57.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:57.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:17:59.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:17:59.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:17:59.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:17:59.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:17:59.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:17:59.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:02.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:02.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:02.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:02.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:02.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:02.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:02.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:02.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:02.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:02.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:02.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:02.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:08.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:08.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:08.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:08.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:08.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:08.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:13.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:13.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:13.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:13.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:13.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:13.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:14.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:14.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:14.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:14.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:14.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:14.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:18.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:18.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:18.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:18.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:18.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:18.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:21.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:21.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:21.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:21.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:21.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:21.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:22.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:22.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:23.080+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:23.080+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:23.080+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:23.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:27.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:27.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:27.494+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:18:27.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:27.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:27.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:27.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:28.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:28.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:29.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:29.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:29.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:29.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:32.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:32.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:32.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:32.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:32.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:32.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:35.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:35.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:35.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:35.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:35.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:35.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:35.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:35.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:35.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:35.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:35.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:35.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:40.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:40.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:40.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:40.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:40.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:40.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:41.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:41.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:41.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:41.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:41.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:41.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:41.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:41.987+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:42.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:42.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:42.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:42.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:46.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:46.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:46.493+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:46.493+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:46.493+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:46.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:47.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:47.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:47.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:47.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:47.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:47.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:48.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:48.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:48.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:48.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:48.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:48.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:54.139+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:54.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:54.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:54.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:54.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:54.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:54.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:54.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:54.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:54.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:54.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:54.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:56.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:56.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:56.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:56.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:56.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:56.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:18:57.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:18:57.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:18:57.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:18:57.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:18:57.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:18:57.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:00.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:00.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:00.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:00.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:00.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:00.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:01.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:01.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:01.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:01.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:01.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:01.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:02.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:02.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:02.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:02.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:02.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:02.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:03.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:03.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:03.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:03.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:03.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:03.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:08.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:08.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:08.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:08.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:08.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:08.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:10.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:10.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:11.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:11.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:11.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:11.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:12.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:12.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:13.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:13.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:13.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:13.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:19.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:19.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:19.651+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:19:19.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:19.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:19.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:19.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:21.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:21.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:22.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:22.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:22.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:22.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:24.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:24.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:24.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:24.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:24.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:24.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:26.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:26.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:26.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:26.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:26.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:26.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:31.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:31.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:31.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:31.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:31.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:31.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:38.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:38.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:38.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:38.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:38.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:38.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:53.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:53.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:53.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:53.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:53.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:53.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:53.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:53.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:54.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:54.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:54.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:54.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:54.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:54.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:54.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:54.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:54.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:54.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:58.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:58.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:59.019+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:19:59.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:59.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:59.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:59.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:59.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:59.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:59.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:59.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:59.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:59.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:19:59.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:19:59.504+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:19:59.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:19:59.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:19:59.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:19:59.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:20:00.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:20:00.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:20:00.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:20:00.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:20:00.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:20:00.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:20:00.596+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:20:00.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:20:00.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:20:00.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:20:00.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:20:00.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:20:04.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:20:04.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:20:04.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:20:04.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:20:04.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:20:04.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:20:04.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:20:04.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:20:04.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:20:04.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:20:04.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:20:04.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:20:06.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:20:06.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:20:06.939+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:20:06.995+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:20:07.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:20:07.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:20:07.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:20:07.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:20:13.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:20:13.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:20:13.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:20:13.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:20:13.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:20:13.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:20:14.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:20:14.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:20:14.103+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:20:14.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:20:14.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:20:14.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:20:14.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:20:19.817+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:20:19.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:20:20.127+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:20:20.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:20:20.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:20:20.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:20:44.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:20:44.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:20:44.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:20:44.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:20:44.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:20:44.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:20:44.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:20:44.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:20:44.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:20:44.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:20:44.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:20:44.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:20:49.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:20:49.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:20:50.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:20:50.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:20:50.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:20:50.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:20:50.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:20:50.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:20:50.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:20:50.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:20:50.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:20:50.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:20:54.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:20:54.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:20:54.857+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:20:54.857+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:20:54.857+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:20:54.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:21:00.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:21:00.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:21:00.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:21:00.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:21:00.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:21:00.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:21:01.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:21:01.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:21:01.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:21:01.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:21:01.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:21:01.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:21:01.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:21:01.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:21:01.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:21:01.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:21:01.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:21:01.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:21:02.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:21:02.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:21:03.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:21:03.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:21:03.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:21:03.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:21:06.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:21:06.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:21:07.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:21:07.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:21:07.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:21:07.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:21:07.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:21:07.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:21:07.803+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:21:07.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:21:07.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:21:07.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:21:07.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:21:07.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:21:07.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:21:07.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:21:07.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:21:07.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:21:07.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:21:08.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:21:08.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:21:08.462+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:21:08.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:21:08.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:21:08.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:21:08.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:21:15.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:21:15.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:21:15.871+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:21:15.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:21:15.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:21:15.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:21:15.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:21:16.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:21:16.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:21:16.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:21:16.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:21:16.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:21:16.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:21:30.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:21:30.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:21:31.269+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:21:31.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:21:31.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:21:31.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:21:31.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:21:36.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:21:36.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:21:37.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:21:37.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:21:37.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:21:37.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:21:55.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:21:55.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:21:55.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:21:55.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:21:55.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:21:55.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:01.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:01.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:02.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:02.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:02.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:02.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:04.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:04.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:04.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:04.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:04.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:04.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:06.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:06.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:07.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:07.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:07.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:07.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:09.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:09.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:09.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:09.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:09.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:09.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:09.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:09.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:09.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:09.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:09.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:09.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:09.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:09.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:10.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:10.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:10.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:10.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:10.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:10.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:10.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:10.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:10.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:10.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:10.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:10.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:10.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:10.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:10.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:10.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:11.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:11.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:11.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:11.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:11.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:11.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:11.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:11.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:11.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:11.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:11.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:11.664+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:15.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:15.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:15.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:15.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:15.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:15.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:15.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:15.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:15.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:15.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:15.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:15.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:16.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:16.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:16.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:16.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:16.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:16.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:16.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:16.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:16.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:16.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:16.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:16.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:17.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:17.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:17.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:17.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:17.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:17.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:29.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:29.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:29.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:29.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:29.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:29.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:34.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:34.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:34.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:34.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:34.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:34.596+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:47.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:47.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:47.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:47.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:47.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:47.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:49.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:49.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:49.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:49.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:49.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:49.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:53.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:53.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:53.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:53.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:53.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:53.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:55.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:55.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:55.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:55.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:55.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:55.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:57.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:57.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:57.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:57.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:57.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:57.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:22:59.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:22:59.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:22:59.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:22:59.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:22:59.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:22:59.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:01.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:01.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:01.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:01.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:01.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:01.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:01.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:01.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:01.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:01.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:01.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:01.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:01.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:01.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:01.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:01.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:01.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:01.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:02.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:02.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:02.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:02.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:02.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:02.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:02.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:02.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:02.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:02.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:02.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:02.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:05.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:05.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:05.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:05.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:05.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:05.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:08.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:08.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:08.738+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:23:08.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:08.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:08.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:08.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:09.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:09.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:09.856+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:23:10.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:10.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:10.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:10.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:11.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:11.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:12.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:12.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:12.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:12.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:19.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:19.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:20.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:20.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:20.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:20.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:33.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:33.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:33.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:33.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:33.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:33.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:34.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:34.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:34.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:34.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:34.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:34.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:38.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:38.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:38.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:38.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:38.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:38.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:40.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:40.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:40.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:40.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:40.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:40.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:53.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:53.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:53.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:53.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:53.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:53.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:54.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:54.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:54.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:54.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:54.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:54.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:55.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:55.545+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:55.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:55.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:55.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:55.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:55.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:55.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:55.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:55.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:55.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:55.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:58.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:58.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:58.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:58.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:58.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:58.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:58.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:58.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:58.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:58.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:58.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:58.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:58.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:58.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:58.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:58.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:58.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:58.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:59.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:59.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:59.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:59.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:59.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:59.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:23:59.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:23:59.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:23:59.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:23:59.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:23:59.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:23:59.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:00.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:00.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:00.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:00.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:00.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:00.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:01.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:01.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:01.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:01.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:01.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:01.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:03.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:03.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:03.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:03.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:03.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:03.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:03.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:03.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:03.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:03.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:03.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:03.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:03.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:03.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:04.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:04.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:04.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:04.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:04.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:04.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:04.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:04.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:04.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:04.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:04.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:04.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:04.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:04.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:04.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:04.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:08.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:08.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:08.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:08.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:08.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:08.848+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:09.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:09.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:10.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:10.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:10.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:10.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:29.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:29.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:29.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:29.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:29.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:29.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:30.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:30.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:30.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:30.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:30.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:30.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:32.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:32.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:32.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:32.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:32.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:32.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:32.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:32.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:32.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:32.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:32.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:32.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:35.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:35.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:35.040+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:35.040+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:35.040+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:35.040+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:35.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:35.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:35.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:35.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:35.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:35.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:36.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:36.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:36.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:36.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:36.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:36.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:36.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:36.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:36.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:36.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:36.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:36.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:37.125+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:37.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:37.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:37.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:37.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:37.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:37.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:37.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:37.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:37.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:37.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:37.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:37.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:37.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:37.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:37.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:37.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:37.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:40.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:40.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:40.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:40.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:40.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:40.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:40.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:40.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:40.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:40.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:40.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:40.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:41.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:41.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:41.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:41.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:41.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:41.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:41.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:41.858+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:41.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:41.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:41.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:41.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:42.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:42.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:42.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:42.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:42.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:42.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:24:45.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:24:45.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:24:45.665+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:24:45.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:24:45.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:24:45.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:24:45.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:06.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:06.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:07.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:07.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:07.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:07.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:07.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:07.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:07.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:07.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:07.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:07.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:08.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:08.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:08.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:08.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:08.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:08.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:09.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:09.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:09.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:09.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:09.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:09.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:12.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:12.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:12.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:12.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:12.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:12.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:13.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:13.183+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:25:13.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:13.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:13.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:13.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:13.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:13.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:13.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:13.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:13.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:13.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:13.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:13.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:13.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:13.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:13.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:13.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:13.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:13.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:13.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:13.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:13.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:13.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:13.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:14.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:14.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:14.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:14.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:14.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:14.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:16.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:16.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:16.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:16.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:16.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:16.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:16.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:16.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:16.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:16.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:16.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:16.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:18.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:18.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:18.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:18.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:18.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:18.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:18.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:18.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:18.771+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:18.771+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:18.771+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:18.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:19.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:19.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:19.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:19.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:19.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:19.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:22.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:22.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:22.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:22.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:22.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:22.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:22.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:22.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:22.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:22.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:22.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:22.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:41.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:41.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:41.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:41.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:41.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:41.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:46.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:46.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:46.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:46.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:46.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:46.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:47.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:47.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:47.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:47.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:47.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:47.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:47.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:47.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:47.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:47.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:47.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:47.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:48.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:48.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:48.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:48.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:48.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:48.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:50.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:50.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:50.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:50.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:50.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:50.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:53.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:53.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:53.189+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:25:53.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:53.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:53.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:53.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:53.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:53.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:53.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:53.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:53.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:53.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:54.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:54.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:54.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:54.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:54.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:54.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:54.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:54.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:54.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:54.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:54.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:54.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:54.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:54.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:55.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:55.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:55.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:55.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:55.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:55.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:55.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:55.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:55.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:55.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:58.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:58.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:58.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:58.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:58.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:58.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:25:59.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:25:59.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:25:59.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:25:59.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:25:59.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:25:59.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:00.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:00.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:00.186+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:00.186+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:00.186+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:00.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:00.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:00.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:00.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:00.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:00.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:00.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:13.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:13.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:13.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:13.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:13.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:13.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:18.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:18.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:18.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:18.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:18.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:18.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:26.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:26.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:26.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:26.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:26.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:26.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:27.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:27.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:27.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:27.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:27.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:27.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:28.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:28.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:28.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:28.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:28.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:28.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:28.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:28.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:28.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:28.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:28.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:28.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:31.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:31.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:31.211+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:31.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:31.211+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:31.211+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:32.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:32.702+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:32.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:32.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:32.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:32.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:33.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:33.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:33.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:33.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:33.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:33.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:33.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:33.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:33.810+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:26:33.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:33.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:33.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:33.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:34.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:34.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:34.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:34.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:34.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:34.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:34.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:34.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:34.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:34.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:34.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:34.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:35.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:35.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:35.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:35.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:35.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:35.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:38.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:38.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:38.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:38.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:38.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:38.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:39.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:39.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:39.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:39.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:39.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:39.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:40.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:40.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:40.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:40.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:40.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:40.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:41.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:41.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:41.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:41.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:41.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:41.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:47.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:47.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:47.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:47.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:47.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:47.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:26:52.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:26:52.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:26:52.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:26:52.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:26:52.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:26:52.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:02.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:02.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:02.658+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:02.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:02.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:02.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:05.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:05.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:05.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:05.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:05.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:05.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:07.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:07.702+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:07.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:07.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:07.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:07.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:09.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:09.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:09.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:09.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:09.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:09.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:09.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:09.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:09.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:09.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:09.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:09.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:11.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:11.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:11.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:11.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:11.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:11.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:11.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:11.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:11.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:11.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:11.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:11.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:14.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:14.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:14.529+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:27:14.541+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:14.541+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:14.541+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:14.541+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:14.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:14.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:14.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:14.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:14.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:14.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:15.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:15.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:15.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:15.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:15.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:15.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:17.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:17.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:17.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:17.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:17.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:17.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:17.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:17.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:17.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:17.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:17.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:17.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:19.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:19.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:19.828+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:19.828+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:19.828+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:19.828+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:20.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:20.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:20.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:20.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:20.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:20.801+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:22.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:22.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:22.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:22.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:22.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:22.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:22.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:22.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:22.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:22.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:22.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:22.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:28.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:28.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:28.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:28.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:28.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:28.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:37.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:37.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:37.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:37.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:37.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:37.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:42.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:42.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:42.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:42.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:42.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:42.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:43.194+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:43.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:43.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:43.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:43.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:43.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:46.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:46.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:46.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:46.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:46.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:46.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:46.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:46.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:47.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:47.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:47.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:47.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:48.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:48.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:48.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:48.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:48.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:48.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:51.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:51.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:51.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:51.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:51.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:51.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:51.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:51.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:51.696+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:51.696+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:51.696+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:51.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:52.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:52.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:52.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:52.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:52.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:52.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:52.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:52.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:52.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:52.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:52.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:52.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:52.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:52.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:52.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:52.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:52.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:52.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:56.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:56.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:56.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:56.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:56.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:56.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:57.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:57.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:57.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:57.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:57.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:57.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:57.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:57.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:57.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:57.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:57.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:57.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:27:58.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:27:58.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:27:58.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:27:58.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:27:58.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:27:58.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:01.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:01.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:02.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:02.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:02.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:02.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:02.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:02.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:02.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:02.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:02.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:02.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:11.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:11.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:11.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:11.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:11.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:11.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:16.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:16.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:16.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:16.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:16.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:16.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:20.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:20.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:20.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:20.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:20.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:20.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:25.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:25.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:25.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:25.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:25.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:25.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:26.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:26.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:26.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:26.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:26.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:26.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:26.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:26.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:26.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:26.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:26.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:26.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:28.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:28.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:28.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:28.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:28.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:28.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:29.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:29.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:29.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:29.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:29.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:29.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:29.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:29.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:29.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:29.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:29.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:29.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:31.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:31.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:32.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:32.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:32.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:32.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:32.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:32.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:32.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:32.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:32.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:32.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:34.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:34.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:34.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:34.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:34.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:34.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:34.259+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:34.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:34.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:34.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:34.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:34.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:34.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:34.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:34.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:34.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:34.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:34.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:34.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:34.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:34.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:34.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:34.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:34.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:35.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:35.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:35.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:35.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:35.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:35.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:39.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:39.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:39.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:39.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:39.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:39.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:39.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:39.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:39.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:39.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:39.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:39.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:40.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:40.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:40.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:40.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:40.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:40.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:46.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:46.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:46.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:46.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:46.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:46.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:54.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:54.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:54.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:54.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:54.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:54.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:28:59.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:28:59.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:28:59.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:28:59.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:28:59.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:28:59.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:08.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:08.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:08.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:08.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:08.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:08.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:08.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:08.331+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:08.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:08.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:08.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:08.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:08.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:08.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:08.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:08.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:08.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:08.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:09.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:09.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:09.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:09.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:09.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:09.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:10.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:10.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:10.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:10.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:10.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:10.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:10.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:10.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:10.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:10.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:10.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:10.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:11.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:11.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:11.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:11.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:11.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:11.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:13.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:13.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:13.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:13.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:13.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:13.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:13.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:13.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:13.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:13.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:13.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:13.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:14.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:14.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:14.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:14.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:14.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:14.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:14.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:14.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:14.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:14.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:14.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:14.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:15.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:15.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:15.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:15.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:15.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:15.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:16.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:16.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:16.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:16.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:16.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:16.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:16.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:16.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:16.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:16.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:16.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:16.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:20.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:20.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:20.411+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:20.411+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:20.411+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:20.411+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:24.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:24.119+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:24.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:24.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:24.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:24.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:31.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:31.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:31.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:31.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:31.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:31.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:47.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:47.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:47.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:47.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:47.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:47.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:47.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:47.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:47.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:47.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:47.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:47.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:49.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:49.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:49.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:49.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:49.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:49.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:52.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:52.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:52.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:52.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:52.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:52.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:52.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:52.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:52.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:52.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:52.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:52.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:52.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:52.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:52.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:52.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:52.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:52.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:52.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:52.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:52.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:52.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:52.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:52.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:53.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:53.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:53.096+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:29:53.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:53.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:53.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:53.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:53.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:53.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:53.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:53.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:53.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:53.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:54.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:54.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:54.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:54.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:54.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:54.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:56.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:56.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:56.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:56.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:56.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:56.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:57.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:57.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:57.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:57.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:57.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:57.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:57.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:57.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:57.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:57.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:57.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:57.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:58.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:58.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:58.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:58.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:58.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:58.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:58.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:58.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:58.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:58.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:58.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:58.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:29:59.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:29:59.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:29:59.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:29:59.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:29:59.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:29:59.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:30:03.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:30:03.515+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:30:03.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:30:03.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:30:03.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:30:03.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:30:27.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:30:27.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:30:27.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:30:27.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:30:27.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:30:27.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:30:28.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:30:28.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:30:28.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:30:28.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:30:28.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:30:28.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:30:28.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:30:28.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:30:28.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:30:28.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:30:28.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:30:28.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:30:32.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:30:32.314+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:30:32.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:30:32.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:30:32.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:30:32.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:30:33.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:30:33.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:30:33.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:30:33.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:30:33.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:30:33.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:30:34.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:30:34.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:30:34.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:30:34.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:30:34.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:30:34.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:30:34.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:30:34.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:30:34.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:30:34.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:30:34.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:30:34.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:30:34.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:30:34.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:30:34.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:30:34.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:30:34.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:30:34.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:30:35.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:30:35.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:30:35.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:30:35.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:30:35.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:30:35.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:30:36.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:30:36.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:30:36.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:30:36.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:30:36.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:30:36.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:30:36.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:30:36.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:30:36.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:30:36.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:30:36.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:30:36.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:30:36.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:30:36.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:30:36.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:30:36.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:30:36.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:30:36.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:30:40.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:30:40.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:30:40.590+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:30:40.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:30:40.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:30:40.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:30:40.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:30:41.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:30:41.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:30:41.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:30:41.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:30:41.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:30:41.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:30:41.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:30:41.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:30:42.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:30:42.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:30:42.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:30:42.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:30:42.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:30:42.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:30:42.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:30:42.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:30:42.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:30:42.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:03.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:03.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:03.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:03.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:03.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:03.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:08.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:08.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:08.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:08.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:08.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:08.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:08.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:08.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:08.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:08.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:08.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:08.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:09.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:09.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:09.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:09.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:09.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:09.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:13.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:13.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:13.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:13.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:13.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:13.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:13.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:13.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:13.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:13.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:13.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:13.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:13.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:13.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:13.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:13.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:13.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:13.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:14.208+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:14.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:14.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:14.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:14.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:14.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:14.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:14.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:14.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:14.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:14.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:14.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:15.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:15.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:15.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:15.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:15.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:15.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:15.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:15.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:15.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:15.454+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:15.454+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:15.454+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:15.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:15.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:15.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:15.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:15.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:15.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:18.125+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:18.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:18.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:18.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:18.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:18.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:18.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:18.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:18.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:18.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:18.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:18.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:19.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:19.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:19.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:19.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:19.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:19.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:20.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:20.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:20.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:20.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:20.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:20.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:20.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:20.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:20.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:20.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:20.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:20.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:21.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:21.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:21.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:21.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:21.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:21.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:31.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:31.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:31.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:31.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:31.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:31.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:36.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:36.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:36.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:36.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:36.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:36.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:47.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:47.289+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:47.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:47.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:47.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:47.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:48.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:48.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:48.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:48.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:48.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:48.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:50.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:50.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:50.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:50.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:50.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:50.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:51.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:51.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:51.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:51.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:51.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:51.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:52.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:52.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:52.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:52.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:52.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:52.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:52.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:52.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:52.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:52.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:52.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:52.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:53.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:53.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:53.465+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:53.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:53.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:53.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:55.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:55.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:55.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:55.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:55.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:55.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:55.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:55.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:55.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:55.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:55.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:55.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:55.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:55.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:55.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:55.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:55.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:55.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:56.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:56.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:56.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:56.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:56.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:56.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:56.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:56.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:56.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:56.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:56.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:56.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:31:57.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:31:57.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:31:57.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:31:57.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:31:57.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:31:57.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:32:00.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:32:00.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:32:00.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:32:00.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:32:00.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:32:00.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:32:00.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:32:00.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:32:00.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:32:00.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:32:00.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:32:00.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:32:01.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:32:01.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:32:01.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:32:01.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:32:01.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:32:01.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:32:01.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:32:01.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:32:01.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:32:01.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:32:01.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:32:01.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:32:05.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:32:05.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:32:05.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:32:05.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:32:05.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:32:05.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:32:21.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:32:21.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:32:21.828+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:32:21.828+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:32:21.828+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:32:21.828+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:32:22.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:32:22.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:32:22.161+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:32:22.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:32:22.161+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:32:22.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:32:27.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:32:27.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:32:27.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:32:27.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:32:27.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:32:27.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:32:28.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:32:28.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:32:28.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:32:28.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:32:28.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:32:28.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:32:29.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:32:29.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:32:30.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:32:30.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:32:30.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:32:30.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:32:30.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:32:30.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:32:30.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:32:30.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:32:30.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:32:30.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:32:33.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:32:33.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:32:33.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:32:33.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:32:33.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:32:33.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:32:36.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:32:36.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:32:36.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:32:36.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:32:36.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:32:36.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:32:36.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:32:36.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:32:36.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:32:36.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:32:36.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:32:36.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:32:37.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:32:37.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:32:37.485+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:32:37.503+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:32:37.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:32:37.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:32:37.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:32:37.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:32:41.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:32:41.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:32:41.369+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:32:41.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:32:41.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:32:41.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:32:41.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:32:41.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:32:41.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:32:41.787+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:32:41.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:32:41.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:32:41.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:32:41.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:32:46.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:32:46.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:32:46.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:32:46.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:32:46.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:32:46.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:33:05.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:33:05.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:33:05.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:33:05.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:33:05.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:33:05.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:33:06.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:33:06.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:33:06.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:33:06.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:33:06.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:33:06.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:33:08.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:33:08.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:33:09.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:33:09.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:33:09.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:33:09.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:33:13.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:33:13.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:33:13.738+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:33:13.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:33:13.821+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:33:13.821+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:33:13.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:33:16.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:33:16.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:33:17.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:33:17.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:33:17.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:33:17.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:33:18.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:33:18.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:33:20.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:33:20.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:33:20.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:33:20.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:33:20.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:33:20.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:33:20.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:33:20.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:33:20.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:33:20.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:33:24.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:33:24.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:33:25.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:33:25.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:33:25.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:33:25.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:33:25.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:33:25.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:33:25.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:33:25.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:33:25.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:33:25.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:33:26.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:33:26.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:33:26.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:33:26.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:33:26.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:33:26.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:33:28.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:33:28.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:33:28.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:33:28.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:33:28.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:33:28.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:33:28.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:33:28.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:33:28.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:33:28.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:33:28.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:33:28.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:33:33.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:33:33.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:33:33.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:33:33.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:33:33.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:33:33.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:33:34.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:33:34.190+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:33:34.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:33:34.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:33:34.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:33:34.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:33:34.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:33:34.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:33:34.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:33:34.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:33:34.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:33:34.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:33:44.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:33:44.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:33:44.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:33:44.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:33:44.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:33:44.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:33:50.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:33:50.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:33:51.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:33:51.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:33:51.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:33:51.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:08.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:08.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:08.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:08.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:08.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:08.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:09.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:09.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:09.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:09.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:09.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:09.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:13.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:13.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:14.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:14.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:14.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:14.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:14.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:14.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:14.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:14.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:14.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:14.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:14.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:14.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:14.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:14.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:14.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:14.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:14.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:14.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:14.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:14.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:14.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:14.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:19.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:19.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:19.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:19.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:19.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:19.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:20.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:20.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:20.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:20.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:20.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:20.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:20.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:20.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:20.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:20.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:20.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:20.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:21.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:21.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:21.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:21.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:21.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:21.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:22.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:22.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:23.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:23.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:23.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:23.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:23.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:23.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:23.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:23.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:23.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:23.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:26.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:26.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:26.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:26.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:26.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:26.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:27.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:27.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:27.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:27.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:27.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:27.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:28.255+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:28.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:28.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:28.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:28.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:28.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:28.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:28.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:28.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:28.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:28.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:28.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:31.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:31.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:31.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:31.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:31.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:31.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:47.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:47.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:47.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:47.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:47.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:47.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:48.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:48.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:48.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:48.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:48.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:48.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:50.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:50.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:50.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:50.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:50.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:50.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:52.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:52.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:52.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:52.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:52.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:52.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:53.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:53.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:53.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:53.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:53.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:53.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:53.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:53.980+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:54.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:54.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:54.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:54.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:54.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:54.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:54.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:54.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:54.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:54.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:56.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:56.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:56.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:56.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:56.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:56.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:59.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:59.243+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:59.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:59.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:59.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:59.311+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:59.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:59.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:59.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:59.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:59.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:59.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:34:59.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:34:59.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:34:59.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:34:59.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:34:59.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:34:59.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:00.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:00.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:00.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:00.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:00.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:00.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:01.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:01.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:01.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:01.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:01.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:01.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:04.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:04.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:04.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:04.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:04.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:04.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:04.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:04.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:05.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:05.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:05.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:05.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:05.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:05.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:05.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:05.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:05.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:05.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:06.651+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:06.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:06.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:06.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:06.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:06.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:24.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:24.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:24.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:24.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:24.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:24.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:26.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:26.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:26.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:26.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:26.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:26.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:30.413+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:35:30.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:30.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:30.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:30.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:30.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:30.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:31.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:31.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:31.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:31.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:31.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:31.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:34.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:34.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:34.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:34.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:34.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:34.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:35.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:35.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:35.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:35.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:35.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:35.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:38.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:38.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:38.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:38.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:38.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:38.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:39.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:39.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:39.813+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:35:39.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:39.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:39.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:39.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:40.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:40.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:40.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:40.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:40.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:40.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:43.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:43.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:43.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:43.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:43.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:43.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:43.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:43.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:43.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:43.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:43.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:43.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:44.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:44.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:44.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:44.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:44.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:44.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:44.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:44.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:45.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:45.029+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:45.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:45.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:35:49.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:35:49.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:35:49.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:35:49.066+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:35:49.066+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:35:49.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:36:05.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:36:05.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:36:05.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:36:05.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:36:05.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:36:05.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:36:05.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:36:05.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:36:05.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:36:05.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:36:05.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:36:05.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:36:08.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:36:08.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:36:08.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:36:08.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:36:08.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:36:08.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:36:11.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:36:11.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:36:11.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:36:11.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:36:11.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:36:11.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:36:11.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:36:11.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:36:11.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:36:11.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:36:11.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:36:11.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:36:13.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:36:13.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:36:13.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:36:13.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:36:13.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:36:13.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:36:14.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:36:14.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:36:14.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:36:14.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:36:14.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:36:14.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:36:16.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:36:16.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:36:16.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:36:16.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:36:16.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:36:16.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:36:17.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:36:17.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:36:17.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:36:17.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:36:17.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:36:17.346+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:36:18.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:36:18.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:36:18.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:36:18.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:36:18.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:36:18.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:36:19.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:36:19.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:36:19.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:36:19.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:36:19.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:36:19.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:36:22.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:36:22.006+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:36:22.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:36:22.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:36:22.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:36:22.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:36:22.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:36:22.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:36:22.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:36:22.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:36:22.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:36:22.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:36:22.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:36:24.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:36:24.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:36:24.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:36:24.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:36:24.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:36:24.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:36:27.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:36:27.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:36:27.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:36:27.488+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:36:27.488+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:36:27.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:36:27.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:36:27.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:36:27.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:36:27.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:36:27.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:36:27.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:36:58.289+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:36:58.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:36:58.298+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:36:58.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:36:58.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:36:58.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:36:58.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:36:59.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:36:59.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:36:59.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:36:59.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:36:59.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:36:59.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:02.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:02.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:02.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:02.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:02.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:02.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:02.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:02.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:03.014+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:37:03.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:03.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:03.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:03.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:03.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:03.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:03.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:03.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:03.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:03.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:06.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:06.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:06.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:06.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:06.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:06.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:07.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:07.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:07.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:07.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:07.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:07.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:10.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:10.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:10.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:10.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:10.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:10.801+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:13.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:13.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:13.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:13.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:13.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:13.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:13.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:13.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:13.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:13.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:13.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:13.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:13.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:13.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:13.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:13.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:13.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:13.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:14.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:14.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:14.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:14.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:14.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:14.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:15.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:15.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:15.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:15.982+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:15.982+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:15.982+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:18.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:18.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:18.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:18.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:18.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:18.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:19.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:19.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:19.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:19.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:19.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:19.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:19.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:19.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:19.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:19.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:19.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:19.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:33.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:33.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:33.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:33.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:33.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:33.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:34.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:34.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:34.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:34.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:34.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:34.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:34.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:34.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:34.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:34.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:34.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:34.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:36.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:36.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:36.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:36.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:36.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:36.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:38.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:38.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:38.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:38.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:38.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:38.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:39.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:39.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:39.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:39.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:39.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:39.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:40.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:40.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:40.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:40.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:40.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:40.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:41.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:41.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:41.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:41.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:41.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:41.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:46.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:46.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:46.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:46.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:46.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:46.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:46.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:46.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:47.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:47.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:47.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:47.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:47.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:47.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:47.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:47.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:47.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:47.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:51.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:51.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:51.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:51.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:51.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:51.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:51.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:51.702+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:51.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:51.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:51.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:51.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:52.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:52.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:52.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:52.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:52.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:52.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:53.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:53.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:53.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:53.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:53.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:53.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:56.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:56.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:56.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:56.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:56.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:56.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:37:57.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:37:57.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:37:57.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:37:57.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:37:57.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:37:57.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:06.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:06.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:06.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:06.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:06.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:06.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:08.007+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:08.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:08.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:08.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:08.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:08.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:08.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:08.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:08.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:08.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:08.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:08.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:11.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:11.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:11.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:11.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:11.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:11.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:13.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:13.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:13.247+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:38:13.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:13.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:13.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:13.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:14.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:14.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:14.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:14.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:14.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:14.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:18.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:18.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:18.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:18.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:18.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:18.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:20.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:20.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:20.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:20.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:20.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:20.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:21.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:21.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:21.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:21.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:21.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:21.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:22.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:22.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:22.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:22.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:22.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:22.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:25.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:25.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:25.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:25.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:25.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:25.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:26.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:26.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:26.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:26.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:26.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:26.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:27.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:27.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:27.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:27.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:27.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:27.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:27.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:27.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:27.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:27.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:27.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:27.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:32.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:32.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:32.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:32.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:32.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:32.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:32.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:32.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:32.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:32.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:32.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:32.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:40.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:40.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:40.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:40.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:40.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:40.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:41.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:41.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:41.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:41.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:41.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:41.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:43.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:43.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:43.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:43.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:43.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:43.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:45.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:45.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:45.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:45.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:45.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:45.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:47.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:47.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:47.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:47.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:47.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:47.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:47.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:47.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:47.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:47.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:47.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:47.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:48.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:48.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:48.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:48.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:48.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:48.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:52.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:52.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:52.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:52.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:52.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:52.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:55.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:55.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:56.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:56.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:56.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:56.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:38:56.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:38:56.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:38:56.525+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:38:56.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:38:56.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:38:56.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:00.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:00.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:00.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:00.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:00.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:00.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:01.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:01.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:01.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:01.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:01.397+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:01.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:01.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:01.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:01.683+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:01.683+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:01.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:01.683+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:01.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:01.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:01.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:01.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:01.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:01.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:02.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:02.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:02.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:02.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:02.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:02.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:05.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:05.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:05.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:05.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:05.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:05.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:06.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:06.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:06.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:06.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:06.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:06.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:07.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:07.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:07.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:07.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:07.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:07.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:16.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:16.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:16.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:16.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:16.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:16.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:17.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:17.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:17.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:17.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:17.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:17.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:18.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:18.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:18.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:18.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:18.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:18.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:21.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:21.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:21.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:21.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:21.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:21.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:22.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:22.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:22.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:22.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:22.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:22.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:23.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:23.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:23.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:23.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:23.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:23.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:25.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:25.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:25.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:25.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:25.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:25.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:30.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:30.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:30.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:30.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:30.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:30.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:31.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:31.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:31.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:31.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:31.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:31.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:33.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:33.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:33.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:33.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:33.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:33.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:36.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:36.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:36.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:36.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:36.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:36.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:37.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:37.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:37.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:37.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:37.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:37.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:38.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:38.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:38.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:38.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:38.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:38.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:38.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:38.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:39.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:39.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:39.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:39.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:39.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:39.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:39.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:39.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:39.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:39.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:42.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:42.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:42.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:42.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:42.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:42.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:43.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:43.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:43.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:43.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:43.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:43.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:44.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:44.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:44.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:44.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:44.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:44.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:50.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:50.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:50.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:50.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:50.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:50.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:51.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:51.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:51.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:51.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:51.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:51.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:54.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:54.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:54.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:54.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:54.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:54.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:56.194+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:56.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:56.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:56.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:56.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:56.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:56.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:56.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:56.857+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:56.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:56.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:56.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:58.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:59.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:59.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:59.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:59.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:59.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:39:59.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:39:59.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:39:59.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:39:59.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:39:59.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:39:59.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:05.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:05.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:05.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:05.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:05.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:05.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:09.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:09.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:10.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:10.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:10.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:10.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:13.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:13.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:13.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:13.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:13.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:13.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:14.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:14.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:14.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:14.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:14.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:14.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:15.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:15.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:15.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:15.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:15.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:15.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:15.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:15.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:15.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:15.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:15.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:15.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:19.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:19.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:19.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:19.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:19.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:19.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:20.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:20.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:20.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:20.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:20.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:20.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:20.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:20.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:20.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:20.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:20.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:20.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:21.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:21.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:21.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:21.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:21.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:21.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:26.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:26.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:26.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:26.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:26.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:26.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:31.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:31.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:31.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:31.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:31.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:31.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:35.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:35.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:35.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:35.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:35.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:35.773+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:36.493+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:36.493+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:36.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:36.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:36.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:36.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:37.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:37.119+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:37.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:37.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:37.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:37.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:37.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:37.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:37.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:37.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:37.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:37.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:41.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:41.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:41.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:41.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:41.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:41.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:41.764+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:41.765+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:41.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:41.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:41.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:41.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:43.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:43.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:43.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:43.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:43.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:43.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:46.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:46.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:47.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:47.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:47.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:47.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:52.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:52.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:52.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:52.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:52.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:52.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:52.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:52.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:52.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:52.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:52.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:52.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:53.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:53.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:53.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:53.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:53.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:53.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:54.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:54.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:54.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:54.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:54.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:54.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:57.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:57.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:57.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:57.187+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:57.187+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:57.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:58.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:58.355+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:58.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:58.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:58.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:58.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:40:59.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:40:59.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:40:59.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:40:59.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:40:59.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:40:59.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:00.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:00.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:00.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:00.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:00.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:00.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:05.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:05.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:05.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:05.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:05.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:05.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:11.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:11.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:11.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:11.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:11.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:11.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:17.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:17.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:17.237+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:17.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:17.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:17.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:17.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:17.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:17.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:17.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:17.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:17.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:18.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:18.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:18.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:18.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:18.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:18.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:19.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:19.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:19.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:19.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:19.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:19.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:23.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:23.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:23.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:23.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:23.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:23.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:23.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:23.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:23.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:23.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:23.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:23.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:24.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:24.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:24.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:24.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:24.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:24.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:25.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:25.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:25.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:25.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:25.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:25.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:27.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:27.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:27.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:27.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:27.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:27.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:31.259+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:31.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:31.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:31.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:31.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:31.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:31.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:31.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:31.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:31.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:31.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:31.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:32.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:32.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:32.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:32.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:32.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:32.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:33.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:33.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:33.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:33.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:33.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:33.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:34.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:34.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:34.831+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:34.831+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:34.831+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:34.831+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:36.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:36.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:36.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:36.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:36.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:36.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:38.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:38.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:38.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:38.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:38.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:38.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:40.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:40.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:40.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:40.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:40.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:40.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:49.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:49.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:49.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:49.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:49.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:49.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:54.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:54.555+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:54.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:54.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:54.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:54.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:57.037+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:57.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:57.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:57.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:57.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:57.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:41:58.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:41:58.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:41:58.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:41:58.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:41:58.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:41:58.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:00.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:00.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:00.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:00.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:00.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:00.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:02.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:02.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:02.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:02.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:02.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:02.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:04.008+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:04.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:04.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:04.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:04.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:04.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:05.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:05.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:05.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:05.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:05.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:05.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:05.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:05.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:05.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:05.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:05.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:05.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:07.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:07.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:07.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:07.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:07.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:07.473+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:10.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:10.195+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:10.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:10.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:10.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:10.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:10.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:10.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:11.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:11.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:11.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:11.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:11.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:11.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:11.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:11.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:11.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:11.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:11.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:11.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:11.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:11.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:11.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:11.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:15.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:15.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:15.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:15.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:15.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:15.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:16.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:16.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:16.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:16.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:16.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:16.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:16.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:16.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:16.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:16.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:16.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:16.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:24.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:24.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:24.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:24.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:24.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:24.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:30.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:30.208+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:30.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:30.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:30.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:30.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:32.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:32.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:32.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:32.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:32.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:32.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:34.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:34.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:35.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:35.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:35.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:35.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:37.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:37.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:37.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:37.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:37.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:37.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:38.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:38.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:38.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:38.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:38.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:38.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:40.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:40.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:40.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:40.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:40.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:40.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:40.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:40.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:40.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:40.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:40.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:40.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:43.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:43.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:43.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:43.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:43.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:43.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:45.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:45.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:45.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:45.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:45.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:45.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:45.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:45.646+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:45.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:45.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:45.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:45.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:46.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:46.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:46.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:46.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:46.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:46.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:46.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:46.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:46.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:46.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:46.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:46.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:47.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:47.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:47.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:47.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:47.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:47.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:50.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:50.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:50.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:50.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:50.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:50.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:50.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:50.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:50.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:50.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:50.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:50.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:51.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:51.692+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:51.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:51.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:51.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:51.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:52.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:52.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:52.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:52.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:52.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:52.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:42:59.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:42:59.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:42:59.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:42:59.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:42:59.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:42:59.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:04.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:04.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:04.831+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:04.831+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:04.831+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:04.831+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:07.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:07.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:07.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:07.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:07.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:07.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:09.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:09.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:09.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:09.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:09.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:09.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:12.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:12.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:12.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:12.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:12.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:12.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:13.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:13.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:13.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:13.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:13.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:13.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:14.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:14.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:14.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:14.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:14.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:14.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:18.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:18.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:18.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:18.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:18.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:18.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:19.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:19.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:19.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:19.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:19.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:19.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:21.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:21.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:21.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:21.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:21.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:21.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:21.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:21.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:21.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:21.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:21.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:21.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:25.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:25.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:25.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:25.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:25.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:25.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:25.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:25.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:25.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:25.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:25.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:25.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:26.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:26.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:26.925+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:43:26.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:26.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:26.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:26.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:27.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:27.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:27.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:27.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:27.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:27.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:31.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:31.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:31.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:31.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:31.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:31.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:32.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:32.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:32.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:32.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:32.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:32.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:33.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:33.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:33.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:33.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:33.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:33.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:39.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:39.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:39.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:39.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:39.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:39.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:39.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:39.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:39.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:39.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:39.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:39.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:42.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:42.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:42.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:42.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:42.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:42.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:44.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:44.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:44.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:44.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:44.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:44.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:47.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:47.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:47.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:47.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:47.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:47.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:48.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:48.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:48.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:48.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:48.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:48.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:53.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:53.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:53.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:53.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:53.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:53.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:54.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:54.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:54.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:54.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:54.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:54.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:57.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:57.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:57.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:57.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:57.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:57.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:57.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:57.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:57.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:57.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:57.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:57.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:43:58.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:43:58.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:43:58.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:43:58.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:43:58.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:43:58.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:02.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:02.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:02.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:02.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:02.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:02.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:02.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:02.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:02.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:02.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:02.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:02.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:02.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:02.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:03.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:03.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:03.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:03.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:03.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:03.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:03.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:03.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:03.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:03.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:07.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:07.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:07.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:07.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:07.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:07.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:07.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:07.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:07.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:07.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:07.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:07.575+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:08.692+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:08.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:08.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:08.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:08.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:08.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:12.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:12.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:12.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:12.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:12.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:12.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:14.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:14.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:14.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:14.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:14.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:14.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:17.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:17.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:17.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:17.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:17.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:17.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:19.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:19.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:19.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:19.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:19.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:19.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:22.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:22.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:22.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:22.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:22.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:22.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:22.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:22.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:22.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:22.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:22.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:22.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:27.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:27.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:27.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:27.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:27.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:27.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:29.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:29.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:29.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:29.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:29.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:29.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:34.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:34.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:34.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:34.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:34.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:34.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:37.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:37.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:37.049+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:37.049+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:37.049+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:37.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:37.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:37.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:37.336+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:37.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:37.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:37.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:37.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:37.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:37.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:37.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:37.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:37.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:41.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:41.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:41.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:41.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:41.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:41.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:42.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:42.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:42.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:42.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:42.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:42.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:42.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:42.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:42.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:42.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:42.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:42.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:42.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:42.987+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:43.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:43.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:43.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:43.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:44.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:44.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:44.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:44.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:44.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:44.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:46.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:46.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:46.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:46.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:46.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:46.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:48.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:48.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:48.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:48.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:48.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:48.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:49.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:49.752+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:49.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:49.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:49.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:49.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:50.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:50.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:50.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:50.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:50.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:50.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:53.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:53.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:53.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:53.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:53.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:53.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:44:55.626+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:44:55.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:44:55.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:44:55.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:44:55.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:44:55.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:44:55.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:01.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:01.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:01.721+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:45:01.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:01.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:01.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:01.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:07.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:07.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:07.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:07.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:07.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:07.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:15.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:15.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:15.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:15.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:15.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:15.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:16.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:16.208+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:16.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:16.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:16.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:16.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:16.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:16.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:16.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:16.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:16.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:16.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:17.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:17.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:17.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:17.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:17.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:17.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:20.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:20.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:20.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:20.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:20.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:20.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:21.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:21.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:21.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:21.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:21.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:21.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:21.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:21.346+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:21.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:21.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:21.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:21.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:21.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:21.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:21.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:21.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:21.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:21.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:22.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:22.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:22.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:22.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:22.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:22.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:26.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:26.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:26.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:26.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:26.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:26.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:26.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:26.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:26.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:26.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:26.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:26.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:27.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:27.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:27.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:27.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:27.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:27.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:28.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:28.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:28.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:28.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:28.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:28.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:32.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:32.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:32.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:32.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:32.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:32.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:33.086+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:33.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:33.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:33.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:33.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:33.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:33.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:33.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:33.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:33.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:33.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:33.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:34.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:34.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:34.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:34.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:34.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:34.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:39.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:39.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:39.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:39.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:39.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:39.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:50.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:50.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:50.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:50.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:50.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:50.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:55.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:55.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:55.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:55.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:55.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:55.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:55.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:55.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:55.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:55.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:55.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:55.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:56.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:56.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:56.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:56.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:56.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:56.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:45:57.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:45:57.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:45:57.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:45:57.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:45:57.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:45:57.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:00.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:00.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:00.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:00.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:00.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:00.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:00.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:00.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:00.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:00.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:00.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:00.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:01.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:01.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:01.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:01.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:01.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:01.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:02.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:02.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:02.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:02.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:02.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:02.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:05.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:05.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:05.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:05.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:05.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:05.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:05.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:05.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:05.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:05.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:05.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:05.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:06.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:06.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:06.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:06.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:06.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:06.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:07.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:07.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:07.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:07.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:07.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:07.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:11.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:11.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:11.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:11.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:11.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:11.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:11.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:11.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:11.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:11.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:11.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:11.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:11.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:11.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:11.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:11.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:11.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:11.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:12.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:12.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:12.831+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:12.831+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:12.831+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:12.831+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:25.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:25.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:25.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:25.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:25.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:25.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:26.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:26.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:26.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:26.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:26.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:26.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:30.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:30.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:30.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:30.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:30.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:30.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:30.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:30.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:30.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:30.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:30.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:30.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:32.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:32.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:32.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:32.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:32.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:32.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:33.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:33.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:33.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:33.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:33.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:33.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:34.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:34.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:34.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:34.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:34.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:34.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:35.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:35.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:35.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:35.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:35.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:35.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:38.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:38.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:38.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:38.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:38.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:38.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:40.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:40.020+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:40.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:40.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:40.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:40.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:44.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:44.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:44.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:44.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:44.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:44.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:45.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:45.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:45.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:45.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:45.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:45.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:46.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:46.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:46.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:46.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:46.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:46.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:47.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:47.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:47.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:47.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:47.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:47.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:49.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:49.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:49.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:49.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:49.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:49.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:50.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:50.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:50.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:50.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:50.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:50.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:51.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:51.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:51.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:51.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:51.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:51.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:52.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:52.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:53.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:53.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:53.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:53.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:58.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:58.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:58.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:58.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:58.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:58.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:46:59.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:46:59.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:46:59.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:46:59.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:46:59.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:46:59.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:03.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:03.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:03.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:03.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:03.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:03.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:04.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:04.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:04.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:04.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:04.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:04.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:04.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:04.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:04.933+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:04.933+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:04.933+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:04.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:07.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:07.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:07.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:07.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:07.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:07.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:10.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:10.222+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:10.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:10.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:10.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:10.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:11.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:11.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:11.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:11.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:11.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:11.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:12.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:12.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:12.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:12.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:12.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:12.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:16.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:16.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:16.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:16.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:16.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:16.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:18.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:18.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:18.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:18.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:18.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:18.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:19.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:19.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:19.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:19.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:19.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:19.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:21.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:21.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:21.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:21.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:21.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:21.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:21.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:21.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:21.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:21.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:21.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:21.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:23.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:23.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:23.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:23.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:23.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:23.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:25.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:25.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:25.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:25.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:25.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:25.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:26.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:26.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:26.336+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:26.336+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:26.336+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:26.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:26.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:26.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:27.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:27.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:27.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:27.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:34.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:34.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:34.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:34.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:34.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:34.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:39.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:39.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:39.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:39.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:39.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:39.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:39.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:39.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:39.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:39.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:39.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:39.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:39.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:39.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:39.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:39.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:39.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:39.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:42.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:42.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:42.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:42.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:42.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:42.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:45.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:45.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:45.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:45.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:45.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:45.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:47.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:47.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:47.367+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:47:47.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:47.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:47.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:47.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:52.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:52.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:52.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:52.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:52.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:52.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:53.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:53.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:53.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:53.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:53.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:53.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:53.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:53.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:53.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:53.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:53.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:53.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:56.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:56.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:56.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:56.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:56.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:56.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:58.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:58.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:58.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:58.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:58.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:58.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:58.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:58.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:58.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:58.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:58.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:58.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:47:59.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:47:59.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:47:59.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:47:59.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:47:59.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:47:59.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:48:01.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:48:01.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:48:01.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:48:01.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:48:01.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:48:01.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:48:03.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:48:03.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:48:03.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:48:03.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:48:03.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:48:03.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:48:14.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:48:14.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:48:14.170+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:48:14.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:48:14.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:48:14.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:48:14.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:48:18.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:48:18.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:48:18.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:48:18.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:48:18.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:48:18.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:48:20.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:48:20.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:48:20.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:48:20.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:48:20.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:48:20.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:48:21.026+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:48:21.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:48:21.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:48:21.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:48:21.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:48:21.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:48:21.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:48:21.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:48:21.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:48:21.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:48:21.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:48:21.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:48:30.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:48:30.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:48:30.473+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:48:30.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:48:30.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:48:30.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:48:30.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:48:33.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:48:33.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:48:33.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:48:33.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:48:33.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:48:33.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:48:40.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:48:40.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:48:40.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:48:40.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:48:40.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:48:40.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:48:52.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:48:52.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:48:52.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:48:52.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:48:52.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:48:52.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:48:57.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:48:57.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:48:57.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:48:57.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:48:57.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:48:57.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:48:58.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:48:58.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:48:58.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:48:58.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:48:58.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:48:58.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:48:59.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:48:59.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:48:59.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:48:59.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:48:59.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:48:59.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:48:59.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:48:59.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:48:59.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:48:59.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:48:59.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:48:59.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:04.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:04.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:04.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:04.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:04.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:04.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:04.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:04.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:04.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:04.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:04.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:04.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:05.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:05.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:05.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:05.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:05.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:05.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:06.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:06.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:06.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:06.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:06.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:06.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:08.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:08.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:08.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:08.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:08.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:08.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:08.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:08.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:08.306+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:08.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:08.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:08.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:11.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:11.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:11.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:11.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:11.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:11.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:11.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:11.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:11.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:11.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:11.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:11.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:12.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:12.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:12.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:12.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:12.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:12.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:13.603+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:13.604+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:13.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:13.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:13.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:13.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:16.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:16.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:16.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:16.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:16.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:16.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:18.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:18.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:18.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:18.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:18.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:18.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:33.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:33.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:33.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:33.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:33.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:33.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:35.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:35.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:35.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:35.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:35.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:35.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:38.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:38.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:38.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:38.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:38.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:38.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:41.180+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:41.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:41.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:41.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:41.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:41.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:42.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:42.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:42.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:42.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:42.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:42.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:43.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:43.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:43.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:43.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:43.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:43.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:46.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:46.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:46.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:46.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:46.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:46.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:47.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:47.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:47.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:47.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:47.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:47.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:48.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:48.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:48.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:48.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:48.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:48.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:50.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:50.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:50.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:50.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:50.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:50.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:51.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:51.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:51.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:51.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:51.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:51.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:51.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:51.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:51.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:51.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:51.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:51.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:52.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:52.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:52.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:52.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:52.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:52.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:53.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:53.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:53.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:53.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:53.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:53.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:55.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:55.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:55.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:55.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:55.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:55.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:56.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:56.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:56.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:56.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:56.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:56.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:58.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:58.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:58.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:58.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:58.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:58.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:49:58.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:49:58.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:49:58.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:49:58.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:49:58.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:49:58.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:05.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:05.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:05.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:05.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:05.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:05.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:11.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:11.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:11.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:11.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:11.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:11.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:12.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:12.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:12.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:12.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:12.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:12.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:17.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:17.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:17.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:17.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:17.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:17.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:18.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:18.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:18.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:18.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:18.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:18.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:20.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:20.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:20.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:20.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:20.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:20.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:23.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:23.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:23.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:23.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:23.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:23.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:25.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:25.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:25.575+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:50:25.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:25.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:25.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:25.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:31.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:31.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:31.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:31.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:31.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:31.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:32.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:32.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:32.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:32.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:32.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:32.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:36.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:36.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:36.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:36.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:36.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:36.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:37.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:37.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:37.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:37.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:37.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:37.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:38.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:38.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:38.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:38.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:38.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:38.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:38.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:38.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:38.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:38.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:38.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:38.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:41.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:41.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:41.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:41.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:41.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:41.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:43.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:43.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:43.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:43.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:43.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:43.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:43.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:43.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:43.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:43.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:43.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:43.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:45.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:45.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:45.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:45.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:45.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:45.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:48.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:48.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:48.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:48.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:48.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:48.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:51.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:51.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:51.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:51.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:51.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:51.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:53.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:53.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:53.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:53.916+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:53.916+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:53.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:53.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:53.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:53.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:53.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:53.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:53.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:50:59.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:50:59.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:50:59.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:50:59.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:50:59.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:50:59.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:00.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:00.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:00.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:00.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:00.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:00.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:01.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:01.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:01.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:01.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:01.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:01.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:06.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:06.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:06.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:06.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:06.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:06.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:07.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:07.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:07.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:07.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:07.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:07.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:12.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:12.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:12.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:12.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:12.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:12.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:16.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:16.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:16.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:16.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:16.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:16.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:17.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:17.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:17.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:17.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:17.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:17.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:18.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:18.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:18.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:18.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:18.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:18.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:18.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:18.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:18.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:18.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:18.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:18.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:21.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:21.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:21.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:21.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:21.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:21.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:23.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:23.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:23.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:23.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:23.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:23.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:23.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:23.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:23.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:23.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:23.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:23.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:26.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:26.195+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:26.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:26.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:26.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:26.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:31.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:31.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:31.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:31.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:31.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:31.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:32.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:32.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:32.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:32.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:32.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:32.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:34.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:34.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:34.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:34.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:34.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:34.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:37.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:37.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:37.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:37.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:37.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:37.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:39.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:39.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:39.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:39.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:39.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:39.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:40.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:40.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:40.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:40.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:40.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:40.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:41.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:41.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:41.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:41.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:41.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:41.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:45.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:45.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:46.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:46.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:46.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:46.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:46.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:46.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:46.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:46.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:46.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:46.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:49.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:49.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:49.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:49.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:49.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:49.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:53.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:53.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:53.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:53.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:53.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:53.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:54.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:54.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:54.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:54.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:54.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:54.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:54.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:54.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:54.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:54.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:54.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:54.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:55.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:55.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:55.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:55.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:55.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:55.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:58.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:58.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:58.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:58.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:58.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:58.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:51:59.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:51:59.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:51:59.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:51:59.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:51:59.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:51:59.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:00.766+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:52:00.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:00.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:00.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:00.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:00.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:00.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:06.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:06.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:06.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:06.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:06.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:06.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:06.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:06.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:06.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:06.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:06.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:06.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:09.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:09.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:09.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:09.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:09.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:09.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:11.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:11.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:11.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:11.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:11.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:11.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:13.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:13.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:13.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:13.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:13.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:13.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:14.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:14.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:14.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:14.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:14.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:14.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:17.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:17.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:17.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:17.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:17.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:17.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:18.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:18.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:18.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:18.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:18.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:18.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:22.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:22.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:22.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:22.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:22.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:22.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:23.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:23.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:23.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:23.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:23.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:23.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:29.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:29.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:29.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:29.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:29.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:29.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:29.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:29.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:29.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:29.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:29.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:29.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:29.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:29.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:29.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:29.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:29.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:29.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:31.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:31.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:31.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:31.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:31.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:31.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:34.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:34.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:34.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:34.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:34.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:34.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:34.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:34.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:34.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:34.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:34.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:34.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:37.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:37.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:37.145+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:52:37.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:37.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:37.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:37.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:42.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:42.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:42.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:42.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:42.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:42.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:42.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:42.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:42.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:42.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:42.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:42.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:43.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:43.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:43.848+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:43.848+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:43.848+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:43.848+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:47.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:47.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:47.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:47.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:47.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:47.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:49.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:49.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:49.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:49.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:49.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:49.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:50.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:50.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:50.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:50.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:50.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:50.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:53.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:53.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:53.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:53.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:53.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:53.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:55.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:55.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:55.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:55.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:55.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:55.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:58.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:58.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:58.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:58.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:58.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:58.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:52:59.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:52:59.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:52:59.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:52:59.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:52:59.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:52:59.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:04.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:04.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:04.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:04.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:04.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:04.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:07.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:07.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:07.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:07.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:07.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:07.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:07.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:07.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:07.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:07.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:07.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:07.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:12.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:12.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:12.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:12.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:12.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:12.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:13.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:13.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:13.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:13.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:13.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:13.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:13.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:13.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:13.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:13.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:13.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:13.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:18.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:18.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:18.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:18.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:18.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:18.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:19.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:19.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:19.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:19.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:19.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:19.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:21.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:21.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:21.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:21.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:21.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:21.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:24.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:24.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:24.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:24.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:24.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:24.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:27.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:27.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:27.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:27.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:27.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:27.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:27.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:27.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:27.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:27.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:27.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:27.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:29.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:29.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:29.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:29.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:29.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:29.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:32.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:32.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:32.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:32.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:32.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:32.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:34.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:34.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:34.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:34.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:34.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:34.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:36.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:36.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:36.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:36.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:36.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:36.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:41.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:41.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:41.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:41.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:41.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:41.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:42.345+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:42.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:42.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:42.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:42.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:42.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:44.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:44.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:44.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:44.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:44.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:44.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:47.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:47.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:47.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:47.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:47.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:47.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:49.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:49.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:49.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:49.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:49.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:49.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:49.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:49.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:49.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:49.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:49.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:49.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:50.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:50.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:50.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:50.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:50.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:50.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:54.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:54.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:54.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:54.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:54.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:54.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:55.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:55.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:55.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:55.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:55.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:55.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:53:57.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:53:57.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:53:57.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:53:57.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:53:57.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:53:57.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:00.039+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:00.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:00.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:00.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:00.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:00.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:01.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:01.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:01.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:01.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:01.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:01.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:03.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:03.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:03.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:03.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:03.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:03.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:03.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:03.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:03.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:03.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:03.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:03.741+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:07.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:07.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:07.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:07.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:07.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:07.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:07.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:07.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:08.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:08.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:08.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:08.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:08.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:08.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:08.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:08.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:08.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:08.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:13.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:13.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:13.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:13.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:13.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:13.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:16.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:16.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:16.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:16.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:16.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:16.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:21.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:21.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:21.781+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:21.781+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:21.781+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:21.781+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:22.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:22.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:22.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:22.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:22.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:22.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:23.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:23.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:23.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:23.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:23.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:23.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:27.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:27.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:27.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:27.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:27.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:27.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:28.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:28.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:28.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:28.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:28.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:28.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:29.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:29.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:29.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:29.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:29.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:29.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:32.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:32.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:32.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:32.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:32.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:32.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:35.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:35.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:35.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:35.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:35.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:35.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:38.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:38.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:38.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:38.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:38.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:38.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:38.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:38.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:38.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:38.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:38.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:38.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:40.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:40.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:41.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:41.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:41.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:41.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:41.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:41.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:41.922+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:41.922+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:41.922+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:41.922+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:44.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:44.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:44.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:44.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:44.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:44.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:46.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:46.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:46.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:46.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:46.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:46.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:47.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:47.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:47.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:47.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:47.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:47.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:49.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:49.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:49.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:49.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:49.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:49.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:55.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:55.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:55.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:55.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:55.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:55.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:54:57.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:54:57.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:54:57.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:54:57.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:54:57.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:54:57.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:05.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:05.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:05.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:05.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:05.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:05.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:06.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:06.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:06.541+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:06.541+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:06.541+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:06.541+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:09.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:09.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:09.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:09.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:09.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:09.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:12.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:12.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:12.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:12.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:12.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:12.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:15.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:15.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:15.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:15.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:15.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:15.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:17.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:17.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:17.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:17.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:17.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:17.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:18.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:18.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:18.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:18.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:18.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:18.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:24.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:24.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:24.394+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:24.394+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:24.394+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:24.394+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:25.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:25.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:25.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:25.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:25.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:25.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:27.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:27.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:27.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:27.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:27.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:27.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:27.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:27.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:27.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:27.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:27.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:27.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:29.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:29.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:29.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:29.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:29.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:29.083+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:30.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:30.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:30.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:30.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:30.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:30.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:32.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:32.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:32.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:32.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:32.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:32.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:32.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:32.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:32.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:32.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:32.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:32.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:34.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:34.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:34.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:34.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:34.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:34.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:41.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:41.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:41.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:41.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:41.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:41.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:43.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:43.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:44.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:44.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:44.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:44.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:46.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:46.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:46.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:46.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:46.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:46.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:48.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:48.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:48.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:48.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:48.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:48.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:49.387+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:49.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:49.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:49.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:49.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:49.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:50.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:50.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:50.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:50.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:50.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:50.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:54.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:54.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:54.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:54.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:54.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:54.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:55.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:55.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:55.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:55.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:55.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:55.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:55:56.118+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:55:56.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:55:56.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:55:56.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:55:56.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:55:56.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:01.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:01.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:01.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:01.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:01.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:01.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:02.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:02.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:03.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:03.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:03.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:03.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:04.521+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:04.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:04.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:04.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:04.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:04.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:05.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:05.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:05.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:05.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:05.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:05.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:08.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:08.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:08.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:08.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:08.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:08.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:09.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:09.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:09.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:09.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:09.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:09.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:09.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:09.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:09.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:09.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:09.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:09.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:10.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:10.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:10.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:10.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:10.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:10.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:14.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:14.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:14.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:14.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:14.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:14.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:18.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:18.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:18.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:18.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:18.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:18.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:20.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:20.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:20.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:20.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:20.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:20.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:24.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:24.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:24.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:24.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:24.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:24.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:25.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:25.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:25.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:25.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:25.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:25.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:25.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:25.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:25.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:25.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:25.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:25.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:27.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:27.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:27.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:27.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:27.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:27.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:31.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:31.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:31.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:31.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:31.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:31.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:32.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:32.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:32.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:32.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:32.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:32.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:34.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:34.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:34.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:34.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:34.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:34.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:40.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:40.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:40.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:40.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:40.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:41.000+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:43.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:43.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:43.949+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:43.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:43.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:43.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:44.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:44.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:44.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:44.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:44.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:44.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:46.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:46.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:46.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:46.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:46.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:46.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:49.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:49.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:49.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:49.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:49.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:49.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:49.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:49.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:49.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:49.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:49.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:49.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:50.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:50.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:50.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:50.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:50.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:50.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:56.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:56.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:56:56.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:56:56.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:56:56.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:56:56.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:56:59.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:56:59.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:00.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:00.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:00.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:00.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:07.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:07.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:07.472+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:57:07.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:07.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:07.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:07.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:12.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:12.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:12.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:12.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:12.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:12.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:14.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:14.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:15.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:15.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:15.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:15.488+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:18.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:18.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:18.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:18.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:18.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:18.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:20.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:20.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:20.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:20.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:20.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:20.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:22.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:22.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:22.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:22.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:22.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:22.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:27.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:27.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:27.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:27.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:27.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:27.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:36.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:36.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:36.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:36.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:36.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:36.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:43.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:43.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:43.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:43.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:43.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:43.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:45.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:45.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:45.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:45.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:45.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:45.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:45.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:45.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:45.852+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:45.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:45.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:45.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:50.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:50.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:50.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:50.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:50.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:50.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:50.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:50.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:50.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:50.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:50.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:50.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:50.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:50.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:51.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:51.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:51.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:51.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:52.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:52.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:53.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:53.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:53.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:53.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:53.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:53.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:53.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:53.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:53.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:53.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:56.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:56.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:56.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:56.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:56.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:56.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:58.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:58.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:58.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:58.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:58.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:58.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:58.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:58.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:58.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:58.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:58.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:58.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:57:59.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:57:59.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:57:59.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:57:59.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:57:59.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:57:59.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:58:05.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:58:05.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:58:05.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:58:05.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:58:05.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:58:05.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:58:05.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:58:05.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:58:06.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:58:06.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:58:06.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:58:06.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:58:13.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:58:13.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:58:13.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:58:13.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:58:13.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:58:13.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:58:14.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:58:14.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:58:14.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:58:14.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:58:14.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:58:14.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:58:18.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:58:18.170+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:58:18.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:58:18.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:58:18.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:58:18.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:58:22.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:58:22.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:58:22.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:58:22.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:58:22.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:58:22.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:58:22.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:58:22.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:58:23.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:58:23.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:58:23.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:58:23.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:58:41.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:58:41.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:58:41.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:58:41.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:58:41.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:58:41.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:58:41.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:58:41.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:58:41.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:58:41.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:58:41.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:58:41.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:58:48.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:58:48.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:58:48.785+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:58:49.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:58:49.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:58:49.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:58:49.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:58:50.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:58:50.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:58:50.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:58:50.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:58:50.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:58:50.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:58:54.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:58:54.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:58:54.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:58:54.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:58:54.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:58:54.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:58:58.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:58:58.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:58:58.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:58:58.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:58:58.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:58:58.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:58:58.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:58:58.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:58:58.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:58:58.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:58:58.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:58:58.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:59:04.521+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:59:04.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:59:04.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:59:04.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:59:04.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:59:04.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:59:05.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:59:05.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:59:05.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:59:05.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:59:05.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:59:05.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:59:06.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:59:06.394+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:59:06.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:59:06.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:59:06.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:59:06.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:59:11.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:59:11.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:59:11.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:59:11.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:59:11.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:59:11.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:59:11.521+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:59:11.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:59:11.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:59:11.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:59:11.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:59:11.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:59:18.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:59:18.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:59:19.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:59:19.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:59:19.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:59:19.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:59:27.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:59:27.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:59:28.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:59:28.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:59:28.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:59:28.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:59:28.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:59:28.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:59:28.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:59:28.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:59:28.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:59:28.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:59:33.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:59:33.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:59:33.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:59:33.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:59:33.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:59:33.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:59:34.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:59:34.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:59:34.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:59:34.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:59:34.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:59:34.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:59:37.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:59:37.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:59:37.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:59:37.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:59:37.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:59:37.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:59:37.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:59:37.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:59:37.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:59:37.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:59:37.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:59:37.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:59:42.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:59:42.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:59:42.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:59:42.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:59:42.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:59:42.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:59:43.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:59:43.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:59:43.160+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:59:43.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:59:43.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:59:43.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:59:43.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:59:48.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:59:48.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:59:48.932+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:59:49.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:59:49.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:59:49.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:59:49.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:59:50.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:59:50.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:59:50.981+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:59:50.981+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:59:50.981+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:59:50.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:59:53.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:59:53.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:59:54.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:59:54.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:59:54.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:59:54.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T17:59:58.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T17:59:58.549+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T17:59:58.906+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T17:59:58.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T17:59:58.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T17:59:58.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T17:59:58.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:03.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:03.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:03.445+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:00:03.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:03.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:03.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:03.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:07.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:07.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:07.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:07.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:07.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:07.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:19.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:19.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:19.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:19.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:19.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:19.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:20.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:20.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:20.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:20.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:20.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:20.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:25.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:25.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:25.595+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:25.595+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:25.595+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:25.595+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:25.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:25.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:25.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:25.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:25.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:25.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:27.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:27.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:27.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:27.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:27.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:27.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:28.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:28.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:28.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:28.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:28.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:28.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:32.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:32.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:32.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:32.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:32.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:32.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:33.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:33.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:33.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:33.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:33.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:33.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:39.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:39.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:39.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:39.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:39.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:39.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:43.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:43.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:43.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:43.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:43.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:43.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:44.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:44.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:44.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:44.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:44.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:44.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:44.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:44.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:44.342+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:00:44.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:44.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:44.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:44.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:46.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:46.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:46.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:46.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:46.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:46.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:48.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:48.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:48.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:48.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:48.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:48.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:50.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:50.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:50.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:50.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:50.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:50.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:50.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:50.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:51.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:51.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:51.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:51.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:00:52.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:00:52.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:00:52.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:00:52.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:00:52.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:00:52.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:01:06.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:01:06.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:01:07.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:01:07.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:01:07.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:01:07.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:01:09.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:01:09.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:01:10.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:01:10.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:01:10.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:01:10.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:01:12.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:01:12.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:01:12.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:01:12.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:01:12.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:01:12.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:01:14.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:01:14.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:01:14.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:01:14.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:01:14.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:01:14.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:01:14.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:01:14.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:01:14.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:01:14.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:01:14.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:01:14.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:01:15.384+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:01:15.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:01:15.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:01:15.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:01:15.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:01:15.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:01:20.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:01:20.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:01:20.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:01:20.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:01:20.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:01:20.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:01:21.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:01:21.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:01:21.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:01:21.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:01:21.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:01:21.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:01:30.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:01:30.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:01:31.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:01:31.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:01:31.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:01:31.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:01:31.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:01:31.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:01:32.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:01:32.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:01:32.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:01:32.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:01:33.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:01:33.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:01:33.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:01:33.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:01:33.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:01:33.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:01:36.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:01:36.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:01:36.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:01:36.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:01:36.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:01:36.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:01:38.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:01:38.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:01:38.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:01:38.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:01:38.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:01:38.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:01:39.187+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:01:39.195+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:01:39.277+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:01:39.311+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:01:39.311+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:01:39.311+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:01:39.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:01:39.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:01:39.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:01:39.777+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:01:39.777+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:01:39.777+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:01:39.777+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:01:46.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:01:46.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:01:46.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:01:46.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:01:47.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:01:47.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:01:47.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:01:47.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:01:48.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:01:48.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:01:48.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:01:48.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:02:00.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:02:00.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:02:00.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:02:00.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:02:00.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:02:00.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:02:05.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:02:05.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:02:05.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:02:05.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:02:05.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:02:05.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:02:06.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:02:06.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:02:06.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:02:06.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:02:06.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:02:06.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:02:11.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:02:11.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:02:11.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:02:11.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:02:11.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:02:11.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:02:13.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:02:13.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:02:13.090+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:02:13.157+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:02:13.157+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:02:13.157+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:02:13.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:02:20.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:02:20.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:02:20.078+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:02:20.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:02:20.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:02:20.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:02:20.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:02:46.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:02:46.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:02:46.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:02:46.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:02:46.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:02:46.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:02:48.243+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:02:48.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:02:48.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:02:48.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:02:48.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:02:48.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:02:49.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:02:49.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:02:49.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:02:49.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:02:49.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:02:49.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:02:51.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:02:51.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:02:52.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:02:52.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:02:52.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:02:52.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:02:54.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:02:54.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:02:54.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:02:54.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:02:54.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:02:54.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:02:55.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:02:55.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:02:55.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:02:55.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:02:55.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:02:55.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:02:55.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:02:55.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:02:56.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:02:56.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:02:56.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:02:56.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:03:03.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:03:03.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:03:03.882+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:03:04.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:03:04.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:03:04.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:03:04.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:03:11.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:03:11.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:03:11.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:03:11.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:03:11.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:03:11.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:03:15.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:03:15.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:03:15.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:03:15.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:03:15.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:03:15.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:03:17.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:03:17.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:03:17.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:03:17.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:03:17.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:03:17.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:03:23.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:03:23.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:03:23.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:03:23.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:03:23.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:03:23.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:03:24.118+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:03:24.119+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:03:24.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:03:24.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:03:24.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:03:24.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:03:27.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:03:27.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:03:27.696+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:03:27.696+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:03:27.696+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:03:27.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:03:30.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:03:30.331+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:03:30.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:03:30.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:03:30.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:03:30.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:03:32.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:03:32.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:03:33.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:03:33.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:03:33.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:03:33.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:04:00.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:04:00.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:04:00.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:04:00.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:04:00.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:04:00.801+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:04:02.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:04:02.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:04:03.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:04:03.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:04:03.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:04:03.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:04:06.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:04:06.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:04:07.167+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:04:07.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:04:07.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:04:07.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:04:07.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:04:08.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:04:08.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:04:08.609+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:04:08.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:04:08.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:04:08.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:04:08.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:04:09.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:04:09.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:04:09.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:04:09.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:04:09.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:04:09.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:04:12.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:04:12.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:04:12.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:04:12.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:04:12.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:04:12.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:04:15.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:04:15.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:04:15.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:04:15.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:04:15.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:04:15.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:04:16.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:04:16.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:04:16.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:04:16.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:04:16.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:04:16.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:04:28.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:04:28.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:04:28.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:04:28.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:04:28.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:04:28.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:04:31.007+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:04:31.008+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:04:31.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:04:31.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:04:31.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:04:31.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:04:34.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:04:34.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:04:34.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:04:34.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:04:34.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:04:34.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:04:34.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:04:34.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:04:34.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:04:34.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:04:34.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:04:34.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:04:36.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:04:36.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:04:37.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:04:37.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:04:37.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:04:37.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:04:40.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:04:40.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:04:40.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:04:40.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:04:40.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:04:40.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:04:44.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:04:44.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:04:44.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:04:44.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:04:44.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:04:44.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:04:50.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:04:50.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:04:51.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:04:51.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:04:51.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:04:51.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:05:04.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:05:04.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:05:04.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:05:04.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:05:04.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:05:04.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:05:09.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:05:09.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:05:09.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:05:09.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:05:09.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:05:09.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:05:11.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:05:11.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:05:11.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:05:11.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:05:11.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:05:11.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:05:14.255+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:05:14.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:05:14.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:05:14.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:05:14.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:05:14.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:05:14.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:05:14.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:05:14.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:05:14.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:05:14.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:05:14.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:05:17.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:05:17.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:05:17.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:05:17.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:05:17.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:05:17.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:05:18.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:05:18.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:05:18.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:05:18.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:05:18.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:05:18.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:05:21.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:05:21.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:05:21.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:05:21.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:05:21.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:05:22.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:05:24.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:05:24.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:05:24.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:05:24.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:05:24.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:05:24.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:05:33.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:05:33.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:05:33.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:05:33.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:05:33.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:05:33.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:05:35.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:05:35.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:05:35.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:05:35.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:05:35.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:05:35.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:05:40.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:05:40.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:05:41.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:05:41.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:05:41.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:05:41.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:05:41.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:05:41.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:05:41.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:05:41.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:05:41.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:05:41.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:05:42.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:05:42.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:05:42.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:05:42.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:05:42.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:05:42.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:05:46.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:05:46.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:05:46.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:05:46.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:05:46.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:05:46.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:05:48.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:05:48.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:05:48.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:05:48.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:05:48.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:05:48.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:05:54.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:05:54.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:05:54.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:05:54.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:05:54.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:05:54.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:06:05.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:06:05.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:06:05.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:06:05.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:06:05.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:06:05.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:06:07.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:06:07.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:06:07.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:06:07.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:06:07.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:06:07.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:06:10.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:06:10.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:06:10.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:06:10.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:06:10.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:06:10.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:06:10.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:06:10.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:06:11.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:06:11.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:06:11.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:06:11.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:06:13.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:06:13.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:06:13.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:06:13.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:06:13.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:06:13.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:06:13.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:06:13.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:06:13.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:06:13.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:06:13.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:06:13.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:06:17.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:06:17.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:06:17.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:06:17.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:06:17.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:06:17.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:06:22.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:06:22.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:06:22.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:06:22.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:06:22.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:06:22.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:06:22.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:06:22.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:06:23.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:06:23.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:06:23.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:06:23.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:06:25.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:06:25.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:06:25.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:06:25.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:06:25.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:06:25.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:06:31.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:06:31.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:06:31.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:06:31.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:06:31.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:06:31.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:06:34.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:06:34.576+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:06:34.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:06:34.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:06:34.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:06:34.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:06:43.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:06:43.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:06:44.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:06:44.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:06:44.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:06:44.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:06:49.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:06:49.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:06:49.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:06:49.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:06:49.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:06:49.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:06:52.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:06:52.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:06:53.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:06:53.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:06:53.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:06:53.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:06:56.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:06:56.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:06:56.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:06:56.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:06:56.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:06:56.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:06:59.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:06:59.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:06:59.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:06:59.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:06:59.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:06:59.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:07:25.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:07:25.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:07:25.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:07:25.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:07:25.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:07:25.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:07:25.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:07:25.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:07:26.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:07:26.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:07:26.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:07:26.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:07:26.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:07:26.314+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:07:26.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:07:26.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:07:26.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:07:26.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:07:26.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:07:26.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:07:26.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:07:26.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:07:26.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:07:26.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:07:29.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:07:29.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:07:29.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:07:29.469+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:07:29.469+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:07:29.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:07:31.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:07:31.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:07:31.314+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:07:31.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:07:31.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:07:31.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:07:31.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:07:32.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:07:32.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:07:32.203+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:07:32.203+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:07:32.203+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:07:32.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:07:32.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:07:32.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:07:32.803+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:07:32.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:07:32.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:07:32.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:07:32.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:07:35.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:07:35.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:07:35.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:07:35.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:07:35.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:07:35.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:07:36.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:07:36.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:07:36.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:07:36.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:07:36.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:07:36.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:07:43.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:07:43.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:07:43.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:07:43.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:07:43.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:07:43.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:07:49.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:07:49.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:07:49.188+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:07:49.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:07:49.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:07:49.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:07:49.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:07:50.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:07:50.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:07:50.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:07:50.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:07:50.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:07:50.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:07:55.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:07:55.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:07:56.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:07:56.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:07:56.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:07:56.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:07:56.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:07:56.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:07:57.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:07:57.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:07:57.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:07:57.154+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:08:17.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:08:17.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:08:17.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:08:17.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:08:17.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:08:17.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:08:21.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:08:21.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:08:21.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:08:21.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:08:21.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:08:21.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:08:22.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:08:22.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:08:22.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:08:22.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:08:22.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:08:22.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:08:23.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:08:23.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:08:23.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:08:23.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:08:23.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:08:23.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:08:25.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:08:25.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:08:25.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:08:25.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:08:25.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:08:25.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:08:26.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:08:26.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:08:26.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:08:26.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:08:26.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:08:26.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:08:29.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:08:29.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:08:29.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:08:29.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:08:29.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:08:29.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:08:30.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:08:30.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:08:30.760+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:08:30.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:08:30.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:08:30.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:08:30.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:08:31.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:08:31.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:08:31.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:08:31.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:08:31.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:08:31.779+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:08:35.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:08:35.479+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:08:35.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:08:35.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:08:35.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:08:35.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:08:44.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:08:44.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:08:45.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:08:45.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:08:45.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:08:45.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:08:47.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:08:47.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:08:47.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:08:47.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:08:47.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:08:47.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:08:50.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:08:50.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:08:50.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:08:50.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:08:50.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:08:50.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:08:52.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:08:52.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:08:52.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:08:52.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:08:52.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:08:52.550+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:08:53.767+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:08:53.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:08:53.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:08:53.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:08:53.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:08:53.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:08:58.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:08:58.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:08:58.098+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:08:58.098+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:08:58.098+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:08:58.098+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:09:16.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:09:16.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:09:16.658+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:09:16.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:09:16.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:09:16.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:09:16.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:09:16.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:09:17.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:09:17.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:09:17.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:09:17.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:09:20.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:09:20.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:09:20.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:09:20.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:09:20.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:09:20.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:09:22.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:09:22.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:09:22.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:09:22.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:09:22.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:09:22.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:09:22.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:09:22.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:09:22.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:09:22.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:09:22.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:09:22.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:09:22.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:09:22.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:09:23.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:09:23.040+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:09:23.040+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:09:23.040+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:09:26.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:09:26.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:09:27.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:09:27.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:09:27.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:09:27.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:09:28.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:09:28.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:09:28.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:09:28.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:09:28.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:09:28.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:09:30.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:09:30.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:09:30.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:09:30.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:09:30.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:09:30.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:09:30.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:09:30.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:09:30.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:09:30.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:09:30.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:09:30.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:09:36.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:09:36.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:09:36.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:09:36.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:09:36.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:09:36.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:09:40.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:09:40.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:09:41.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:09:41.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:09:41.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:09:41.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:09:47.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:09:47.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:09:47.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:09:47.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:09:47.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:09:47.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:09:48.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:09:48.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:09:49.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:09:49.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:09:49.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:09:49.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:09:54.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:09:54.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:09:54.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:09:54.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:09:54.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:09:54.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:10:11.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:10:11.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:10:11.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:10:11.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:10:11.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:10:11.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:10:12.277+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:10:12.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:10:12.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:10:12.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:10:12.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:10:12.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:10:17.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:10:17.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:10:17.965+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:10:18.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:10:18.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:10:18.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:10:18.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:10:28.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:10:28.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:10:28.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:10:28.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:10:28.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:10:28.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:10:32.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:10:32.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:10:32.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:10:32.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:10:32.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:10:32.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:10:33.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:10:33.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:10:33.500+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:10:33.500+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:10:33.500+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:10:33.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:10:34.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:10:34.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:10:34.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:10:34.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:10:34.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:10:34.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:10:38.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:10:38.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:10:38.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:10:38.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:10:38.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:10:38.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:10:39.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:10:39.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:10:39.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:10:39.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:10:39.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:10:39.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:10:44.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:10:44.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:10:44.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:10:44.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:10:44.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:10:44.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:10:46.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:10:46.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:10:46.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:10:46.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:10:46.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:10:46.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:10:47.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:10:47.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:10:47.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:10:47.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:10:47.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:10:47.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:10:48.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:10:48.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:10:49.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:10:49.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:10:49.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:10:49.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:10:52.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:10:52.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:10:53.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:10:53.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:10:53.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:10:53.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:10:55.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:10:55.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:10:55.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:10:55.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:10:55.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:10:55.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:11:06.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:11:06.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:11:06.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:11:06.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:11:06.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:11:06.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:11:07.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:11:07.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:11:07.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:11:07.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:11:07.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:11:07.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:11:12.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:11:12.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:11:12.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:11:12.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:11:12.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:11:12.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:11:13.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:11:13.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:11:13.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:11:13.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:11:13.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:11:13.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:11:20.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:11:20.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:11:20.602+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:11:20.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:11:20.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:11:20.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:11:20.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:11:21.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:11:21.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:11:21.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:11:21.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:11:21.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:11:21.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:11:26.199+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:11:26.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:11:26.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:11:26.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:11:26.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:11:26.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:11:26.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:11:26.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:11:27.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:11:27.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:11:27.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:11:27.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:11:29.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:11:29.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:11:29.544+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:11:29.544+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:11:29.544+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:11:29.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:11:34.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:11:34.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:11:35.111+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:11:35.111+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:11:35.111+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:11:35.111+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:11:36.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:11:36.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:11:36.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:11:36.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:11:36.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:11:36.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:11:38.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:11:38.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:11:39.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:11:39.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:11:39.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:11:39.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:11:42.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:11:42.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:11:42.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:11:42.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:11:42.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:11:42.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:11:45.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:11:45.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:11:45.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:11:45.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:11:45.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:11:45.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:12:01.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:12:01.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:12:02.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:12:02.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:12:02.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:12:02.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:12:08.469+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:12:08.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:12:08.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:12:08.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:12:08.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:12:08.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:12:08.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:12:14.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:12:14.501+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:12:14.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:12:14.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:12:14.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:12:14.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:12:17.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:12:17.504+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:12:17.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:12:17.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:12:17.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:12:17.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:12:18.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:12:18.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:12:19.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:12:19.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:12:19.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:12:19.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:12:21.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:12:21.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:12:22.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:12:22.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:12:22.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:12:22.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:12:24.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:12:24.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:12:24.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:12:24.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:12:24.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:12:24.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:12:24.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:12:24.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:12:24.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:12:24.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:12:24.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:12:24.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:12:27.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:12:27.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:12:28.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:12:28.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:12:28.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:12:28.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:12:31.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:12:31.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:12:32.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:12:32.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:12:32.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:12:32.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:12:38.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:12:38.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:12:38.262+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:12:38.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:12:38.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:12:38.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:12:38.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:12:40.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:12:40.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:12:40.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:12:40.443+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:12:40.443+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:12:40.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:12:43.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:12:43.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:12:44.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:12:44.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:12:44.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:12:44.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:12:46.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:12:46.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:12:46.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:12:46.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:12:46.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:12:46.550+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:12:49.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:12:49.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:12:50.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:12:50.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:12:50.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:12:50.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:12:58.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:12:58.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:12:58.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:12:58.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:12:58.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:12:58.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:13:04.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:13:04.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:13:04.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:13:04.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:13:04.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:13:04.828+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:13:07.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:13:07.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:13:08.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:13:08.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:13:08.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:13:08.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:13:13.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:13:13.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:13:13.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:13:13.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:13:13.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:13:13.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:13:14.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:13:14.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:13:14.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:13:14.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:13:14.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:13:14.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:13:16.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:13:16.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:13:16.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:13:16.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:13:16.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:13:16.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:13:21.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:13:21.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:13:21.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:13:21.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:13:21.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:13:21.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:13:21.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:13:21.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:13:21.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:13:21.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:13:21.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:13:21.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:13:22.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:13:22.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:13:22.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:13:22.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:13:22.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:13:22.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:13:27.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:13:27.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:13:27.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:13:27.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:13:27.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:13:27.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:13:34.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:13:34.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:13:35.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:13:35.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:13:35.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:13:35.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:13:37.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:13:37.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:13:37.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:13:37.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:13:37.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:13:37.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:13:42.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:13:42.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:13:42.135+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:13:42.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:13:42.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:13:42.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:13:42.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:13:43.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:13:43.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:13:43.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:13:43.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:13:43.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:13:43.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:13:46.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:13:46.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:13:47.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:13:47.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:13:47.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:13:47.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:13:47.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:13:47.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:13:47.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:13:47.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:13:47.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:13:47.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:13:52.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:13:52.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:13:52.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:13:52.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:13:52.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:13:52.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:13:53.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:13:53.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:13:54.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:13:54.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:13:54.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:13:54.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:14:00.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:14:00.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:14:00.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:14:00.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:14:00.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:14:00.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:14:06.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:14:06.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:14:07.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:14:07.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:14:07.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:14:07.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:14:12.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:14:12.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:14:12.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:14:12.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:14:12.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:14:12.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:14:13.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:14:13.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:14:13.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:14:13.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:14:13.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:14:13.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:14:18.629+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:14:18.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:14:18.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:14:18.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:14:18.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:14:18.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:14:19.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:14:19.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:14:19.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:14:19.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:14:19.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:14:19.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:14:25.471+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:14:25.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:14:25.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:14:25.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:14:25.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:14:25.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:14:25.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:14:31.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:14:31.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:14:31.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:14:31.982+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:14:31.982+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:14:31.982+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:14:33.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:14:33.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:14:33.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:14:33.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:14:33.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:14:33.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:14:38.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:14:38.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:14:39.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:14:39.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:14:39.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:14:39.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:14:39.149+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:14:42.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:14:42.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:14:43.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:14:43.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:14:43.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:14:43.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:14:45.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:14:45.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:14:45.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:14:45.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:14:45.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:14:45.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:14:48.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:14:48.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:14:48.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:14:48.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:14:48.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:14:48.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:14:51.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:14:51.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:14:51.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:14:51.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:14:51.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:14:51.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:14:53.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:14:53.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:14:53.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:14:53.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:14:53.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:14:53.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:14:57.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:14:57.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:14:57.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:14:57.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:14:57.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:14:57.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:14:59.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:14:59.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:14:59.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:14:59.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:14:59.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:14:59.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:15:05.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:15:05.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:15:06.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:15:06.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:15:06.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:15:06.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:15:12.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:15:12.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:15:13.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:15:13.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:15:13.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:15:13.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:15:14.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:15:14.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:15:14.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:15:14.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:15:14.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:15:14.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:15:17.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:15:17.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:15:17.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:15:17.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:15:17.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:15:17.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:15:21.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:15:21.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:15:22.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:15:22.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:15:22.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:15:22.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:15:25.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:15:25.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:15:26.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:15:26.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:15:26.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:15:26.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:15:26.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:15:26.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:15:26.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:15:26.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:15:26.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:15:26.831+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:15:33.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:15:33.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:15:34.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:15:34.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:15:34.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:15:34.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:15:38.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:15:38.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:15:39.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:15:39.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:15:39.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:15:39.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:15:41.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:15:41.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:15:42.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:15:42.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:15:42.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:15:42.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:15:46.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:15:46.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:15:47.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:15:47.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:15:47.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:15:47.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:15:50.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:15:50.134+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:15:51.024+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:15:51.024+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:15:51.024+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:15:51.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:16:01.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:16:01.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:16:02.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:16:02.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:16:02.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:16:02.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:16:08.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:16:08.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:16:08.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:16:08.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:16:08.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:16:08.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:16:30.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:16:30.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:16:31.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:16:31.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:16:31.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:16:31.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:16:34.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:16:34.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:16:34.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:16:34.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:16:34.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:16:34.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:16:36.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:16:36.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:16:36.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:16:36.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:16:36.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:16:36.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:16:41.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:16:41.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:16:42.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:16:42.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:16:42.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:16:42.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:16:49.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:16:49.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:16:49.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:16:49.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:16:49.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:16:49.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:16:56.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:16:56.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:16:56.595+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:16:56.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:16:56.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:16:56.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:17:24.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:17:24.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:17:25.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:17:25.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:17:25.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:17:25.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:17:31.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:17:31.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:17:31.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:17:31.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:17:31.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:17:31.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:18:00.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:18:00.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:18:01.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:18:01.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:18:01.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:18:01.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:18:07.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:18:07.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:18:07.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:18:07.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:18:07.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:18:07.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:18:14.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:18:14.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:18:14.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:18:14.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:18:14.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:18:14.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:18:24.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:18:24.765+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:18:24.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:18:24.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:18:24.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:18:24.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:18:32.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:18:32.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:18:32.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:18:32.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:18:32.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:18:32.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:19:08.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:19:08.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:19:09.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:19:09.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:19:09.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:19:09.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:19:14.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:19:14.261+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:19:14.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:19:14.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:19:14.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:19:14.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:19:23.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:19:23.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:19:23.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:19:23.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:19:23.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:19:23.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:19:28.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:19:28.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:19:28.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:19:28.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:19:28.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:19:28.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:19:30.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:19:30.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:19:31.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:19:31.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:19:31.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:19:31.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:19:35.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:19:35.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:19:35.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:19:35.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:19:35.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:19:35.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:20:15.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:20:15.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:20:15.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:20:15.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:20:15.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:20:15.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:20:22.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:20:22.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:20:23.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:20:23.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:20:23.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:20:23.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:20:39.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:20:39.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:20:39.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:20:39.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:20:39.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:20:39.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:20:45.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:20:45.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:20:45.967+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:20:46.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:20:46.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:20:46.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:20:46.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:20:51.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:20:51.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:20:51.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:20:51.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:20:51.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:20:51.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:21:23.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:21:23.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:21:24.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:21:24.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:21:24.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:21:24.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:21:29.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:21:29.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:21:29.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:21:29.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:21:29.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:21:29.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:21:45.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:21:45.616+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:21:45.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:21:45.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:21:45.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:21:45.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:21:50.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:21:50.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:21:51.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:21:51.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:21:51.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:21:51.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:21:55.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:21:55.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:21:56.019+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:21:56.019+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:21:56.019+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:21:56.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:22:01.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:22:01.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:22:01.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:22:01.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:22:01.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:22:01.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:22:30.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:22:30.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:22:30.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:22:30.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:22:30.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:22:30.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:22:38.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:22:38.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:22:39.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:22:39.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:22:39.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:22:39.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:22:49.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:22:49.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:22:50.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:22:50.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:22:50.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:22:50.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:22:56.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:22:56.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:22:57.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:22:57.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:22:57.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:22:57.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:23:06.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:23:06.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:23:06.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:23:06.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:23:06.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:23:06.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:23:13.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:23:13.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:23:13.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:23:13.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:23:13.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:23:13.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:23:29.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:23:29.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:23:29.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:23:29.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:23:29.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:23:29.595+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:23:34.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:23:34.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:23:35.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:23:35.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:23:35.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:23:35.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:23:53.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:23:53.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:23:53.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:23:53.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:23:53.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:23:53.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:23:59.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:23:59.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:24:00.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:24:00.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:24:00.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:24:00.157+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:24:11.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:24:11.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:24:12.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:24:12.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:24:12.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:24:12.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:24:19.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:24:19.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:24:19.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:24:19.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:24:19.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:24:19.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:24:38.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:24:38.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:24:38.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:24:38.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:24:38.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:24:38.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:24:44.750+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:24:44.752+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:24:45.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:24:45.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:24:45.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:24:45.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:25:05.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:25:05.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:25:06.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:25:06.237+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:25:06.237+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:25:06.237+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:25:12.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:25:12.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:25:12.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:25:12.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:25:12.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:25:12.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:25:21.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:25:21.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:25:21.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:25:21.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:25:21.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:25:21.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:25:29.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:25:29.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:25:29.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:25:29.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:25:29.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:25:29.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:25:44.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:25:44.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:25:45.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:25:45.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:25:45.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:25:45.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:25:50.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:25:50.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:25:51.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:25:51.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:25:51.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:25:51.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:26:24.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:26:24.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:26:24.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:26:24.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:26:24.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:26:24.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:26:32.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:26:32.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:26:32.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:26:32.921+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:26:32.921+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:26:32.922+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:26:40.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:26:40.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:26:41.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:26:41.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:26:41.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:26:41.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:26:47.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:26:47.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:26:47.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:26:47.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:26:47.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:26:47.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:27:12.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:27:12.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:27:12.933+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:27:12.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:27:12.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:27:12.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:27:20.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:27:20.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:27:20.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:27:20.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:27:20.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:27:20.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:27:31.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:27:31.181+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:27:31.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:27:31.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:27:31.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:27:31.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:27:38.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:27:38.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:27:38.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:27:38.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:27:38.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:27:38.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:27:43.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:27:43.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:27:43.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:27:43.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:27:43.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:27:43.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:27:51.044+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:27:51.045+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:27:51.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:27:51.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:27:51.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:27:51.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:28:02.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:28:02.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:28:02.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:28:02.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:28:02.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:28:02.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:28:09.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:28:09.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:28:09.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:28:09.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:28:09.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:28:09.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:28:34.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:28:34.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:28:34.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:28:34.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:28:34.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:28:34.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:28:42.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:28:42.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:28:43.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:28:43.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:28:43.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:28:43.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:28:49.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:28:49.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:28:50.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:28:50.306+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:28:50.306+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:28:50.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:29:02.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:29:02.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:29:03.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:29:03.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:29:03.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:29:03.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:29:08.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:29:08.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:29:08.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:29:08.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:29:08.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:29:08.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:29:42.845+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:29:42.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:29:43.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:29:43.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:29:43.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:29:43.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:29:45.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:29:45.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:29:45.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:29:45.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:29:45.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:29:45.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:29:48.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:29:48.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:29:48.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:29:48.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:29:48.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:29:48.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:29:51.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:29:51.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:29:51.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:29:51.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:29:51.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:29:51.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:30:04.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:30:04.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:30:05.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:30:05.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:30:05.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:30:05.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:30:11.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:30:11.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:30:11.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:30:11.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:30:11.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:30:11.550+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:30:35.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:30:35.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:30:35.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:30:35.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:30:35.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:30:35.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:30:39.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:30:39.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:30:39.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:30:39.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:30:39.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:30:39.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:30:42.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:30:42.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:30:42.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:30:42.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:30:42.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:30:42.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:30:45.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:30:45.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:30:45.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:30:45.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:30:45.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:30:45.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:30:57.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:30:57.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:30:57.771+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:30:57.771+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:30:57.771+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:30:57.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:31:03.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:31:03.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:31:04.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:31:04.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:31:04.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:31:04.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:31:21.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:31:21.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:31:21.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:31:21.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:31:21.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:31:21.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:31:26.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:31:26.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:31:26.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:31:26.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:31:26.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:31:26.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:31:27.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:31:27.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:31:27.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:31:27.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:31:27.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:31:27.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:31:32.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:31:32.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:31:32.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:31:32.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:31:32.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:31:32.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:31:37.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:31:37.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:31:37.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:31:37.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:31:37.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:31:37.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:31:42.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:31:42.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:31:42.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:31:42.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:31:42.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:31:42.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:32:07.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:32:07.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:32:07.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:32:07.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:32:07.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:32:07.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:32:08.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:32:08.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:32:08.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:32:08.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:32:08.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:32:08.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:32:13.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:32:13.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:32:13.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:32:13.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:32:13.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:32:13.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:32:17.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:32:17.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:32:18.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:32:18.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:32:18.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:32:18.197+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:32:38.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:32:38.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:32:38.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:32:38.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:32:38.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:32:38.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:32:45.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:32:45.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:32:45.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:32:45.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:32:45.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:32:45.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:33:39.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:33:39.549+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:33:39.552+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:33:39.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:33:39.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:33:39.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:33:39.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:33:44.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:33:44.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:33:44.575+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:33:44.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:33:44.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:33:44.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:33:44.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:33:48.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:33:48.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:33:48.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:33:48.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:33:48.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:33:48.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:33:55.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:33:55.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:33:56.080+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:33:56.080+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:33:56.080+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:33:56.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:34:59.916+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:34:59.917+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:35:00.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:35:00.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:35:00.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:35:00.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:35:01.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:35:01.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:35:01.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:35:01.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:35:01.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:35:01.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:35:05.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:35:05.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:35:05.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:35:05.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:35:05.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:35:05.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:35:05.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:35:05.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:35:05.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:35:05.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:35:05.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:35:05.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:35:10.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:35:10.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:35:11.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:35:11.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:35:11.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:35:11.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:35:12.751+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:35:12.763+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:35:13.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:35:13.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:35:13.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:35:13.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:36:12.007+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:36:12.008+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:36:12.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:36:12.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:36:12.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:36:12.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:36:12.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:36:12.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:36:12.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:36:12.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:36:12.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:36:12.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:36:14.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:36:14.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:36:14.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:36:14.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:36:14.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:36:14.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:36:18.265+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:36:18.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:36:18.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:36:18.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:36:18.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:36:18.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:36:18.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:36:18.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:36:18.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:36:18.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:36:18.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:36:18.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:36:21.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:36:21.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:36:21.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:36:21.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:36:21.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:36:21.306+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:37:20.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:37:20.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:37:20.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:37:20.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:37:20.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:37:20.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:37:21.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:37:21.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:37:21.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:37:21.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:37:21.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:37:21.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:37:25.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:37:25.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:37:25.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:37:25.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:37:25.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:37:25.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:37:26.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:37:26.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:37:26.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:37:26.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:37:26.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:37:26.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:37:28.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:37:28.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:37:28.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:37:28.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:37:28.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:37:28.590+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:37:32.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:37:32.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:37:32.575+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:37:32.575+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:37:32.575+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:37:32.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:38:22.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:38:22.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:38:23.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:38:23.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:38:23.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:38:23.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:38:28.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:38:28.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:38:28.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:38:28.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:38:28.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:38:28.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:38:29.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:38:29.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:38:29.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:38:29.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:38:29.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:38:29.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:38:32.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:38:32.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:38:32.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:38:32.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:38:32.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:38:32.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:38:36.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:38:36.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:38:36.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:38:36.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:38:36.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:38:36.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:38:38.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:38:38.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:38:38.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:38:38.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:38:38.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:38:38.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:39:16.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:39:16.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:39:17.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:39:17.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:39:17.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:39:17.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:39:23.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:39:23.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:39:23.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:39:23.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:39:23.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:39:23.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:39:26.940+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:39:26.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:39:27.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:39:27.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:39:27.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:39:27.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:39:29.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:39:29.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:39:29.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:39:29.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:39:29.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:39:29.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:39:32.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:39:32.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:39:32.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:39:32.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:39:32.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:39:32.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:39:35.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:39:35.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:39:35.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:39:35.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:39:35.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:39:35.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:40:10.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:40:10.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:40:10.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:40:10.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:40:10.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:40:10.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:40:16.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:40:16.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:40:16.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:40:16.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:40:16.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:40:16.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:40:16.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:40:16.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:40:16.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:40:16.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:40:16.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:40:16.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:40:23.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:40:23.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:40:23.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:40:23.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:40:23.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:40:23.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:40:23.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:40:23.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:40:24.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:40:24.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:40:24.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:40:24.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:40:29.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:40:29.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:40:29.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:40:29.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:40:29.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:40:29.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:40:53.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:40:53.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:40:53.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:40:53.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:40:53.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:40:53.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:40:59.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:40:59.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:40:59.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:40:59.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:40:59.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:40:59.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:41:00.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:41:00.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:41:00.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:41:00.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:41:00.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:41:00.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:41:01.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:41:01.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:41:01.127+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:41:01.127+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:41:01.127+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:41:01.127+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:41:05.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:41:05.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:41:05.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:41:05.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:41:05.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:41:05.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:41:06.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:41:06.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:41:06.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:41:06.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:41:06.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:41:06.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:41:38.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:41:38.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:41:38.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:41:38.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:41:38.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:41:38.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:41:43.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:41:43.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:41:43.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:41:43.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:41:43.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:41:43.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:41:46.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:41:46.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:41:46.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:41:46.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:41:46.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:41:46.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:41:49.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:41:49.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:41:49.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:41:49.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:41:49.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:41:49.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:41:52.226+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:41:52.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:41:52.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:41:52.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:41:52.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:41:52.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:41:55.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:41:55.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:41:55.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:41:55.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:41:55.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:41:55.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:42:14.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:42:14.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:42:14.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:42:14.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:42:14.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:42:14.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:42:20.255+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:42:20.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:42:20.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:42:20.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:42:20.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:42:20.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:42:25.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:42:25.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:42:25.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:42:25.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:42:25.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:42:25.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:42:26.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:42:26.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:42:26.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:42:26.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:42:26.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:42:26.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:42:30.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:42:30.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:42:30.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:42:30.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:42:30.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:42:30.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:42:31.969+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:42:31.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:42:32.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:42:32.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:42:32.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:42:32.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:42:49.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:42:49.858+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:42:49.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:42:49.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:42:49.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:42:49.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:42:55.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:42:55.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:42:55.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:42:55.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:42:55.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:42:55.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:43:01.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:43:01.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:43:02.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:43:02.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:43:02.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:43:02.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:43:03.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:43:03.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:43:03.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:43:03.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:43:03.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:43:03.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:43:07.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:43:07.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:43:07.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:43:07.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:43:07.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:43:07.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:43:08.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:43:08.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:43:08.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:43:08.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:43:08.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:43:08.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:43:27.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:43:27.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:43:28.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:43:28.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:43:28.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:43:28.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:43:33.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:43:33.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:43:33.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:43:33.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:43:33.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:43:33.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:43:39.275+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:43:39.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:43:39.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:43:39.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:43:39.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:43:39.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:43:44.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:43:44.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:43:44.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:43:44.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:43:44.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:43:44.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:43:46.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:43:46.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:43:46.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:43:46.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:43:46.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:43:46.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:43:49.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:43:49.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:43:49.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:43:49.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:43:49.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:43:49.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:44:12.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:44:12.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:44:12.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:44:12.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:44:12.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:44:12.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:44:20.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:44:20.125+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:44:20.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:44:20.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:44:20.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:44:20.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:44:28.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:44:28.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:44:28.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:44:28.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:44:28.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:44:28.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:44:29.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:44:29.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:44:29.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:44:29.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:44:29.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:44:29.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:44:33.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:44:33.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:44:33.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:44:33.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:44:33.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:44:33.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:44:35.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:44:35.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:44:35.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:44:35.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:44:35.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:44:35.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:45:03.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:45:03.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:45:03.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:45:03.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:45:03.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:45:03.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:45:08.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:45:08.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:45:09.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:45:09.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:45:09.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:45:09.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:45:36.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:45:36.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:45:37.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:45:37.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:45:37.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:45:37.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:45:43.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:45:43.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:45:44.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:45:44.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:45:44.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:45:44.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:45:49.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:45:49.479+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:45:49.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:45:49.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:45:49.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:45:49.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:46:22.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:46:22.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:46:22.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:46:22.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:46:22.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:46:22.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:46:30.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:46:30.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:46:30.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:46:30.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:46:30.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:46:30.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:46:54.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:46:54.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:46:55.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:46:55.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:46:55.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:46:55.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:47:00.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:47:00.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:47:01.798+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:47:01.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:47:01.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:47:01.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:47:01.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:47:06.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:47:06.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:47:06.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:47:06.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:47:06.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:47:06.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:47:34.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:47:34.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:47:34.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:47:34.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:47:34.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:47:34.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:47:40.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:47:40.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:47:41.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:47:41.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:47:41.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:47:41.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:48:10.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:48:10.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:48:11.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:48:11.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:48:11.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:48:11.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:48:11.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:48:11.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:48:11.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:48:11.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:48:11.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:48:11.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:48:16.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:48:16.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:48:16.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:48:16.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:48:16.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:48:16.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:48:17.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:48:17.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:48:17.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:48:17.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:48:17.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:48:17.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:48:28.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:48:28.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:48:28.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:48:28.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:48:28.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:48:28.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:48:33.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:48:33.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:48:33.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:48:33.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:48:33.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:48:33.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:48:52.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:48:52.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:48:52.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:48:52.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:48:52.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:48:52.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:48:55.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:48:55.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:48:55.231+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:48:55.231+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:48:55.231+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:48:55.231+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:48:57.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:48:57.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:48:57.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:48:57.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:48:57.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:48:57.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:49:00.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:49:00.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:49:00.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:49:00.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:49:00.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:49:00.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:49:05.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:49:05.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:49:06.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:49:06.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:49:06.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:49:06.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:49:12.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:49:12.170+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:49:12.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:49:12.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:49:12.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:49:12.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:49:39.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:49:39.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:49:39.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:49:39.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:49:39.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:49:39.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:49:39.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:49:39.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:49:39.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:49:39.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:49:39.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:49:39.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:49:45.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:49:45.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:49:45.627+03:00 level=INFO msg="daemon already running (lock held), exiting" +time=2026-02-26T18:49:45.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:49:45.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:49:45.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:49:45.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:50:04.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:50:04.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:50:06.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:50:06.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:50:06.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:50:06.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:50:12.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:50:12.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:50:12.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:50:12.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:50:12.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:50:12.550+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:51:05.801+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:51:05.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:51:06.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:51:06.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:51:06.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:51:06.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:51:11.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:51:11.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:51:12.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:51:12.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:51:12.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:51:12.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:51:33.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:51:33.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:51:33.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:51:33.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:51:33.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:51:33.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:51:39.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:51:39.589+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:51:39.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:51:39.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:51:39.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:51:39.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:52:34.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:52:34.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:52:34.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:52:34.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:52:34.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:52:34.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:52:39.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:52:39.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:52:39.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:52:39.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:52:39.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:52:39.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:53:26.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:53:26.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:53:26.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:53:26.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:53:26.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:53:26.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:53:35.194+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:53:35.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:53:35.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:53:35.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:53:35.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:53:35.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:54:25.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:54:25.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:54:25.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:54:25.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:54:25.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:54:25.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:54:30.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:54:30.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:54:30.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:54:30.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:54:30.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:54:30.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:54:58.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:54:58.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:54:58.075+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:54:58.075+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:54:58.075+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:54:58.075+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:55:03.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:55:03.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:55:03.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:55:03.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:55:03.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:55:03.515+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:55:32.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:55:32.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:55:32.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:55:32.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:55:32.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:55:32.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:55:37.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:55:37.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:55:38.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:55:38.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:55:38.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:55:38.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:56:03.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:56:03.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:56:03.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:56:03.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:56:03.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:56:03.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:56:08.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:56:08.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:56:08.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:56:08.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:56:08.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:56:08.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:56:33.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:56:33.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:56:33.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:56:33.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:56:33.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:56:33.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:56:39.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:56:39.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:56:39.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:56:39.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:56:39.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:56:39.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:57:04.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:57:04.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:57:04.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:57:04.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:57:04.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:57:04.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:57:09.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:57:09.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:57:09.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:57:09.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:57:09.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:57:09.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:57:44.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:57:44.032+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:57:44.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:57:44.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:57:44.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:57:44.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:57:49.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:57:49.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:57:49.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:57:49.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:57:49.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:57:49.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:58:20.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:58:20.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:58:20.922+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:58:20.922+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:58:20.922+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:58:20.922+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:58:26.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:58:26.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:58:26.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:58:26.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:58:26.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:58:26.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:58:56.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:58:56.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:58:56.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:58:56.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:58:56.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:58:56.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:59:02.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:59:02.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:59:02.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:59:02.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:59:02.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:59:02.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:59:31.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:59:31.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:59:31.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:59:31.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:59:31.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:59:31.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T18:59:36.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T18:59:36.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T18:59:36.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T18:59:36.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T18:59:36.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T18:59:36.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:00:05.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:00:05.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:00:05.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:00:05.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:00:05.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:00:05.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:00:11.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:00:11.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:00:11.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:00:11.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:00:11.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:00:11.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:00:43.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:00:43.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:00:43.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:00:43.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:00:43.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:00:43.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:00:48.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:00:48.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:00:48.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:00:48.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:00:48.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:00:48.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:01:18.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:01:18.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:01:18.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:01:18.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:01:18.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:01:18.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:01:24.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:01:24.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:01:24.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:01:24.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:01:24.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:01:24.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:01:56.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:01:56.129+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:01:56.242+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:01:56.242+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:01:56.242+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:01:56.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:02:01.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:02:01.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:02:02.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:02:02.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:02:02.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:02:02.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:02:28.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:02:28.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:02:28.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:02:28.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:02:28.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:02:28.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:02:34.378+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:02:34.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:02:34.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:02:34.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:02:34.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:02:34.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:03:09.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:03:09.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:03:09.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:03:09.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:03:09.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:03:09.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:03:14.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:03:14.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:03:14.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:03:14.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:03:14.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:03:14.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:03:45.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:03:45.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:03:45.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:03:45.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:03:45.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:03:45.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:03:50.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:03:50.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:03:50.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:03:50.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:03:50.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:03:50.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:04:20.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:04:20.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:04:20.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:04:20.493+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:04:20.493+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:04:20.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:04:25.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:04:25.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:04:25.881+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:04:25.881+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:04:25.881+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:04:25.881+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:04:56.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:04:56.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:04:56.821+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:04:56.821+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:04:56.821+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:04:56.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:05:02.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:05:02.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:05:02.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:05:02.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:05:02.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:05:02.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:05:31.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:05:31.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:05:31.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:05:31.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:05:31.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:05:31.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:05:36.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:05:36.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:05:36.821+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:05:36.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:05:36.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:05:36.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:06:06.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:06:06.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:06:06.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:06:06.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:06:06.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:06:06.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:06:12.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:06:12.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:06:12.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:06:12.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:06:12.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:06:12.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:06:39.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:06:39.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:06:39.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:06:39.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:06:39.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:06:39.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:06:45.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:06:45.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:06:45.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:06:45.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:06:45.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:06:45.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:07:17.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:07:17.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:07:17.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:07:17.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:07:17.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:07:17.154+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:07:22.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:07:22.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:07:23.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:07:23.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:07:23.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:07:23.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:07:51.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:07:51.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:07:51.397+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:07:51.397+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:07:51.397+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:07:51.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:07:56.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:07:56.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:07:56.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:07:56.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:07:56.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:07:56.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:08:29.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:08:29.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:08:29.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:08:29.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:08:29.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:08:29.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:08:35.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:08:35.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:08:35.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:08:35.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:08:35.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:08:35.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:09:06.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:09:06.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:09:06.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:09:06.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:09:06.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:09:06.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:09:12.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:09:12.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:09:12.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:09:12.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:09:12.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:09:12.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:09:43.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:09:43.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:09:43.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:09:43.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:09:43.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:09:43.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:09:49.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:09:49.013+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:09:49.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:09:49.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:09:49.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:09:49.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:10:18.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:10:18.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:10:18.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:10:18.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:10:18.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:10:18.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:10:23.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:10:23.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:10:23.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:10:23.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:10:23.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:10:23.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:10:52.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:10:52.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:10:52.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:10:52.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:10:52.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:10:52.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:10:58.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:10:58.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:10:58.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:10:58.465+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:10:58.465+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:10:58.465+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:11:31.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:11:31.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:11:32.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:11:32.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:11:32.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:11:32.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:11:37.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:11:37.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:11:37.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:11:37.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:11:37.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:11:37.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:12:04.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:12:04.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:12:04.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:12:04.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:12:04.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:12:04.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:12:10.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:12:10.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:12:10.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:12:10.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:12:10.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:12:10.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:12:39.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:12:39.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:12:39.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:12:39.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:12:39.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:12:39.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:12:45.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:12:45.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:12:45.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:12:45.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:12:45.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:12:45.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:13:16.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:13:16.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:13:16.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:13:16.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:13:16.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:13:16.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:13:21.553+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:13:21.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:13:21.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:13:21.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:13:21.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:13:21.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:13:51.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:13:51.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:13:52.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:13:52.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:13:52.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:13:52.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:13:57.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:13:57.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:13:57.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:13:57.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:13:57.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:13:57.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:14:25.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:14:25.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:14:25.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:14:25.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:14:25.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:14:25.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:14:31.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:14:31.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:14:31.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:14:31.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:14:31.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:14:31.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:15:02.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:15:02.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:15:02.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:15:02.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:15:02.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:15:02.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:15:08.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:15:08.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:15:08.266+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:15:08.266+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:15:08.266+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:15:08.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:15:34.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:15:34.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:15:34.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:15:34.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:15:34.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:15:34.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:15:39.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:15:39.928+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:15:39.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:15:39.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:15:39.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:15:39.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:16:07.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:16:07.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:16:07.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:16:07.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:16:07.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:16:07.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:16:12.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:16:12.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:16:12.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:16:12.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:16:12.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:16:12.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:16:41.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:16:41.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:16:41.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:16:41.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:16:41.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:16:41.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:16:46.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:16:46.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:16:46.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:16:46.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:16:46.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:16:46.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:17:12.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:17:12.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:17:12.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:17:12.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:17:12.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:17:12.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:17:17.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:17:17.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:17:17.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:17:17.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:17:17.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:17:17.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:17:45.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:17:45.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:17:46.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:17:46.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:17:46.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:17:46.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:17:51.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:17:51.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:17:51.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:17:51.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:17:51.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:17:51.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:18:18.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:18:18.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:18:18.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:18:18.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:18:18.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:18:18.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:18:24.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:18:24.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:18:24.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:18:24.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:18:24.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:18:24.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:19:38.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:19:38.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:19:38.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:19:38.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:19:38.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:19:38.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:19:44.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:19:44.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:19:44.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:19:44.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:19:44.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:19:44.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:20:20.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:20:20.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:20:20.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:20:20.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:20:20.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:20:20.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:20:25.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:20:25.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:20:26.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:20:26.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:20:26.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:20:26.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:20:54.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:20:54.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:20:54.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:20:54.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:20:54.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:20:54.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:20:59.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:20:59.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:20:59.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:20:59.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:20:59.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:20:59.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:21:29.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:21:29.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:21:29.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:21:29.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:21:29.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:21:29.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:21:34.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:21:34.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:21:34.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:21:34.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:21:34.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:21:34.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:22:07.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:22:07.713+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:22:07.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:22:07.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:22:07.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:22:07.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:22:13.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:22:13.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:22:13.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:22:13.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:22:13.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:22:13.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:22:54.466+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:22:54.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:22:54.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:22:54.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:22:54.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:22:54.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:23:00.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:23:00.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:23:00.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:23:00.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:23:00.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:23:00.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:23:29.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:23:29.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:23:29.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:23:29.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:23:29.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:23:29.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:23:34.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:23:34.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:23:34.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:23:34.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:23:34.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:23:34.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:24:18.007+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:24:18.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:24:18.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:24:18.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:24:18.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:24:18.173+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:24:25.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:24:25.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:24:25.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:24:25.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:24:25.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:24:25.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:25:08.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:25:08.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:25:08.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:25:08.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:25:08.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:25:08.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:25:13.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:25:13.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:25:13.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:25:13.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:25:13.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:25:13.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:25:33.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:25:33.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:25:33.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:25:33.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:25:33.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:25:33.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:25:38.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:25:38.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:25:38.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:25:38.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:25:38.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:25:38.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:25:58.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:25:58.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:25:58.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:25:58.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:25:58.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:25:58.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:26:03.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:26:03.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:26:03.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:26:03.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:26:03.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:26:03.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:26:23.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:26:23.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:26:23.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:26:23.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:26:23.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:26:23.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:26:28.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:26:28.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:26:28.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:26:28.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:26:28.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:26:28.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:26:51.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:26:51.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:26:51.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:26:51.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:26:51.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:26:51.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:26:56.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:26:56.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:26:56.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:26:56.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:26:56.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:26:56.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:27:17.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:27:17.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:27:17.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:27:17.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:27:17.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:27:17.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:27:22.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:27:22.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:27:22.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:27:22.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:27:22.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:27:22.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:27:54.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:27:54.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:27:54.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:27:54.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:27:54.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:27:54.684+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:28:01.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:28:01.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:28:01.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:28:01.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:28:01.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:28:01.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:28:31.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:28:31.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:28:31.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:28:31.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:28:31.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:28:31.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:28:36.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:28:36.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:28:36.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:28:36.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:28:36.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:28:36.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:28:56.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:28:56.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:28:57.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:28:57.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:28:57.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:28:57.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:29:02.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:29:02.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:29:02.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:29:02.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:29:02.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:29:02.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:29:26.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:29:26.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:29:26.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:29:26.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:29:26.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:29:26.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:29:31.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:29:31.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:29:31.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:29:31.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:29:31.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:29:31.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:29:53.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:29:53.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:29:53.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:29:53.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:29:53.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:29:53.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:29:58.447+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:29:58.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:29:58.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:29:58.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:29:58.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:29:58.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:30:18.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:30:18.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:30:18.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:30:18.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:30:18.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:30:18.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:30:23.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:30:23.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:30:23.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:30:23.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:30:23.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:30:23.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:30:44.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:30:44.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:30:44.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:30:44.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:30:44.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:30:44.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:30:49.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:30:49.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:30:49.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:30:49.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:30:49.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:30:49.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:31:09.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:31:09.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:31:09.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:31:09.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:31:09.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:31:09.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:31:15.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:31:15.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:31:15.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:31:15.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:31:15.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:31:15.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:31:34.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:31:34.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:31:34.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:31:34.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:31:34.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:31:34.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:31:40.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:31:40.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:31:40.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:31:40.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:31:40.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:31:40.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:32:02.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:32:02.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:32:02.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:32:02.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:32:02.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:32:02.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:32:07.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:32:07.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:32:07.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:32:07.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:32:07.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:32:07.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:32:29.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:32:29.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:32:29.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:32:29.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:32:29.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:32:29.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:32:34.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:32:34.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:32:34.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:32:34.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:32:34.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:32:34.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:32:58.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:32:58.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:32:58.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:32:58.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:32:58.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:32:58.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:33:03.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:33:03.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:33:03.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:33:03.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:33:03.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:33:03.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:33:24.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:33:24.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:33:24.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:33:24.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:33:24.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:33:24.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:33:29.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:33:29.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:33:29.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:33:29.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:33:29.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:33:29.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:33:48.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:33:48.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:33:48.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:33:48.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:33:48.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:33:48.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:33:53.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:33:53.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:33:53.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:33:53.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:33:53.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:33:53.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:34:13.764+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:34:13.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:34:13.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:34:13.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:34:13.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:34:13.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:34:18.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:34:18.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:34:19.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:34:19.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:34:19.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:34:19.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:34:39.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:34:39.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:34:39.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:34:39.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:34:39.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:34:39.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:34:44.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:34:44.629+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:34:44.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:34:44.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:34:44.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:34:44.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:35:06.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:35:06.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:35:06.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:35:06.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:35:06.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:35:06.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:35:11.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:35:11.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:35:11.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:35:11.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:35:11.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:35:11.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:35:31.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:35:31.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:35:31.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:35:31.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:35:31.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:35:31.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:35:37.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:35:37.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:35:37.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:35:37.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:35:37.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:35:37.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:35:56.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:35:56.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:35:56.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:35:56.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:35:56.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:35:56.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:36:01.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:36:01.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:36:01.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:36:01.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:36:01.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:36:01.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:36:22.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:36:22.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:36:22.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:36:22.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:36:22.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:36:22.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:36:28.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:36:28.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:36:28.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:36:28.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:36:28.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:36:28.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:36:48.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:36:48.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:36:48.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:36:48.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:36:48.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:36:48.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:36:53.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:36:53.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:36:53.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:36:53.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:36:53.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:36:53.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:37:14.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:37:14.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:37:14.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:37:14.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:37:14.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:37:14.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:37:19.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:37:19.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:37:19.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:37:19.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:37:19.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:37:19.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:37:41.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:37:41.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:37:41.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:37:41.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:37:41.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:37:41.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:37:46.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:37:46.545+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:37:46.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:37:46.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:37:46.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:37:46.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:38:08.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:38:08.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:38:08.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:38:08.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:38:08.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:38:08.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:38:13.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:38:13.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:38:13.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:38:13.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:38:13.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:38:13.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:38:35.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:38:35.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:38:35.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:38:35.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:38:35.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:38:35.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:38:40.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:38:40.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:38:40.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:38:40.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:38:40.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:38:40.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:39:04.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:39:04.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:39:04.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:39:04.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:39:04.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:39:04.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:39:10.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:39:10.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:39:10.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:39:10.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:39:10.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:39:10.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:39:31.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:39:31.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:39:31.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:39:31.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:39:31.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:39:31.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:39:36.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:39:36.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:39:36.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:39:36.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:39:36.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:39:36.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:39:57.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:39:57.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:39:57.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:39:57.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:39:57.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:39:57.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:40:03.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:40:03.276+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:40:03.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:40:03.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:40:03.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:40:03.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:40:27.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:40:27.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:40:27.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:40:27.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:40:27.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:40:27.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:40:32.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:40:32.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:40:32.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:40:32.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:40:32.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:40:32.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:40:54.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:40:54.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:40:54.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:40:54.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:40:54.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:40:54.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:41:00.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:41:00.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:41:00.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:41:00.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:41:00.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:41:00.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:41:21.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:41:21.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:41:21.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:41:21.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:41:21.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:41:21.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:41:26.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:41:26.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:41:26.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:41:26.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:41:26.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:41:26.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:41:45.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:41:45.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:41:45.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:41:45.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:41:45.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:41:45.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:41:50.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:41:50.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:41:50.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:41:50.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:41:50.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:41:50.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:42:08.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:42:08.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:42:08.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:42:08.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:42:08.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:42:08.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:42:14.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:42:14.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:42:14.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:42:14.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:42:14.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:42:14.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:42:34.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:42:34.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:42:34.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:42:34.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:42:34.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:42:34.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:42:40.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:42:40.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:42:40.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:42:40.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:42:40.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:42:40.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:43:02.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:43:02.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:43:02.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:43:02.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:43:02.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:43:02.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:43:07.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:43:07.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:43:07.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:43:07.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:43:07.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:43:07.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:43:27.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:43:27.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:43:27.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:43:27.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:43:27.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:43:27.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:43:32.321+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:43:32.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:43:32.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:43:32.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:43:32.351+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:43:32.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:43:53.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:43:53.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:43:53.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:43:53.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:43:53.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:43:53.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:43:58.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:43:58.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:43:58.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:43:58.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:43:58.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:43:58.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:44:22.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:44:22.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:44:22.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:44:22.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:44:22.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:44:22.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:44:28.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:44:28.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:44:28.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:44:28.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:44:28.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:44:28.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:44:51.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:44:51.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:44:51.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:44:51.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:44:51.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:44:51.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:44:57.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:44:57.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:44:57.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:44:57.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:44:57.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:44:57.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:45:20.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:45:20.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:45:20.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:45:20.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:45:20.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:45:20.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:45:26.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:45:26.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:45:26.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:45:26.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:45:26.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:45:26.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:45:52.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:45:52.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:45:52.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:45:52.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:45:52.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:45:52.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:45:57.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:45:57.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:45:57.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:45:57.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:45:57.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:45:57.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:46:18.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:46:18.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:46:18.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:46:18.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:46:18.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:46:18.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:46:24.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:46:24.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:46:24.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:46:24.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:46:24.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:46:24.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:46:45.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:46:45.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:46:45.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:46:45.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:46:45.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:46:45.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:46:50.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:46:50.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:46:50.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:46:50.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:46:50.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:46:50.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:47:11.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:47:11.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:47:11.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:47:11.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:47:11.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:47:11.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:47:16.281+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:47:16.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:47:16.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:47:16.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:47:16.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:47:16.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:47:35.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:47:35.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:47:35.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:47:35.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:47:35.602+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:47:35.602+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:47:40.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:47:40.967+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:47:41.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:47:41.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:47:41.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:47:41.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:48:02.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:48:02.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:48:02.161+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:48:02.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:48:02.161+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:48:02.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:48:07.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:48:07.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:48:07.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:48:07.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:48:07.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:48:07.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:48:29.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:48:29.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:48:29.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:48:29.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:48:29.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:48:29.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:48:34.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:48:34.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:48:34.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:48:34.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:48:34.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:48:34.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:48:55.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:48:55.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:48:55.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:48:55.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:48:55.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:48:55.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:49:00.817+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:49:00.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:49:00.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:49:00.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:49:00.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:49:00.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:49:22.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:49:22.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:49:22.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:49:22.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:49:22.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:49:22.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:49:27.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:49:27.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:49:27.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:49:27.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:49:27.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:49:27.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:49:48.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:49:48.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:49:48.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:49:48.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:49:48.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:49:48.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:49:53.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:49:53.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:49:53.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:49:53.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:49:53.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:49:53.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:50:16.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:50:16.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:50:16.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:50:16.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:50:16.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:50:16.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:50:21.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:50:21.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:50:21.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:50:21.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:50:21.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:50:21.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:50:43.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:50:43.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:50:43.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:50:43.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:50:43.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:50:43.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:50:48.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:50:48.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:50:48.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:50:48.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:50:48.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:50:48.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:51:11.321+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:51:11.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:51:11.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:51:11.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:51:11.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:51:11.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:51:16.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:51:16.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:51:16.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:51:16.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:51:16.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:51:16.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:51:36.376+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:51:36.376+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:51:36.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:51:36.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:51:36.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:51:36.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:51:41.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:51:41.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:51:41.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:51:41.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:51:41.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:51:41.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:52:01.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:52:01.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:52:01.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:52:01.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:52:01.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:52:01.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:52:07.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:52:07.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:52:07.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:52:07.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:52:07.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:52:07.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:52:27.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:52:27.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:52:27.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:52:27.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:52:27.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:52:27.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:52:32.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:52:32.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:52:32.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:52:32.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:52:32.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:52:32.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:52:52.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:52:52.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:52:52.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:52:52.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:52:52.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:52:52.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:52:57.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:52:57.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:52:57.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:52:57.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:52:57.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:52:57.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:53:16.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:53:16.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:53:16.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:53:16.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:53:16.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:53:16.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:53:21.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:53:21.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:53:21.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:53:21.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:53:21.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:53:21.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:53:42.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:53:42.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:53:42.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:53:42.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:53:42.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:53:42.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:53:47.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:53:47.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:53:47.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:53:47.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:53:47.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:53:47.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:54:09.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:54:09.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:54:09.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:54:09.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:54:09.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:54:09.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:54:14.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:54:14.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:54:14.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:54:14.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:54:14.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:54:14.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:54:35.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:54:35.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:54:35.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:54:35.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:54:35.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:54:35.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:54:40.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:54:40.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:54:40.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:54:40.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:54:40.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:54:40.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:55:04.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:55:04.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:55:04.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:55:04.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:55:04.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:55:04.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:55:09.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:55:09.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:55:09.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:55:09.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:55:09.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:55:09.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:55:30.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:55:30.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:55:30.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:55:30.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:55:30.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:55:30.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:55:35.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:55:35.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:55:35.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:55:35.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:55:35.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:55:35.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:55:57.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:55:57.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:55:57.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:55:57.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:55:57.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:55:57.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:56:02.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:56:02.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:56:03.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:56:03.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:56:03.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:56:03.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:56:24.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:56:24.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:56:24.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:56:24.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:56:24.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:56:24.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:56:29.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:56:29.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:56:30.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:56:30.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:56:30.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:56:30.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:56:51.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:56:51.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:56:51.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:56:51.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:56:51.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:56:51.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:56:56.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:56:56.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:56:57.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:56:57.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:56:57.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:56:57.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:57:17.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:57:17.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:57:17.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:57:17.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:57:17.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:57:17.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:57:23.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:57:23.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:57:23.024+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:57:23.024+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:57:23.024+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:57:23.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:57:41.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:57:41.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:57:41.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:57:41.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:57:41.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:57:41.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:57:47.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:57:47.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:57:47.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:57:47.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:57:47.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:57:47.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:58:05.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:58:05.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:58:05.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:58:05.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:58:05.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:58:05.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:58:11.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:58:11.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:58:11.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:58:11.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:58:11.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:58:11.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:58:31.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:58:31.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:58:31.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:58:31.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:58:31.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:58:31.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:58:36.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:58:36.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:58:36.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:58:36.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:58:36.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:58:36.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:58:57.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:58:57.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:58:57.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:58:57.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:58:57.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:58:57.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:59:03.050+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:59:03.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:59:03.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:59:03.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:59:03.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:59:03.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:59:24.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:59:24.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:59:24.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:59:24.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:59:24.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:59:24.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:59:29.521+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:59:29.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:59:29.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:59:29.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:59:29.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:59:29.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:59:48.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:59:48.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:59:48.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:59:48.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:59:48.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:59:48.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T19:59:53.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T19:59:53.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T19:59:53.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T19:59:53.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T19:59:53.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T19:59:53.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:00:17.237+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:00:17.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:00:17.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:00:17.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:00:17.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:00:17.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:00:22.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:00:22.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:00:22.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:00:22.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:00:22.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:00:22.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:00:42.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:00:42.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:00:42.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:00:42.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:00:42.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:00:42.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:00:48.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:00:48.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:00:48.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:00:48.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:00:48.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:00:48.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:01:12.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:01:12.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:01:12.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:01:12.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:01:12.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:01:12.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:01:18.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:01:18.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:01:18.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:01:18.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:01:18.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:01:18.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:01:40.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:01:40.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:01:40.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:01:40.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:01:40.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:01:40.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:01:46.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:01:46.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:01:46.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:01:46.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:01:46.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:01:46.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:02:07.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:02:07.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:02:07.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:02:07.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:02:07.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:02:07.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:02:12.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:02:12.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:02:12.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:02:12.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:02:12.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:02:12.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:02:35.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:02:35.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:02:35.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:02:35.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:02:35.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:02:35.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:02:40.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:02:40.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:02:40.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:02:40.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:02:40.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:02:40.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:03:00.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:03:00.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:03:00.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:03:00.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:03:00.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:03:00.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:03:05.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:03:05.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:03:05.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:03:05.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:03:05.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:03:05.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:03:26.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:03:26.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:03:26.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:03:26.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:03:26.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:03:26.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:03:31.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:03:31.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:03:31.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:03:31.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:03:31.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:03:31.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:03:50.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:03:50.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:03:50.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:03:50.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:03:50.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:03:50.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:03:55.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:03:55.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:03:56.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:03:56.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:03:56.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:03:56.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:04:18.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:04:18.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:04:18.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:04:18.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:04:18.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:04:18.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:04:23.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:04:23.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:04:23.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:04:23.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:04:23.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:04:23.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:04:46.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:04:46.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:04:46.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:04:46.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:04:46.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:04:46.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:04:51.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:04:51.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:04:51.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:04:51.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:04:51.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:04:51.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:05:12.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:05:12.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:05:12.721+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:05:12.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:05:12.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:05:12.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:05:17.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:05:17.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:05:17.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:05:17.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:05:17.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:05:17.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:05:39.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:05:39.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:05:39.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:05:39.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:05:39.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:05:39.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:05:44.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:05:44.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:05:44.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:05:44.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:05:44.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:05:44.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:06:06.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:06:06.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:06:06.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:06:06.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:06:06.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:06:06.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:06:11.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:06:11.520+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:06:11.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:06:11.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:06:11.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:06:11.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:06:36.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:06:36.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:06:36.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:06:36.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:06:36.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:06:36.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:06:41.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:06:41.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:06:41.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:06:41.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:06:41.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:06:41.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:07:05.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:07:05.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:07:05.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:07:05.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:07:05.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:07:05.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:07:10.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:07:10.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:07:10.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:07:10.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:07:10.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:07:10.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:07:36.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:07:36.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:07:36.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:07:36.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:07:36.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:07:36.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:07:41.752+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:07:41.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:07:41.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:07:41.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:07:41.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:07:41.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:08:05.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:08:05.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:08:05.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:08:05.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:08:05.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:08:05.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:08:10.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:08:10.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:08:11.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:08:11.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:08:11.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:08:11.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:08:41.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:08:41.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:08:41.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:08:41.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:08:41.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:08:41.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:08:46.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:08:46.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:08:46.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:08:46.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:08:46.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:08:46.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:09:08.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:09:08.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:09:08.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:09:08.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:09:08.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:09:08.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:09:13.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:09:13.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:09:13.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:09:13.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:09:13.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:09:13.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:09:33.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:09:33.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:09:33.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:09:33.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:09:33.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:09:33.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:09:38.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:09:38.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:09:38.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:09:38.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:09:38.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:09:38.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:09:58.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:09:58.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:09:58.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:09:58.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:09:58.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:09:58.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:10:03.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:10:03.758+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:10:03.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:10:03.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:10:03.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:10:03.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:10:27.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:10:27.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:10:27.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:10:27.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:10:27.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:10:27.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:10:32.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:10:32.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:10:32.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:10:32.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:10:32.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:10:32.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:10:58.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:10:58.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:10:58.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:10:58.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:10:58.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:10:58.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:11:03.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:11:03.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:11:03.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:11:03.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:11:03.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:11:03.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:11:27.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:11:27.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:11:27.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:11:27.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:11:27.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:11:27.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:11:32.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:11:32.537+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:11:32.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:11:32.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:11:32.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:11:32.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:11:55.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:11:55.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:11:55.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:11:55.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:11:55.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:11:55.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:12:00.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:12:00.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:12:00.916+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:12:00.916+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:12:00.916+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:12:00.916+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:12:19.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:12:19.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:12:19.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:12:19.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:12:19.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:12:19.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:12:24.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:12:24.524+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:12:24.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:12:24.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:12:24.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:12:24.550+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:12:47.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:12:47.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:12:47.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:12:47.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:12:47.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:12:47.308+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:12:52.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:12:52.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:12:52.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:12:52.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:12:52.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:12:52.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:13:13.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:13:13.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:13:13.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:13:13.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:13:13.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:13:13.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:13:18.751+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:13:18.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:13:18.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:13:18.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:13:18.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:13:18.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:13:37.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:13:37.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:13:37.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:13:37.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:13:37.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:13:37.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:13:43.113+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:13:43.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:13:43.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:13:43.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:13:43.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:13:43.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:14:05.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:14:05.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:14:06.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:14:06.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:14:06.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:14:06.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:14:11.194+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:14:11.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:14:11.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:14:11.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:14:11.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:14:11.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:14:32.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:14:32.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:14:32.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:14:32.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:14:32.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:14:32.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:14:37.835+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:14:37.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:14:37.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:14:37.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:14:37.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:14:37.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:14:57.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:14:57.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:14:57.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:14:57.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:14:57.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:14:57.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:15:03.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:15:03.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:15:03.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:15:03.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:15:03.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:15:03.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:15:25.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:15:25.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:15:25.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:15:25.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:15:25.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:15:25.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:15:30.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:15:30.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:15:30.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:15:30.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:15:30.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:15:30.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:15:51.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:15:51.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:15:51.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:15:51.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:15:51.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:15:51.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:15:56.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:15:56.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:15:56.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:15:56.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:15:56.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:15:56.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:16:17.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:16:17.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:16:17.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:16:17.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:16:17.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:16:17.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:16:22.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:16:22.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:16:22.949+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:16:22.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:16:22.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:16:22.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:16:42.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:16:42.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:16:43.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:16:43.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:16:43.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:16:43.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:16:48.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:16:48.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:16:48.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:16:48.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:16:48.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:16:48.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:17:08.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:17:08.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:17:08.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:17:08.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:17:08.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:17:08.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:17:13.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:17:13.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:17:13.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:17:13.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:17:13.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:17:13.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:17:35.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:17:35.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:17:35.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:17:35.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:17:35.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:17:35.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:17:41.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:17:41.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:17:41.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:17:41.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:17:41.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:17:41.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:18:02.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:18:02.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:18:02.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:18:02.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:18:02.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:18:02.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:18:08.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:18:08.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:18:08.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:18:08.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:18:08.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:18:08.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:18:31.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:18:31.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:18:31.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:18:31.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:18:31.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:18:31.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:18:36.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:18:36.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:18:36.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:18:36.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:18:36.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:18:36.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:18:59.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:18:59.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:18:59.541+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:18:59.541+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:18:59.541+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:18:59.541+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:19:04.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:19:04.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:19:04.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:19:04.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:19:04.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:19:04.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:19:23.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:19:23.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:19:23.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:19:23.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:19:23.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:19:23.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:19:29.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:19:29.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:19:29.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:19:29.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:19:29.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:19:29.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:19:50.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:19:50.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:19:50.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:19:50.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:19:50.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:19:50.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:19:55.879+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:19:55.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:19:55.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:19:55.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:19:55.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:19:55.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:20:18.918+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:20:18.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:20:18.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:20:18.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:20:18.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:20:18.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:20:24.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:20:24.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:20:24.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:20:24.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:20:24.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:20:24.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:20:46.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:20:46.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:20:46.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:20:46.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:20:46.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:20:46.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:20:51.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:20:51.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:20:51.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:20:51.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:20:51.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:20:51.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:21:11.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:21:11.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:21:11.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:21:11.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:21:11.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:21:11.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:21:16.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:21:16.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:21:16.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:21:16.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:21:16.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:21:16.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:21:38.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:21:38.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:21:38.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:21:38.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:21:38.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:21:38.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:21:43.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:21:43.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:21:43.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:21:43.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:21:43.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:21:43.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:22:07.118+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:22:07.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:22:07.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:22:07.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:22:07.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:22:07.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:22:12.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:22:12.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:22:12.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:22:12.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:22:12.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:22:12.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:22:32.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:22:32.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:22:32.595+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:22:32.595+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:22:32.595+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:22:32.595+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:22:37.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:22:37.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:22:37.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:22:37.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:22:37.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:22:37.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:23:01.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:23:01.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:23:01.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:23:01.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:23:01.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:23:01.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:23:06.481+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:23:06.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:23:06.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:23:06.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:23:06.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:23:06.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:23:29.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:23:29.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:23:29.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:23:29.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:23:29.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:23:29.693+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:23:34.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:23:34.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:23:35.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:23:35.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:23:35.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:23:35.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:23:57.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:23:57.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:23:57.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:23:57.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:23:57.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:23:57.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:24:03.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:24:03.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:24:03.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:24:03.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:24:03.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:24:03.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:24:23.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:24:23.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:24:23.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:24:23.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:24:23.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:24:23.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:24:28.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:24:28.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:24:28.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:24:28.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:24:28.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:24:28.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:24:50.125+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:24:50.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:24:50.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:24:50.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:24:50.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:24:50.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:24:55.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:24:55.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:24:55.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:24:55.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:24:55.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:24:55.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:25:18.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:25:18.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:25:18.609+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:25:18.609+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:25:18.609+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:25:18.609+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:25:23.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:25:23.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:25:23.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:25:23.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:25:23.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:25:23.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:25:43.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:25:43.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:25:43.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:25:43.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:25:43.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:25:43.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:25:48.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:25:48.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:25:48.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:25:48.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:25:48.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:25:48.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:26:12.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:26:12.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:26:12.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:26:12.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:26:12.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:26:12.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:26:17.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:26:17.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:26:17.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:26:17.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:26:17.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:26:17.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:26:43.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:26:43.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:26:43.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:26:43.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:26:43.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:26:43.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:26:48.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:26:48.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:26:48.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:26:48.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:26:48.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:26:48.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:27:11.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:27:11.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:27:11.755+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:27:11.755+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:27:11.755+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:27:11.755+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:27:16.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:27:16.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:27:16.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:27:16.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:27:16.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:27:16.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:27:38.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:27:38.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:27:38.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:27:38.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:27:38.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:27:38.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:27:43.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:27:43.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:27:43.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:27:43.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:27:43.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:27:43.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:28:05.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:28:05.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:28:05.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:28:05.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:28:05.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:28:05.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:28:10.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:28:10.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:28:10.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:28:10.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:28:10.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:28:10.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:28:35.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:28:35.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:28:35.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:28:35.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:28:35.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:28:35.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:28:40.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:28:40.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:28:40.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:28:40.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:28:40.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:28:40.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:29:03.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:29:03.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:29:03.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:29:03.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:29:03.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:29:03.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:29:08.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:29:08.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:29:08.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:29:08.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:29:08.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:29:08.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:29:30.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:29:30.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:29:30.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:29:30.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:29:30.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:29:30.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:29:35.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:29:35.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:29:35.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:29:35.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:29:35.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:29:35.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:29:55.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:29:55.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:29:55.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:29:55.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:29:55.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:29:55.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:30:01.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:30:01.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:30:01.186+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:30:01.186+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:30:01.186+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:30:01.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:30:22.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:30:22.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:30:22.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:30:22.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:30:22.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:30:22.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:30:27.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:30:27.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:30:27.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:30:27.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:30:27.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:30:27.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:30:46.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:30:46.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:30:46.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:30:46.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:30:46.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:30:46.710+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:30:51.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:30:51.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:30:51.898+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:30:51.898+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:30:51.898+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:30:51.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:31:13.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:31:13.905+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:31:13.949+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:31:13.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:31:13.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:31:13.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:31:19.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:31:19.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:31:19.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:31:19.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:31:19.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:31:19.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:31:41.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:31:41.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:31:41.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:31:41.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:31:41.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:31:41.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:31:46.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:31:46.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:31:46.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:31:46.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:31:46.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:31:46.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:32:06.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:32:06.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:32:06.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:32:06.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:32:06.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:32:06.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:32:11.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:32:11.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:32:11.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:32:11.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:32:11.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:32:11.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:32:30.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:32:30.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:32:30.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:32:30.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:32:30.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:32:30.937+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:32:36.156+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:32:36.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:32:36.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:32:36.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:32:36.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:32:36.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:32:56.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:32:56.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:32:56.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:32:56.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:32:56.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:32:56.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:33:01.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:33:01.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:33:01.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:33:01.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:33:01.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:33:01.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:33:23.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:33:23.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:33:24.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:33:24.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:33:24.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:33:24.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:33:29.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:33:29.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:33:29.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:33:29.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:33:29.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:33:29.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:33:51.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:33:51.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:33:51.670+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:33:51.670+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:33:51.670+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:33:51.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:33:56.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:33:56.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:33:56.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:33:56.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:33:56.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:33:56.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:34:16.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:34:16.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:34:16.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:34:16.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:34:16.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:34:16.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:34:21.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:34:21.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:34:21.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:34:21.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:34:21.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:34:21.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:34:44.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:34:44.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:34:44.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:34:44.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:34:44.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:34:44.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:34:49.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:34:49.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:34:49.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:34:49.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:34:49.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:34:49.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:35:13.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:35:13.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:35:13.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:35:13.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:35:13.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:35:13.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:35:18.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:35:18.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:35:18.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:35:18.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:35:18.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:35:18.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:35:40.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:35:40.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:35:40.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:35:40.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:35:40.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:35:40.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:35:46.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:35:46.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:35:46.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:35:46.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:35:46.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:35:46.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:36:08.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:36:08.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:36:09.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:36:09.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:36:09.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:36:09.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:36:14.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:36:14.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:36:14.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:36:14.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:36:14.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:36:14.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:36:36.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:36:36.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:36:36.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:36:36.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:36:36.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:36:36.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:36:41.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:36:41.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:36:41.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:36:41.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:36:41.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:36:41.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:37:04.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:37:04.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:37:04.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:37:04.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:37:04.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:37:04.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:37:09.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:37:09.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:37:09.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:37:09.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:37:09.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:37:09.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:37:32.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:37:32.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:37:32.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:37:32.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:37:32.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:37:32.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:37:37.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:37:37.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:37:37.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:37:37.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:37:37.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:37:37.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:37:59.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:37:59.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:37:59.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:37:59.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:37:59.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:37:59.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:38:05.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:38:05.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:38:05.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:38:05.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:38:05.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:38:05.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:38:26.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:38:26.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:38:26.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:38:26.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:38:26.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:38:26.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:38:31.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:38:31.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:38:31.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:38:31.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:38:31.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:38:31.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:38:56.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:38:56.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:38:56.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:38:56.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:38:56.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:38:56.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:39:02.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:39:02.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:39:02.066+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:39:02.066+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:39:02.066+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:39:02.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:39:26.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:39:26.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:39:26.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:39:26.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:39:26.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:39:26.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:39:31.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:39:31.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:39:31.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:39:31.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:39:31.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:39:31.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:39:57.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:39:57.378+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:39:57.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:39:57.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:39:57.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:39:57.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:40:03.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:40:03.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:40:03.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:40:03.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:40:03.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:40:03.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:40:27.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:40:27.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:40:28.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:40:28.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:40:28.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:40:28.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:40:33.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:40:33.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:40:33.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:40:33.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:40:33.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:40:33.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:40:58.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:40:58.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:40:58.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:40:58.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:40:58.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:40:58.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:41:04.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:41:04.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:41:04.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:41:04.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:41:04.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:41:04.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:41:23.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:41:23.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:41:23.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:41:23.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:41:23.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:41:23.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:41:29.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:41:29.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:41:29.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:41:29.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:41:29.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:41:29.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:41:52.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:41:52.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:41:52.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:41:52.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:41:52.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:41:52.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:41:57.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:41:57.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:41:57.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:41:57.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:41:57.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:41:57.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:42:20.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:42:20.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:42:20.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:42:20.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:42:20.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:42:20.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:42:25.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:42:25.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:42:25.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:42:25.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:42:25.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:42:25.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:42:47.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:42:47.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:42:47.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:42:47.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:42:47.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:42:47.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:42:52.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:42:52.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:42:52.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:42:52.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:42:52.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:42:52.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:43:13.208+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:43:13.208+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:43:13.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:43:13.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:43:13.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:43:13.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:43:18.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:43:18.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:43:18.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:43:18.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:43:18.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:43:18.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:43:40.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:43:40.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:43:40.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:43:40.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:43:40.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:43:40.242+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:43:45.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:43:45.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:43:45.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:43:45.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:43:45.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:43:45.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:44:06.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:44:06.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:44:07.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:44:07.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:44:07.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:44:07.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:44:12.259+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:44:12.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:44:12.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:44:12.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:44:12.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:44:12.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:44:37.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:44:37.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:44:37.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:44:37.288+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:44:37.288+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:44:37.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:44:42.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:44:42.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:44:42.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:44:42.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:44:42.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:44:42.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:45:08.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:45:08.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:45:08.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:45:08.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:45:08.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:45:08.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:45:14.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:45:14.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:45:14.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:45:14.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:45:14.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:45:14.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:45:43.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:45:43.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:45:43.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:45:43.143+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:45:43.143+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:45:43.143+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:45:48.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:45:48.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:45:48.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:45:48.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:45:48.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:45:48.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:46:10.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:46:10.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:46:10.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:46:10.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:46:10.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:46:10.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:46:16.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:46:16.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:46:16.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:46:16.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:46:16.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:46:16.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:46:38.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:46:38.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:46:38.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:46:38.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:46:38.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:46:38.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:46:43.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:46:43.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:46:43.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:46:43.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:46:43.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:46:43.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:47:03.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:47:03.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:47:03.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:47:03.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:47:03.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:47:03.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:47:08.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:47:08.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:47:08.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:47:08.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:47:08.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:47:08.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:47:28.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:47:28.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:47:28.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:47:28.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:47:28.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:47:28.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:47:33.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:47:33.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:47:33.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:47:33.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:47:33.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:47:33.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:47:54.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:47:54.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:47:54.337+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:47:54.337+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:47:54.337+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:47:54.337+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:47:59.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:47:59.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:47:59.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:47:59.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:47:59.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:47:59.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:48:18.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:48:18.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:48:18.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:48:18.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:48:18.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:48:18.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:48:23.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:48:23.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:48:23.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:48:23.882+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:48:23.882+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:48:23.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:48:45.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:48:45.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:48:45.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:48:45.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:48:45.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:48:45.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:48:50.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:48:50.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:48:50.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:48:50.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:48:50.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:48:50.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:49:10.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:49:10.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:49:10.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:49:10.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:49:10.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:49:10.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:49:16.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:49:16.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:49:16.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:49:16.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:49:16.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:49:16.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:49:38.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:49:38.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:49:38.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:49:38.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:49:38.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:49:38.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:49:44.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:49:44.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:49:44.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:49:44.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:49:44.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:49:44.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:50:09.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:50:09.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:50:09.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:50:09.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:50:09.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:50:09.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:50:14.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:50:14.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:50:14.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:50:14.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:50:14.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:50:14.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:50:38.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:50:38.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:50:38.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:50:38.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:50:38.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:50:38.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:50:43.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:50:43.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:50:43.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:50:43.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:50:43.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:50:43.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:51:06.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:51:06.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:51:06.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:51:06.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:51:06.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:51:06.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:51:12.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:51:12.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:51:12.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:51:12.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:51:12.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:51:12.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:51:34.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:51:34.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:51:34.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:51:34.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:51:34.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:51:34.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:51:40.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:51:40.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:51:40.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:51:40.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:51:40.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:51:40.052+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:51:59.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:51:59.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:51:59.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:51:59.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:51:59.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:51:59.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:52:05.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:52:05.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:52:05.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:52:05.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:52:05.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:52:05.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:52:27.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:52:27.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:52:27.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:52:27.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:52:27.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:52:27.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:52:32.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:52:32.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:52:32.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:52:32.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:52:32.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:52:32.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:52:56.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:52:56.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:52:56.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:52:56.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:52:56.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:52:56.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:53:01.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:53:01.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:53:01.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:53:01.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:53:01.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:53:01.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:53:22.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:53:22.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:53:22.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:53:22.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:53:22.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:53:22.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:53:28.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:53:28.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:53:28.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:53:28.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:53:28.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:53:28.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:53:52.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:53:52.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:53:52.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:53:52.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:53:52.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:53:52.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:53:57.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:53:57.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:53:58.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:53:58.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:53:58.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:53:58.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:54:22.165+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:54:22.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:54:22.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:54:22.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:54:22.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:54:22.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:54:27.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:54:27.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:54:27.496+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:54:27.496+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:54:27.496+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:54:27.496+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:54:48.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:54:48.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:54:48.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:54:48.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:54:48.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:54:48.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:54:53.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:54:53.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:54:53.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:54:53.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:54:53.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:54:53.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:55:13.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:55:13.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:55:13.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:55:13.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:55:13.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:55:13.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:55:18.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:55:18.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:55:18.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:55:18.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:55:18.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:55:18.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:55:38.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:55:38.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:55:38.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:55:38.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:55:38.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:55:38.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:55:43.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:55:43.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:55:43.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:55:43.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:55:43.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:55:43.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:56:06.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:56:06.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:56:06.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:56:06.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:56:06.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:56:06.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:56:11.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:56:11.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:56:11.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:56:11.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:56:11.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:56:11.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:56:32.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:56:32.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:56:32.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:56:32.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:56:32.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:56:32.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:56:38.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:56:38.032+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:56:38.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:56:38.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:56:38.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:56:38.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:56:57.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:56:57.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:56:57.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:56:57.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:56:57.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:56:57.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:57:02.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:57:02.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:57:02.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:57:02.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:57:02.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:57:02.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:57:24.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:57:24.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:57:24.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:57:24.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:57:24.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:57:24.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:57:29.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:57:29.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:57:29.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:57:29.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:57:29.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:57:29.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:57:52.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:57:52.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:57:52.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:57:52.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:57:52.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:57:52.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:57:57.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:57:57.835+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:57:57.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:57:57.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:57:57.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:57:57.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:58:18.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:58:18.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:58:18.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:58:18.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:58:18.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:58:18.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:58:23.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:58:23.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:58:23.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:58:23.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:58:23.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:58:23.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:58:42.857+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:58:42.857+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:58:42.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:58:42.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:58:42.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:58:42.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:58:48.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:58:48.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:58:48.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:58:48.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:58:48.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:58:48.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:59:07.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:59:07.363+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:59:07.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:59:07.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:59:07.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:59:07.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:59:12.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:59:12.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:59:12.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:59:12.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:59:12.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:59:12.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:59:35.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:59:35.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:59:35.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:59:35.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:59:35.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:59:35.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T20:59:40.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T20:59:40.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T20:59:40.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T20:59:40.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T20:59:40.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T20:59:40.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:00:04.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:00:04.184+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:00:04.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:00:04.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:00:04.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:00:04.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:00:09.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:00:09.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:00:09.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:00:09.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:00:09.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:00:09.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:00:32.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:00:32.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:00:32.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:00:32.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:00:32.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:00:32.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:00:38.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:00:38.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:00:38.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:00:38.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:00:38.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:00:38.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:01:00.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:01:00.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:01:00.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:01:00.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:01:00.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:01:00.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:01:05.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:01:05.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:01:05.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:01:05.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:01:05.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:01:05.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:01:27.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:01:27.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:01:27.329+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:01:27.329+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:01:27.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:01:27.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:01:32.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:01:32.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:01:32.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:01:32.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:01:32.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:01:32.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:01:59.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:01:59.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:01:59.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:01:59.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:01:59.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:01:59.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:02:04.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:02:04.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:02:04.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:02:04.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:02:04.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:02:04.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:02:27.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:02:27.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:02:27.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:02:27.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:02:27.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:02:27.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:02:33.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:02:33.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:02:33.089+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:02:33.089+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:02:33.089+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:02:33.089+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:02:53.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:02:53.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:02:53.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:02:53.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:02:53.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:02:53.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:02:59.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:02:59.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:02:59.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:02:59.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:02:59.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:02:59.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:03:17.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:03:17.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:03:17.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:03:17.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:03:17.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:03:17.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:03:22.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:03:22.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:03:22.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:03:22.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:03:22.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:03:22.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:03:44.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:03:44.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:03:44.623+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:03:44.623+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:03:44.623+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:03:44.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:03:49.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:03:49.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:03:49.949+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:03:49.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:03:49.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:03:49.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:04:14.202+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:04:14.202+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:04:14.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:04:14.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:04:14.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:04:14.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:04:19.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:04:19.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:04:19.544+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:04:19.544+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:04:19.544+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:04:19.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:04:41.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:04:41.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:04:41.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:04:41.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:04:41.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:04:41.670+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:04:47.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:04:47.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:04:47.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:04:47.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:04:47.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:04:47.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:05:08.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:05:08.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:05:08.213+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:05:08.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:05:08.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:05:08.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:05:13.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:05:13.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:05:13.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:05:13.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:05:13.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:05:13.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:05:35.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:05:35.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:05:35.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:05:35.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:05:35.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:05:35.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:05:40.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:05:40.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:05:40.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:05:40.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:05:40.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:05:40.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:06:00.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:06:00.576+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:06:00.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:06:00.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:06:00.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:06:00.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:06:05.810+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:06:05.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:06:05.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:06:05.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:06:05.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:06:05.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:06:27.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:06:27.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:06:27.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:06:27.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:06:27.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:06:27.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:06:32.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:06:32.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:06:32.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:06:32.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:06:32.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:06:32.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:06:52.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:06:52.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:06:52.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:06:52.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:06:52.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:06:52.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:06:58.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:06:58.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:06:58.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:06:58.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:06:58.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:06:58.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:07:18.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:07:18.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:07:18.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:07:18.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:07:18.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:07:18.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:07:24.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:07:24.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:07:24.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:07:24.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:07:24.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:07:24.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:07:46.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:07:46.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:07:46.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:07:46.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:07:46.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:07:46.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:07:51.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:07:51.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:07:51.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:07:51.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:07:51.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:07:51.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:08:12.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:08:12.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:08:12.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:08:12.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:08:12.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:08:12.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:08:17.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:08:17.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:08:17.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:08:17.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:08:17.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:08:17.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:08:39.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:08:39.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:08:39.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:08:39.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:08:39.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:08:39.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:08:45.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:08:45.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:08:45.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:08:45.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:08:45.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:08:45.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:09:06.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:09:06.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:09:06.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:09:06.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:09:06.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:09:06.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:09:11.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:09:11.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:09:11.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:09:11.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:09:11.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:09:11.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:09:32.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:09:32.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:09:32.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:09:32.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:09:32.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:09:32.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:09:37.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:09:37.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:09:37.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:09:37.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:09:37.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:09:37.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:10:05.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:10:05.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:10:05.336+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:10:05.336+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:10:05.336+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:10:05.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:10:10.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:10:10.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:10:10.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:10:10.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:10:10.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:10:10.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:10:34.561+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:10:34.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:10:34.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:10:34.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:10:34.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:10:34.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:10:39.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:10:39.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:10:39.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:10:39.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:10:39.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:10:39.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:11:04.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:11:04.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:11:04.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:11:04.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:11:04.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:11:04.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:11:10.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:11:10.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:11:10.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:11:10.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:11:10.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:11:10.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:11:31.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:11:31.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:11:31.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:11:31.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:11:31.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:11:31.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:11:36.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:11:36.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:11:36.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:11:36.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:11:36.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:11:36.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:11:59.561+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:11:59.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:11:59.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:11:59.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:11:59.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:11:59.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:12:04.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:12:04.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:12:04.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:12:04.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:12:04.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:12:04.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:12:26.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:12:26.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:12:26.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:12:26.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:12:26.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:12:26.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:12:31.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:12:31.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:12:31.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:12:31.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:12:31.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:12:31.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:12:53.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:12:53.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:12:53.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:12:53.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:12:53.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:12:53.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:12:58.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:12:58.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:12:58.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:12:58.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:12:58.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:12:58.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:13:19.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:13:19.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:13:19.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:13:19.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:13:19.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:13:19.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:13:24.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:13:24.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:13:24.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:13:24.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:13:24.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:13:24.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:13:45.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:13:45.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:13:45.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:13:45.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:13:45.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:13:45.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:13:50.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:13:50.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:13:50.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:13:50.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:13:50.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:13:50.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:14:16.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:14:16.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:14:16.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:14:16.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:14:16.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:14:16.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:14:22.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:14:22.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:14:22.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:14:22.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:14:22.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:14:22.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:14:45.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:14:45.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:14:45.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:14:45.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:14:45.066+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:14:45.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:14:50.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:14:50.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:14:50.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:14:50.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:14:50.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:14:50.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:15:14.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:15:14.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:15:14.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:15:14.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:15:14.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:15:14.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:15:19.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:15:19.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:15:19.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:15:19.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:15:19.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:15:19.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:15:45.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:15:45.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:15:45.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:15:45.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:15:45.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:15:45.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:15:51.113+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:15:51.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:15:51.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:15:51.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:15:51.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:15:51.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:16:13.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:16:13.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:16:13.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:16:13.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:16:13.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:16:13.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:16:18.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:16:18.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:16:18.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:16:18.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:16:18.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:16:18.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:16:41.613+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:16:41.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:16:41.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:16:41.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:16:41.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:16:41.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:16:46.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:16:46.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:16:46.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:16:46.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:16:46.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:16:46.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:17:07.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:17:07.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:17:07.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:17:07.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:17:07.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:17:07.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:17:12.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:17:12.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:17:12.735+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:17:12.735+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:17:12.735+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:17:12.735+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:17:34.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:17:34.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:17:34.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:17:34.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:17:34.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:17:34.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:17:39.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:17:39.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:17:39.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:17:39.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:17:39.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:17:39.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:18:04.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:18:04.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:18:04.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:18:04.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:18:04.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:18:04.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:18:09.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:18:09.881+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:18:09.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:18:09.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:18:09.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:18:09.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:18:28.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:18:28.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:18:28.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:18:28.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:18:28.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:18:28.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:18:34.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:18:34.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:18:34.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:18:34.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:18:34.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:18:34.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:18:52.181+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:18:52.182+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:18:52.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:18:52.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:18:52.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:18:52.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:18:57.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:18:57.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:18:57.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:18:57.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:18:57.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:18:57.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:19:22.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:19:22.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:19:22.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:19:22.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:19:22.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:19:22.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:19:28.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:19:28.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:19:28.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:19:28.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:19:28.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:19:28.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:19:50.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:19:50.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:19:50.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:19:50.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:19:50.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:19:50.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:19:55.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:19:55.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:19:55.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:19:55.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:19:55.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:19:55.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:20:16.965+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:20:16.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:20:16.997+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:20:16.997+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:20:16.997+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:20:16.997+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:20:22.183+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:20:22.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:20:22.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:20:22.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:20:22.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:20:22.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:20:43.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:20:43.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:20:43.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:20:43.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:20:43.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:20:43.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:20:48.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:20:48.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:20:48.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:20:48.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:20:48.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:20:48.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:21:07.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:21:07.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:21:07.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:21:07.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:21:07.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:21:07.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:21:13.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:21:13.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:21:13.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:21:13.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:21:13.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:21:13.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:21:34.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:21:34.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:21:34.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:21:34.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:21:34.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:21:34.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:21:39.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:21:39.256+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:21:39.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:21:39.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:21:39.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:21:39.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:22:00.089+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:22:00.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:22:00.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:22:00.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:22:00.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:22:00.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:22:05.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:22:05.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:22:05.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:22:05.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:22:05.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:22:05.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:22:25.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:22:25.976+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:22:26.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:22:26.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:22:26.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:22:26.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:22:31.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:22:31.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:22:31.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:22:31.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:22:31.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:22:31.308+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:22:53.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:22:53.227+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:22:53.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:22:53.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:22:53.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:22:53.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:22:58.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:22:58.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:22:58.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:22:58.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:22:58.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:22:58.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:23:22.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:23:22.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:23:22.721+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:23:22.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:23:22.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:23:22.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:23:28.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:23:28.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:23:28.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:23:28.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:23:28.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:23:28.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:23:54.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:23:54.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:23:54.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:23:54.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:23:54.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:23:54.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:24:00.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:24:00.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:24:00.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:24:00.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:24:00.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:24:00.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:24:24.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:24:24.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:24:24.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:24:24.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:24:24.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:24:24.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:24:29.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:24:29.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:24:29.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:24:29.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:24:29.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:24:29.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:24:51.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:24:51.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:24:51.786+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:24:51.786+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:24:51.786+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:24:51.786+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:24:57.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:24:57.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:24:57.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:24:57.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:24:57.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:24:57.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:25:18.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:25:18.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:25:18.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:25:18.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:25:18.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:25:18.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:25:23.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:25:23.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:25:23.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:25:23.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:25:23.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:25:23.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:25:44.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:25:44.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:25:44.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:25:44.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:25:44.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:25:44.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:25:49.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:25:49.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:25:49.587+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:25:49.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:25:49.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:25:49.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:26:12.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:26:12.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:26:12.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:26:12.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:26:12.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:26:12.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:26:18.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:26:18.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:26:18.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:26:18.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:26:18.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:26:18.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:26:38.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:26:38.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:26:38.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:26:38.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:26:38.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:26:38.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:26:43.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:26:43.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:26:43.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:26:43.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:26:43.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:26:43.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:27:03.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:27:03.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:27:03.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:27:03.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:27:03.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:27:03.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:27:08.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:27:08.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:27:08.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:27:08.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:27:08.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:27:08.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:27:29.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:27:29.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:27:29.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:27:29.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:27:29.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:27:29.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:27:34.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:27:34.814+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:27:34.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:27:34.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:27:34.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:27:34.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:27:55.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:27:55.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:27:55.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:27:55.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:27:55.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:27:55.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:28:00.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:28:00.726+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:28:00.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:28:00.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:28:00.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:28:00.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:28:20.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:28:20.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:28:20.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:28:20.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:28:20.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:28:20.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:28:26.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:28:26.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:28:26.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:28:26.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:28:26.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:28:26.083+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:28:47.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:28:47.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:28:47.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:28:47.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:28:47.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:28:47.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:28:52.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:28:52.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:28:52.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:28:52.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:28:52.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:28:52.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:29:12.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:29:12.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:29:12.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:29:12.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:29:12.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:29:12.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:29:17.825+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:29:17.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:29:17.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:29:17.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:29:17.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:29:17.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:29:37.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:29:37.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:29:37.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:29:37.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:29:37.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:29:37.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:29:42.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:29:42.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:29:42.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:29:42.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:29:42.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:29:42.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:30:04.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:30:04.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:30:04.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:30:04.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:30:04.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:30:04.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:30:09.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:30:09.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:30:09.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:30:09.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:30:09.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:30:09.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:30:33.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:30:33.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:30:33.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:30:33.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:30:33.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:30:33.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:30:38.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:30:38.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:30:38.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:30:38.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:30:38.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:30:38.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:31:02.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:31:02.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:31:02.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:31:02.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:31:02.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:31:02.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:31:08.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:31:08.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:31:08.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:31:08.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:31:08.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:31:08.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:31:32.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:31:32.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:31:32.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:31:32.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:31:32.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:31:32.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:31:37.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:31:37.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:31:37.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:31:37.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:31:37.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:31:37.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:31:58.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:31:58.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:31:58.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:31:58.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:31:58.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:31:58.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:32:03.887+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:32:03.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:32:03.918+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:32:03.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:32:03.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:32:03.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:32:23.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:32:23.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:32:23.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:32:23.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:32:23.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:32:23.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:32:28.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:32:28.446+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:32:28.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:32:28.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:32:28.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:32:28.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:32:48.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:32:48.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:32:48.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:32:48.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:32:48.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:32:48.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:32:53.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:32:53.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:32:53.267+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:32:53.267+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:32:53.267+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:32:53.267+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:33:13.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:33:13.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:33:13.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:33:13.412+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:33:13.412+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:33:13.412+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:33:18.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:33:18.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:33:18.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:33:18.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:33:18.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:33:18.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:33:38.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:33:38.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:33:38.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:33:38.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:33:38.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:33:38.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:33:43.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:33:43.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:33:43.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:33:43.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:33:43.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:33:43.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:34:04.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:34:04.197+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:34:04.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:34:04.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:34:04.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:34:04.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:34:09.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:34:09.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:34:09.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:34:09.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:34:09.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:34:09.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:34:30.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:34:30.646+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:34:30.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:34:30.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:34:30.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:34:30.683+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:34:35.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:34:35.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:34:35.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:34:35.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:34:35.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:34:35.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:34:57.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:34:57.810+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:34:57.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:34:57.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:34:57.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:34:57.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:35:03.184+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:35:03.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:35:03.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:35:03.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:35:03.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:35:03.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:35:26.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:35:26.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:35:26.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:35:26.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:35:26.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:35:26.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:35:31.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:35:31.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:35:32.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:35:32.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:35:32.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:35:32.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:35:53.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:35:53.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:35:53.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:35:53.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:35:53.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:35:53.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:35:58.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:35:58.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:35:58.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:35:58.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:35:58.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:35:58.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:36:18.275+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:36:18.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:36:18.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:36:18.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:36:18.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:36:18.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:36:23.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:36:23.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:36:23.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:36:23.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:36:23.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:36:23.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:36:44.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:36:44.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:36:44.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:36:44.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:36:44.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:36:44.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:36:49.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:36:49.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:36:49.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:36:49.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:36:49.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:36:49.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:37:11.596+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:37:11.596+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:37:11.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:37:11.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:37:11.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:37:11.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:37:16.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:37:16.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:37:16.987+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:37:16.987+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:37:16.987+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:37:16.987+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:37:40.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:37:40.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:37:40.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:37:40.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:37:40.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:37:40.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:37:46.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:37:46.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:37:46.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:37:46.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:37:46.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:37:46.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:38:08.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:38:08.170+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:38:08.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:38:08.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:38:08.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:38:08.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:38:13.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:38:13.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:38:13.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:38:13.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:38:13.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:38:13.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:38:35.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:38:35.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:38:35.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:38:35.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:38:35.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:38:35.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:38:41.249+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:38:41.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:38:41.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:38:41.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:38:41.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:38:41.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:39:02.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:39:02.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:39:02.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:39:02.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:39:02.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:39:02.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:39:07.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:39:07.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:39:07.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:39:07.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:39:07.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:39:07.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:39:27.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:39:27.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:39:27.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:39:27.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:39:27.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:39:27.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:39:32.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:39:32.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:39:32.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:39:32.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:39:32.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:39:32.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:39:52.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:39:52.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:39:53.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:39:53.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:39:53.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:39:53.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:39:58.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:39:58.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:39:58.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:39:58.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:39:58.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:39:58.197+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:40:21.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:40:21.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:40:21.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:40:21.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:40:21.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:40:21.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:40:26.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:40:26.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:40:26.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:40:26.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:40:26.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:40:26.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:40:48.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:40:48.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:40:48.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:40:48.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:40:48.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:40:48.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:40:53.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:40:53.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:40:53.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:40:53.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:40:53.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:40:53.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:41:14.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:41:14.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:41:14.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:41:14.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:41:14.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:41:14.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:41:20.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:41:20.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:41:20.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:41:20.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:41:20.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:41:20.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:41:39.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:41:39.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:41:39.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:41:39.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:41:39.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:41:39.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:41:44.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:41:44.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:41:44.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:41:44.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:41:44.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:41:44.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:42:04.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:42:04.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:42:04.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:42:04.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:42:04.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:42:04.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:42:10.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:42:10.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:42:10.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:42:10.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:42:10.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:42:10.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:42:32.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:42:32.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:42:32.979+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:42:32.979+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:42:32.979+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:42:32.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:42:38.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:42:38.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:42:38.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:42:38.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:42:38.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:42:38.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:42:59.125+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:42:59.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:42:59.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:42:59.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:42:59.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:42:59.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:43:04.351+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:43:04.351+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:43:04.388+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:43:04.388+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:43:04.388+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:43:04.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:43:29.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:43:29.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:43:29.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:43:29.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:43:29.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:43:29.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:43:34.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:43:34.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:43:34.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:43:34.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:43:34.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:43:34.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:43:55.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:43:55.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:43:55.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:43:55.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:43:55.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:43:55.197+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:44:00.314+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:44:00.314+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:44:00.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:44:00.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:44:00.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:44:00.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:44:19.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:44:19.504+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:44:19.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:44:19.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:44:19.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:44:19.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:44:24.817+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:44:24.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:44:24.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:44:24.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:44:24.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:44:24.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:44:44.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:44:44.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:44:44.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:44:44.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:44:44.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:44:44.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:44:49.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:44:49.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:44:49.976+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:44:49.976+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:44:49.976+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:44:49.976+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:45:08.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:45:08.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:45:09.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:45:09.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:45:09.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:45:09.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:45:14.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:45:14.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:45:14.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:45:14.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:45:14.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:45:14.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:45:36.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:45:36.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:45:36.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:45:36.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:45:36.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:45:36.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:45:41.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:45:41.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:45:42.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:45:42.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:45:42.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:45:42.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:46:07.039+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:46:07.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:46:07.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:46:07.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:46:07.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:46:07.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:46:12.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:46:12.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:46:12.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:46:12.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:46:12.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:46:12.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:46:35.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:46:35.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:46:35.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:46:35.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:46:35.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:46:35.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:46:40.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:46:40.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:46:40.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:46:40.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:46:40.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:46:40.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:47:03.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:47:03.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:47:03.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:47:03.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:47:03.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:47:03.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:47:08.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:47:08.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:47:08.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:47:08.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:47:08.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:47:08.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:47:29.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:47:29.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:47:29.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:47:29.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:47:29.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:47:29.262+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:47:34.392+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:47:34.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:47:34.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:47:34.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:47:34.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:47:34.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:47:55.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:47:55.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:47:55.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:47:55.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:47:55.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:47:55.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:48:00.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:48:00.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:48:00.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:48:00.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:48:00.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:48:00.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:48:22.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:48:22.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:48:22.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:48:22.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:48:22.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:48:22.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:48:27.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:48:27.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:48:27.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:48:27.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:48:27.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:48:27.550+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:48:47.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:48:47.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:48:47.285+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:48:47.285+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:48:47.285+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:48:47.285+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:48:52.485+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:48:52.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:48:52.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:48:52.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:48:52.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:48:52.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:49:12.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:49:12.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:49:12.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:49:12.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:49:12.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:49:12.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:49:17.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:49:17.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:49:17.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:49:17.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:49:17.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:49:17.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:49:37.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:49:37.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:49:37.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:49:37.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:49:37.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:49:37.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:49:42.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:49:42.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:49:42.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:49:42.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:49:42.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:49:42.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:50:02.865+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:50:02.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:50:02.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:50:02.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:50:02.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:50:02.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:50:08.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:50:08.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:50:08.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:50:08.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:50:08.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:50:08.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:50:27.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:50:27.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:50:27.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:50:27.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:50:27.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:50:27.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:50:33.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:50:33.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:50:33.336+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:50:33.336+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:50:33.336+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:50:33.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:50:53.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:50:53.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:50:53.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:50:53.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:50:53.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:50:53.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:50:58.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:50:58.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:50:58.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:50:58.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:50:58.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:50:58.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:51:17.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:51:17.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:51:17.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:51:17.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:51:17.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:51:17.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:51:22.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:51:22.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:51:22.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:51:22.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:51:22.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:51:22.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:51:44.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:51:44.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:51:45.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:51:45.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:51:45.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:51:45.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:51:50.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:51:50.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:51:50.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:51:50.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:51:50.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:51:50.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:52:12.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:52:12.531+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:52:12.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:52:12.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:52:12.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:52:12.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:52:17.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:52:17.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:52:17.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:52:17.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:52:17.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:52:17.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:52:36.365+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:52:36.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:52:36.409+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:52:36.409+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:52:36.409+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:52:36.409+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:52:41.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:52:41.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:52:41.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:52:41.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:52:41.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:52:41.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:53:02.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:53:02.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:53:02.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:53:02.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:53:02.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:53:02.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:53:08.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:53:08.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:53:08.186+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:53:08.186+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:53:08.186+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:53:08.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:53:29.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:53:29.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:53:29.551+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:53:29.551+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:53:29.551+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:53:29.551+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:53:34.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:53:34.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:53:34.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:53:34.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:53:34.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:53:34.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:53:53.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:53:53.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:53:54.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:53:54.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:53:54.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:53:54.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:53:59.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:53:59.165+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:53:59.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:53:59.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:53:59.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:53:59.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:54:20.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:54:20.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:54:20.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:54:20.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:54:20.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:54:20.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:54:25.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:54:26.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:54:26.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:54:26.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:54:26.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:54:26.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:54:47.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:54:47.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:54:47.459+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:54:47.459+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:54:47.459+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:54:47.459+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:54:52.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:54:52.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:54:52.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:54:52.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:54:52.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:54:52.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:55:11.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:55:11.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:55:11.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:55:11.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:55:11.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:55:11.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:55:16.892+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:55:16.892+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:55:16.921+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:55:16.922+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:55:16.922+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:55:16.922+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:55:35.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:55:35.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:55:35.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:55:35.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:55:35.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:55:35.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:55:40.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:55:40.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:55:40.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:55:40.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:55:40.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:55:40.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:56:03.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:56:03.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:56:03.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:56:03.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:56:03.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:56:03.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:56:08.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:56:08.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:56:09.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:56:09.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:56:09.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:56:09.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:56:33.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:56:33.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:56:33.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:56:33.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:56:33.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:56:33.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:56:39.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:56:39.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:56:39.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:56:39.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:56:39.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:56:39.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:57:00.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:57:00.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:57:00.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:57:00.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:57:00.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:57:00.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:57:05.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:57:05.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:57:05.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:57:05.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:57:05.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:57:05.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:57:28.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:57:28.472+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:57:28.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:57:28.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:57:28.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:57:28.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:57:33.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:57:33.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:57:33.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:57:33.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:57:33.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:57:33.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:57:57.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:57:57.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:57:57.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:57:57.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:57:57.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:57:57.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:58:02.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:58:02.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:58:02.356+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:58:02.356+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:58:02.356+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:58:02.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:58:23.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:58:23.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:58:23.493+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:58:23.493+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:58:23.493+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:58:23.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:58:29.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:58:29.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:58:29.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:58:29.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:58:29.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:58:29.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:58:50.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:58:50.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:58:50.781+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:58:50.781+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:58:50.781+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:58:50.781+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:58:55.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:58:55.999+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:58:56.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:58:56.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:58:56.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:58:56.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:59:16.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:59:16.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:59:16.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:59:16.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:59:16.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:59:16.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:59:21.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:59:21.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:59:21.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:59:21.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:59:21.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:59:21.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:59:40.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:59:40.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:59:40.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:59:40.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:59:40.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:59:40.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T21:59:45.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T21:59:45.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T21:59:45.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T21:59:45.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T21:59:45.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T21:59:45.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:00:08.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:00:08.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:00:08.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:00:08.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:00:08.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:00:08.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:00:14.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:00:14.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:00:14.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:00:14.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:00:14.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:00:14.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:00:39.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:00:39.589+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:00:39.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:00:39.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:00:39.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:00:39.625+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:00:44.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:00:44.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:00:44.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:00:44.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:00:44.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:00:44.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:01:08.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:01:08.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:01:08.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:01:08.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:01:08.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:01:08.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:01:14.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:01:14.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:01:14.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:01:14.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:01:14.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:01:14.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:01:39.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:01:39.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:01:39.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:01:39.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:01:39.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:01:39.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:01:44.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:01:44.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:01:44.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:01:44.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:01:44.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:01:44.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:02:05.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:02:05.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:02:05.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:02:05.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:02:05.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:02:05.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:02:10.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:02:10.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:02:10.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:02:10.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:02:10.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:02:10.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:02:29.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:02:29.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:02:30.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:02:30.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:02:30.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:02:30.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:02:35.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:02:35.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:02:35.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:02:35.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:02:35.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:02:35.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:02:57.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:02:57.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:02:57.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:02:57.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:02:57.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:02:57.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:03:02.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:03:02.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:03:02.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:03:02.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:03:02.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:03:02.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:03:26.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:03:26.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:03:26.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:03:26.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:03:26.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:03:26.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:03:31.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:03:31.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:03:31.968+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:03:31.968+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:03:31.968+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:03:31.968+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:03:53.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:03:53.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:03:53.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:03:53.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:03:53.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:03:53.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:03:58.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:03:58.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:03:59.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:03:59.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:03:59.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:03:59.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:04:20.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:04:20.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:04:20.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:04:20.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:04:20.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:04:20.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:04:25.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:04:25.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:04:25.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:04:25.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:04:25.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:04:25.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:04:48.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:04:48.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:04:48.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:04:48.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:04:48.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:04:48.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:04:53.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:04:53.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:04:53.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:04:53.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:04:53.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:04:53.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:05:14.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:05:14.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:05:14.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:05:14.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:05:14.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:05:14.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:05:19.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:05:19.958+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:05:20.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:05:20.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:05:20.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:05:20.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:05:41.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:05:41.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:05:41.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:05:41.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:05:41.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:05:41.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:05:46.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:05:46.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:05:46.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:05:46.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:05:46.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:05:46.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:06:07.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:06:07.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:06:07.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:06:07.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:06:07.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:06:07.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:06:12.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:06:12.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:06:12.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:06:12.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:06:12.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:06:12.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:06:38.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:06:38.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:06:38.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:06:38.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:06:38.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:06:38.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:06:43.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:06:43.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:06:43.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:06:43.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:06:43.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:06:43.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:07:06.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:07:06.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:07:06.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:07:06.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:07:06.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:07:06.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:07:11.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:07:11.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:07:12.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:07:12.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:07:12.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:07:12.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:07:32.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:07:32.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:07:32.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:07:32.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:07:32.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:07:32.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:07:37.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:07:37.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:07:37.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:07:37.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:07:37.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:07:37.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:07:58.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:07:58.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:07:58.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:07:58.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:07:58.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:07:58.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:08:04.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:08:04.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:08:04.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:08:04.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:08:04.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:08:04.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:08:25.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:08:25.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:08:25.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:08:25.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:08:25.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:08:25.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:08:30.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:08:30.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:08:30.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:08:30.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:08:30.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:08:30.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:08:53.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:08:53.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:08:53.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:08:53.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:08:53.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:08:53.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:08:59.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:08:59.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:08:59.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:08:59.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:08:59.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:08:59.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:09:22.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:09:22.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:09:22.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:09:22.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:09:22.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:09:22.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:09:27.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:09:27.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:09:27.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:09:27.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:09:27.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:09:27.600+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:09:48.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:09:48.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:09:48.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:09:48.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:09:48.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:09:48.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:09:53.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:09:53.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:09:53.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:09:53.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:09:53.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:09:53.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:10:13.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:10:13.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:10:13.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:10:13.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:10:13.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:10:13.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:10:18.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:10:18.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:10:18.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:10:18.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:10:18.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:10:18.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:10:39.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:10:39.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:10:39.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:10:39.839+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:10:39.839+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:10:39.839+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:10:45.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:10:45.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:10:45.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:10:45.075+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:10:45.075+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:10:45.075+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:11:04.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:11:04.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:11:04.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:11:04.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:11:04.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:11:04.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:11:09.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:11:09.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:11:09.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:11:09.288+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:11:09.288+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:11:09.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:11:30.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:11:30.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:11:30.511+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:11:30.511+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:11:30.511+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:11:30.511+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:11:35.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:11:35.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:11:35.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:11:35.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:11:35.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:11:35.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:11:55.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:11:55.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:11:55.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:11:55.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:11:55.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:11:55.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:12:01.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:12:01.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:12:01.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:12:01.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:12:01.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:12:01.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:12:23.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:12:23.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:12:24.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:12:24.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:12:24.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:12:24.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:12:29.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:12:29.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:12:29.251+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:12:29.251+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:12:29.251+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:12:29.251+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:12:50.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:12:50.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:12:50.781+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:12:50.781+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:12:50.781+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:12:50.781+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:12:55.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:12:55.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:12:55.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:12:55.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:12:55.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:12:55.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:13:19.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:13:19.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:13:19.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:13:19.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:13:19.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:13:19.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:13:24.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:13:24.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:13:24.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:13:24.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:13:24.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:13:24.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:13:46.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:13:46.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:13:46.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:13:46.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:13:46.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:13:46.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:13:51.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:13:51.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:13:51.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:13:51.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:13:51.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:13:51.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:14:12.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:14:12.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:14:12.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:14:12.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:14:12.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:14:12.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:14:17.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:14:17.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:14:17.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:14:17.381+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:14:17.381+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:14:17.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:14:39.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:14:39.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:14:39.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:14:39.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:14:39.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:14:39.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:14:44.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:14:44.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:14:44.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:14:44.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:14:44.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:14:44.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:15:08.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:15:08.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:15:08.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:15:08.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:15:08.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:15:08.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:15:13.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:15:13.435+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:15:13.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:15:13.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:15:13.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:15:13.460+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:15:32.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:15:32.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:15:32.893+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:15:32.893+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:15:32.893+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:15:32.893+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:15:38.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:15:38.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:15:38.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:15:38.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:15:38.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:15:38.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:15:57.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:15:57.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:15:57.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:15:57.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:15:57.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:15:57.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:16:02.944+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:16:02.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:16:02.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:16:02.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:16:02.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:16:02.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:16:23.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:16:23.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:16:23.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:16:23.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:16:23.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:16:23.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:16:28.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:16:28.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:16:28.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:16:28.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:16:28.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:16:28.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:16:49.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:16:49.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:16:49.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:16:49.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:16:49.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:16:49.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:16:55.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:16:55.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:16:55.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:16:55.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:16:55.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:16:55.176+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:17:15.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:17:15.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:17:15.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:17:15.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:17:15.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:17:15.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:17:20.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:17:20.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:17:21.000+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:17:21.000+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:17:21.000+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:17:21.000+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:17:40.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:17:40.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:17:40.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:17:40.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:17:40.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:17:40.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:17:46.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:17:46.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:17:46.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:17:46.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:17:46.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:17:46.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:18:06.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:18:06.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:18:06.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:18:06.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:18:06.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:18:06.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:18:12.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:18:12.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:18:12.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:18:12.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:18:12.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:18:12.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:18:34.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:18:34.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:18:34.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:18:34.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:18:34.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:18:34.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:18:40.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:18:40.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:18:40.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:18:40.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:18:40.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:18:40.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:19:04.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:19:04.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:19:04.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:19:04.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:19:04.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:19:04.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:19:09.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:19:09.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:19:09.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:19:09.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:19:09.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:19:09.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:19:32.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:19:32.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:19:32.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:19:32.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:19:32.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:19:32.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:19:38.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:19:38.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:19:38.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:19:38.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:19:38.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:19:38.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:20:01.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:20:01.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:20:01.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:20:01.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:20:01.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:20:01.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:20:06.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:20:06.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:20:06.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:20:06.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:20:06.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:20:06.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:20:31.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:20:31.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:20:31.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:20:31.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:20:31.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:20:31.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:20:36.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:20:36.314+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:20:36.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:20:36.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:20:36.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:20:36.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:20:58.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:20:58.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:20:58.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:20:58.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:20:58.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:20:58.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:21:03.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:21:03.858+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:21:03.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:21:03.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:21:03.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:21:03.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:21:24.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:21:24.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:21:24.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:21:24.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:21:24.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:21:24.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:21:29.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:21:29.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:21:29.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:21:29.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:21:29.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:21:29.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:21:48.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:21:48.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:21:48.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:21:48.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:21:48.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:21:48.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:21:53.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:21:53.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:21:53.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:21:53.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:21:53.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:21:53.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:22:16.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:22:16.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:22:16.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:22:16.125+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:22:16.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:22:16.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:22:21.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:22:21.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:22:21.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:22:21.469+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:22:21.469+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:22:21.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:22:43.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:22:43.331+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:22:43.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:22:43.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:22:43.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:22:43.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:22:48.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:22:48.518+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:22:48.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:22:48.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:22:48.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:22:48.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:23:11.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:23:11.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:23:11.083+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:23:11.083+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:23:11.083+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:23:11.083+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:23:16.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:23:16.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:23:16.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:23:16.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:23:16.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:23:16.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:23:38.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:23:38.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:23:38.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:23:38.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:23:38.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:23:38.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:23:43.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:23:43.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:23:43.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:23:43.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:23:43.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:23:43.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:24:02.576+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:24:02.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:24:02.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:24:02.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:24:02.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:24:02.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:24:07.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:24:07.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:24:07.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:24:07.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:24:07.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:24:07.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:24:26.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:24:26.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:24:26.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:24:26.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:24:26.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:24:26.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:24:32.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:24:32.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:24:32.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:24:32.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:24:32.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:24:32.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:24:52.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:24:52.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:24:52.933+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:24:52.933+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:24:52.933+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:24:52.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:24:58.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:24:58.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:24:58.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:24:58.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:24:58.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:24:58.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:25:25.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:25:25.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:25:25.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:25:25.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:25:25.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:25:25.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:25:30.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:25:30.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:25:30.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:25:30.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:25:30.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:25:30.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:25:52.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:25:52.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:25:53.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:25:53.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:25:53.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:25:53.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:26:00.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:26:00.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:26:00.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:26:00.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:26:00.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:26:00.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:26:28.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:26:28.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:26:28.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:26:28.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:26:28.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:26:28.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:26:33.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:26:33.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:26:33.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:26:33.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:26:33.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:26:33.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:26:55.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:26:55.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:26:55.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:26:55.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:26:55.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:26:55.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:27:01.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:27:01.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:27:01.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:27:01.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:27:01.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:27:01.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:27:25.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:27:25.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:27:25.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:27:25.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:27:25.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:27:25.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:27:30.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:27:30.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:27:30.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:27:30.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:27:30.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:27:30.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:27:52.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:27:52.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:27:52.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:27:52.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:27:52.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:27:52.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:27:57.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:27:57.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:27:57.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:27:57.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:27:57.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:27:57.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:28:19.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:28:19.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:28:19.721+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:28:19.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:28:19.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:28:19.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:28:24.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:28:24.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:28:24.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:28:24.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:28:24.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:28:24.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:28:46.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:28:46.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:28:46.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:28:46.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:28:46.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:28:46.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:28:51.842+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:28:51.842+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:28:51.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:28:51.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:28:51.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:28:51.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:29:14.370+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:29:14.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:29:14.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:29:14.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:29:14.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:29:14.443+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:29:19.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:29:19.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:29:19.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:29:19.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:29:19.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:29:19.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:29:39.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:29:39.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:29:39.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:29:39.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:29:39.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:29:39.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:29:44.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:29:44.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:29:44.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:29:44.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:29:44.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:29:44.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:30:08.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:30:08.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:30:08.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:30:08.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:30:08.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:30:08.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:30:13.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:30:13.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:30:13.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:30:13.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:30:13.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:30:13.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:30:34.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:30:34.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:30:34.821+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:30:34.821+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:30:34.821+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:30:34.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:30:39.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:30:39.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:30:39.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:30:39.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:30:39.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:30:39.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:30:59.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:30:59.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:30:59.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:30:59.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:30:59.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:30:59.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:31:04.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:31:04.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:31:04.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:31:04.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:31:04.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:31:04.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:31:26.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:31:26.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:31:26.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:31:26.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:31:26.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:31:26.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:31:31.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:31:31.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:31:31.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:31:31.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:31:31.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:31:31.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:31:53.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:31:53.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:31:53.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:31:53.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:31:53.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:31:53.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:31:58.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:31:58.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:31:58.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:31:58.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:31:58.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:31:58.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:32:20.682+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:32:20.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:32:20.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:32:20.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:32:20.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:32:20.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:32:26.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:32:26.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:32:26.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:32:26.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:32:26.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:32:26.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:32:47.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:32:47.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:32:47.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:32:47.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:32:47.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:32:47.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:32:53.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:32:53.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:32:53.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:32:53.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:32:53.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:32:53.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:33:12.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:33:12.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:33:12.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:33:12.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:33:12.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:33:12.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:33:17.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:33:17.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:33:17.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:33:17.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:33:17.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:33:17.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:33:38.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:33:38.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:33:38.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:33:38.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:33:38.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:33:38.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:33:43.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:33:43.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:33:43.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:33:43.793+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:33:43.793+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:33:43.793+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:34:07.339+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:34:07.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:34:07.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:34:07.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:34:07.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:34:07.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:34:12.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:34:12.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:34:12.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:34:12.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:34:12.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:34:12.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:34:34.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:34:34.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:34:34.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:34:34.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:34:34.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:34:34.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:34:39.958+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:34:39.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:34:39.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:34:39.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:34:39.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:34:39.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:35:00.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:35:00.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:35:00.066+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:35:00.066+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:35:00.066+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:35:00.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:35:05.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:35:05.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:35:05.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:35:05.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:35:05.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:35:05.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:35:27.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:35:27.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:35:27.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:35:27.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:35:27.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:35:27.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:35:32.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:35:32.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:35:32.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:35:32.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:35:32.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:35:32.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:35:55.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:35:55.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:35:55.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:35:55.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:35:55.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:35:55.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:36:00.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:36:00.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:36:00.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:36:00.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:36:00.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:36:00.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:36:20.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:36:20.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:36:20.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:36:20.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:36:20.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:36:20.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:36:25.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:36:25.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:36:25.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:36:25.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:36:25.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:36:25.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:36:47.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:36:47.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:36:47.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:36:47.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:36:47.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:36:47.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:36:52.764+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:36:52.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:36:52.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:36:52.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:36:52.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:36:52.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:37:15.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:37:15.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:37:15.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:37:15.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:37:15.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:37:15.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:37:21.130+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:37:21.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:37:21.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:37:21.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:37:21.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:37:21.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:37:42.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:37:42.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:37:42.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:37:42.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:37:42.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:37:42.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:37:47.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:37:47.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:37:47.898+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:37:47.898+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:37:47.898+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:37:47.898+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:38:08.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:38:08.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:38:08.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:38:08.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:38:08.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:38:08.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:38:13.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:38:13.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:38:13.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:38:13.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:38:13.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:38:13.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:38:35.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:38:35.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:38:35.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:38:35.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:38:35.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:38:35.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:38:41.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:38:41.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:38:41.346+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:38:41.346+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:38:41.346+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:38:41.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:39:02.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:39:02.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:39:02.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:39:02.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:39:02.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:39:02.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:39:07.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:39:07.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:39:07.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:39:07.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:39:07.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:39:07.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:39:30.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:39:30.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:39:30.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:39:30.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:39:30.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:39:30.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:39:35.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:39:35.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:39:35.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:39:35.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:39:35.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:39:35.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:40:02.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:40:02.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:40:02.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:40:02.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:40:02.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:40:02.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:40:07.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:40:07.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:40:07.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:40:07.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:40:07.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:40:07.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:40:28.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:40:28.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:40:28.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:40:28.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:40:28.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:40:28.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:40:33.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:40:33.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:40:33.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:40:33.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:40:33.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:40:33.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:40:55.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:40:55.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:40:55.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:40:55.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:40:55.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:40:55.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:41:00.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:41:00.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:41:00.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:41:00.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:41:00.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:41:00.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:41:21.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:41:21.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:41:21.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:41:21.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:41:21.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:41:21.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:41:26.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:41:26.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:41:26.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:41:26.747+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:41:26.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:41:26.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:41:51.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:41:51.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:41:52.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:41:52.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:41:52.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:41:52.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:41:57.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:41:57.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:41:57.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:41:57.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:41:57.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:41:57.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:42:24.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:42:24.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:42:24.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:42:24.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:42:24.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:42:24.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:42:29.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:42:29.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:42:29.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:42:29.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:42:29.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:42:29.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:42:50.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:42:50.363+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:42:50.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:42:50.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:42:50.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:42:50.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:42:55.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:42:55.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:42:55.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:42:55.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:42:55.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:42:55.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:43:18.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:43:18.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:43:18.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:43:18.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:43:18.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:43:18.831+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:43:24.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:43:24.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:43:24.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:43:24.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:43:24.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:43:24.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:43:45.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:43:45.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:43:45.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:43:45.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:43:45.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:43:45.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:43:50.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:43:50.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:43:50.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:43:50.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:43:50.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:43:50.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:44:14.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:44:14.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:44:14.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:44:14.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:44:14.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:44:14.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:44:19.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:44:19.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:44:19.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:44:19.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:44:19.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:44:19.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:44:39.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:44:39.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:44:39.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:44:39.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:44:39.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:44:39.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:44:45.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:44:45.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:44:45.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:44:45.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:44:45.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:44:45.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:45:07.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:45:07.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:45:07.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:45:07.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:45:07.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:45:07.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:45:12.640+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:45:12.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:45:12.683+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:45:12.683+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:45:12.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:45:12.683+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:45:36.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:45:36.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:45:36.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:45:36.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:45:36.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:45:36.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:45:41.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:45:41.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:45:41.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:45:41.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:45:41.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:45:41.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:46:03.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:46:03.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:46:03.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:46:03.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:46:03.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:46:03.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:46:08.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:46:08.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:46:08.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:46:08.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:46:08.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:46:08.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:46:33.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:46:33.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:46:33.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:46:33.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:46:33.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:46:33.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:46:38.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:46:38.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:46:38.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:46:38.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:46:38.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:46:38.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:47:01.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:47:01.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:47:01.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:47:01.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:47:01.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:47:01.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:47:06.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:47:06.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:47:06.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:47:06.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:47:06.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:47:06.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:47:30.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:47:30.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:47:30.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:47:30.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:47:30.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:47:30.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:47:35.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:47:35.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:47:35.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:47:35.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:47:35.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:47:35.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:48:01.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:48:01.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:48:01.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:48:01.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:48:01.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:48:01.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:48:06.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:48:06.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:48:06.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:48:06.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:48:06.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:48:06.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:48:35.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:48:35.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:48:35.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:48:35.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:48:35.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:48:35.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:48:40.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:48:40.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:48:40.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:48:40.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:48:40.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:48:40.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:49:08.952+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:49:08.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:49:09.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:49:09.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:49:09.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:49:09.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:49:14.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:49:14.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:49:14.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:49:14.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:49:14.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:49:14.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:49:41.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:49:41.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:49:41.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:49:41.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:49:41.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:49:41.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:49:46.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:49:46.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:49:47.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:49:47.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:49:47.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:49:47.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:50:18.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:50:18.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:50:18.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:50:18.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:50:18.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:50:18.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:50:24.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:50:24.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:50:24.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:50:24.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:50:24.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:50:24.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:50:53.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:50:53.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:50:53.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:50:53.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:50:53.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:50:53.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:50:59.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:50:59.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:50:59.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:50:59.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:50:59.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:50:59.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:51:29.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:51:29.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:51:29.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:51:29.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:51:29.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:51:29.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:51:34.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:51:34.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:51:34.998+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:51:34.998+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:51:34.998+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:51:34.998+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:52:03.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:52:03.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:52:03.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:52:03.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:52:03.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:52:03.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:52:08.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:52:08.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:52:08.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:52:08.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:52:08.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:52:08.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:52:35.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:52:35.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:52:35.161+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:52:35.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:52:35.161+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:52:35.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:52:40.596+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:52:40.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:52:41.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:52:41.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:52:41.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:52:41.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:53:10.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:53:10.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:53:10.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:53:10.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:53:10.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:53:10.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:53:15.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:53:15.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:53:15.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:53:15.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:53:15.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:53:15.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:53:51.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:53:51.072+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:53:51.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:53:51.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:53:51.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:53:51.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:53:56.629+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:53:56.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:53:56.693+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:53:56.693+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:53:56.693+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:53:56.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:54:26.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:54:26.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:54:26.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:54:26.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:54:26.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:54:26.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:54:32.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:54:32.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:54:32.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:54:32.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:54:32.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:54:32.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:55:09.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:55:09.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:55:09.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:55:09.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:55:09.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:55:09.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:55:15.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:55:15.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:55:15.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:55:15.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:55:15.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:55:15.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:55:38.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:55:38.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:55:38.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:55:38.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:55:38.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:55:38.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:55:44.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:55:44.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:55:44.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:55:44.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:55:44.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:55:44.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:56:09.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:56:09.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:56:09.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:56:09.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:56:09.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:56:09.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:56:14.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:56:14.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:56:14.605+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:56:14.605+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:56:14.605+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:56:14.605+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:56:43.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:56:43.648+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:56:43.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:56:43.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:56:43.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:56:43.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:56:48.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:56:48.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:56:48.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:56:48.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:56:48.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:56:48.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:57:16.817+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:57:16.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:57:16.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:57:16.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:57:16.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:57:16.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:57:22.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:57:22.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:57:22.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:57:22.558+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:57:22.558+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:57:22.558+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:57:50.855+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:57:50.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:57:50.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:57:50.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:57:50.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:57:50.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:57:56.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:57:56.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:57:56.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:57:56.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:57:56.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:57:56.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:58:18.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:58:18.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:58:18.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:58:18.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:58:18.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:58:18.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:58:23.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:58:23.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:58:23.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:58:23.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:58:23.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:58:23.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:58:47.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:58:47.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:58:47.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:58:47.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:58:47.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:58:47.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:58:52.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:58:52.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:58:52.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:58:52.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:58:52.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:58:52.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:59:13.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:59:13.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:59:13.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:59:13.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:59:13.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:59:13.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:59:18.822+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:59:18.822+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:59:18.850+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:59:18.850+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:59:18.850+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:59:18.850+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:59:41.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:59:41.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:59:41.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:59:41.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:59:41.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:59:41.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T22:59:47.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T22:59:47.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T22:59:47.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T22:59:47.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T22:59:47.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T22:59:47.623+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:00:11.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:00:11.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:00:11.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:00:11.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:00:11.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:00:11.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:00:17.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:00:17.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:00:17.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:00:17.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:00:17.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:00:17.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:00:39.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:00:39.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:00:39.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:00:39.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:00:39.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:00:39.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:00:44.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:00:44.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:00:44.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:00:44.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:00:44.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:00:44.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:01:12.493+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:01:12.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:01:12.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:01:12.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:01:12.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:01:12.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:01:17.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:01:17.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:01:17.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:01:17.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:01:17.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:01:17.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:01:40.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:01:40.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:01:40.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:01:40.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:01:40.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:01:40.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:01:45.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:01:45.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:01:45.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:01:45.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:01:45.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:01:45.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:02:08.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:02:08.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:02:08.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:02:08.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:02:08.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:02:08.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:02:13.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:02:13.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:02:13.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:02:13.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:02:13.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:02:13.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:02:32.282+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:02:32.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:02:32.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:02:32.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:02:32.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:02:32.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:02:37.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:02:37.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:02:37.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:02:37.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:02:37.654+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:02:37.654+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:02:58.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:02:58.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:02:58.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:02:58.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:02:58.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:02:58.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:03:04.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:03:04.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:03:04.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:03:04.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:03:04.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:03:04.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:03:26.793+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:03:26.793+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:03:26.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:03:26.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:03:26.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:03:26.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:03:31.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:03:31.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:03:31.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:03:31.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:03:31.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:03:31.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:03:55.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:03:55.282+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:03:55.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:03:55.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:03:55.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:03:55.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:04:00.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:04:00.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:04:00.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:04:00.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:04:00.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:04:00.530+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:04:20.557+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:04:20.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:04:20.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:04:20.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:04:20.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:04:20.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:04:25.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:04:25.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:04:25.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:04:25.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:04:25.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:04:25.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:04:45.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:04:45.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:04:45.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:04:45.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:04:45.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:04:45.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:04:50.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:04:50.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:04:50.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:04:50.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:04:50.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:04:50.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:05:10.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:05:10.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:05:10.657+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:05:10.657+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:05:10.657+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:05:10.657+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:05:16.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:05:16.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:05:16.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:05:16.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:05:16.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:05:16.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:05:36.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:05:36.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:05:36.595+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:05:36.595+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:05:36.595+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:05:36.595+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:05:41.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:05:41.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:05:41.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:05:41.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:05:41.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:05:41.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:06:01.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:06:01.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:06:01.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:06:01.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:06:01.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:06:01.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:06:07.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:06:07.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:06:07.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:06:07.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:06:07.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:06:07.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:06:35.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:06:35.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:06:35.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:06:35.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:06:35.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:06:35.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:06:40.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:06:40.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:06:40.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:06:40.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:06:40.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:06:40.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:07:03.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:07:03.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:07:03.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:07:03.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:07:03.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:07:03.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:07:09.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:07:09.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:07:09.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:07:09.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:07:09.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:07:09.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:07:34.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:07:34.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:07:34.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:07:34.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:07:34.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:07:34.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:07:39.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:07:39.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:07:39.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:07:39.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:07:39.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:07:39.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:08:04.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:08:04.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:08:04.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:08:04.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:08:04.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:08:04.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:08:09.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:08:09.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:08:09.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:08:09.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:08:09.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:08:09.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:08:31.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:08:31.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:08:31.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:08:31.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:08:31.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:08:31.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:08:37.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:08:37.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:08:37.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:08:37.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:08:37.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:08:37.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:08:58.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:08:58.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:08:58.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:08:58.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:08:58.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:08:58.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:09:03.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:09:03.865+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:09:03.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:09:03.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:09:03.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:09:03.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:09:22.199+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:09:22.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:09:22.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:09:22.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:09:22.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:09:22.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:09:27.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:09:27.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:09:27.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:09:27.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:09:27.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:09:27.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:09:47.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:09:47.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:09:47.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:09:47.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:09:47.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:09:47.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:09:53.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:09:53.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:09:53.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:09:53.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:09:53.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:09:53.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:10:16.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:10:16.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:10:16.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:10:16.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:10:16.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:10:16.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:10:21.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:10:21.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:10:22.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:10:22.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:10:22.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:10:22.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:10:42.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:10:42.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:10:42.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:10:42.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:10:42.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:10:42.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:10:47.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:10:47.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:10:47.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:10:47.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:10:47.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:10:47.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:11:06.754+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:11:06.754+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:11:06.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:11:06.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:11:06.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:11:06.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:11:12.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:11:12.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:11:12.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:11:12.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:11:12.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:11:12.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:11:34.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:11:34.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:11:34.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:11:34.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:11:34.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:11:34.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:11:39.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:11:39.540+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:11:39.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:11:39.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:11:39.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:11:39.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:11:59.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:11:59.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:11:59.224+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:11:59.224+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:11:59.224+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:11:59.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:12:04.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:12:04.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:12:04.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:12:04.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:12:04.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:12:04.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:12:24.803+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:12:24.804+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:12:24.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:12:24.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:12:24.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:12:24.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:12:30.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:12:30.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:12:30.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:12:30.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:12:30.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:12:30.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:12:50.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:12:50.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:12:50.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:12:50.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:12:50.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:12:50.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:12:55.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:12:55.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:12:55.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:12:55.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:12:55.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:12:55.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:13:18.469+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:13:18.469+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:13:18.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:13:18.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:13:18.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:13:18.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:13:23.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:13:23.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:13:24.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:13:24.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:13:24.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:13:24.049+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:13:50.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:13:50.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:13:50.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:13:50.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:13:50.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:13:50.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:13:55.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:13:55.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:13:55.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:13:55.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:13:55.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:13:55.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:14:16.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:14:16.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:14:16.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:14:16.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:14:16.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:14:16.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:14:22.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:14:22.208+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:14:22.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:14:22.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:14:22.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:14:22.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:14:42.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:14:42.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:14:42.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:14:42.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:14:42.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:14:42.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:14:47.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:14:47.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:14:47.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:14:47.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:14:47.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:14:47.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:15:08.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:15:08.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:15:08.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:15:08.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:15:08.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:15:08.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:15:13.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:15:13.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:15:13.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:15:13.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:15:13.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:15:13.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:15:35.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:15:35.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:15:35.848+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:15:35.848+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:15:35.848+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:15:35.848+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:15:41.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:15:41.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:15:41.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:15:41.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:15:41.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:15:41.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:16:08.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:16:08.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:16:08.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:16:08.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:16:08.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:16:08.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:16:13.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:16:13.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:16:13.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:16:13.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:16:13.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:16:13.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:16:33.614+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:16:33.614+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:16:33.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:16:33.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:16:33.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:16:33.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:16:38.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:16:38.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:16:38.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:16:38.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:16:38.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:16:38.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:16:59.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:16:59.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:16:59.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:16:59.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:16:59.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:16:59.228+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:17:04.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:17:04.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:17:04.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:17:04.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:17:04.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:17:04.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:17:24.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:17:24.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:17:24.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:17:24.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:17:24.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:17:24.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:17:29.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:17:29.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:17:29.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:17:29.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:17:29.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:17:29.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:17:49.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:17:49.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:17:49.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:17:49.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:17:49.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:17:49.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:17:54.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:17:54.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:17:54.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:17:54.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:17:54.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:17:54.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:18:13.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:18:13.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:18:13.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:18:13.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:18:13.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:18:13.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:18:19.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:18:19.170+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:18:19.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:18:19.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:18:19.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:18:19.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:18:39.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:18:39.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:18:39.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:18:39.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:18:39.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:18:39.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:18:44.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:18:44.247+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:18:44.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:18:44.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:18:44.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:18:44.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:19:05.493+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:19:05.494+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:19:05.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:19:05.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:19:05.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:19:05.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:19:10.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:19:10.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:19:10.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:19:10.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:19:10.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:19:10.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:19:30.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:19:30.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:19:30.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:19:30.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:19:30.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:19:30.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:19:35.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:19:35.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:19:35.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:19:35.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:19:35.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:19:35.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:19:55.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:19:55.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:19:55.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:19:55.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:19:55.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:19:55.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:20:00.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:20:00.875+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:20:00.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:20:00.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:20:00.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:20:00.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:20:22.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:20:22.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:20:22.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:20:22.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:20:22.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:20:22.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:20:27.321+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:20:27.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:20:27.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:20:27.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:20:27.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:20:27.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:20:48.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:20:48.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:20:48.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:20:48.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:20:48.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:20:48.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:20:55.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:20:55.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:20:56.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:20:56.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:20:56.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:20:56.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:21:15.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:21:15.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:21:15.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:21:15.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:21:15.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:21:15.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:21:20.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:21:20.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:21:20.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:21:20.851+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:21:20.851+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:21:20.851+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:21:39.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:21:39.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:21:39.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:21:39.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:21:39.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:21:39.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:21:44.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:21:44.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:21:44.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:21:44.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:21:44.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:21:44.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:22:01.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:22:01.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:22:01.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:22:01.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:22:01.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:22:01.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:22:06.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:22:06.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:22:06.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:22:06.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:22:06.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:22:06.710+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:22:23.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:22:23.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:22:23.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:22:23.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:22:23.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:22:23.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:22:29.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:22:29.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:22:29.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:22:29.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:22:29.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:22:29.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:22:48.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:22:48.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:22:48.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:22:48.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:22:48.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:22:48.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:22:53.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:22:53.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:22:53.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:22:53.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:22:53.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:22:53.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:23:11.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:23:11.160+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:23:11.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:23:11.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:23:11.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:23:11.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:23:16.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:23:16.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:23:16.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:23:16.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:23:16.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:23:16.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:23:33.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:23:33.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:23:33.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:23:33.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:23:33.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:23:33.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:23:38.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:23:38.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:23:38.996+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:23:38.996+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:23:38.996+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:23:38.996+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:23:59.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:23:59.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:23:59.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:23:59.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:23:59.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:23:59.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:24:04.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:24:04.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:24:04.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:24:04.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:24:04.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:24:04.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:24:23.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:24:23.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:24:23.201+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:24:23.201+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:24:23.201+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:24:23.201+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:24:28.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:24:28.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:24:28.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:24:28.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:24:28.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:24:28.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:24:46.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:24:46.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:24:46.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:24:46.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:24:46.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:24:46.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:24:51.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:24:51.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:24:51.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:24:51.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:24:51.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:24:51.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:25:12.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:25:12.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:25:12.211+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:25:12.211+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:25:12.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:25:12.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:25:17.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:25:17.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:25:17.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:25:17.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:25:17.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:25:17.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:25:36.213+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:25:36.213+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:25:36.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:25:36.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:25:36.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:25:36.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:25:41.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:25:41.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:25:41.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:25:41.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:25:41.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:25:41.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:25:59.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:25:59.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:25:59.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:25:59.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:25:59.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:25:59.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:26:05.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:26:05.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:26:05.176+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:26:05.176+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:26:05.176+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:26:05.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:26:26.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:26:26.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:26:26.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:26:26.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:26:26.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:26:26.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:26:31.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:26:31.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:26:31.595+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:26:31.595+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:26:31.595+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:26:31.595+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:26:49.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:26:49.085+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:26:49.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:26:49.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:26:49.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:26:49.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:26:54.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:26:54.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:26:54.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:26:54.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:26:54.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:26:54.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:27:14.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:27:14.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:27:14.389+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:27:14.389+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:27:14.389+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:27:14.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:27:19.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:27:19.668+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:27:19.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:27:19.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:27:19.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:27:19.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:27:38.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:27:38.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:27:38.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:27:38.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:27:38.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:27:38.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:27:44.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:27:44.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:27:44.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:27:44.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:27:44.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:27:44.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:28:03.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:28:03.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:28:03.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:28:03.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:28:03.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:28:03.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:28:08.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:28:08.586+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:28:08.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:28:08.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:28:08.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:28:08.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:28:28.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:28:28.243+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:28:28.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:28:28.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:28:28.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:28:28.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:28:33.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:28:33.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:28:33.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:28:33.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:28:33.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:28:33.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:28:52.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:28:52.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:28:52.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:28:52.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:28:52.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:28:52.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:28:57.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:28:57.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:28:58.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:28:58.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:28:58.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:28:58.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:29:16.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:29:16.470+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:29:16.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:29:16.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:29:16.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:29:16.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:29:21.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:29:21.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:29:21.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:29:21.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:29:21.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:29:21.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:29:40.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:29:40.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:29:40.433+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:29:40.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:29:40.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:29:40.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:29:45.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:29:45.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:29:45.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:29:45.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:29:45.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:29:45.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:30:04.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:30:04.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:30:04.696+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:30:04.696+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:30:04.696+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:30:04.696+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:30:10.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:30:10.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:30:10.114+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:30:10.114+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:30:10.114+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:30:10.114+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:30:28.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:30:28.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:30:28.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:30:28.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:30:28.515+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:30:28.515+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:30:33.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:30:33.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:30:33.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:30:33.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:30:33.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:30:33.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:30:52.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:30:52.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:30:52.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:30:52.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:30:52.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:30:52.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:30:57.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:30:57.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:30:57.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:30:57.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:30:57.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:30:57.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:31:16.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:31:16.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:31:16.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:31:16.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:31:16.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:31:16.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:31:21.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:31:21.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:31:21.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:31:21.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:31:21.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:31:21.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:31:40.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:31:40.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:31:40.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:31:40.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:31:40.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:31:40.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:31:45.730+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:31:45.730+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:31:45.776+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:31:45.776+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:31:45.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:31:45.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:32:04.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:32:04.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:32:04.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:32:04.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:32:04.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:32:04.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:32:09.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:32:09.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:32:09.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:32:09.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:32:09.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:32:09.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:32:28.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:32:28.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:32:28.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:32:28.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:32:28.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:32:28.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:32:33.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:32:33.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:32:33.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:32:33.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:32:33.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:32:33.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:32:54.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:32:54.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:32:54.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:32:54.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:32:54.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:32:54.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:32:59.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:32:59.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:32:59.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:32:59.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:32:59.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:32:59.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:33:19.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:33:19.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:33:19.918+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:33:19.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:33:19.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:33:19.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:33:25.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:33:25.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:33:25.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:33:25.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:33:25.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:33:25.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:33:43.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:33:43.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:33:44.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:33:44.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:33:44.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:33:44.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:33:49.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:33:49.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:33:49.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:33:49.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:33:49.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:33:49.446+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:34:10.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:34:10.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:34:10.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:34:10.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:34:10.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:34:10.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:34:15.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:34:15.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:34:15.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:34:15.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:34:15.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:34:15.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:34:35.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:34:35.632+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:34:35.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:34:35.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:34:35.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:34:35.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:34:40.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:34:40.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:34:40.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:34:40.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:34:40.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:34:40.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:35:00.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:35:00.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:35:00.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:35:00.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:35:00.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:35:00.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:35:05.751+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:35:05.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:35:05.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:35:05.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:35:05.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:35:05.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:35:25.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:35:25.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:35:25.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:35:25.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:35:25.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:35:25.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:35:30.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:35:30.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:35:30.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:35:30.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:35:30.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:35:30.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:35:49.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:35:49.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:35:49.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:35:49.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:35:49.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:35:49.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:35:55.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:35:55.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:35:55.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:35:55.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:35:55.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:35:55.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:36:16.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:36:16.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:36:16.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:36:16.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:36:16.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:36:16.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:36:22.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:36:22.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:36:22.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:36:22.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:36:22.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:36:22.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:36:42.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:36:42.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:36:42.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:36:42.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:36:42.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:36:42.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:36:47.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:36:47.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:36:47.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:36:47.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:36:47.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:36:47.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:37:06.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:37:06.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:37:07.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:37:07.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:37:07.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:37:07.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:37:12.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:37:12.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:37:12.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:37:12.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:37:12.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:37:12.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:37:32.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:37:32.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:37:32.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:37:32.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:37:32.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:37:32.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:37:38.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:37:38.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:37:38.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:37:38.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:37:38.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:37:38.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:37:56.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:37:56.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:37:56.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:37:56.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:37:56.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:37:56.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:38:01.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:38:01.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:38:01.936+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:38:01.936+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:38:01.936+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:38:01.936+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:38:21.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:38:21.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:38:21.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:38:21.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:38:21.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:38:21.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:38:26.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:38:26.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:38:26.685+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:38:26.685+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:38:26.685+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:38:26.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:38:45.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:38:45.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:38:45.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:38:45.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:38:45.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:38:45.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:38:51.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:38:51.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:38:51.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:38:51.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:38:51.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:38:51.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:39:10.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:39:10.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:39:10.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:39:10.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:39:10.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:39:10.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:39:15.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:39:15.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:39:15.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:39:15.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:39:15.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:39:15.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:39:34.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:39:34.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:39:34.779+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:39:34.779+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:39:34.779+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:39:34.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:39:40.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:39:40.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:39:40.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:39:40.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:39:40.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:39:40.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:40:01.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:40:01.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:40:01.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:40:01.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:40:01.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:40:01.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:40:07.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:40:07.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:40:07.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:40:07.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:40:07.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:40:07.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:40:27.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:40:27.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:40:27.090+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:40:27.090+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:40:27.090+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:40:27.090+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:40:32.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:40:32.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:40:32.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:40:32.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:40:32.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:40:32.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:40:51.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:40:51.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:40:51.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:40:51.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:40:51.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:40:51.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:40:56.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:40:56.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:40:56.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:40:56.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:40:56.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:40:56.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:41:15.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:41:15.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:41:15.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:41:15.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:41:15.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:41:15.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:41:21.229+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:41:21.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:41:21.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:41:21.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:41:21.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:41:21.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:41:40.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:41:40.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:41:40.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:41:40.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:41:40.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:41:40.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:41:46.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:41:46.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:41:46.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:41:46.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:41:46.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:41:46.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:42:05.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:42:05.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:42:05.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:42:05.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:42:05.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:42:05.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:42:10.350+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:42:10.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:42:10.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:42:10.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:42:10.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:42:10.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:42:29.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:42:29.826+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:42:29.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:42:29.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:42:29.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:42:29.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:42:35.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:42:35.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:42:35.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:42:35.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:42:35.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:42:35.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:42:56.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:42:56.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:42:56.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:42:56.654+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:42:56.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:42:56.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:43:01.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:43:01.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:43:01.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:43:01.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:43:01.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:43:01.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:43:22.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:43:22.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:43:22.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:43:22.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:43:22.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:43:22.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:43:27.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:43:27.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:43:27.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:43:27.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:43:27.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:43:27.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:43:46.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:43:46.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:43:46.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:43:46.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:43:46.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:43:46.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:43:51.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:43:51.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:43:51.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:43:51.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:43:51.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:43:51.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:44:13.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:44:13.511+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:44:13.546+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:44:13.546+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:44:13.546+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:44:13.546+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:44:18.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:44:18.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:44:18.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:44:18.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:44:18.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:44:18.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:44:38.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:44:38.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:44:38.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:44:38.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:44:38.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:44:38.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:44:43.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:44:43.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:44:43.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:44:43.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:44:43.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:44:43.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:45:03.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:45:03.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:45:03.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:45:03.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:45:03.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:45:03.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:45:08.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:45:08.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:45:08.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:45:08.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:45:08.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:45:08.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:45:27.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:45:27.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:45:27.807+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:45:27.807+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:45:27.807+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:45:27.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:45:32.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:45:32.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:45:33.018+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:45:33.018+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:45:33.018+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:45:33.018+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:45:52.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:45:52.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:45:52.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:45:52.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:45:52.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:45:52.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:45:57.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:45:57.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:45:57.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:45:57.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:45:57.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:45:57.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:46:16.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:46:16.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:46:16.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:46:16.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:46:16.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:46:16.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:46:21.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:46:21.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:46:22.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:46:22.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:46:22.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:46:22.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:46:41.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:46:41.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:46:41.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:46:41.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:46:41.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:46:41.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:46:46.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:46:46.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:46:46.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:46:46.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:46:46.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:46:46.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:47:06.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:47:06.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:47:06.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:47:06.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:47:06.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:47:06.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:47:11.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:47:11.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:47:11.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:47:11.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:47:11.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:47:11.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:47:30.228+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:47:30.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:47:30.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:47:30.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:47:30.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:47:30.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:47:35.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:47:35.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:47:35.658+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:47:35.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:47:35.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:47:35.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:47:55.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:47:55.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:47:55.422+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:47:55.422+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:47:55.422+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:47:55.422+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:48:00.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:48:00.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:48:00.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:48:00.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:48:00.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:48:00.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:48:20.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:48:20.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:48:20.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:48:20.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:48:20.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:48:20.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:48:25.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:48:25.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:48:25.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:48:25.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:48:25.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:48:25.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:48:44.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:48:44.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:48:44.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:48:44.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:48:44.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:48:44.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:48:49.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:48:49.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:48:49.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:48:49.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:48:49.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:48:49.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:49:09.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:49:09.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:49:09.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:49:09.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:49:09.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:49:09.080+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:49:14.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:49:14.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:49:14.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:49:14.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:49:14.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:49:14.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:49:33.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:49:33.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:49:34.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:49:34.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:49:34.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:49:34.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:49:39.273+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:49:39.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:49:39.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:49:39.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:49:39.309+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:49:39.309+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:49:58.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:49:58.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:49:58.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:49:58.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:49:58.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:49:58.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:50:03.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:50:03.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:50:03.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:50:03.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:50:03.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:50:03.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:50:23.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:50:23.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:50:23.656+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:50:23.656+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:50:23.656+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:50:23.656+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:50:28.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:50:28.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:50:28.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:50:28.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:50:28.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:50:28.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:50:48.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:50:48.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:50:48.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:50:48.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:50:48.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:50:48.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:50:53.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:50:53.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:50:54.033+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:50:54.033+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:50:54.033+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:50:54.033+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:51:13.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:51:13.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:51:13.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:51:13.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:51:13.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:51:13.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:51:18.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:51:18.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:51:18.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:51:18.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:51:18.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:51:18.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:51:38.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:51:38.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:51:38.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:51:38.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:51:38.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:51:38.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:51:43.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:51:43.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:51:43.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:51:43.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:51:43.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:51:43.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:52:02.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:52:02.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:52:02.711+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:52:02.711+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:52:02.711+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:52:02.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:52:07.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:52:07.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:52:07.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:52:07.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:52:07.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:52:07.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:52:27.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:52:27.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:52:27.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:52:27.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:52:27.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:52:27.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:52:32.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:52:32.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:52:32.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:52:32.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:52:32.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:52:32.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:52:53.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:52:53.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:52:53.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:52:53.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:52:53.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:52:53.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:52:58.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:52:58.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:52:58.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:52:58.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:52:58.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:52:58.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:53:17.584+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:53:17.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:53:17.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:53:17.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:53:17.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:53:17.610+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:53:22.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:53:22.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:53:22.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:53:22.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:53:22.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:53:22.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:53:41.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:53:41.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:53:41.831+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:53:41.831+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:53:41.831+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:53:41.831+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:53:46.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:53:46.977+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:53:47.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:53:47.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:53:47.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:53:47.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:54:06.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:54:06.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:54:06.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:54:06.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:54:06.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:54:06.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:54:11.521+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:54:11.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:54:11.550+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:54:11.550+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:54:11.550+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:54:11.550+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:54:30.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:54:30.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:54:30.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:54:30.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:54:30.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:54:30.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:54:36.057+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:54:36.057+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:54:36.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:54:36.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:54:36.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:54:36.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:54:54.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:54:54.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:54:54.649+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:54:54.649+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:54:54.649+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:54:54.649+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:54:59.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:54:59.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:54:59.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:54:59.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:54:59.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:54:59.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:55:18.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:55:18.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:55:18.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:55:18.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:55:18.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:55:18.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:55:24.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:55:24.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:55:24.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:55:24.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:55:24.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:55:24.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:55:43.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:55:43.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:55:43.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:55:43.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:55:43.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:55:43.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:55:48.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:55:48.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:55:48.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:55:48.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:55:48.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:55:48.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:56:07.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:56:07.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:56:07.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:56:07.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:56:07.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:56:07.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:56:13.303+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:56:13.304+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:56:13.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:56:13.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:56:13.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:56:13.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:56:32.364+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:56:32.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:56:32.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:56:32.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:56:32.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:56:32.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:56:37.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:56:37.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:56:37.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:56:37.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:56:37.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:56:37.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:56:56.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:56:56.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:56:57.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:56:57.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:56:57.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:56:57.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:57:02.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:57:02.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:57:02.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:57:02.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:57:02.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:57:02.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:57:20.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:57:20.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:57:20.793+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:57:20.794+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:57:20.794+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:57:20.794+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:57:26.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:57:26.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:57:26.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:57:26.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:57:26.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:57:26.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:57:45.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:57:45.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:57:45.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:57:45.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:57:45.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:57:45.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:57:50.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:57:50.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:57:50.625+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:57:50.625+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:57:50.625+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:57:50.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:58:09.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:58:09.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:58:09.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:58:09.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:58:09.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:58:09.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:58:14.725+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:58:14.725+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:58:14.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:58:14.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:58:14.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:58:14.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:58:33.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:58:33.478+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:58:33.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:58:33.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:58:33.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:58:33.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:58:38.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:58:38.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:58:39.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:58:39.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:58:39.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:58:39.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:58:57.519+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:58:57.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:58:57.549+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:58:57.549+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:58:57.549+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:58:57.549+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:59:02.733+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:59:02.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:59:02.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:59:02.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:59:02.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:59:02.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:59:21.667+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:59:21.667+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:59:21.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:59:21.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:59:21.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:59:21.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:59:27.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:59:27.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:59:27.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:59:27.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:59:27.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:59:27.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:59:45.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:59:45.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:59:45.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:59:45.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:59:45.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:59:45.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-26T23:59:50.928+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-26T23:59:50.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-26T23:59:50.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-26T23:59:50.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-26T23:59:50.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-26T23:59:50.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:00:10.765+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:00:10.765+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:00:10.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:00:10.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:00:10.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:00:10.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:00:16.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:00:16.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:00:16.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:00:16.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:00:16.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:00:16.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:00:35.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:00:35.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:00:35.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:00:35.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:00:35.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:00:35.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:00:40.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:00:40.449+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:00:40.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:00:40.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:00:40.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:00:40.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:00:59.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:00:59.524+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:00:59.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:00:59.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:00:59.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:00:59.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:01:04.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:01:04.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:01:04.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:01:04.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:01:04.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:01:04.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:01:24.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:01:24.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:01:24.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:01:24.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:01:24.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:01:24.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:01:29.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:01:29.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:01:29.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:01:29.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:01:29.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:01:29.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:01:48.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:01:48.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:01:48.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:01:48.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:01:48.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:01:48.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:01:53.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:01:53.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:01:53.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:01:53.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:01:53.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:01:53.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:02:12.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:02:12.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:02:12.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:02:12.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:02:12.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:02:12.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:02:17.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:02:17.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:02:17.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:02:17.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:02:17.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:02:17.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:02:36.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:02:36.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:02:36.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:02:36.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:02:36.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:02:36.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:02:41.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:02:41.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:02:41.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:02:41.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:02:41.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:02:41.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:03:00.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:03:00.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:03:00.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:03:00.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:03:00.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:03:00.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:03:05.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:03:05.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:03:05.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:03:05.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:03:05.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:03:05.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:03:24.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:03:24.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:03:24.777+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:03:24.777+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:03:24.777+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:03:24.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:03:30.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:03:30.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:03:30.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:03:30.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:03:30.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:03:30.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:03:49.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:03:49.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:03:49.055+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:03:49.055+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:03:49.055+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:03:49.055+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:03:54.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:03:54.218+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:03:54.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:03:54.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:03:54.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:03:54.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:04:12.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:04:12.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:04:12.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:04:12.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:04:12.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:04:12.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:04:18.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:04:18.384+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:04:18.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:04:18.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:04:18.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:04:18.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:04:37.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:04:37.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:04:37.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:04:37.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:04:37.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:04:37.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:04:42.443+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:04:42.443+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:04:42.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:04:42.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:04:42.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:04:42.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:05:01.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:05:01.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:05:01.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:05:01.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:05:01.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:05:01.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:05:06.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:05:06.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:05:06.863+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:05:06.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:05:06.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:05:06.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:05:25.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:05:25.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:05:25.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:05:25.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:05:25.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:05:25.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:05:31.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:05:31.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:05:31.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:05:31.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:05:31.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:05:31.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:05:50.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:05:50.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:05:50.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:05:50.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:05:50.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:05:50.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:05:55.658+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:05:55.658+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:05:55.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:05:55.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:05:55.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:05:55.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:06:14.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:06:14.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:06:14.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:06:14.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:06:14.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:06:14.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:06:19.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:06:19.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:06:19.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:06:19.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:06:19.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:06:19.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:06:38.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:06:38.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:06:38.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:06:38.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:06:38.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:06:38.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:06:43.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:06:43.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:06:44.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:06:44.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:06:44.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:06:44.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:07:04.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:07:04.889+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:07:04.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:07:04.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:07:04.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:07:04.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:07:10.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:07:10.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:07:10.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:07:10.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:07:10.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:07:10.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:07:29.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:07:29.346+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:07:29.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:07:29.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:07:29.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:07:29.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:07:34.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:07:34.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:07:34.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:07:34.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:07:34.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:07:34.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:07:53.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:07:53.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:07:53.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:07:53.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:07:53.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:07:53.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:07:59.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:07:59.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:07:59.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:07:59.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:07:59.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:07:59.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:08:20.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:08:20.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:08:20.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:08:20.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:08:20.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:08:20.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:08:25.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:08:25.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:08:25.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:08:25.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:08:25.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:08:25.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:08:44.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:08:44.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:08:44.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:08:44.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:08:44.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:08:44.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:08:49.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:08:49.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:08:49.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:08:49.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:08:49.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:08:49.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:09:08.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:09:08.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:09:08.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:09:08.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:09:08.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:09:08.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:09:14.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:09:14.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:09:14.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:09:14.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:09:14.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:09:14.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:09:33.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:09:33.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:09:33.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:09:33.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:09:33.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:09:33.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:09:38.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:09:38.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:09:38.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:09:38.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:09:38.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:09:38.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:09:56.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:09:56.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:09:56.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:09:56.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:09:56.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:09:56.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:10:02.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:10:02.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:10:02.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:10:02.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:10:02.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:10:02.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:10:20.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:10:20.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:10:20.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:10:20.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:10:20.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:10:20.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:10:26.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:10:26.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:10:26.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:10:26.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:10:26.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:10:26.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:10:44.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:10:44.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:10:45.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:10:45.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:10:45.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:10:45.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:10:50.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:10:50.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:10:50.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:10:50.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:10:50.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:10:50.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:11:09.474+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:11:09.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:11:09.517+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:11:09.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:11:09.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:11:09.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:11:14.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:11:14.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:11:14.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:11:14.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:11:14.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:11:14.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:11:33.629+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:11:33.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:11:33.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:11:33.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:11:33.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:11:33.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:11:39.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:11:39.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:11:39.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:11:39.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:11:39.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:11:39.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:12:00.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:12:00.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:12:00.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:12:00.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:12:00.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:12:00.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:12:05.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:12:05.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:12:05.443+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:12:05.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:12:05.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:12:05.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:12:25.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:12:25.899+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:12:25.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:12:25.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:12:25.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:12:25.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:12:31.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:12:31.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:12:31.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:12:31.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:12:31.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:12:31.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:12:49.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:12:49.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:12:49.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:12:49.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:12:49.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:12:49.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:12:55.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:12:55.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:12:55.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:12:55.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:12:55.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:12:55.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:13:14.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:13:14.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:13:14.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:13:14.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:13:14.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:13:14.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:13:20.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:13:20.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:13:20.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:13:20.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:13:20.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:13:20.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:13:38.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:13:38.413+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:13:38.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:13:38.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:13:38.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:13:38.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:13:43.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:13:43.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:13:43.914+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:13:43.914+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:13:43.914+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:13:43.914+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:14:02.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:14:02.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:14:02.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:14:02.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:14:02.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:14:02.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:14:07.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:14:07.794+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:14:07.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:14:07.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:14:07.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:14:07.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:14:26.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:14:26.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:14:26.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:14:26.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:14:26.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:14:26.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:14:32.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:14:32.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:14:32.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:14:32.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:14:32.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:14:32.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:14:50.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:14:50.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:14:50.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:14:50.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:14:50.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:14:50.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:14:55.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:14:55.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:14:55.683+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:14:55.683+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:14:55.683+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:14:55.683+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:15:14.881+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:15:14.882+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:15:14.918+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:15:14.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:15:14.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:15:14.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:15:20.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:15:20.480+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:15:20.521+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:15:20.521+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:15:20.521+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:15:20.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:15:39.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:15:39.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:15:39.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:15:39.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:15:39.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:15:39.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:15:44.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:15:44.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:15:44.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:15:44.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:15:44.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:15:44.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:16:03.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:16:03.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:16:03.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:16:03.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:16:03.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:16:03.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:16:08.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:16:08.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:16:08.849+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:16:08.849+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:16:08.849+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:16:08.849+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:16:27.531+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:16:27.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:16:27.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:16:27.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:16:27.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:16:27.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:16:32.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:16:32.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:16:32.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:16:32.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:16:32.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:16:32.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:16:51.355+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:16:51.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:16:51.389+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:16:51.389+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:16:51.389+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:16:51.389+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:16:56.789+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:16:56.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:16:56.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:16:56.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:16:56.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:16:56.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:17:15.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:17:15.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:17:15.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:17:15.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:17:15.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:17:15.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:17:20.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:17:20.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:17:20.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:17:20.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:17:20.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:17:20.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:17:39.086+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:17:39.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:17:39.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:17:39.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:17:39.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:17:39.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:17:44.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:17:44.590+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:17:44.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:17:44.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:17:44.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:17:44.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:18:03.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:18:03.066+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:18:03.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:18:03.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:18:03.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:18:03.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:18:08.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:18:08.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:18:08.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:18:08.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:18:08.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:18:08.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:18:27.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:18:27.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:18:27.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:18:27.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:18:27.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:18:27.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:18:32.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:18:32.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:18:32.576+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:18:32.576+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:18:32.576+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:18:32.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:18:51.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:18:51.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:18:51.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:18:51.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:18:51.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:18:51.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:18:56.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:18:56.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:18:56.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:18:56.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:18:56.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:18:56.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:19:14.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:19:14.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:19:14.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:19:14.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:19:14.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:19:14.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:19:20.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:19:20.365+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:19:20.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:19:20.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:19:20.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:19:20.420+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:19:38.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:19:38.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:19:38.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:19:38.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:19:38.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:19:38.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:19:44.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:19:44.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:19:44.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:19:44.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:19:44.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:19:44.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:20:04.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:20:04.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:20:04.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:20:04.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:20:04.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:20:04.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:20:09.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:20:09.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:20:09.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:20:09.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:20:09.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:20:09.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:20:29.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:20:29.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:20:29.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:20:29.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:20:29.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:20:29.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:20:34.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:20:34.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:20:35.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:20:35.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:20:35.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:20:35.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:20:53.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:20:53.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:20:53.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:20:53.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:20:53.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:20:53.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:20:59.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:20:59.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:20:59.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:20:59.125+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:20:59.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:20:59.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:21:19.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:21:19.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:21:19.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:21:19.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:21:19.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:21:19.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:21:24.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:21:24.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:21:24.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:21:24.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:21:24.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:21:24.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:21:44.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:21:44.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:21:44.275+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:21:44.275+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:21:44.275+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:21:44.275+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:21:49.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:21:49.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:21:49.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:21:49.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:21:49.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:21:49.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:22:11.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:22:11.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:22:11.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:22:11.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:22:11.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:22:11.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:22:17.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:22:17.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:22:17.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:22:17.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:22:17.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:22:17.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:22:37.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:22:37.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:22:37.494+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:22:37.494+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:22:37.494+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:22:37.494+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:22:42.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:22:42.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:22:42.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:22:42.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:22:42.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:22:42.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:23:01.860+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:23:01.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:23:01.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:23:01.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:23:01.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:23:01.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:23:07.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:23:07.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:23:07.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:23:07.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:23:07.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:23:07.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:23:26.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:23:26.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:23:26.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:23:26.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:23:26.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:23:26.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:23:31.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:23:31.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:23:31.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:23:31.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:23:31.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:23:31.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:23:50.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:23:50.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:23:50.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:23:50.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:23:50.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:23:50.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:23:55.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:23:55.881+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:23:55.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:23:55.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:23:55.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:23:55.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:24:14.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:24:14.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:24:14.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:24:14.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:24:14.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:24:14.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:24:20.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:24:20.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:24:20.060+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:24:20.060+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:24:20.060+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:24:20.060+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:24:38.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:24:38.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:24:38.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:24:38.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:24:38.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:24:38.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:24:44.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:24:44.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:24:44.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:24:44.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:24:44.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:24:44.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:25:05.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:25:05.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:25:05.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:25:05.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:25:05.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:25:05.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:25:10.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:25:10.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:25:10.615+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:25:10.615+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:25:10.615+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:25:10.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:25:29.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:25:29.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:25:29.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:25:29.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:25:29.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:25:29.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:25:35.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:25:35.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:25:35.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:25:35.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:25:35.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:25:35.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:25:54.013+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:25:54.014+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:25:54.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:25:54.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:25:54.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:25:54.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:25:59.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:25:59.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:25:59.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:25:59.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:25:59.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:25:59.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:26:18.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:26:18.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:26:18.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:26:18.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:26:18.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:26:18.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:26:23.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:26:23.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:26:23.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:26:23.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:26:23.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:26:23.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:26:42.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:26:42.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:26:42.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:26:42.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:26:42.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:26:42.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:26:47.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:26:47.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:26:48.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:26:48.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:26:48.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:26:48.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:27:08.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:27:08.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:27:08.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:27:08.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:27:08.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:27:08.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:27:13.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:27:13.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:27:13.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:27:13.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:27:13.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:27:13.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:27:33.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:27:33.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:27:33.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:27:33.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:27:33.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:27:33.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:27:38.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:27:38.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:27:38.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:27:38.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:27:38.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:27:38.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:27:57.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:27:57.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:27:57.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:27:57.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:27:57.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:27:57.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:28:02.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:28:02.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:28:02.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:28:02.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:28:02.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:28:02.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:28:21.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:28:21.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:28:21.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:28:21.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:28:21.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:28:21.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:28:26.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:28:26.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:28:26.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:28:26.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:28:26.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:28:26.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:28:45.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:28:45.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:28:45.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:28:45.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:28:45.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:28:45.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:28:50.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:28:50.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:28:50.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:28:50.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:28:50.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:28:50.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:29:11.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:29:11.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:29:11.877+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:29:11.877+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:29:11.877+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:29:11.877+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:29:17.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:29:17.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:29:17.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:29:17.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:29:17.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:29:17.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:29:36.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:29:36.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:29:36.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:29:36.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:29:36.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:29:36.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:29:41.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:29:41.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:29:41.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:29:41.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:29:41.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:29:41.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:30:00.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:30:00.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:30:00.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:30:00.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:30:00.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:30:00.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:30:05.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:30:05.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:30:05.918+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:30:05.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:30:05.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:30:05.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:30:24.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:30:24.214+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:30:24.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:30:24.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:30:24.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:30:24.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:30:29.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:30:29.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:30:29.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:30:29.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:30:29.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:30:29.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:30:48.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:30:48.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:30:48.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:30:48.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:30:48.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:30:48.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:30:54.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:30:54.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:30:54.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:30:54.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:30:54.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:30:54.115+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:31:12.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:31:12.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:31:12.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:31:12.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:31:12.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:31:12.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:31:17.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:31:17.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:31:17.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:31:17.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:31:17.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:31:17.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:31:36.895+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:31:36.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:31:36.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:31:36.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:31:36.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:31:36.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:31:42.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:31:42.345+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:31:42.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:31:42.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:31:42.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:31:42.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:32:00.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:32:00.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:32:00.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:32:00.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:32:00.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:32:00.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:32:05.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:32:05.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:32:05.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:32:05.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:32:05.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:32:05.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:32:24.492+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:32:24.492+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:32:24.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:32:24.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:32:24.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:32:24.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:32:30.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:32:30.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:32:30.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:32:30.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:32:30.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:32:30.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:32:48.420+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:32:48.420+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:32:48.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:32:48.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:32:48.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:32:48.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:32:53.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:32:53.683+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:32:53.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:32:53.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:32:53.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:32:53.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:33:12.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:33:12.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:33:12.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:33:12.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:33:12.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:33:12.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:33:17.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:33:17.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:33:17.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:33:17.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:33:17.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:33:17.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:33:38.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:33:38.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:33:38.684+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:33:38.684+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:33:38.684+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:33:38.685+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:33:43.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:33:43.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:33:43.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:33:43.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:33:43.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:33:43.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:34:03.480+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:34:03.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:34:03.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:34:03.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:34:03.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:34:03.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:34:08.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:34:08.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:34:08.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:34:08.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:34:08.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:34:08.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:34:28.041+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:34:28.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:34:28.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:34:28.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:34:28.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:34:28.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:34:33.561+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:34:33.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:34:33.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:34:33.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:34:33.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:34:33.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:34:53.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:34:53.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:34:54.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:34:54.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:34:54.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:34:54.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:34:59.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:34:59.102+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:34:59.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:34:59.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:34:59.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:34:59.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:35:18.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:35:18.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:35:18.111+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:35:18.111+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:35:18.111+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:35:18.111+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:35:23.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:35:23.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:35:23.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:35:23.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:35:23.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:35:23.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:35:42.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:35:42.002+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:35:42.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:35:42.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:35:42.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:35:42.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:35:47.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:35:47.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:35:47.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:35:47.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:35:47.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:35:47.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:36:07.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:36:07.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:36:07.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:36:07.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:36:07.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:36:07.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:36:12.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:36:12.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:36:12.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:36:12.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:36:12.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:36:12.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:36:32.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:36:32.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:36:32.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:36:32.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:36:32.351+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:36:32.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:36:37.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:36:37.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:36:37.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:36:37.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:36:37.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:36:37.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:36:55.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:36:55.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:36:55.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:36:55.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:36:55.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:36:55.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:37:01.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:37:01.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:37:01.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:37:01.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:37:01.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:37:01.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:37:21.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:37:21.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:37:21.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:37:21.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:37:21.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:37:21.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:37:26.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:37:26.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:37:26.529+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:37:26.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:37:26.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:37:26.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:37:45.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:37:45.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:37:45.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:37:45.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:37:45.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:37:45.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:37:50.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:37:50.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:37:50.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:37:50.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:37:50.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:37:50.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:38:09.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:38:09.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:38:09.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:38:09.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:38:09.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:38:09.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:38:14.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:38:14.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:38:14.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:38:14.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:38:14.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:38:14.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:38:35.092+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:38:35.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:38:35.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:38:35.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:38:35.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:38:35.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:38:40.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:38:40.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:38:40.229+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:38:40.229+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:38:40.229+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:38:40.229+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:38:59.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:38:59.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:38:59.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:38:59.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:38:59.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:38:59.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:39:04.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:39:04.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:39:04.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:39:04.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:39:04.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:39:04.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:39:22.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:39:22.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:39:22.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:39:22.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:39:22.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:39:22.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:39:28.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:39:28.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:39:28.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:39:28.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:39:28.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:39:28.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:39:48.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:39:48.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:39:48.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:39:48.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:39:48.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:39:48.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:39:53.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:39:53.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:39:53.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:39:53.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:39:53.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:39:53.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:40:12.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:40:12.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:40:12.430+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:40:12.430+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:40:12.430+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:40:12.430+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:40:17.517+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:40:17.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:40:17.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:40:17.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:40:17.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:40:17.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:40:35.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:40:35.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:40:35.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:40:35.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:40:35.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:40:35.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:40:40.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:40:40.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:40:41.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:40:41.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:40:41.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:40:41.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:40:59.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:40:59.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:40:59.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:40:59.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:40:59.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:40:59.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:41:04.505+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:41:04.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:41:04.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:41:04.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:41:04.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:41:04.532+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:41:23.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:41:23.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:41:23.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:41:23.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:41:23.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:41:23.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:41:28.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:41:28.584+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:41:28.641+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:41:28.641+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:41:28.641+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:41:28.641+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:41:49.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:41:49.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:41:49.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:41:49.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:41:49.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:41:49.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:41:54.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:41:54.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:41:54.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:41:54.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:41:54.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:41:54.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:42:12.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:42:12.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:42:13.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:42:13.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:42:13.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:42:13.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:42:18.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:42:18.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:42:18.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:42:18.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:42:18.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:42:18.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:42:36.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:42:36.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:42:36.945+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:42:36.945+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:42:36.945+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:42:36.945+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:42:42.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:42:42.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:42:42.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:42:42.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:42:42.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:42:42.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:43:00.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:43:00.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:43:00.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:43:00.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:43:00.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:43:00.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:43:05.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:43:05.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:43:05.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:43:05.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:43:05.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:43:05.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:43:23.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:43:23.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:43:23.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:43:23.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:43:23.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:43:23.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:43:29.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:43:29.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:43:29.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:43:29.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:43:29.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:43:29.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:43:48.690+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:43:48.690+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:43:48.721+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:43:48.721+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:43:48.721+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:43:48.721+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:43:53.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:43:53.960+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:43:53.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:43:53.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:43:53.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:43:53.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:44:11.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:44:11.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:44:11.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:44:11.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:44:11.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:44:11.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:44:16.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:44:16.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:44:16.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:44:16.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:44:16.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:44:16.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:44:37.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:44:37.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:44:37.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:44:37.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:44:37.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:44:37.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:44:42.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:44:42.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:44:42.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:44:42.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:44:42.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:44:42.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:45:00.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:45:00.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:45:00.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:45:00.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:45:00.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:45:00.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:45:06.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:45:06.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:45:06.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:45:06.029+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:45:06.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:45:06.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:45:24.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:45:24.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:45:24.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:45:24.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:45:24.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:45:24.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:45:29.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:45:29.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:45:29.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:45:29.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:45:29.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:45:29.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:45:49.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:45:49.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:45:49.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:45:49.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:45:49.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:45:49.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:45:55.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:45:55.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:45:55.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:45:55.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:45:55.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:45:55.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:46:14.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:46:14.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:46:14.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:46:14.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:46:14.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:46:14.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:46:19.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:46:19.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:46:19.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:46:19.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:46:19.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:46:19.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:46:37.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:46:37.926+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:46:37.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:46:37.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:46:37.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:46:37.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:46:43.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:46:43.367+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:46:43.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:46:43.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:46:43.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:46:43.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:47:03.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:47:03.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:47:03.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:47:03.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:47:03.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:47:03.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:47:09.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:47:09.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:47:09.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:47:09.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:47:09.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:47:09.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:47:27.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:47:27.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:47:27.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:47:27.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:47:27.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:47:27.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:47:32.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:47:32.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:47:32.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:47:32.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:47:32.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:47:32.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:47:50.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:47:50.726+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:47:50.764+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:47:50.764+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:47:50.764+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:47:50.764+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:47:56.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:47:56.194+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:47:56.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:47:56.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:47:56.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:47:56.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:48:16.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:48:16.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:48:16.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:48:16.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:48:16.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:48:16.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:48:21.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:48:21.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:48:21.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:48:21.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:48:21.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:48:21.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:48:40.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:48:40.374+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:48:40.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:48:40.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:48:40.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:48:40.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:48:45.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:48:45.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:48:45.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:48:45.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:48:45.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:48:45.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:49:03.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:49:03.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:49:03.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:49:03.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:49:03.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:49:03.711+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:49:09.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:49:09.199+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:49:09.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:49:09.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:49:09.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:49:09.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:49:29.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:49:29.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:49:29.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:49:29.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:49:29.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:49:29.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:49:34.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:49:34.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:49:34.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:49:34.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:49:34.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:49:34.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:49:53.383+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:49:53.383+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:49:53.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:49:53.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:49:53.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:49:53.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:49:58.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:49:58.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:49:58.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:49:58.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:49:58.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:49:58.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:50:16.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:50:16.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:50:16.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:50:16.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:50:16.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:50:16.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:50:22.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:50:22.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:50:22.397+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:50:22.397+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:50:22.397+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:50:22.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:50:42.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:50:42.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:50:42.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:50:42.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:50:42.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:50:42.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:50:47.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:50:47.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:50:47.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:50:47.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:50:47.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:50:47.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:51:07.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:51:07.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:51:07.040+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:51:07.040+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:51:07.040+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:51:07.040+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:51:12.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:51:12.230+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:51:12.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:51:12.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:51:12.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:51:12.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:51:31.045+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:51:31.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:51:31.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:51:31.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:51:31.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:51:31.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:51:36.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:51:36.479+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:51:36.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:51:36.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:51:36.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:51:36.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:51:57.093+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:51:57.093+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:51:57.129+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:51:57.129+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:51:57.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:51:57.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:52:02.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:52:02.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:52:02.345+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:52:02.345+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:52:02.345+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:52:02.345+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:52:21.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:52:21.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:52:21.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:52:21.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:52:21.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:52:21.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:52:26.412+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:52:26.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:52:26.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:52:26.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:52:26.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:52:26.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:52:44.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:52:44.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:52:44.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:52:44.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:52:44.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:52:44.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:52:50.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:52:50.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:52:50.218+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:52:50.218+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:52:50.218+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:52:50.218+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:53:10.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:53:10.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:53:10.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:53:10.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:53:10.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:53:10.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:53:15.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:53:15.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:53:15.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:53:15.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:53:15.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:53:15.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:53:34.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:53:34.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:53:34.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:53:34.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:53:34.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:53:34.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:53:40.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:53:40.188+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:53:40.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:53:40.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:53:40.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:53:40.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:53:59.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:53:59.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:53:59.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:53:59.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:53:59.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:53:59.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:54:04.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:54:04.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:54:04.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:54:04.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:54:04.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:54:04.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:54:22.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:54:22.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:54:22.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:54:22.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:54:22.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:54:22.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:54:28.103+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:54:28.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:54:28.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:54:28.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:54:28.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:54:28.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:54:46.312+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:54:46.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:54:46.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:54:46.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:54:46.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:54:46.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:54:51.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:54:51.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:54:51.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:54:51.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:54:51.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:54:51.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:55:12.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:55:12.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:55:12.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:55:12.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:55:12.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:55:12.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:55:17.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:55:17.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:55:17.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:55:17.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:55:17.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:55:17.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:55:36.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:55:36.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:55:36.840+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:55:36.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:55:36.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:55:36.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:55:42.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:55:42.040+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:55:42.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:55:42.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:55:42.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:55:42.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:56:00.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:56:00.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:56:00.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:56:00.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:56:00.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:56:00.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:56:05.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:56:05.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:56:05.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:56:05.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:56:05.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:56:05.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:56:24.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:56:24.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:56:24.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:56:24.333+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:56:24.333+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:56:24.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:56:29.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:56:29.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:56:29.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:56:29.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:56:29.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:56:29.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:56:47.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:56:47.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:56:47.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:56:47.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:56:47.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:56:47.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:56:53.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:56:53.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:56:53.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:56:53.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:56:53.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:56:53.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:57:14.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:57:14.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:57:14.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:57:14.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:57:14.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:57:14.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:57:19.295+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:57:19.295+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:57:19.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:57:19.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:57:19.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:57:19.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:57:38.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:57:38.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:57:38.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:57:38.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:57:38.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:57:38.308+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:57:43.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:57:43.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:57:43.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:57:43.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:57:43.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:57:43.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:58:01.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:58:01.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:58:01.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:58:01.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:58:01.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:58:01.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:58:07.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:58:07.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:58:07.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:58:07.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:58:07.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:58:07.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:58:25.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:58:25.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:58:25.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:58:25.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:58:25.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:58:25.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:58:31.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:58:31.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:58:31.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:58:31.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:58:31.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:58:31.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:58:49.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:58:49.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:58:49.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:58:49.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:58:49.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:58:49.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:58:54.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:58:54.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:58:54.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:58:54.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:58:54.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:58:54.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:59:13.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:59:13.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:59:13.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:59:13.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:59:13.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:59:13.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:59:18.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:59:18.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:59:18.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:59:18.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:59:18.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:59:18.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:59:37.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:59:37.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:59:37.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:59:37.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:59:37.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:59:37.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T00:59:42.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T00:59:42.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T00:59:42.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T00:59:42.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T00:59:42.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T00:59:42.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:00:01.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:00:01.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:00:01.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:00:01.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:00:01.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:00:01.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:00:07.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:00:07.009+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:00:07.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:00:07.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:00:07.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:00:07.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:00:24.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:00:24.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:00:24.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:00:24.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:00:24.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:00:24.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:00:29.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:00:29.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:00:30.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:00:30.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:00:30.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:00:30.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:00:49.608+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:00:49.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:00:49.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:00:49.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:00:49.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:00:49.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:00:54.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:00:54.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:00:54.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:00:54.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:00:54.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:00:54.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:01:12.590+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:01:12.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:01:12.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:01:12.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:01:12.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:01:12.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:01:18.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:01:18.020+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:01:18.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:01:18.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:01:18.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:01:18.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:01:36.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:01:36.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:01:36.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:01:36.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:01:36.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:01:36.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:01:41.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:01:41.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:01:41.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:01:41.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:01:41.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:01:41.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:02:00.901+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:02:00.901+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:02:00.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:02:00.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:02:00.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:02:00.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:02:06.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:02:06.407+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:02:06.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:02:06.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:02:06.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:02:06.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:02:27.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:02:27.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:02:27.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:02:27.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:02:27.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:02:27.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:02:33.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:02:33.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:02:33.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:02:33.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:02:33.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:02:33.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:02:51.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:02:51.702+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:02:51.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:02:51.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:02:51.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:02:51.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:02:56.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:02:56.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:02:56.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:02:56.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:02:56.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:02:56.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:03:15.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:03:15.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:03:15.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:03:15.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:03:15.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:03:15.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:03:21.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:03:21.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:03:21.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:03:21.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:03:21.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:03:21.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:03:41.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:03:41.969+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:03:42.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:03:42.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:03:42.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:03:42.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:03:47.129+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:03:47.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:03:47.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:03:47.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:03:47.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:03:47.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:04:06.521+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:04:06.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:04:06.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:04:06.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:04:06.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:04:06.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:04:11.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:04:11.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:04:11.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:04:11.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:04:11.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:04:11.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:04:30.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:04:30.387+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:04:30.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:04:30.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:04:30.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:04:30.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:04:35.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:04:35.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:04:35.904+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:04:35.904+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:04:35.904+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:04:35.904+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:04:53.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:04:53.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:04:53.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:04:53.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:04:53.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:04:53.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:04:59.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:04:59.153+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:04:59.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:04:59.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:04:59.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:04:59.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:05:17.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:05:17.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:05:17.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:05:17.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:05:17.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:05:17.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:05:22.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:05:22.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:05:23.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:05:23.029+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:05:23.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:05:23.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:05:41.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:05:41.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:05:41.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:05:41.529+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:05:41.529+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:05:41.529+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:05:46.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:05:46.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:05:46.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:05:46.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:05:46.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:05:46.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:06:05.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:06:05.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:06:05.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:06:05.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:06:05.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:06:05.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:06:10.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:06:10.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:06:10.801+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:06:10.801+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:06:10.801+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:06:10.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:06:29.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:06:29.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:06:29.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:06:29.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:06:29.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:06:29.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:06:35.113+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:06:35.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:06:35.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:06:35.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:06:35.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:06:35.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:06:53.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:06:53.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:06:53.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:06:53.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:06:53.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:06:53.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:06:59.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:06:59.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:06:59.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:06:59.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:06:59.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:06:59.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:07:19.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:07:19.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:07:19.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:07:19.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:07:19.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:07:19.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:07:24.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:07:24.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:07:24.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:07:24.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:07:24.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:07:24.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:07:44.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:07:44.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:07:44.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:07:44.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:07:44.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:07:44.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:07:49.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:07:49.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:07:49.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:07:49.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:07:49.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:07:49.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:08:07.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:08:07.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:08:07.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:08:07.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:08:07.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:08:07.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:08:13.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:08:13.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:08:13.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:08:13.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:08:13.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:08:13.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:08:31.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:08:31.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:08:31.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:08:31.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:08:31.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:08:31.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:08:36.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:08:36.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:08:36.659+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:08:36.659+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:08:36.659+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:08:36.659+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:08:55.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:08:55.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:08:55.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:08:55.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:08:55.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:08:55.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:09:00.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:09:00.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:09:00.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:09:00.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:09:00.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:09:00.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:09:18.989+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:09:18.990+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:09:19.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:09:19.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:09:19.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:09:19.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:09:24.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:09:24.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:09:24.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:09:24.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:09:24.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:09:24.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:09:42.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:09:42.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:09:42.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:09:42.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:09:42.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:09:42.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:09:48.015+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:09:48.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:09:48.066+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:09:48.066+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:09:48.066+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:09:48.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:10:06.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:10:06.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:10:06.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:10:06.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:10:06.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:10:06.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:10:11.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:10:11.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:10:11.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:10:11.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:10:11.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:10:11.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:10:29.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:10:29.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:10:30.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:10:30.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:10:30.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:10:30.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:10:35.277+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:10:35.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:10:35.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:10:35.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:10:35.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:10:35.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:10:53.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:10:53.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:10:53.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:10:53.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:10:53.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:10:53.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:10:58.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:10:58.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:10:58.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:10:58.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:10:58.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:10:58.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:11:17.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:11:17.394+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:11:17.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:11:17.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:11:17.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:11:17.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:11:22.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:11:22.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:11:22.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:11:22.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:11:22.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:11:22.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:11:41.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:11:41.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:11:41.460+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:11:41.460+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:11:41.460+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:11:41.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:11:46.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:11:46.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:11:46.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:11:46.661+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:11:46.661+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:11:46.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:12:04.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:12:04.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:12:04.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:12:04.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:12:04.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:12:04.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:12:10.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:12:10.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:12:10.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:12:10.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:12:10.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:12:10.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:12:28.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:12:28.944+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:12:28.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:12:28.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:12:28.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:12:28.980+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:12:34.150+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:12:34.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:12:34.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:12:34.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:12:34.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:12:34.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:12:52.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:12:52.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:12:52.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:12:52.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:12:52.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:12:52.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:12:58.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:12:58.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:12:58.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:12:58.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:12:58.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:12:58.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:13:19.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:13:19.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:13:19.252+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:13:19.252+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:13:19.252+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:13:19.252+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:13:24.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:13:24.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:13:24.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:13:24.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:13:24.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:13:24.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:13:44.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:13:44.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:13:44.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:13:44.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:13:44.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:13:44.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:13:49.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:13:49.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:13:49.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:13:49.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:13:49.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:13:49.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:14:06.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:14:06.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:14:07.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:14:07.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:14:07.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:14:07.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:14:12.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:14:12.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:14:12.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:14:12.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:14:12.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:14:12.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:14:33.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:14:33.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:14:33.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:14:33.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:14:33.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:14:33.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:14:38.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:14:38.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:14:38.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:14:38.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:14:38.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:14:38.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:14:57.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:14:57.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:14:57.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:14:57.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:14:57.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:14:57.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:15:02.545+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:15:02.545+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:15:02.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:15:02.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:15:02.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:15:02.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:15:20.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:15:20.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:15:20.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:15:20.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:15:20.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:15:20.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:15:26.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:15:26.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:15:26.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:15:26.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:15:26.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:15:26.392+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:15:44.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:15:44.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:15:44.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:15:44.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:15:44.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:15:44.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:15:50.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:15:50.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:15:50.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:15:50.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:15:50.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:15:50.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:16:08.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:16:08.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:16:08.544+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:16:08.544+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:16:08.544+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:16:08.544+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:16:13.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:16:13.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:16:14.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:16:14.027+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:16:14.027+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:16:14.027+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:16:34.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:16:34.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:16:34.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:16:34.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:16:34.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:16:34.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:16:39.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:16:39.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:16:39.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:16:39.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:16:39.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:16:39.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:16:58.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:16:58.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:16:58.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:16:58.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:16:58.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:16:58.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:17:04.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:17:04.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:17:04.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:17:04.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:17:04.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:17:04.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:17:22.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:17:22.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:17:22.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:17:22.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:17:22.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:17:22.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:17:28.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:17:28.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:17:28.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:17:28.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:17:28.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:17:28.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:17:48.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:17:48.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:17:48.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:17:48.862+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:17:48.862+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:17:48.862+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:17:54.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:17:54.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:17:54.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:17:54.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:17:54.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:17:54.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:18:13.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:18:13.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:18:13.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:18:13.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:18:13.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:18:13.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:18:18.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:18:18.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:18:18.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:18:18.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:18:18.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:18:18.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:18:36.815+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:18:36.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:18:36.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:18:36.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:18:36.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:18:36.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:18:42.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:18:42.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:18:42.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:18:42.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:18:42.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:18:42.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:19:02.269+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:19:02.269+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:19:02.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:19:02.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:19:02.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:19:02.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:19:07.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:19:07.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:19:07.634+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:19:07.634+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:19:07.634+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:19:07.634+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:19:25.107+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:19:25.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:19:25.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:19:25.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:19:25.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:19:25.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:19:30.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:19:30.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:19:30.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:19:30.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:19:30.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:19:30.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:19:49.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:19:49.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:19:49.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:19:49.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:19:49.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:19:49.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:19:54.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:19:54.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:19:54.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:19:54.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:19:54.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:19:54.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:20:15.275+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:20:15.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:20:15.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:20:15.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:20:15.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:20:15.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:20:20.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:20:20.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:20:20.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:20:20.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:20:20.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:20:20.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:20:41.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:20:41.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:20:41.723+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:20:41.723+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:20:41.723+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:20:41.723+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:20:46.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:20:46.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:20:46.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:20:46.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:20:46.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:20:46.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:21:06.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:21:06.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:21:06.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:21:06.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:21:06.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:21:06.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:21:11.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:21:11.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:21:11.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:21:11.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:21:11.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:21:11.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:21:30.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:21:30.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:21:30.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:21:30.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:21:30.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:21:30.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:21:36.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:21:36.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:21:36.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:21:36.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:21:36.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:21:36.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:21:55.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:21:55.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:21:55.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:21:55.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:21:55.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:21:55.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:22:00.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:22:00.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:22:00.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:22:00.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:22:00.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:22:00.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:22:19.960+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:22:19.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:22:20.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:22:20.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:22:20.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:22:20.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:22:25.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:22:25.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:22:25.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:22:25.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:22:25.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:22:25.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:22:44.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:22:44.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:22:44.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:22:44.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:22:44.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:22:44.742+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:22:50.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:22:50.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:22:50.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:22:50.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:22:50.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:22:50.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:23:08.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:23:08.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:23:08.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:23:08.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:23:08.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:23:08.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:23:14.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:23:14.139+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:23:14.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:23:14.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:23:14.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:23:14.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:23:34.888+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:23:34.888+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:23:34.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:23:34.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:23:34.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:23:34.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:23:40.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:23:40.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:23:40.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:23:40.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:23:40.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:23:40.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:23:59.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:23:59.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:23:59.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:23:59.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:23:59.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:23:59.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:24:04.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:24:04.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:24:04.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:24:04.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:24:04.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:24:04.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:24:23.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:24:23.558+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:24:23.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:24:23.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:24:23.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:24:23.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:24:29.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:24:29.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:24:29.111+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:24:29.111+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:24:29.111+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:24:29.111+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:24:49.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:24:49.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:24:49.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:24:49.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:24:49.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:24:49.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:24:54.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:24:54.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:24:54.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:24:54.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:24:54.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:24:54.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:25:13.693+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:25:13.693+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:25:13.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:25:13.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:25:13.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:25:13.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:25:18.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:25:18.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:25:18.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:25:18.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:25:18.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:25:18.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:25:37.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:25:37.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:25:37.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:25:37.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:25:37.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:25:37.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:25:43.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:25:43.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:25:43.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:25:43.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:25:43.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:25:43.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:26:01.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:26:01.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:26:01.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:26:01.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:26:01.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:26:01.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:26:06.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:26:06.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:26:06.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:26:06.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:26:06.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:26:06.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:26:25.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:26:25.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:26:25.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:26:25.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:26:25.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:26:25.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:26:30.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:26:30.817+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:26:30.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:26:30.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:26:30.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:26:30.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:26:51.216+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:26:51.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:26:51.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:26:51.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:26:51.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:26:51.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:26:56.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:26:56.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:26:56.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:26:56.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:26:56.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:26:56.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:27:15.596+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:27:15.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:27:15.627+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:27:15.627+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:27:15.627+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:27:15.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:27:20.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:27:20.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:27:20.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:27:20.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:27:20.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:27:20.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:27:39.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:27:39.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:27:39.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:27:39.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:27:39.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:27:39.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:27:44.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:27:44.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:27:44.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:27:44.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:27:44.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:27:44.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:28:05.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:28:05.107+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:28:05.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:28:05.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:28:05.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:28:05.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:28:10.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:28:10.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:28:10.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:28:10.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:28:10.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:28:10.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:28:29.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:28:29.694+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:28:29.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:28:29.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:28:29.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:28:29.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:28:34.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:28:34.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:28:34.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:28:34.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:28:34.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:28:34.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:28:53.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:28:53.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:28:53.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:28:53.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:28:53.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:28:53.473+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:28:58.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:28:58.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:28:58.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:28:58.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:28:58.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:28:58.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:29:19.086+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:29:19.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:29:19.228+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:29:19.228+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:29:19.228+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:29:19.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:29:24.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:29:24.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:29:24.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:29:24.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:29:24.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:29:24.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:29:44.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:29:44.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:29:44.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:29:44.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:29:44.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:29:44.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:29:49.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:29:49.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:29:49.420+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:29:49.420+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:29:49.420+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:29:49.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:30:08.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:30:08.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:30:08.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:30:08.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:30:08.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:30:08.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:30:13.592+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:30:13.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:30:13.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:30:13.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:30:13.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:30:13.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:30:33.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:30:33.936+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:30:33.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:30:33.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:30:33.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:30:33.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:30:39.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:30:39.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:30:39.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:30:39.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:30:39.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:30:39.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:30:58.411+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:30:58.412+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:30:58.448+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:30:58.448+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:30:58.448+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:30:58.448+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:31:03.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:31:03.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:31:03.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:31:03.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:31:03.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:31:03.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:31:21.897+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:31:21.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:31:21.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:31:21.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:31:21.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:31:21.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:31:27.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:31:27.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:31:27.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:31:27.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:31:27.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:31:27.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:31:48.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:31:48.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:31:48.040+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:31:48.040+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:31:48.040+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:31:48.040+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:31:53.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:31:53.208+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:31:53.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:31:53.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:31:53.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:31:53.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:32:11.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:32:11.729+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:32:11.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:32:11.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:32:11.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:32:11.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:32:16.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:32:16.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:32:17.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:32:17.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:32:17.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:32:17.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:32:35.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:32:35.726+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:32:35.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:32:35.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:32:35.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:32:35.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:32:41.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:32:41.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:32:41.131+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:32:41.131+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:32:41.131+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:32:41.131+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:33:00.510+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:33:00.510+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:33:00.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:33:00.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:33:00.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:33:00.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:33:05.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:33:05.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:33:05.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:33:05.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:33:05.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:33:05.868+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:33:25.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:33:25.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:33:25.800+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:33:25.800+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:33:25.800+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:33:25.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:33:30.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:33:30.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:33:31.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:33:31.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:33:31.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:33:31.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:33:49.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:33:49.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:33:49.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:33:49.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:33:49.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:33:49.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:33:55.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:33:55.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:33:55.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:33:55.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:33:55.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:33:55.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:34:16.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:34:16.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:34:16.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:34:16.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:34:16.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:34:16.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:34:21.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:34:21.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:34:21.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:34:21.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:34:21.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:34:21.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:34:40.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:34:40.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:34:40.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:34:40.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:34:40.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:34:40.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:34:45.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:34:45.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:34:45.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:34:45.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:34:45.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:34:45.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:35:04.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:35:04.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:35:04.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:35:04.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:35:04.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:35:04.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:35:09.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:35:09.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:35:09.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:35:09.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:35:09.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:35:09.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:35:30.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:35:30.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:35:30.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:35:30.333+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:35:30.333+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:35:30.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:35:35.617+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:35:35.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:35:35.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:35:35.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:35:35.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:35:35.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:35:54.425+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:35:54.425+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:35:54.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:35:54.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:35:54.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:35:54.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:35:59.649+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:35:59.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:35:59.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:35:59.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:35:59.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:35:59.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:36:17.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:36:17.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:36:17.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:36:17.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:36:17.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:36:17.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:36:23.259+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:36:23.259+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:36:23.305+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:36:23.305+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:36:23.305+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:36:23.305+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:36:44.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:36:44.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:36:44.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:36:44.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:36:44.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:36:44.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:36:49.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:36:49.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:36:49.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:36:49.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:36:49.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:36:49.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:37:08.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:37:08.186+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:37:08.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:37:08.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:37:08.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:37:08.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:37:13.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:37:13.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:37:13.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:37:13.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:37:13.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:37:13.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:37:31.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:37:31.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:37:31.980+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:37:31.980+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:37:31.980+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:37:31.981+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:37:37.413+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:37:37.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:37:37.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:37:37.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:37:37.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:37:37.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:37:58.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:37:58.042+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:37:58.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:37:58.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:37:58.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:37:58.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:38:03.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:38:03.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:38:03.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:38:03.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:38:03.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:38:03.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:38:21.941+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:38:21.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:38:21.977+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:38:21.977+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:38:21.977+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:38:21.977+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:38:27.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:38:27.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:38:27.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:38:27.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:38:27.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:38:27.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:38:45.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:38:45.970+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:38:46.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:38:46.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:38:46.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:38:46.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:38:51.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:38:51.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:38:51.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:38:51.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:38:51.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:38:51.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:39:11.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:39:11.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:39:11.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:39:11.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:39:11.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:39:11.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:39:17.053+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:39:17.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:39:17.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:39:17.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:39:17.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:39:17.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:39:36.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:39:36.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:39:36.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:39:36.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:39:36.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:39:36.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:39:41.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:39:41.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:39:41.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:39:41.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:39:41.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:39:41.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:39:59.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:39:59.987+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:40:00.022+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:40:00.022+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:40:00.022+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:40:00.022+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:40:05.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:40:05.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:40:05.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:40:05.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:40:05.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:40:05.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:40:25.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:40:25.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:40:25.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:40:25.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:40:25.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:40:25.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:40:30.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:40:30.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:40:30.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:40:30.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:40:30.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:40:30.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:40:50.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:40:50.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:40:50.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:40:50.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:40:50.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:40:50.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:40:55.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:40:55.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:40:55.351+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:40:55.351+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:40:55.351+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:40:55.351+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:41:15.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:41:15.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:41:15.833+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:41:15.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:41:15.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:41:15.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:41:21.128+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:41:21.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:41:21.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:41:21.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:41:21.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:41:21.187+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:41:41.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:41:41.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:41:41.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:41:41.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:41:41.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:41:41.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:41:46.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:41:46.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:41:46.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:41:46.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:41:46.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:41:46.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:42:06.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:42:06.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:42:06.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:42:06.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:42:06.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:42:06.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:42:11.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:42:11.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:42:11.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:42:11.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:42:11.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:42:11.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:42:29.774+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:42:29.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:42:29.810+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:42:29.810+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:42:29.810+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:42:29.810+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:42:35.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:42:35.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:42:35.186+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:42:35.186+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:42:35.186+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:42:35.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:42:55.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:42:55.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:42:55.309+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:42:55.309+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:42:55.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:42:55.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:43:00.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:43:00.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:43:00.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:43:00.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:43:00.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:43:00.357+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:43:20.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:43:20.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:43:20.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:43:20.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:43:20.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:43:20.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:43:25.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:43:25.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:43:25.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:43:25.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:43:25.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:43:25.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:43:43.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:43:43.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:43:43.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:43:43.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:43:43.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:43:43.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:43:49.322+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:43:49.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:43:49.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:43:49.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:43:49.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:43:49.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:44:07.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:44:07.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:44:07.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:44:07.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:44:07.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:44:07.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:44:12.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:44:12.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:44:12.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:44:12.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:44:12.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:44:12.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:44:31.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:44:31.258+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:44:31.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:44:31.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:44:31.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:44:31.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:44:36.437+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:44:36.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:44:36.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:44:36.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:44:36.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:44:36.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:44:55.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:44:55.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:44:55.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:44:55.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:44:55.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:44:55.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:45:00.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:45:00.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:45:00.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:45:00.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:45:00.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:45:00.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:45:19.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:45:19.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:45:19.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:45:19.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:45:19.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:45:19.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:45:24.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:45:24.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:45:24.577+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:45:24.577+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:45:24.577+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:45:24.577+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:45:43.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:45:43.799+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:45:43.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:45:43.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:45:43.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:45:43.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:45:49.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:45:49.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:45:49.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:45:49.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:45:49.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:45:49.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:46:06.382+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:46:06.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:46:06.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:46:06.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:46:06.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:46:06.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:46:11.795+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:46:11.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:46:11.839+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:46:11.840+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:46:11.840+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:46:11.840+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:46:31.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:46:31.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:46:31.990+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:46:31.990+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:46:31.990+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:46:31.990+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:46:37.136+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:46:37.136+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:46:37.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:46:37.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:46:37.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:46:37.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:46:55.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:46:55.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:46:55.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:46:55.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:46:55.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:46:55.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:47:00.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:47:00.980+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:47:01.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:47:01.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:47:01.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:47:01.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:47:21.516+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:47:21.517+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:47:21.559+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:47:21.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:47:21.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:47:21.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:47:26.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:47:26.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:47:26.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:47:26.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:47:26.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:47:26.710+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:47:46.084+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:47:46.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:47:46.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:47:46.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:47:46.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:47:46.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:47:51.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:47:51.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:47:51.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:47:51.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:47:51.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:47:51.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:48:09.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:48:09.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:48:09.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:48:09.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:48:09.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:48:09.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:48:14.770+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:48:14.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:48:14.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:48:14.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:48:14.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:48:14.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:48:35.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:48:35.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:48:35.510+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:48:35.510+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:48:35.510+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:48:35.510+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:48:40.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:48:40.704+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:48:40.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:48:40.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:48:40.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:48:40.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:49:00.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:49:00.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:49:00.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:49:00.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:49:00.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:49:00.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:49:05.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:49:05.411+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:49:05.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:49:05.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:49:05.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:49:05.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:49:23.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:49:23.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:49:23.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:49:23.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:49:23.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:49:23.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:49:29.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:49:29.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:49:29.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:49:29.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:49:29.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:49:29.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:49:50.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:49:50.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:49:50.610+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:49:50.610+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:49:50.610+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:49:50.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:49:55.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:49:55.801+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:49:55.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:49:55.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:49:55.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:49:55.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:50:15.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:50:15.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:50:15.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:50:15.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:50:15.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:50:15.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:50:20.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:50:20.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:50:20.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:50:20.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:50:20.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:50:20.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:50:39.393+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:50:39.393+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:50:39.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:50:39.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:50:39.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:50:39.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:50:44.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:50:44.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:50:44.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:50:44.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:50:44.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:50:44.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:51:03.380+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:51:03.380+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:51:03.415+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:51:03.415+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:51:03.415+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:51:03.415+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:51:08.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:51:08.589+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:51:08.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:51:08.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:51:08.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:51:08.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:51:27.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:51:27.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:51:27.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:51:27.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:51:27.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:51:27.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:51:32.972+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:51:32.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:51:33.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:51:33.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:51:33.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:51:33.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:51:53.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:51:53.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:51:53.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:51:53.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:51:53.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:51:53.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:51:58.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:51:58.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:51:58.498+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:51:58.498+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:51:58.498+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:51:58.498+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:52:17.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:52:17.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:52:17.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:52:17.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:52:17.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:52:17.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:52:22.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:52:22.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:52:22.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:52:22.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:52:22.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:52:22.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:52:41.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:52:41.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:52:41.399+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:52:41.399+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:52:41.399+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:52:41.399+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:52:46.950+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:52:46.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:52:47.002+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:52:47.002+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:52:47.002+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:52:47.002+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:53:05.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:53:05.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:53:05.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:53:05.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:53:05.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:53:05.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:53:10.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:53:10.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:53:10.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:53:10.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:53:10.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:53:10.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:53:28.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:53:28.586+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:53:28.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:53:28.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:53:28.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:53:28.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:53:34.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:53:34.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:53:34.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:53:34.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:53:34.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:53:34.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:53:54.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:53:54.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:53:54.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:53:54.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:53:54.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:53:54.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:54:00.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:54:00.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:54:00.105+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:54:00.105+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:54:00.105+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:54:00.105+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:54:19.407+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:54:19.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:54:19.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:54:19.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:54:19.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:54:19.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:54:24.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:54:24.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:54:24.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:54:24.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:54:24.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:54:24.575+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:54:42.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:54:42.586+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:54:42.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:54:42.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:54:42.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:54:42.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:54:48.049+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:54:48.050+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:54:48.099+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:54:48.099+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:54:48.099+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:54:48.099+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:55:08.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:55:08.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:55:08.599+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:55:08.599+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:55:08.599+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:55:08.599+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:55:13.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:55:13.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:55:13.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:55:13.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:55:13.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:55:13.741+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:55:32.942+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:55:32.942+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:55:32.974+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:55:32.974+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:55:32.974+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:55:32.974+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:55:38.197+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:55:38.197+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:55:38.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:55:38.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:55:38.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:55:38.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:55:56.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:55:56.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:55:56.313+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:55:56.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:55:56.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:55:56.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:56:01.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:56:01.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:56:01.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:56:01.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:56:01.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:56:01.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:56:22.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:56:22.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:56:22.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:56:22.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:56:22.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:56:22.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:56:27.955+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:56:27.955+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:56:27.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:56:27.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:56:27.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:56:27.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:56:46.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:56:46.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:56:46.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:56:46.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:56:46.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:56:46.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:56:51.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:56:51.546+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:56:51.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:56:51.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:56:51.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:56:51.569+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:57:09.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:57:09.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:57:09.892+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:57:09.892+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:57:09.892+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:57:09.892+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:57:15.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:57:15.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:57:15.350+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:57:15.350+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:57:15.350+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:57:15.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:57:34.763+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:57:34.764+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:57:34.790+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:57:34.790+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:57:34.790+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:57:34.790+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:57:40.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:57:40.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:57:40.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:57:40.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:57:40.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:57:40.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:57:59.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:57:59.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:57:59.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:57:59.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:57:59.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:57:59.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:58:05.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:58:05.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:58:05.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:58:05.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:58:05.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:58:05.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:58:24.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:58:24.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:58:24.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:58:24.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:58:24.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:58:24.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:58:29.470+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:58:29.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:58:29.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:58:29.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:58:29.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:58:29.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:58:48.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:58:48.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:58:48.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:58:48.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:58:48.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:58:48.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:58:53.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:58:53.408+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:58:53.447+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:58:53.447+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:58:53.447+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:58:53.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:59:12.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:59:12.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:59:12.232+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:59:12.232+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:59:12.232+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:59:12.232+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:59:17.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:59:17.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:59:17.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:59:17.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:59:17.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:59:17.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:59:38.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:59:38.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:59:38.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:59:38.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:59:38.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:59:38.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T01:59:43.539+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T01:59:43.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T01:59:43.564+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T01:59:43.564+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T01:59:43.564+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T01:59:43.564+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:00:02.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:00:02.592+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:00:02.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:00:02.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:00:02.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:00:02.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:00:07.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:00:07.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:00:07.858+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:00:07.858+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:00:07.858+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:00:07.858+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:00:26.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:00:26.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:00:26.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:00:26.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:00:26.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:00:26.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:00:31.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:00:31.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:00:31.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:00:31.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:00:31.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:00:31.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:00:52.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:00:52.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:00:52.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:00:52.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:00:52.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:00:52.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:00:57.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:00:57.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:00:57.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:00:57.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:00:57.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:00:57.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:01:15.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:01:15.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:01:15.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:01:15.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:01:15.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:01:15.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:01:21.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:01:21.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:01:21.284+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:01:21.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:01:21.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:01:21.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:01:39.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:01:39.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:01:39.358+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:01:39.358+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:01:39.358+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:01:39.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:01:44.769+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:01:44.770+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:01:44.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:01:44.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:01:44.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:01:44.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:02:05.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:02:05.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:02:05.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:02:05.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:02:05.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:02:05.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:02:10.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:02:10.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:02:10.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:02:10.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:02:10.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:02:10.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:02:29.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:02:29.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:02:29.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:02:29.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:02:29.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:02:29.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:02:34.841+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:02:34.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:02:34.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:02:34.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:02:34.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:02:34.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:02:53.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:02:53.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:02:53.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:02:53.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:02:53.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:02:53.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:02:58.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:02:58.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:02:58.493+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:02:58.493+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:02:58.493+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:02:58.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:03:18.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:03:18.803+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:03:18.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:03:18.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:03:18.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:03:18.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:03:24.020+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:03:24.021+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:03:24.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:03:24.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:03:24.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:03:24.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:03:42.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:03:42.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:03:42.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:03:42.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:03:42.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:03:42.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:03:48.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:03:48.120+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:03:48.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:03:48.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:03:48.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:03:48.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:04:06.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:04:06.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:04:06.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:04:06.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:04:06.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:04:06.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:04:11.669+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:04:11.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:04:11.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:04:11.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:04:11.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:04:11.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:04:32.287+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:04:32.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:04:32.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:04:32.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:04:32.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:04:32.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:04:37.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:04:37.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:04:37.586+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:04:37.586+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:04:37.586+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:04:37.586+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:04:56.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:04:56.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:04:56.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:04:56.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:04:56.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:04:56.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:05:01.579+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:05:01.579+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:05:01.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:05:01.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:05:01.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:05:01.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:05:20.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:05:20.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:05:20.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:05:20.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:05:20.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:05:20.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:05:25.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:05:25.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:05:25.713+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:05:25.713+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:05:25.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:05:25.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:05:45.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:05:45.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:05:45.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:05:45.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:05:45.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:05:45.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:05:51.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:05:51.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:05:51.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:05:51.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:05:51.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:05:51.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:06:09.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:06:09.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:06:09.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:06:09.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:06:09.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:06:09.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:06:15.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:06:15.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:06:15.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:06:15.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:06:15.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:06:15.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:06:33.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:06:33.797+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:06:33.831+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:06:33.831+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:06:33.831+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:06:33.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:06:39.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:06:39.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:06:39.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:06:39.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:06:39.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:06:39.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:06:59.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:06:59.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:06:59.715+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:06:59.715+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:06:59.715+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:06:59.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:07:05.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:07:05.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:07:05.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:07:05.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:07:05.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:07:05.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:07:23.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:07:23.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:07:23.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:07:23.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:07:23.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:07:23.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:07:28.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:07:28.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:07:29.007+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:07:29.007+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:07:29.007+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:07:29.007+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:07:47.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:07:47.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:07:47.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:07:47.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:07:47.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:07:47.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:07:53.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:07:53.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:07:53.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:07:53.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:07:53.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:07:53.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:08:13.728+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:08:13.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:08:13.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:08:13.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:08:13.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:08:13.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:08:19.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:08:19.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:08:19.645+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:08:19.645+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:08:19.645+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:08:19.645+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:08:39.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:08:39.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:08:39.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:08:39.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:08:39.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:08:39.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:08:44.991+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:08:44.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:08:45.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:08:45.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:08:45.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:08:45.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:09:04.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:09:04.331+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:09:04.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:09:04.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:09:04.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:09:04.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:09:09.509+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:09:09.509+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:09:09.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:09:09.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:09:09.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:09:09.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:09:27.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:09:27.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:09:27.682+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:09:27.682+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:09:27.682+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:09:27.682+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:09:33.079+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:09:33.080+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:09:33.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:09:33.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:09:33.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:09:33.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:09:53.933+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:09:53.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:09:53.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:09:53.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:09:53.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:09:53.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:09:59.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:09:59.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:09:59.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:09:59.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:09:59.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:09:59.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:10:17.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:10:17.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:10:17.789+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:10:17.789+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:10:17.789+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:10:17.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:10:23.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:10:23.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:10:23.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:10:23.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:10:23.045+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:10:23.045+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:10:41.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:10:41.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:10:41.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:10:41.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:10:41.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:10:41.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:10:46.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:10:46.946+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:10:47.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:10:47.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:10:47.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:10:47.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:11:07.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:11:07.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:11:07.436+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:11:07.436+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:11:07.436+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:11:07.436+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:11:13.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:11:13.037+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:11:13.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:11:13.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:11:13.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:11:13.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:11:33.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:11:33.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:11:33.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:11:33.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:11:33.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:11:33.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:11:39.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:11:39.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:11:39.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:11:39.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:11:39.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:11:39.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:11:58.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:11:58.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:11:58.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:11:58.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:11:58.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:11:58.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:12:04.171+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:12:04.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:12:04.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:12:04.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:12:04.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:12:04.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:12:21.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:12:21.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:12:21.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:12:21.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:12:21.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:12:21.356+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:12:26.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:12:26.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:12:26.857+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:12:26.857+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:12:26.857+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:12:26.857+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:12:47.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:12:47.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:12:47.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:12:47.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:12:47.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:12:47.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:12:52.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:12:52.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:12:52.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:12:52.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:12:52.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:12:52.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:13:10.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:13:10.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:13:10.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:13:10.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:13:10.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:13:10.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:13:16.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:13:16.119+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:13:16.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:13:16.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:13:16.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:13:16.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:13:34.232+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:13:34.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:13:34.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:13:34.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:13:34.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:13:34.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:13:39.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:13:39.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:13:39.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:13:39.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:13:39.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:13:39.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:14:00.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:14:00.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:14:00.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:14:00.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:14:00.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:14:00.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:14:05.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:14:05.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:14:05.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:14:05.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:14:05.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:14:05.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:14:23.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:14:23.881+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:14:23.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:14:23.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:14:23.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:14:23.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:14:29.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:14:29.131+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:14:29.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:14:29.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:14:29.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:14:29.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:14:47.393+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:14:47.394+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:14:47.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:14:47.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:14:47.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:14:47.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:14:52.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:14:52.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:14:52.912+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:14:52.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:14:52.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:14:52.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:15:13.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:15:13.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:15:13.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:15:13.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:15:13.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:15:13.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:15:18.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:15:18.638+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:15:18.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:15:18.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:15:18.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:15:18.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:15:37.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:15:37.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:15:37.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:15:37.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:15:37.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:15:37.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:15:42.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:15:42.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:15:42.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:15:42.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:15:42.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:15:42.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:16:00.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:16:00.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:16:00.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:16:00.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:16:00.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:16:00.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:16:06.262+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:16:06.266+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:16:06.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:16:06.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:16:06.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:16:06.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:16:27.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:16:27.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:16:27.103+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:16:27.103+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:16:27.103+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:16:27.103+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:16:32.319+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:16:32.320+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:16:32.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:16:32.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:16:32.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:16:32.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:16:50.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:16:50.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:16:50.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:16:50.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:16:50.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:16:50.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:16:55.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:16:55.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:16:55.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:16:55.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:16:55.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:16:55.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:17:14.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:17:14.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:17:14.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:17:14.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:17:14.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:17:14.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:17:19.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:17:19.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:17:19.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:17:19.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:17:19.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:17:19.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:17:38.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:17:38.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:17:38.372+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:17:38.372+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:17:38.372+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:17:38.372+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:17:43.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:17:43.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:17:43.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:17:43.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:17:43.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:17:43.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:18:01.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:18:01.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:18:01.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:18:01.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:18:01.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:18:01.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:18:07.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:18:07.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:18:07.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:18:07.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:18:07.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:18:07.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:18:25.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:18:25.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:18:25.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:18:25.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:18:25.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:18:25.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:18:30.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:18:30.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:18:30.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:18:30.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:18:30.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:18:30.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:18:48.389+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:18:48.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:18:48.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:18:48.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:18:48.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:18:48.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:18:53.971+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:18:53.972+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:18:54.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:18:54.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:18:54.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:18:54.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:19:13.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:19:13.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:19:13.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:19:13.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:19:13.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:19:13.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:19:18.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:19:18.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:19:18.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:19:18.517+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:19:18.517+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:19:18.517+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:19:35.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:19:35.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:19:35.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:19:35.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:19:35.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:19:35.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:19:40.869+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:19:40.869+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:19:40.913+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:19:40.913+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:19:40.913+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:19:40.913+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:20:02.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:20:02.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:20:02.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:20:02.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:20:02.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:20:02.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:20:07.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:20:07.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:20:07.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:20:07.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:20:07.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:20:07.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:20:27.507+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:20:27.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:20:27.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:20:27.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:20:27.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:20:27.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:20:32.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:20:32.741+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:20:32.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:20:32.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:20:32.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:20:32.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:20:51.235+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:20:51.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:20:51.276+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:20:51.276+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:20:51.276+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:20:51.276+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:20:56.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:20:56.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:20:56.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:20:56.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:20:56.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:20:56.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:21:17.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:21:17.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:21:17.170+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:21:17.170+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:21:17.170+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:21:17.170+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:21:22.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:21:22.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:21:22.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:21:22.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:21:22.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:21:22.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:21:42.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:21:42.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:21:42.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:21:42.271+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:21:42.271+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:21:42.271+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:21:47.572+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:21:47.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:21:47.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:21:47.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:21:47.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:21:47.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:22:04.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:22:04.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:22:04.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:22:04.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:22:04.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:22:04.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:22:10.341+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:22:10.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:22:10.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:22:10.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:22:10.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:22:10.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:22:31.421+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:22:31.421+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:22:31.450+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:22:31.450+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:22:31.450+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:22:31.450+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:22:36.890+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:22:36.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:22:36.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:22:36.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:22:36.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:22:36.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:22:55.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:22:55.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:22:55.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:22:55.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:22:55.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:22:55.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:23:00.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:23:00.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:23:00.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:23:00.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:23:00.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:23:00.789+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:23:18.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:23:18.487+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:23:18.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:23:18.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:23:18.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:23:18.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:23:23.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:23:23.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:23:24.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:23:24.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:23:24.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:23:24.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:23:44.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:23:44.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:23:44.476+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:23:44.476+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:23:44.476+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:23:44.476+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:23:49.798+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:23:49.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:23:49.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:23:49.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:23:49.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:23:49.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:24:08.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:24:08.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:24:08.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:24:08.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:24:08.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:24:08.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:24:13.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:24:13.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:24:13.401+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:24:13.401+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:24:13.401+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:24:13.401+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:24:31.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:24:31.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:24:31.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:24:31.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:24:31.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:24:31.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:24:37.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:24:37.128+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:24:37.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:24:37.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:24:37.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:24:37.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:24:57.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:24:57.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:24:57.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:24:57.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:24:57.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:24:57.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:25:03.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:25:03.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:25:03.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:25:03.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:25:03.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:25:03.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:25:21.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:25:21.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:25:21.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:25:21.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:25:21.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:25:21.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:25:26.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:25:26.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:25:26.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:25:26.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:25:26.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:25:26.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:25:45.250+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:25:45.250+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:25:45.279+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:25:45.279+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:25:45.279+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:25:45.279+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:25:50.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:25:50.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:25:50.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:25:50.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:25:50.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:25:50.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:26:11.204+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:26:11.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:26:11.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:26:11.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:26:11.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:26:11.258+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:26:16.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:26:16.846+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:26:16.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:26:16.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:26:16.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:26:16.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:26:37.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:26:37.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:26:37.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:26:37.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:26:37.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:26:37.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:26:42.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:26:42.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:26:42.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:26:42.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:26:42.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:26:42.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:27:01.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:27:01.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:27:01.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:27:01.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:27:01.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:27:01.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:27:07.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:27:07.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:27:07.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:27:07.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:27:07.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:27:07.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:27:25.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:27:25.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:27:25.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:27:25.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:27:25.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:27:25.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:27:30.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:27:30.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:27:30.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:27:30.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:27:30.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:27:30.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:27:51.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:27:51.532+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:27:51.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:27:51.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:27:51.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:27:51.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:27:56.807+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:27:56.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:27:56.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:27:56.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:27:56.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:27:56.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:28:15.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:28:15.062+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:28:15.095+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:28:15.095+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:28:15.095+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:28:15.095+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:28:20.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:28:20.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:28:20.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:28:20.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:28:20.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:28:20.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:28:38.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:28:38.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:28:39.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:28:39.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:28:39.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:28:39.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:28:44.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:28:44.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:28:44.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:28:44.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:28:44.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:28:44.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:29:04.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:29:04.671+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:29:04.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:29:04.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:29:04.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:29:04.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:29:09.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:29:09.855+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:29:09.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:29:09.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:29:09.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:29:09.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:29:28.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:29:28.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:29:28.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:29:28.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:29:28.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:29:28.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:29:33.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:29:33.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:29:33.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:29:33.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:29:33.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:29:33.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:29:52.159+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:29:52.159+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:29:52.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:29:52.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:29:52.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:29:52.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:29:57.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:29:57.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:29:57.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:29:57.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:29:57.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:29:57.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:30:18.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:30:18.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:30:18.290+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:30:18.290+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:30:18.290+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:30:18.290+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:30:23.429+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:30:23.429+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:30:23.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:30:23.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:30:23.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:30:23.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:30:42.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:30:42.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:30:42.294+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:30:42.294+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:30:42.294+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:30:42.294+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:30:47.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:30:47.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:30:47.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:30:47.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:30:47.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:30:47.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:31:06.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:31:06.035+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:31:06.068+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:31:06.068+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:31:06.068+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:31:06.068+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:31:11.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:31:11.545+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:31:11.595+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:31:11.595+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:31:11.595+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:31:11.595+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:31:32.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:31:32.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:31:32.194+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:31:32.194+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:31:32.194+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:31:32.194+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:31:37.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:31:37.368+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:31:37.395+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:31:37.395+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:31:37.395+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:31:37.395+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:31:56.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:31:56.088+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:31:56.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:31:56.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:31:56.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:31:56.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:32:01.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:32:01.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:32:01.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:32:01.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:32:01.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:32:01.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:32:19.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:32:19.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:32:19.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:32:19.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:32:19.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:32:19.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:32:25.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:32:25.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:32:25.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:32:25.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:32:25.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:32:25.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:32:45.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:32:45.522+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:32:45.557+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:32:45.557+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:32:45.557+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:32:45.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:32:50.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:32:50.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:32:50.731+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:32:50.731+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:32:50.731+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:32:50.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:33:09.419+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:33:09.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:33:09.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:33:09.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:33:09.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:33:09.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:33:14.677+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:33:14.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:33:14.704+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:33:14.704+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:33:14.704+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:33:14.704+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:33:33.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:33:33.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:33:33.437+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:33:33.437+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:33:33.437+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:33:33.437+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:33:38.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:33:38.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:33:38.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:33:38.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:33:38.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:33:38.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:33:59.406+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:33:59.406+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:33:59.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:33:59.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:33:59.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:33:59.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:34:04.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:34:04.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:34:04.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:34:04.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:34:04.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:34:04.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:34:23.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:34:23.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:34:23.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:34:23.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:34:23.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:34:23.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:34:28.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:34:28.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:34:28.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:34:28.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:34:28.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:34:28.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:34:46.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:34:46.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:34:46.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:34:46.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:34:46.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:34:46.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:34:52.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:34:52.226+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:34:52.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:34:52.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:34:52.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:34:52.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:35:12.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:35:12.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:35:12.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:35:12.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:35:12.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:35:12.845+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:35:18.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:35:18.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:35:18.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:35:18.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:35:18.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:35:18.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:35:36.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:35:36.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:35:36.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:35:36.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:35:36.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:35:36.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:35:41.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:35:41.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:35:41.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:35:41.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:35:41.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:35:41.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:35:59.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:35:59.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:35:59.818+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:35:59.818+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:35:59.818+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:35:59.818+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:36:05.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:36:05.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:36:05.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:36:05.262+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:36:05.262+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:36:05.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:36:25.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:36:25.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:36:25.882+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:36:25.882+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:36:25.882+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:36:25.882+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:36:31.133+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:36:31.133+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:36:31.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:36:31.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:36:31.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:36:31.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:36:49.612+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:36:49.613+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:36:49.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:36:49.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:36:49.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:36:49.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:36:54.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:36:54.823+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:36:54.847+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:36:54.847+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:36:54.847+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:36:54.847+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:37:13.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:37:13.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:37:13.138+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:37:13.138+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:37:13.138+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:37:13.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:37:18.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:37:18.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:37:18.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:37:18.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:37:18.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:37:18.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:37:37.501+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:37:37.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:37:37.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:37:37.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:37:37.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:37:37.534+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:37:42.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:37:42.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:37:42.736+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:37:42.736+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:37:42.736+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:37:42.736+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:38:01.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:38:01.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:38:01.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:38:01.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:38:01.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:38:01.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:38:06.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:38:06.467+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:38:06.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:38:06.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:38:06.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:38:06.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:38:27.601+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:38:27.602+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:38:27.629+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:38:27.629+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:38:27.629+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:38:27.629+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:38:33.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:38:33.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:38:33.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:38:33.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:38:33.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:38:33.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:38:51.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:38:51.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:38:51.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:38:51.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:38:51.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:38:51.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:38:56.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:38:56.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:38:56.748+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:38:56.748+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:38:56.748+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:38:56.748+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:39:15.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:39:15.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:39:15.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:39:15.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:39:15.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:39:15.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:39:20.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:39:20.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:39:20.742+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:39:20.742+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:39:20.742+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:39:20.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:39:41.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:39:41.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:39:41.096+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:39:41.096+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:39:41.096+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:39:41.096+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:39:46.100+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:39:46.100+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:39:46.122+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:39:46.122+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:39:46.122+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:39:46.122+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:40:05.283+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:40:05.283+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:40:05.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:40:05.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:40:05.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:40:05.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:40:10.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:40:10.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:40:10.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:40:10.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:40:10.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:40:10.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:40:29.230+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:40:29.231+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:40:29.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:40:29.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:40:29.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:40:29.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:40:34.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:40:34.766+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:40:34.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:40:34.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:40:34.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:40:34.807+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:40:55.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:40:55.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:40:55.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:40:55.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:40:55.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:40:55.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:41:00.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:41:00.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:41:00.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:41:00.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:41:00.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:41:00.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:41:21.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:41:21.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:41:21.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:41:21.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:41:21.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:41:21.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:41:26.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:41:26.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:41:26.582+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:41:26.582+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:41:26.582+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:41:26.582+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:41:45.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:41:45.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:41:45.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:41:45.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:41:45.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:41:45.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:41:50.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:41:50.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:41:51.006+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:41:51.006+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:41:51.006+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:41:51.006+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:42:08.925+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:42:08.925+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:42:08.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:42:08.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:42:08.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:42:08.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:42:14.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:42:14.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:42:14.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:42:14.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:42:14.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:42:14.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:42:34.970+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:42:34.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:42:35.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:42:35.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:42:35.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:42:35.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:42:40.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:42:40.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:42:40.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:42:40.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:42:40.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:42:40.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:42:59.331+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:42:59.332+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:42:59.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:42:59.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:42:59.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:42:59.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:43:04.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:43:04.572+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:43:04.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:43:04.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:43:04.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:43:04.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:43:22.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:43:22.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:43:22.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:43:22.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:43:22.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:43:22.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:43:28.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:43:28.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:43:28.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:43:28.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:43:28.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:43:28.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:43:48.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:43:48.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:43:48.694+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:43:48.694+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:43:48.694+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:43:48.694+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:43:54.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:43:54.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:43:54.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:43:54.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:43:54.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:43:54.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:44:12.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:44:12.228+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:44:12.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:44:12.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:44:12.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:44:12.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:44:17.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:44:17.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:44:17.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:44:17.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:44:17.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:44:17.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:44:35.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:44:35.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:44:35.851+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:44:35.852+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:44:35.852+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:44:35.852+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:44:41.321+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:44:41.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:44:41.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:44:41.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:44:41.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:44:41.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:45:01.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:45:01.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:45:01.770+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:45:01.770+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:45:01.770+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:45:01.770+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:45:06.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:45:06.870+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:45:06.890+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:45:06.890+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:45:06.890+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:45:06.890+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:45:25.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:45:25.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:45:25.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:45:25.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:45:25.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:45:25.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:45:31.003+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:45:31.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:45:31.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:45:31.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:45:31.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:45:31.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:45:49.070+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:45:49.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:45:49.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:45:49.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:45:49.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:45:49.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:45:54.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:45:54.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:45:54.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:45:54.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:45:54.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:45:54.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:46:14.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:46:14.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:46:14.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:46:14.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:46:14.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:46:14.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:46:20.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:46:20.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:46:20.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:46:20.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:46:20.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:46:20.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:46:39.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:46:39.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:46:39.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:46:39.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:46:39.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:46:39.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:46:44.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:46:44.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:46:44.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:46:44.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:46:44.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:46:44.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:47:02.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:47:02.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:47:02.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:47:02.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:47:02.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:47:02.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:47:08.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:47:08.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:47:08.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:47:08.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:47:08.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:47:08.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:47:28.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:47:28.772+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:47:28.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:47:28.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:47:28.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:47:28.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:47:34.040+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:47:34.041+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:47:34.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:47:34.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:47:34.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:47:34.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:47:52.530+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:47:52.530+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:47:52.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:47:52.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:47:52.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:47:52.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:47:57.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:47:57.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:47:57.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:47:57.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:47:57.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:47:57.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:48:16.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:48:16.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:48:16.365+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:48:16.365+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:48:16.365+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:48:16.365+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:48:21.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:48:21.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:48:21.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:48:21.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:48:21.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:48:21.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:48:42.243+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:48:42.243+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:48:42.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:48:42.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:48:42.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:48:42.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:48:47.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:48:47.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:48:47.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:48:47.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:48:47.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:48:47.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:49:06.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:49:06.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:49:06.115+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:49:06.115+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:49:06.115+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:49:06.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:49:11.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:49:11.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:49:11.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:49:11.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:49:11.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:49:11.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:49:29.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:49:29.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:49:29.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:49:29.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:49:29.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:49:29.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:49:34.940+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:49:34.941+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:49:34.992+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:49:34.992+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:49:34.992+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:49:34.992+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:49:55.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:49:55.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:49:55.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:49:55.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:49:55.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:49:55.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:50:00.609+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:50:00.609+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:50:00.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:50:00.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:50:00.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:50:00.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:50:19.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:50:19.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:50:19.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:50:19.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:50:19.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:50:19.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:50:25.033+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:50:25.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:50:25.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:50:25.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:50:25.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:50:25.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:50:43.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:50:43.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:50:43.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:50:43.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:50:43.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:50:43.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:50:48.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:50:48.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:50:48.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:50:48.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:50:48.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:50:48.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:51:08.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:51:08.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:51:08.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:51:08.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:51:08.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:51:08.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:51:14.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:51:14.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:51:14.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:51:14.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:51:14.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:51:14.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:51:33.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:51:33.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:51:33.456+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:51:33.456+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:51:33.456+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:51:33.456+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:51:38.556+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:51:38.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:51:38.584+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:51:38.584+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:51:38.584+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:51:38.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:51:56.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:51:56.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:51:56.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:51:56.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:51:56.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:51:56.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:52:02.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:52:02.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:52:02.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:52:02.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:52:02.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:52:02.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:52:23.233+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:52:23.233+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:52:23.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:52:23.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:52:23.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:52:23.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:52:28.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:52:28.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:52:28.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:52:28.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:52:28.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:52:28.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:52:46.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:52:46.971+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:52:47.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:52:47.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:52:47.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:52:47.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:52:52.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:52:52.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:52:52.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:52:52.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:52:52.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:52:52.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:53:10.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:53:10.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:53:11.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:53:11.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:53:11.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:53:11.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:53:16.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:53:16.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:53:16.412+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:53:16.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:53:16.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:53:16.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:53:36.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:53:36.769+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:53:36.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:53:36.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:53:36.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:53:36.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:53:42.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:53:42.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:53:42.074+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:53:42.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:53:42.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:53:42.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:54:00.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:54:00.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:54:00.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:54:00.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:54:00.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:54:00.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:54:05.575+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:54:05.575+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:54:05.600+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:54:05.600+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:54:05.600+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:54:05.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:54:25.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:54:25.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:54:25.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:54:25.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:54:25.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:54:25.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:54:30.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:54:30.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:54:30.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:54:30.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:54:30.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:54:30.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:54:49.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:54:49.926+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:54:49.975+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:54:49.975+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:54:49.975+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:54:49.975+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:54:55.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:54:55.363+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:54:55.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:54:55.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:54:55.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:54:55.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:55:15.809+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:55:15.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:55:15.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:55:15.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:55:15.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:55:15.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:55:21.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:55:21.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:55:21.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:55:21.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:55:21.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:55:21.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:55:39.967+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:55:39.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:55:40.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:55:40.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:55:40.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:55:40.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:55:45.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:55:45.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:55:45.249+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:55:45.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:55:45.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:55:45.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:56:03.605+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:56:03.605+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:56:03.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:56:03.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:56:03.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:56:03.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:56:09.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:56:09.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:56:09.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:56:09.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:56:09.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:56:09.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:56:29.170+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:56:29.171+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:56:29.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:56:29.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:56:29.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:56:29.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:56:34.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:56:34.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:56:34.428+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:56:34.428+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:56:34.428+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:56:34.428+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:56:53.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:56:53.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:56:53.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:56:53.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:56:53.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:56:53.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:56:58.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:56:58.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:56:58.686+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:56:58.686+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:56:58.686+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:56:58.686+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:57:17.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:57:17.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:57:17.101+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:57:17.101+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:57:17.101+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:57:17.101+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:57:22.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:57:22.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:57:22.578+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:57:22.578+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:57:22.578+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:57:22.578+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:57:42.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:57:42.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:57:42.853+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:57:42.853+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:57:42.853+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:57:42.853+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:57:47.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:57:47.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:57:47.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:57:47.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:57:47.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:57:47.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:58:07.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:58:07.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:58:07.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:58:07.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:58:07.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:58:07.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:58:12.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:58:12.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:58:12.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:58:12.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:58:12.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:58:12.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:58:30.898+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:58:30.898+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:58:30.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:58:30.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:58:30.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:58:30.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:58:36.307+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:58:36.307+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:58:36.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:58:36.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:58:36.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:58:36.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:58:56.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:58:56.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:58:56.208+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:58:56.208+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:58:56.208+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:58:56.208+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:59:01.358+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:59:01.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:59:01.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:59:01.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:59:01.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:59:01.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:59:20.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:59:20.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:59:20.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:59:20.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:59:20.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:59:20.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:59:25.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:59:25.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:59:25.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:59:25.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:59:25.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:59:25.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:59:44.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:59:44.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:59:44.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:59:44.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:59:44.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:59:44.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T02:59:49.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T02:59:49.440+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T02:59:49.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T02:59:49.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T02:59:49.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T02:59:49.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:00:09.792+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:00:09.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:00:09.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:00:09.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:00:09.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:00:09.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:00:14.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:00:14.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:00:14.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:00:14.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:00:14.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:00:14.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:00:34.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:00:34.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:00:34.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:00:34.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:00:34.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:00:34.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:00:39.266+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:00:39.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:00:39.292+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:00:39.292+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:00:39.292+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:00:39.292+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:00:57.585+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:00:57.585+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:00:57.632+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:00:57.632+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:00:57.632+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:00:57.632+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:01:03.065+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:01:03.065+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:01:03.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:01:03.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:01:03.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:01:03.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:01:23.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:01:23.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:01:23.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:01:23.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:01:23.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:01:23.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:01:29.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:01:29.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:01:29.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:01:29.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:01:29.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:01:29.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:01:47.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:01:47.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:01:47.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:01:47.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:01:47.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:01:47.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:01:52.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:01:52.589+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:01:52.622+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:01:52.622+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:01:52.622+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:01:52.622+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:02:11.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:02:11.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:02:11.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:02:11.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:02:11.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:02:11.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:02:16.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:02:16.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:02:16.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:02:16.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:02:16.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:02:16.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:02:37.095+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:02:37.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:02:37.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:02:37.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:02:37.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:02:37.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:02:42.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:02:42.272+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:02:42.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:02:42.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:02:42.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:02:42.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:03:01.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:03:01.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:03:01.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:03:01.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:03:01.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:03:01.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:03:06.671+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:03:06.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:03:06.697+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:03:06.697+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:03:06.697+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:03:06.697+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:03:24.882+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:03:24.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:03:24.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:03:24.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:03:24.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:03:24.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:03:30.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:03:30.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:03:30.313+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:03:30.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:03:30.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:03:30.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:03:50.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:03:50.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:03:50.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:03:50.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:03:50.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:03:50.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:03:56.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:03:56.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:03:56.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:03:56.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:03:56.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:03:56.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:04:14.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:04:14.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:04:14.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:04:14.747+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:04:14.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:04:14.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:04:20.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:04:20.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:04:20.121+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:04:20.121+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:04:20.121+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:04:20.121+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:04:38.288+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:04:38.289+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:04:38.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:04:38.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:04:38.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:04:38.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:04:43.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:04:43.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:04:43.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:04:43.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:04:43.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:04:43.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:05:04.272+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:05:04.273+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:05:04.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:05:04.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:05:04.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:05:04.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:05:09.604+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:05:09.604+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:05:09.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:05:09.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:05:09.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:05:09.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:05:28.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:05:28.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:05:28.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:05:28.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:05:28.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:05:28.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:05:33.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:05:33.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:05:33.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:05:33.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:05:33.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:05:33.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:05:51.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:05:51.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:05:51.530+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:05:51.530+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:05:51.530+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:05:51.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:05:56.975+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:05:56.975+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:05:57.024+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:05:57.024+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:05:57.024+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:05:57.024+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:06:17.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:06:17.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:06:17.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:06:17.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:06:17.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:06:17.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:06:22.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:06:22.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:06:22.739+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:06:22.739+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:06:22.739+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:06:22.739+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:06:41.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:06:41.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:06:41.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:06:41.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:06:41.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:06:41.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:06:46.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:06:46.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:06:46.453+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:06:46.453+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:06:46.453+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:06:46.453+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:07:04.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:07:04.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:07:04.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:07:04.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:07:04.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:07:04.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:07:09.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:07:09.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:07:09.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:07:09.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:07:09.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:07:09.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:07:30.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:07:30.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:07:30.266+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:07:30.266+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:07:30.266+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:07:30.266+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:07:35.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:07:35.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:07:35.469+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:07:35.469+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:07:35.469+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:07:35.469+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:07:54.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:07:54.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:07:54.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:07:54.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:07:54.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:07:54.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:07:59.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:07:59.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:07:59.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:07:59.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:07:59.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:07:59.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:08:18.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:08:18.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:08:18.075+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:08:18.075+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:08:18.075+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:08:18.075+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:08:23.448+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:08:23.448+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:08:23.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:08:23.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:08:23.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:08:23.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:08:43.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:08:43.549+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:08:43.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:08:43.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:08:43.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:08:43.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:08:48.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:08:48.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:08:48.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:08:48.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:08:48.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:08:48.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:09:07.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:09:07.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:09:07.782+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:09:07.782+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:09:07.782+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:09:07.782+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:09:13.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:09:13.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:09:13.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:09:13.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:09:13.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:09:13.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:09:31.284+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:09:31.284+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:09:31.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:09:31.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:09:31.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:09:31.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:09:36.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:09:36.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:09:36.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:09:36.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:09:36.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:09:36.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:09:56.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:09:56.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:09:56.949+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:09:56.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:09:56.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:09:56.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:10:02.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:10:02.119+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:10:02.143+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:10:02.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:10:02.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:10:02.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:10:21.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:10:21.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:10:21.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:10:21.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:10:21.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:10:21.349+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:10:26.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:10:26.567+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:10:26.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:10:26.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:10:26.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:10:26.596+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:10:44.935+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:10:44.935+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:10:44.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:10:44.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:10:44.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:10:44.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:10:50.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:10:50.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:10:50.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:10:50.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:10:50.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:10:50.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:11:10.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:11:10.820+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:11:10.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:11:10.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:11:10.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:11:10.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:11:16.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:11:16.067+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:11:16.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:11:16.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:11:16.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:11:16.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:11:34.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:11:34.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:11:34.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:11:34.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:11:34.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:11:34.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:11:39.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:11:39.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:11:39.985+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:11:39.985+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:11:39.985+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:11:39.985+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:11:58.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:11:58.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:11:58.056+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:11:58.056+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:11:58.056+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:11:58.056+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:12:03.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:12:03.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:12:03.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:12:03.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:12:03.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:12:03.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:12:23.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:12:23.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:12:23.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:12:23.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:12:23.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:12:23.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:12:28.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:12:28.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:12:28.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:12:28.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:12:28.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:12:28.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:12:48.017+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:12:48.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:12:48.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:12:48.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:12:48.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:12:48.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:12:53.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:12:53.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:12:53.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:12:53.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:12:53.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:12:53.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:13:11.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:13:11.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:13:11.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:13:11.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:13:11.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:13:11.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:13:17.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:13:17.051+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:13:17.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:13:17.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:13:17.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:13:17.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:13:37.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:13:37.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:13:37.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:13:37.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:13:37.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:13:37.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:13:42.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:13:42.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:13:42.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:13:42.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:13:42.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:13:42.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:14:01.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:14:01.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:14:01.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:14:01.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:14:01.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:14:01.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:14:06.734+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:14:06.734+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:14:06.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:14:06.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:14:06.761+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:14:06.761+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:14:24.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:14:24.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:14:24.930+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:14:24.930+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:14:24.930+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:14:24.930+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:14:30.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:14:30.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:14:30.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:14:30.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:14:30.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:14:30.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:14:48.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:14:48.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:14:48.513+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:14:48.513+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:14:48.513+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:14:48.513+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:14:53.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:14:53.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:14:53.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:14:53.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:14:53.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:14:53.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:15:11.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:15:11.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:15:11.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:15:11.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:15:11.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:15:11.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:15:16.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:15:16.998+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:15:17.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:15:17.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:15:17.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:15:17.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:15:37.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:15:37.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:15:37.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:15:37.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:15:37.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:15:37.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:15:43.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:15:43.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:15:43.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:15:43.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:15:43.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:15:43.224+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:16:01.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:16:01.485+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:16:01.515+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:16:01.515+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:16:01.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:16:01.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:16:06.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:16:06.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:16:06.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:16:06.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:16:06.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:16:06.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:16:24.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:16:24.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:16:24.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:16:24.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:16:24.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:16:24.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:16:30.176+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:16:30.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:16:30.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:16:30.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:16:30.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:16:30.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:16:50.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:16:50.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:16:50.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:16:50.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:16:50.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:16:50.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:16:55.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:16:55.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:16:55.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:16:55.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:16:55.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:16:55.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:17:14.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:17:14.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:17:14.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:17:14.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:17:14.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:17:14.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:17:19.662+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:17:19.662+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:17:19.687+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:17:19.687+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:17:19.687+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:17:19.687+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:17:37.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:17:37.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:17:37.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:17:37.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:17:37.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:17:37.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:17:43.051+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:17:43.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:17:43.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:17:43.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:17:43.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:17:43.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:18:01.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:18:01.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:18:01.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:18:01.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:18:01.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:18:01.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:18:06.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:18:06.792+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:18:06.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:18:06.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:18:06.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:18:06.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:18:24.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:18:24.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:18:24.854+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:18:24.854+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:18:24.854+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:18:24.854+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:18:30.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:18:30.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:18:30.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:18:30.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:18:30.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:18:30.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:18:50.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:18:50.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:18:51.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:18:51.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:18:51.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:18:51.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:18:56.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:18:56.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:18:56.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:18:56.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:18:56.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:18:56.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:19:14.683+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:19:14.684+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:19:14.716+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:19:14.716+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:19:14.716+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:19:14.716+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:19:19.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:19:19.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:19:20.001+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:19:20.001+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:19:20.001+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:19:20.001+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:19:38.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:19:38.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:19:38.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:19:38.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:19:38.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:19:38.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:19:43.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:19:43.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:19:43.700+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:19:43.700+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:19:43.700+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:19:43.700+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:20:04.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:20:04.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:20:04.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:20:04.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:20:04.440+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:20:04.440+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:20:09.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:20:09.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:20:09.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:20:09.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:20:09.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:20:09.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:20:29.325+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:20:29.325+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:20:29.359+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:20:29.359+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:20:29.359+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:20:29.359+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:20:34.588+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:20:34.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:20:34.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:20:34.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:20:34.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:20:34.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:20:53.694+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:20:53.695+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:20:53.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:20:53.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:20:53.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:20:53.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:20:59.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:20:59.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:20:59.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:20:59.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:20:59.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:20:59.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:21:19.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:21:19.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:21:19.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:21:19.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:21:19.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:21:19.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:21:25.151+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:21:25.151+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:21:25.177+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:21:25.177+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:21:25.177+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:21:25.177+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:21:44.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:21:44.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:21:44.152+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:21:44.152+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:21:44.152+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:21:44.152+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:21:49.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:21:49.389+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:21:49.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:21:49.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:21:49.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:21:49.416+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:22:07.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:22:07.921+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:22:07.952+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:22:07.952+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:22:07.952+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:22:07.952+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:22:13.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:22:13.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:22:13.449+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:22:13.449+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:22:13.449+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:22:13.449+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:22:33.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:22:33.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:22:33.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:22:33.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:22:33.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:22:33.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:22:38.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:22:38.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:22:38.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:22:38.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:22:38.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:22:38.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:22:59.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:22:59.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:22:59.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:22:59.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:22:59.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:22:59.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:23:04.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:23:04.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:23:04.676+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:23:04.676+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:23:04.676+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:23:04.676+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:23:22.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:23:22.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:23:22.918+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:23:22.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:23:22.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:23:22.918+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:23:28.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:23:28.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:23:28.366+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:23:28.366+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:23:28.366+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:23:28.366+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:23:48.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:23:48.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:23:48.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:23:48.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:23:48.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:23:48.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:23:54.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:23:54.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:23:54.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:23:54.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:23:54.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:23:54.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:24:15.561+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:24:15.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:24:15.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:24:15.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:24:15.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:24:15.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:24:21.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:24:21.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:24:21.214+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:24:21.214+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:24:21.214+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:24:21.214+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:24:41.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:24:41.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:24:41.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:24:41.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:24:41.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:24:41.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:24:46.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:24:46.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:24:46.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:24:46.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:24:46.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:24:46.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:25:07.563+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:25:07.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:25:07.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:25:07.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:25:07.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:25:07.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:25:12.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:25:12.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:25:12.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:25:12.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:25:12.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:25:12.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:25:32.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:25:32.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:25:32.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:25:32.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:25:32.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:25:32.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:25:37.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:25:37.394+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:25:37.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:25:37.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:25:37.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:25:37.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:25:55.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:25:55.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:25:55.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:25:55.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:25:55.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:25:55.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:26:01.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:26:01.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:26:01.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:26:01.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:26:01.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:26:01.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:26:21.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:26:21.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:26:21.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:26:21.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:26:21.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:26:21.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:26:26.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:26:26.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:26:26.816+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:26:26.816+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:26:26.816+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:26:26.816+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:26:45.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:26:45.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:26:45.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:26:45.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:26:45.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:26:45.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:26:50.643+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:26:50.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:26:50.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:26:50.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:26:50.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:26:50.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:27:08.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:27:08.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:27:08.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:27:08.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:27:08.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:27:08.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:27:13.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:27:13.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:27:13.856+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:27:13.856+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:27:13.856+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:27:13.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:27:32.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:27:32.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:27:33.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:27:33.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:27:33.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:27:33.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:27:38.164+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:27:38.164+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:27:38.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:27:38.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:27:38.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:27:38.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:27:56.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:27:56.838+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:27:56.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:27:56.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:27:56.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:27:56.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:28:02.308+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:28:02.308+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:28:02.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:28:02.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:28:02.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:28:02.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:28:22.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:28:22.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:28:22.100+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:28:22.100+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:28:22.100+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:28:22.100+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:28:27.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:28:27.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:28:27.566+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:28:27.566+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:28:27.566+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:28:27.566+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:28:48.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:28:48.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:28:48.173+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:28:48.173+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:28:48.173+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:28:48.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:28:53.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:28:53.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:28:53.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:28:53.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:28:53.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:28:53.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:29:12.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:29:12.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:29:12.348+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:29:12.348+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:29:12.348+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:29:12.348+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:29:17.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:29:17.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:29:17.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:29:17.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:29:17.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:29:17.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:29:38.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:29:38.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:29:38.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:29:38.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:29:38.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:29:38.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:29:44.011+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:29:44.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:29:44.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:29:44.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:29:44.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:29:44.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:30:03.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:30:03.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:30:03.446+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:30:03.446+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:30:03.446+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:30:03.447+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:30:08.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:30:08.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:30:08.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:30:08.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:30:08.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:30:08.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:30:27.054+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:30:27.054+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:30:27.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:30:27.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:30:27.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:30:27.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:30:32.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:30:32.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:30:32.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:30:32.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:30:32.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:30:32.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:30:53.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:30:53.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:30:53.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:30:53.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:30:53.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:30:53.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:30:59.067+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:30:59.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:30:59.094+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:30:59.094+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:30:59.094+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:30:59.094+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:31:18.174+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:31:18.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:31:18.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:31:18.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:31:18.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:31:18.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:31:23.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:31:23.464+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:31:23.492+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:31:23.492+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:31:23.492+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:31:23.492+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:31:41.631+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:31:41.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:31:41.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:31:41.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:31:41.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:31:41.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:31:47.168+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:31:47.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:31:47.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:31:47.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:31:47.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:31:47.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:32:07.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:32:07.777+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:32:07.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:32:07.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:32:07.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:32:07.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:32:13.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:32:13.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:32:13.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:32:13.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:32:13.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:32:13.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:32:31.711+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:32:31.711+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:32:31.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:32:31.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:32:31.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:32:31.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:32:36.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:32:36.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:32:36.888+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:32:36.888+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:32:36.888+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:32:36.888+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:32:55.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:32:55.011+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:32:55.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:32:55.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:32:55.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:32:55.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:33:00.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:33:00.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:33:00.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:33:00.661+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:33:00.661+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:33:00.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:33:21.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:33:21.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:33:21.458+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:33:21.458+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:33:21.458+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:33:21.458+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:33:26.637+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:33:26.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:33:26.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:33:26.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:33:26.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:33:26.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:33:45.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:33:45.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:33:45.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:33:45.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:33:45.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:33:45.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:33:50.405+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:33:50.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:33:50.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:33:50.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:33:50.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:33:50.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:34:08.603+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:34:08.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:34:08.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:34:08.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:34:08.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:34:08.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:34:14.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:34:14.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:34:14.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:34:14.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:34:14.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:34:14.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:34:34.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:34:34.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:34:34.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:34:34.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:34:34.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:34:34.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:34:39.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:34:39.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:34:39.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:34:39.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:34:39.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:34:39.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:34:58.472+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:34:58.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:34:58.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:34:58.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:34:58.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:34:58.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:35:03.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:35:03.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:35:03.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:35:03.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:35:03.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:35:03.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:35:24.494+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:35:24.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:35:24.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:35:24.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:35:24.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:35:24.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:35:29.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:35:29.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:35:29.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:35:29.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:35:29.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:35:29.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:35:49.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:35:49.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:35:49.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:35:49.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:35:49.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:35:49.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:35:54.336+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:35:54.336+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:35:54.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:35:54.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:35:54.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:35:54.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:36:12.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:36:12.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:36:12.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:36:12.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:36:12.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:36:12.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:36:18.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:36:18.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:36:18.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:36:18.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:36:18.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:36:18.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:36:36.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:36:36.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:36:36.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:36:36.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:36:36.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:36:36.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:36:42.165+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:36:42.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:36:42.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:36:42.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:36:42.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:36:42.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:37:04.251+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:37:04.251+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:37:04.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:37:04.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:37:04.288+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:37:04.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:37:09.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:37:09.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:37:09.707+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:37:09.707+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:37:09.707+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:37:09.707+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:37:29.119+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:37:29.119+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:37:29.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:37:29.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:37:29.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:37:29.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:37:34.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:37:34.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:37:34.391+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:37:34.391+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:37:34.391+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:37:34.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:37:52.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:37:52.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:37:52.658+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:37:52.658+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:37:52.658+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:37:52.658+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:37:58.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:37:58.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:37:58.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:37:58.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:37:58.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:37:58.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:38:19.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:38:19.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:38:19.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:38:19.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:38:19.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:38:19.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:38:25.030+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:38:25.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:38:25.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:38:25.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:38:25.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:38:25.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:38:44.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:38:44.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:38:44.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:38:44.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:38:44.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:38:44.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:38:49.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:38:49.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:38:49.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:38:49.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:38:49.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:38:49.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:39:07.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:39:07.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:39:07.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:39:07.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:39:07.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:39:07.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:39:13.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:39:13.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:39:13.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:39:13.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:39:13.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:39:13.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:39:34.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:39:34.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:39:34.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:39:34.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:39:34.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:39:34.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:39:39.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:39:39.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:39:39.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:39:39.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:39:39.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:39:39.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:39:58.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:39:58.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:39:58.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:39:58.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:39:58.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:39:58.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:40:04.082+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:40:04.082+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:40:04.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:40:04.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:40:04.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:40:04.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:40:22.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:40:22.319+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:40:22.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:40:22.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:40:22.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:40:22.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:40:27.872+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:40:27.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:40:27.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:40:27.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:40:27.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:40:27.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:40:47.780+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:40:47.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:40:47.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:40:47.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:40:47.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:40:47.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:40:53.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:40:53.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:40:53.258+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:40:53.258+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:40:53.258+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:40:53.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:41:12.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:41:12.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:41:12.149+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:41:12.149+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:41:12.149+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:41:12.149+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:41:17.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:41:17.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:41:17.361+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:41:17.361+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:41:17.361+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:41:17.361+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:41:35.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:41:35.299+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:41:35.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:41:35.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:41:35.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:41:35.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:41:40.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:41:40.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:41:40.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:41:40.832+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:41:40.832+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:41:40.832+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:42:00.661+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:42:00.661+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:42:00.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:42:00.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:42:00.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:42:00.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:42:05.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:42:05.851+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:42:05.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:42:05.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:42:05.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:42:05.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:42:24.772+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:42:24.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:42:24.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:42:24.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:42:24.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:42:24.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:42:29.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:42:29.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:42:29.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:42:29.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:42:29.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:42:29.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:42:47.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:42:47.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:42:47.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:42:47.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:42:47.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:42:47.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:42:53.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:42:53.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:42:53.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:42:53.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:42:53.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:42:53.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:43:11.526+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:43:11.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:43:11.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:43:11.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:43:11.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:43:11.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:43:16.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:43:16.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:43:16.767+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:43:16.767+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:43:16.767+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:43:16.767+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:43:34.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:43:34.840+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:43:34.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:43:34.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:43:34.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:43:34.873+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:43:40.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:43:40.195+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:43:40.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:43:40.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:43:40.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:43:40.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:44:00.794+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:44:00.795+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:44:00.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:44:00.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:44:00.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:44:00.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:44:06.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:44:06.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:44:06.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:44:06.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:44:06.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:44:06.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:44:24.868+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:44:24.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:44:24.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:44:24.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:44:24.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:44:24.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:44:30.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:44:30.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:44:30.086+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:44:30.086+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:44:30.086+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:44:30.086+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:44:48.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:44:48.474+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:44:48.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:44:48.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:44:48.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:44:48.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:44:53.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:44:53.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:44:54.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:44:54.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:44:54.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:44:54.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:45:14.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:45:14.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:45:14.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:45:14.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:45:14.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:45:14.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:45:20.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:45:20.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:45:20.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:45:20.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:45:20.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:45:20.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:45:38.761+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:45:38.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:45:38.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:45:38.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:45:38.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:45:38.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:45:44.055+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:45:44.055+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:45:44.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:45:44.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:45:44.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:45:44.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:46:02.668+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:46:02.669+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:46:02.703+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:46:02.703+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:46:02.703+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:46:02.703+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:46:08.113+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:46:08.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:46:08.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:46:08.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:46:08.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:46:08.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:46:28.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:46:28.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:46:28.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:46:28.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:46:28.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:46:28.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:46:34.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:46:34.117+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:46:34.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:46:34.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:46:34.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:46:34.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:46:52.386+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:46:52.386+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:46:52.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:46:52.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:46:52.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:46:52.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:46:57.462+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:46:57.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:46:57.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:46:57.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:46:57.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:46:57.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:47:16.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:47:16.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:47:16.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:47:16.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:47:16.129+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:47:16.129+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:47:21.595+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:47:21.595+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:47:21.638+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:47:21.638+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:47:21.638+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:47:21.638+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:47:41.700+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:47:41.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:47:41.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:47:41.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:47:41.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:47:41.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:47:46.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:47:46.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:47:46.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:47:46.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:47:46.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:47:46.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:48:06.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:48:06.060+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:48:06.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:48:06.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:48:06.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:48:06.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:48:11.280+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:48:11.281+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:48:11.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:48:11.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:48:11.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:48:11.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:48:29.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:48:29.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:48:29.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:48:29.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:48:29.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:48:29.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:48:35.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:48:35.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:48:35.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:48:35.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:48:35.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:48:35.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:48:55.861+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:48:55.861+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:48:55.901+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:48:55.901+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:48:55.901+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:48:55.901+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:49:01.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:49:01.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:49:01.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:49:01.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:49:01.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:49:01.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:49:19.786+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:49:19.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:49:19.823+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:49:19.823+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:49:19.823+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:49:19.823+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:49:24.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:49:24.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:49:25.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:49:25.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:49:25.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:49:25.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:49:43.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:49:43.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:49:43.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:49:43.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:49:43.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:49:43.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:49:48.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:49:48.796+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:49:48.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:49:48.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:49:48.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:49:48.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:50:09.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:50:09.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:50:09.403+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:50:09.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:50:09.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:50:09.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:50:14.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:50:14.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:50:14.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:50:14.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:50:14.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:50:14.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:50:35.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:50:35.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:50:35.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:50:35.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:50:35.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:50:35.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:50:40.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:50:40.906+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:50:40.929+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:50:40.929+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:50:40.929+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:50:40.929+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:50:59.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:50:59.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:50:59.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:50:59.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:50:59.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:50:59.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:51:04.923+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:51:04.923+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:51:04.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:51:04.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:51:04.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:51:04.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:51:23.211+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:51:23.211+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:51:23.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:51:23.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:51:23.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:51:23.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:51:28.689+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:51:28.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:51:28.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:51:28.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:51:28.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:51:28.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:51:49.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:51:49.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:51:49.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:51:49.296+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:51:49.296+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:51:49.296+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:51:54.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:51:54.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:51:54.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:51:54.661+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:51:54.661+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:51:54.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:52:13.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:52:13.337+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:52:13.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:52:13.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:52:13.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:52:13.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:52:18.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:52:18.539+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:52:18.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:52:18.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:52:18.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:52:18.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:52:36.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:52:36.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:52:36.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:52:36.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:52:36.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:52:36.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:52:42.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:52:42.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:52:42.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:52:42.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:52:42.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:52:42.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:53:02.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:53:02.346+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:53:02.410+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:53:02.410+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:53:02.410+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:53:02.410+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:53:07.394+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:53:07.394+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:53:07.419+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:53:07.419+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:53:07.419+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:53:07.419+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:53:27.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:53:27.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:53:27.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:53:27.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:53:27.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:53:27.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:53:32.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:53:32.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:53:32.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:53:32.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:53:32.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:53:32.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:53:50.391+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:53:50.392+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:53:50.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:53:50.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:53:50.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:53:50.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:53:55.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:53:55.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:53:55.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:53:55.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:53:55.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:53:55.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:54:16.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:54:16.524+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:54:16.561+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:54:16.561+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:54:16.561+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:54:16.561+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:54:21.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:54:21.774+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:54:21.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:54:21.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:54:21.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:54:21.800+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:54:40.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:54:40.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:54:40.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:54:40.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:54:40.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:54:40.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:54:45.626+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:54:45.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:54:45.652+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:54:45.652+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:54:45.652+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:54:45.652+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:55:03.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:55:03.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:55:03.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:55:03.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:55:03.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:55:03.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:55:09.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:55:09.391+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:55:09.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:55:09.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:55:09.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:55:09.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:55:30.059+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:55:30.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:55:30.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:55:30.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:55:30.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:55:30.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:55:35.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:55:35.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:55:35.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:55:35.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:55:35.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:55:35.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:55:54.558+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:55:54.559+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:55:54.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:55:54.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:55:54.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:55:54.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:55:59.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:55:59.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:55:59.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:55:59.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:55:59.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:55:59.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:56:18.088+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:56:18.089+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:56:18.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:56:18.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:56:18.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:56:18.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:56:23.594+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:56:23.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:56:23.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:56:23.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:56:23.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:56:23.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:56:43.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:56:43.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:56:43.875+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:56:43.875+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:56:43.875+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:56:43.875+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:56:49.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:56:49.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:56:49.054+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:56:49.054+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:56:49.054+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:56:49.054+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:57:07.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:57:07.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:57:07.949+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:57:07.949+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:57:07.949+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:57:07.949+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:57:13.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:57:13.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:57:13.153+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:57:13.153+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:57:13.153+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:57:13.153+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:57:31.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:57:31.686+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:57:31.724+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:57:31.724+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:57:31.724+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:57:31.724+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:57:37.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:57:37.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:57:37.139+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:57:37.139+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:57:37.139+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:57:37.139+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:57:57.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:57:57.655+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:57:57.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:57:57.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:57:57.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:57:57.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:58:03.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:58:03.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:58:03.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:58:03.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:58:03.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:58:03.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:58:21.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:58:21.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:58:21.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:58:21.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:58:21.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:58:21.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:58:27.043+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:58:27.044+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:58:27.069+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:58:27.069+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:58:27.069+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:58:27.069+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:58:45.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:58:45.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:58:45.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:58:45.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:58:45.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:58:45.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:58:51.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:58:51.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:58:51.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:58:51.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:58:51.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:58:51.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:59:11.567+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:59:11.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:59:11.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:59:11.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:59:11.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:59:11.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:59:16.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:59:16.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:59:17.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:59:17.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:59:17.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:59:17.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:59:35.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:59:35.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:59:35.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:59:35.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:59:35.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:59:35.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:59:40.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:59:40.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:59:40.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:59:40.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:59:40.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:59:40.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T03:59:59.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T03:59:59.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T03:59:59.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T03:59:59.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T03:59:59.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T03:59:59.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:00:04.729+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:00:04.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:00:04.792+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:00:04.792+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:00:04.792+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:00:04.792+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:00:25.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:00:25.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:00:25.506+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:00:25.506+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:00:25.506+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:00:25.506+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:00:30.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:00:30.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:00:30.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:00:30.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:00:30.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:00:30.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:00:49.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:00:49.623+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:00:49.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:00:49.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:00:49.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:00:49.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:00:54.816+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:00:54.816+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:00:54.837+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:00:54.837+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:00:54.837+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:00:54.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:01:13.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:01:13.610+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:01:13.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:01:13.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:01:13.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:01:13.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:01:19.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:01:19.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:01:19.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:01:19.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:01:19.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:01:19.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:01:39.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:01:39.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:01:39.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:01:39.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:01:39.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:01:39.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:01:44.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:01:44.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:01:44.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:01:44.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:01:44.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:01:44.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:02:04.034+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:02:04.034+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:02:04.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:02:04.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:02:04.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:02:04.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:02:09.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:02:09.241+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:02:09.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:02:09.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:02:09.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:02:09.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:02:27.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:02:27.362+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:02:27.397+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:02:27.397+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:02:27.397+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:02:27.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:02:32.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:02:32.828+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:02:32.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:02:32.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:02:32.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:02:32.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:02:53.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:02:53.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:02:53.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:02:53.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:02:53.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:02:53.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:02:58.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:02:58.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:02:58.343+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:02:58.343+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:02:58.343+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:02:58.343+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:03:17.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:03:17.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:03:17.553+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:03:17.553+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:03:17.553+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:03:17.553+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:03:22.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:03:22.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:03:22.842+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:03:22.842+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:03:22.842+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:03:22.842+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:03:41.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:03:41.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:03:41.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:03:41.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:03:41.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:03:41.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:03:46.900+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:03:46.900+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:03:46.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:03:46.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:03:46.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:03:46.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:04:07.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:04:07.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:04:07.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:04:07.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:04:07.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:04:07.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:04:12.654+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:04:12.654+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:04:12.679+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:04:12.679+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:04:12.679+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:04:12.679+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:04:31.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:04:31.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:04:31.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:04:31.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:04:31.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:04:31.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:04:36.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:04:36.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:04:36.960+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:04:36.960+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:04:36.960+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:04:36.960+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:04:55.571+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:04:55.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:04:55.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:04:55.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:04:55.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:04:55.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:05:01.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:05:01.047+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:05:01.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:05:01.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:05:01.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:05:01.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:05:21.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:05:21.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:05:21.758+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:05:21.758+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:05:21.758+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:05:21.758+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:05:26.924+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:05:26.924+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:05:26.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:05:26.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:05:26.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:05:26.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:05:45.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:05:45.986+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:05:46.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:05:46.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:05:46.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:05:46.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:05:51.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:05:51.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:05:51.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:05:51.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:05:51.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:05:51.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:06:09.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:06:09.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:06:09.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:06:09.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:06:09.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:06:09.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:06:15.256+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:06:15.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:06:15.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:06:15.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:06:15.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:06:15.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:06:36.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:06:36.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:06:36.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:06:36.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:06:36.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:06:36.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:06:41.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:06:41.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:06:41.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:06:41.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:06:41.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:06:41.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:06:59.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:06:59.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:06:59.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:06:59.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:06:59.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:06:59.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:07:04.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:07:04.964+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:07:04.989+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:07:04.989+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:07:04.989+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:07:04.989+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:07:23.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:07:23.504+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:07:23.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:07:23.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:07:23.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:07:23.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:07:28.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:07:28.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:07:28.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:07:28.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:07:28.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:07:28.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:07:49.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:07:49.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:07:49.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:07:49.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:07:49.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:07:49.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:07:54.675+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:07:54.676+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:07:54.698+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:07:54.698+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:07:54.698+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:07:54.698+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:08:13.919+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:08:13.919+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:08:13.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:08:13.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:08:13.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:08:13.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:08:19.247+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:08:19.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:08:19.296+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:08:19.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:08:19.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:08:19.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:08:37.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:08:37.627+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:08:37.671+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:08:37.671+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:08:37.671+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:08:37.671+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:08:43.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:08:43.222+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:08:43.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:08:43.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:08:43.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:08:43.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:09:03.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:09:03.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:09:03.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:09:03.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:09:03.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:09:03.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:09:09.255+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:09:09.255+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:09:09.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:09:09.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:09:09.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:09:09.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:09:28.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:09:28.312+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:09:28.342+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:09:28.342+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:09:28.342+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:09:28.342+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:09:33.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:09:33.444+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:09:33.468+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:09:33.468+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:09:33.468+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:09:33.468+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:09:51.343+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:09:51.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:09:51.377+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:09:51.377+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:09:51.377+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:09:51.377+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:09:56.821+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:09:56.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:09:56.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:09:56.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:09:56.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:09:56.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:10:17.583+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:10:17.583+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:10:17.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:10:17.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:10:17.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:10:17.615+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:10:23.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:10:23.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:10:23.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:10:23.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:10:23.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:10:23.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:10:41.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:10:41.506+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:10:41.540+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:10:41.540+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:10:41.540+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:10:41.540+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:10:46.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:10:46.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:10:46.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:10:46.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:10:46.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:10:46.710+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:11:05.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:11:05.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:11:05.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:11:05.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:11:05.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:11:05.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:11:10.550+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:11:10.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:11:10.589+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:11:10.589+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:11:10.589+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:11:10.589+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:11:29.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:11:29.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:11:29.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:11:29.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:11:29.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:11:29.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:11:35.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:11:35.025+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:11:35.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:11:35.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:11:35.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:11:35.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:11:53.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:11:53.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:11:53.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:11:53.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:11:53.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:11:53.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:11:59.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:11:59.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:11:59.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:11:59.259+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:11:59.259+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:11:59.259+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:12:17.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:12:17.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:12:17.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:12:17.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:12:17.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:12:17.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:12:23.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:12:23.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:12:23.166+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:12:23.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:12:23.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:12:23.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:12:41.542+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:12:41.542+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:12:41.574+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:12:41.574+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:12:41.574+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:12:41.574+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:12:47.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:12:47.053+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:12:47.102+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:12:47.102+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:12:47.102+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:12:47.102+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:13:07.231+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:13:07.232+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:13:07.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:13:07.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:13:07.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:13:07.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:13:12.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:13:12.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:13:12.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:13:12.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:13:12.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:13:12.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:13:32.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:13:32.270+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:13:32.301+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:13:32.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:13:32.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:13:32.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:13:37.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:13:37.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:13:37.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:13:37.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:13:37.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:13:37.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:13:55.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:13:55.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:13:55.696+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:13:55.696+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:13:55.696+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:13:55.696+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:14:01.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:14:01.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:14:01.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:14:01.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:14:01.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:14:01.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:14:22.021+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:14:22.022+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:14:22.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:14:22.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:14:22.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:14:22.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:14:27.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:14:27.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:14:27.602+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:14:27.602+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:14:27.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:14:27.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:14:45.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:14:45.912+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:14:45.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:14:45.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:14:45.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:14:45.946+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:14:51.061+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:14:51.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:14:51.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:14:51.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:14:51.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:14:51.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:15:09.506+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:15:09.507+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:15:09.542+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:15:09.542+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:15:09.542+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:15:09.542+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:15:14.866+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:15:14.866+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:15:14.951+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:15:14.951+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:15:14.951+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:15:14.951+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:15:34.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:15:34.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:15:34.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:15:34.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:15:34.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:15:34.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:15:39.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:15:39.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:15:39.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:15:39.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:15:39.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:15:39.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:15:57.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:15:57.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:15:57.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:15:57.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:15:57.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:15:57.154+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:16:02.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:16:02.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:16:02.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:16:02.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:16:02.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:16:02.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:16:21.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:16:21.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:16:21.259+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:16:21.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:16:21.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:16:21.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:16:26.416+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:16:26.416+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:16:26.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:16:26.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:16:26.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:16:26.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:16:47.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:16:47.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:16:47.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:16:47.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:16:47.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:16:47.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:16:52.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:16:52.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:16:52.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:16:52.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:16:52.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:16:52.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:17:11.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:17:11.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:17:11.872+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:17:11.872+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:17:11.872+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:17:11.872+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:17:17.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:17:17.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:17:17.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:17:17.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:17:17.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:17:17.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:17:38.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:17:38.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:17:38.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:17:38.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:17:38.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:17:38.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:17:43.483+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:17:43.483+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:17:43.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:17:43.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:17:43.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:17:43.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:18:01.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:18:01.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:18:01.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:18:01.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:18:01.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:18:01.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:18:07.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:18:07.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:18:07.180+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:18:07.180+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:18:07.180+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:18:07.180+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:18:25.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:18:25.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:18:25.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:18:25.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:18:25.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:18:25.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:18:31.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:18:31.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:18:31.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:18:31.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:18:31.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:18:31.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:18:51.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:18:51.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:18:51.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:18:51.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:18:51.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:18:51.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:18:56.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:18:56.807+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:18:56.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:18:56.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:18:56.835+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:18:56.835+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:19:15.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:19:15.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:19:15.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:19:15.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:19:15.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:19:15.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:19:20.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:19:20.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:19:20.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:19:20.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:19:20.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:19:20.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:19:38.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:19:38.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:19:39.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:19:39.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:19:39.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:19:39.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:19:44.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:19:44.466+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:19:44.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:19:44.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:19:44.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:19:44.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:20:05.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:20:05.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:20:05.434+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:20:05.434+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:20:05.434+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:20:05.434+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:20:10.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:20:10.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:20:10.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:20:10.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:20:10.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:20:10.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:20:30.109+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:20:30.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:20:30.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:20:30.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:20:30.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:20:30.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:20:35.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:20:35.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:20:35.319+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:20:35.319+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:20:35.319+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:20:35.319+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:20:54.337+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:20:54.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:20:54.369+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:20:54.369+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:20:54.369+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:20:54.369+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:20:59.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:20:59.786+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:20:59.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:20:59.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:20:59.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:20:59.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:21:20.546+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:21:20.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:21:20.587+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:21:20.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:21:20.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:21:20.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:21:25.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:21:25.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:21:25.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:21:25.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:21:25.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:21:25.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:21:44.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:21:44.443+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:21:44.480+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:21:44.480+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:21:44.480+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:21:44.480+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:21:49.771+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:21:49.771+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:21:49.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:21:49.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:21:49.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:21:49.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:22:07.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:22:07.952+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:22:07.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:22:07.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:22:07.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:22:07.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:22:13.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:22:13.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:22:13.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:22:13.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:22:13.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:22:13.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:22:34.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:22:34.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:22:34.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:22:34.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:22:34.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:22:34.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:22:39.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:22:39.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:22:39.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:22:39.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:22:39.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:22:39.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:22:57.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:22:57.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:22:57.928+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:22:57.928+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:22:57.928+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:22:57.928+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:23:02.985+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:23:02.985+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:23:03.008+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:23:03.008+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:23:03.008+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:23:03.008+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:23:21.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:23:21.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:23:21.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:23:21.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:23:21.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:23:21.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:23:26.564+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:23:26.564+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:23:26.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:23:26.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:23:26.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:23:26.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:23:44.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:23:44.697+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:23:44.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:23:44.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:23:44.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:23:44.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:23:49.909+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:23:49.909+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:23:49.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:23:49.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:23:49.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:23:49.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:24:08.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:24:08.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:24:08.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:24:08.333+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:24:08.333+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:24:08.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:24:13.758+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:24:13.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:24:13.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:24:13.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:24:13.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:24:13.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:24:34.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:24:34.372+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:24:34.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:24:34.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:24:34.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:24:34.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:24:39.817+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:24:39.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:24:39.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:24:39.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:24:39.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:24:39.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:25:00.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:25:00.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:25:00.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:25:00.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:25:00.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:25:00.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:25:05.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:25:05.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:25:05.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:25:05.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:25:05.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:25:05.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:25:24.031+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:25:24.031+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:25:24.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:25:24.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:25:24.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:25:24.064+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:25:29.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:25:29.303+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:25:29.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:25:29.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:25:29.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:25:29.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:25:47.300+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:25:47.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:25:47.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:25:47.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:25:47.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:25:47.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:25:52.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:25:52.780+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:25:52.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:25:52.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:25:52.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:25:52.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:26:13.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:26:13.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:26:13.594+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:26:13.594+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:26:13.594+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:26:13.594+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:26:18.750+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:26:18.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:26:18.777+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:26:18.777+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:26:18.777+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:26:18.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:26:38.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:26:38.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:26:38.375+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:26:38.375+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:26:38.375+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:26:38.375+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:26:43.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:26:43.479+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:26:43.502+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:26:43.502+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:26:43.502+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:26:43.502+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:27:01.948+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:27:01.949+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:27:01.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:27:01.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:27:01.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:27:01.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:27:07.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:27:07.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:27:07.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:27:07.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:27:07.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:27:07.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:27:28.163+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:27:28.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:27:28.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:27:28.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:27:28.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:27:28.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:27:33.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:27:33.563+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:27:33.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:27:33.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:27:33.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:27:33.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:27:54.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:27:54.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:27:54.330+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:27:54.330+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:27:54.330+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:27:54.330+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:27:59.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:27:59.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:27:59.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:27:59.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:27:59.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:27:59.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:28:18.225+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:28:18.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:28:18.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:28:18.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:28:18.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:28:18.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:28:23.459+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:28:23.459+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:28:23.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:28:23.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:28:23.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:28:23.482+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:28:41.705+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:28:41.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:28:41.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:28:41.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:28:41.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:28:41.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:28:47.064+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:28:47.064+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:28:47.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:28:47.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:28:47.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:28:47.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:29:07.227+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:29:07.229+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:29:07.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:29:07.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:29:07.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:29:07.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:29:12.404+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:29:12.405+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:29:12.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:29:12.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:29:12.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:29:12.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:29:32.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:29:32.422+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:29:32.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:29:32.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:29:32.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:29:32.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:29:37.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:29:37.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:29:37.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:29:37.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:29:37.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:29:37.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:29:57.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:29:57.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:29:57.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:29:57.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:29:57.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:29:57.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:30:02.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:30:02.317+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:30:02.341+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:30:02.341+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:30:02.341+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:30:02.341+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:30:20.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:30:20.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:30:20.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:30:20.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:30:20.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:30:20.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:30:26.077+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:30:26.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:30:26.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:30:26.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:30:26.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:30:26.138+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:30:46.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:30:46.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:30:46.281+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:30:46.281+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:30:46.281+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:30:46.281+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:30:51.537+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:30:51.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:30:51.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:30:51.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:30:51.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:30:51.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:31:09.966+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:31:09.966+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:31:10.000+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:31:10.000+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:31:10.000+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:31:10.000+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:31:15.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:31:15.094+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:31:15.116+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:31:15.116+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:31:15.116+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:31:15.116+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:31:33.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:31:33.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:31:33.696+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:31:33.696+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:31:33.696+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:31:33.696+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:31:39.127+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:31:39.127+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:31:39.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:31:39.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:31:39.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:31:39.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:31:59.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:31:59.350+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:31:59.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:31:59.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:31:59.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:31:59.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:32:04.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:32:04.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:32:04.630+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:32:04.630+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:32:04.630+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:32:04.630+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:32:24.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:32:24.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:32:24.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:32:24.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:32:24.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:32:24.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:32:30.004+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:32:30.004+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:32:30.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:32:30.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:32:30.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:32:30.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:32:50.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:32:50.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:32:50.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:32:50.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:32:50.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:32:50.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:32:55.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:32:55.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:32:55.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:32:55.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:32:55.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:32:55.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:33:14.635+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:33:14.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:33:14.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:33:14.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:33:14.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:33:14.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:33:20.274+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:33:20.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:33:20.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:33:20.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:33:20.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:33:20.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:33:41.094+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:33:41.095+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:33:41.137+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:33:41.137+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:33:41.137+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:33:41.137+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:33:46.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:33:46.205+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:33:46.234+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:33:46.234+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:33:46.234+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:33:46.234+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:34:05.686+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:34:05.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:34:05.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:34:05.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:34:05.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:34:05.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:34:10.911+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:34:10.911+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:34:10.942+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:34:10.942+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:34:10.942+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:34:10.942+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:34:30.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:34:30.108+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:34:30.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:34:30.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:34:30.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:34:30.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:34:35.624+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:34:35.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:34:35.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:34:35.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:34:35.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:34:35.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:34:56.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:34:56.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:34:56.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:34:56.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:34:56.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:34:56.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:35:02.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:35:02.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:35:02.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:35:02.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:35:02.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:35:02.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:35:21.138+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:35:21.138+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:35:21.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:35:21.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:35:21.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:35:21.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:35:26.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:35:26.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:35:26.362+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:35:26.362+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:35:26.362+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:35:26.362+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:35:44.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:35:44.442+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:35:44.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:35:44.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:35:44.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:35:44.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:35:49.953+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:35:49.953+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:35:49.994+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:35:49.994+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:35:49.994+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:35:49.994+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:36:10.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:36:10.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:36:10.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:36:10.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:36:10.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:36:10.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:36:15.534+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:36:15.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:36:15.558+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:36:15.559+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:36:15.559+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:36:15.559+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:36:34.288+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:36:34.288+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:36:34.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:36:34.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:36:34.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:36:34.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:36:39.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:36:39.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:36:39.537+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:36:39.537+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:36:39.537+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:36:39.537+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:36:57.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:36:57.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:36:57.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:36:57.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:36:57.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:36:57.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:37:03.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:37:03.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:37:03.183+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:37:03.183+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:37:03.183+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:37:03.183+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:37:23.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:37:23.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:37:23.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:37:23.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:37:23.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:37:23.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:37:29.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:37:29.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:37:29.268+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:37:29.268+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:37:29.268+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:37:29.268+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:37:49.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:37:49.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:37:49.592+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:37:49.592+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:37:49.592+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:37:49.592+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:37:54.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:37:54.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:37:54.678+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:37:54.678+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:37:54.678+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:37:54.678+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:38:13.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:38:13.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:38:13.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:38:13.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:38:13.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:38:13.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:38:18.548+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:38:18.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:38:18.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:38:18.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:38:18.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:38:18.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:38:37.141+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:38:37.141+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:38:37.175+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:38:37.175+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:38:37.175+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:38:37.175+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:38:42.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:38:42.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:38:42.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:38:42.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:38:42.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:38:42.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:39:02.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:39:02.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:39:02.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:39:02.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:39:02.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:39:02.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:39:08.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:39:08.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:39:08.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:39:08.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:39:08.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:39:08.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:39:27.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:39:27.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:39:27.044+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:39:27.044+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:39:27.044+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:39:27.044+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:39:32.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:39:32.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:39:32.235+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:39:32.235+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:39:32.235+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:39:32.235+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:39:50.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:39:50.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:39:50.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:39:50.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:39:50.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:39:50.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:39:55.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:39:55.867+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:39:55.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:39:55.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:39:55.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:39:55.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:40:16.346+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:40:16.346+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:40:16.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:40:16.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:40:16.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:40:16.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:40:21.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:40:21.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:40:21.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:40:21.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:40:21.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:40:21.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:40:40.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:40:40.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:40:40.385+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:40:40.385+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:40:40.385+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:40:40.385+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:40:45.622+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:40:45.622+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:40:45.655+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:40:45.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:40:45.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:40:45.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:41:03.701+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:41:03.701+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:41:03.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:41:03.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:41:03.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:41:03.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:41:09.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:41:09.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:41:09.322+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:41:09.322+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:41:09.322+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:41:09.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:41:29.854+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:41:29.854+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:41:29.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:41:29.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:41:29.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:41:29.884+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:41:35.207+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:41:35.207+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:41:35.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:41:35.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:41:35.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:41:35.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:41:54.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:41:54.717+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:41:54.743+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:41:54.743+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:41:54.743+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:41:54.743+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:41:59.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:41:59.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:42:00.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:42:00.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:42:00.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:42:00.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:42:19.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:42:19.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:42:19.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:42:19.248+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:42:19.248+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:42:19.248+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:42:24.566+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:42:24.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:42:24.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:42:24.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:42:24.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:42:24.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:42:43.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:42:43.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:42:43.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:42:43.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:42:43.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:42:43.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:42:48.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:42:48.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:42:49.000+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:42:49.000+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:42:49.000+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:42:49.000+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:43:09.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:43:09.331+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:43:09.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:43:09.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:43:09.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:43:09.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:43:14.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:43:14.547+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:43:14.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:43:14.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:43:14.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:43:14.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:43:33.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:43:33.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:43:33.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:43:33.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:43:33.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:43:33.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:43:38.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:43:38.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:43:38.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:43:38.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:43:38.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:43:38.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:43:57.239+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:43:57.239+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:43:57.271+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:43:57.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:43:57.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:43:57.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:44:02.727+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:44:02.728+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:44:02.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:44:02.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:44:02.776+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:44:02.776+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:44:23.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:44:23.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:44:23.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:44:23.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:44:23.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:44:23.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:44:28.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:44:28.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:44:28.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:44:28.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:44:28.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:44:28.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:44:49.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:44:49.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:44:49.161+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:44:49.161+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:44:49.161+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:44:49.161+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:44:54.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:44:54.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:44:54.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:44:54.283+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:44:54.283+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:44:54.283+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:45:13.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:45:13.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:45:13.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:45:13.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:45:13.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:45:13.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:45:18.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:45:18.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:45:18.677+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:45:18.677+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:45:18.677+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:45:18.677+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:45:36.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:45:36.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:45:36.891+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:45:36.891+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:45:36.891+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:45:36.891+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:45:42.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:45:42.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:45:42.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:45:42.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:45:42.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:45:42.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:46:02.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:46:02.735+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:46:02.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:46:02.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:46:02.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:46:02.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:46:07.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:46:07.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:46:07.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:46:07.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:46:07.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:46:07.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:46:26.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:46:26.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:46:26.777+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:46:26.777+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:46:26.777+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:46:26.777+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:46:31.940+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:46:31.940+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:46:31.965+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:46:31.965+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:46:31.965+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:46:31.965+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:46:50.106+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:46:50.106+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:46:50.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:46:50.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:46:50.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:46:50.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:46:55.691+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:46:55.691+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:46:55.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:46:55.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:46:55.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:46:55.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:47:16.473+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:47:16.473+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:47:16.504+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:47:16.504+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:47:16.504+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:47:16.504+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:47:21.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:47:21.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:47:21.836+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:47:21.836+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:47:21.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:47:21.837+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:47:40.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:47:40.313+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:47:40.347+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:47:40.347+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:47:40.347+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:47:40.347+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:47:45.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:47:45.424+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:47:45.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:47:45.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:47:45.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:47:45.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:48:03.673+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:48:03.673+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:48:03.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:48:03.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:48:03.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:48:03.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:48:09.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:48:09.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:48:09.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:48:09.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:48:09.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:48:09.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:48:29.871+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:48:29.872+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:48:29.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:48:29.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:48:29.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:48:29.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:48:35.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:48:35.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:48:35.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:48:35.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:48:35.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:48:35.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:48:53.616+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:48:53.617+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:48:53.654+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:48:53.655+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:48:53.655+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:48:53.655+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:48:58.820+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:48:58.821+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:48:58.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:48:58.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:48:58.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:48:58.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:49:17.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:49:17.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:49:17.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:49:17.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:49:17.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:49:17.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:49:22.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:49:22.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:49:22.962+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:49:22.962+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:49:22.962+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:49:22.962+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:49:43.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:49:43.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:49:43.407+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:49:43.407+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:49:43.407+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:49:43.407+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:49:48.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:49:48.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:49:48.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:49:48.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:49:48.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:49:48.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:50:07.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:50:07.324+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:50:07.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:50:07.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:50:07.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:50:07.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:50:12.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:50:12.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:50:12.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:50:12.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:50:12.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:50:12.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:50:30.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:50:30.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:50:30.752+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:50:30.752+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:50:30.752+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:50:30.752+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:50:35.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:50:35.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:50:36.052+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:50:36.052+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:50:36.052+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:50:36.052+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:50:56.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:50:56.505+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:50:56.538+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:50:56.538+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:50:56.538+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:50:56.538+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:51:01.744+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:51:01.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:51:01.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:51:01.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:51:01.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:51:01.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:51:20.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:51:20.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:51:20.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:51:20.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:51:20.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:51:20.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:51:25.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:51:25.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:51:25.862+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:51:25.863+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:51:25.863+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:51:25.863+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:51:44.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:51:44.221+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:51:44.255+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:51:44.255+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:51:44.255+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:51:44.255+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:51:49.684+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:51:49.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:51:49.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:51:49.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:51:49.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:51:49.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:52:10.056+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:52:10.056+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:52:10.088+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:52:10.088+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:52:10.088+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:52:10.088+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:52:15.220+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:52:15.220+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:52:15.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:52:15.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:52:15.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:52:15.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:52:33.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:52:33.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:52:33.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:52:33.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:52:33.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:52:33.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:52:39.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:52:39.091+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:52:39.124+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:52:39.124+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:52:39.124+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:52:39.124+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:52:57.324+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:52:57.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:52:57.371+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:52:57.371+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:52:57.371+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:52:57.371+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:53:02.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:53:02.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:53:02.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:53:02.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:53:02.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:53:02.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:53:23.243+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:53:23.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:53:23.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:53:23.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:53:23.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:53:23.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:53:28.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:53:28.382+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:53:28.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:53:28.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:53:28.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:53:28.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:53:47.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:53:47.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:53:47.231+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:53:47.231+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:53:47.231+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:53:47.231+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:53:52.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:53:52.437+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:53:52.463+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:53:52.463+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:53:52.463+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:53:52.463+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:54:10.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:54:10.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:54:10.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:54:10.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:54:10.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:54:10.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:54:16.074+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:54:16.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:54:16.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:54:16.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:54:16.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:54:16.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:54:36.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:54:36.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:54:36.631+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:54:36.631+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:54:36.631+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:54:36.631+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:54:41.998+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:54:42.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:54:42.038+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:54:42.038+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:54:42.038+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:54:42.038+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:55:00.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:55:00.285+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:55:00.323+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:55:00.323+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:55:00.323+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:55:00.323+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:55:05.479+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:55:05.479+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:55:05.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:55:05.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:55:05.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:55:05.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:55:23.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:55:23.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:55:23.848+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:55:23.848+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:55:23.848+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:55:23.848+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:55:29.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:55:29.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:55:29.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:55:29.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:55:29.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:55:29.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:55:49.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:55:49.681+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:55:49.718+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:55:49.718+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:55:49.718+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:55:49.718+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:55:55.001+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:55:55.001+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:55:55.070+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:55:55.070+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:55:55.070+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:55:55.070+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:56:13.679+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:56:13.679+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:56:13.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:56:13.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:56:13.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:56:13.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:56:18.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:56:18.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:56:18.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:56:18.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:56:18.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:56:18.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:56:37.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:56:37.115+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:56:37.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:56:37.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:56:37.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:56:37.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:56:42.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:56:42.566+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:56:42.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:56:42.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:56:42.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:56:42.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:57:02.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:57:02.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:57:03.029+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:57:03.029+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:57:03.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:57:03.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:57:08.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:57:08.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:57:08.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:57:08.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:57:08.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:57:08.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:57:26.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:57:26.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:57:26.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:57:26.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:57:26.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:57:26.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:57:32.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:57:32.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:57:32.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:57:32.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:57:32.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:57:32.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:57:50.390+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:57:50.390+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:57:50.424+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:57:50.424+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:57:50.424+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:57:50.424+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:57:55.922+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:57:55.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:57:55.963+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:57:55.963+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:57:55.963+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:57:55.963+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:58:16.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:58:16.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:58:16.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:58:16.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:58:16.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:58:16.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:58:21.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:58:21.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:58:21.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:58:21.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:58:21.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:58:21.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:58:40.528+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:58:40.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:58:40.563+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:58:40.563+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:58:40.563+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:58:40.563+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:58:45.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:58:45.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:58:45.768+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:58:45.768+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:58:45.768+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:58:45.768+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:59:04.356+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:59:04.357+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:59:04.387+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:59:04.387+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:59:04.387+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:59:04.387+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:59:09.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:59:09.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:59:09.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:59:09.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:59:09.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:59:09.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:59:30.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:59:30.363+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:59:30.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:59:30.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:59:30.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:59:30.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:59:35.660+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:59:35.660+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:59:35.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:59:35.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:59:35.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:59:35.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:59:54.257+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:59:54.257+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:59:54.291+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:59:54.291+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:59:54.291+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:59:54.291+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T04:59:59.482+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T04:59:59.482+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T04:59:59.507+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T04:59:59.507+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T04:59:59.507+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T04:59:59.507+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:00:17.440+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:00:17.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:00:17.474+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:00:17.474+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:00:17.474+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:00:17.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:00:22.876+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:00:22.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:00:22.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:00:22.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:00:22.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:00:22.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:00:42.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:00:42.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:00:42.155+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:00:42.155+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:00:42.155+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:00:42.155+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:00:47.396+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:00:47.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:00:47.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:00:47.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:00:47.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:00:47.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:01:04.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:01:04.224+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:01:04.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:01:04.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:01:04.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:01:04.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:01:09.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:01:09.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:01:09.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:01:09.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:01:09.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:01:09.730+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:01:27.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:01:27.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:01:28.014+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:01:28.014+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:01:28.014+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:01:28.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:01:33.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:01:33.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:01:33.205+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:01:33.205+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:01:33.205+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:01:33.205+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:01:51.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:01:51.553+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:01:51.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:01:51.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:01:51.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:01:51.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:01:57.162+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:01:57.163+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:01:57.225+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:01:57.225+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:01:57.225+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:01:57.225+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:02:17.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:02:17.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:02:17.427+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:02:17.427+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:02:17.427+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:02:17.427+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:02:22.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:02:22.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:02:22.455+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:02:22.455+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:02:22.455+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:02:22.455+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:02:41.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:02:41.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:02:41.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:02:41.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:02:41.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:02:41.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:02:46.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:02:46.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:02:46.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:02:46.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:02:46.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:02:46.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:03:04.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:03:04.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:03:05.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:03:05.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:03:05.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:03:05.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:03:10.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:03:10.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:03:10.545+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:03:10.545+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:03:10.545+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:03:10.545+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:03:30.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:03:30.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:03:30.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:03:30.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:03:30.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:03:30.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:03:36.134+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:03:36.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:03:36.159+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:03:36.159+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:03:36.159+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:03:36.159+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:03:55.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:03:55.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:03:55.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:03:55.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:03:55.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:03:55.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:04:00.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:04:00.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:04:00.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:04:00.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:04:00.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:04:00.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:04:18.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:04:18.930+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:04:18.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:04:18.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:04:18.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:04:18.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:04:24.415+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:04:24.415+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:04:24.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:04:24.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:04:24.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:04:24.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:04:45.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:04:45.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:04:45.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:04:45.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:04:45.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:04:45.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:04:50.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:04:50.526+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:04:50.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:04:50.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:04:50.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:04:50.557+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:05:09.323+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:05:09.323+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:05:09.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:05:09.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:05:09.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:05:09.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:05:14.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:05:14.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:05:14.585+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:05:14.585+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:05:14.585+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:05:14.585+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:05:33.223+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:05:33.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:05:33.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:05:33.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:05:33.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:05:33.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:05:38.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:05:38.781+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:05:38.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:05:38.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:05:38.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:05:38.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:05:59.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:05:59.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:05:59.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:05:59.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:05:59.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:05:59.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:06:04.522+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:06:04.523+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:06:04.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:06:04.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:06:04.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:06:04.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:06:23.433+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:06:23.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:06:23.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:06:23.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:06:23.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:06:23.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:06:28.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:06:28.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:06:28.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:06:28.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:06:28.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:06:28.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:06:46.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:06:46.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:06:46.993+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:06:46.993+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:06:46.993+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:06:46.993+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:06:52.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:06:52.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:06:52.486+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:06:52.486+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:06:52.486+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:06:52.486+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:07:13.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:07:13.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:07:13.254+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:07:13.254+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:07:13.254+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:07:13.254+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:07:18.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:07:18.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:07:18.384+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:07:18.384+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:07:18.384+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:07:18.384+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:07:37.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:07:37.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:07:37.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:07:37.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:07:37.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:07:37.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:07:42.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:07:42.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:07:42.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:07:42.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:07:42.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:07:42.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:08:00.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:08:00.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:08:00.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:08:00.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:08:00.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:08:00.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:08:06.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:08:06.462+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:08:06.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:08:06.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:08:06.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:08:06.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:08:26.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:08:26.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:08:27.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:08:27.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:08:27.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:08:27.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:08:32.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:08:32.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:08:32.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:08:32.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:08:32.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:08:32.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:08:50.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:08:50.947+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:08:50.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:08:50.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:08:50.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:08:50.979+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:08:56.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:08:56.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:08:56.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:08:56.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:08:56.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:08:56.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:09:14.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:09:14.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:09:14.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:09:14.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:09:14.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:09:14.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:09:20.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:09:20.179+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:09:20.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:09:20.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:09:20.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:09:20.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:09:40.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:09:40.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:09:40.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:09:40.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:09:40.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:09:40.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:09:46.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:09:46.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:09:46.355+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:09:46.355+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:09:46.355+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:09:46.355+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:10:06.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:10:06.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:10:06.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:10:06.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:10:06.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:10:06.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:10:12.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:10:12.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:10:12.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:10:12.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:10:12.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:10:12.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:10:33.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:10:33.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:10:33.169+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:10:33.169+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:10:33.169+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:10:33.169+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:10:38.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:10:38.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:10:38.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:10:38.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:10:38.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:10:38.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:10:57.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:10:57.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:10:57.182+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:10:57.182+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:10:57.182+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:10:57.182+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:11:02.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:11:02.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:11:02.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:11:02.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:11:02.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:11:02.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:11:20.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:11:20.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:11:20.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:11:20.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:11:20.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:11:20.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:11:26.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:11:26.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:11:26.370+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:11:26.370+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:11:26.370+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:11:26.370+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:11:44.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:11:44.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:11:44.613+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:11:44.613+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:11:44.613+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:11:44.613+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:11:49.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:11:49.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:11:49.808+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:11:49.808+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:11:49.808+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:11:49.808+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:12:07.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:12:07.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:12:07.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:12:07.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:12:07.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:12:07.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:12:13.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:12:13.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:12:13.307+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:12:13.307+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:12:13.307+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:12:13.307+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:12:33.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:12:33.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:12:33.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:12:33.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:12:33.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:12:33.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:12:39.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:12:39.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:12:39.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:12:39.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:12:39.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:12:39.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:13:00.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:13:00.015+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:13:00.050+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:13:00.050+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:13:00.050+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:13:00.050+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:13:05.219+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:13:05.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:13:05.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:13:05.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:13:05.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:13:05.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:13:25.108+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:13:25.109+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:13:25.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:13:25.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:13:25.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:13:25.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:13:30.329+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:13:30.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:13:30.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:13:30.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:13:30.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:13:30.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:13:48.368+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:13:48.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:13:48.406+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:13:48.406+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:13:48.406+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:13:48.406+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:13:53.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:13:53.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:13:53.880+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:13:53.880+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:13:53.880+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:13:53.880+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:14:12.142+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:14:12.142+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:14:12.174+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:14:12.174+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:14:12.174+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:14:12.174+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:14:17.400+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:14:17.400+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:14:17.426+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:14:17.426+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:14:17.426+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:14:17.426+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:14:35.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:14:35.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:14:35.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:14:35.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:14:35.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:14:35.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:14:41.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:14:41.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:14:41.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:14:41.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:14:41.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:14:41.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:15:01.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:15:01.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:15:01.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:15:01.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:15:01.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:15:01.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:15:07.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:15:07.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:15:07.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:15:07.147+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:15:07.147+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:15:07.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:15:25.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:15:25.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:15:25.270+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:15:25.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:15:25.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:15:25.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:15:30.401+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:15:30.401+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:15:30.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:15:30.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:15:30.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:15:30.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:15:48.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:15:48.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:15:48.895+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:15:48.895+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:15:48.895+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:15:48.895+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:15:54.313+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:15:54.314+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:15:54.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:15:54.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:15:54.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:15:54.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:16:14.753+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:16:14.753+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:16:14.788+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:16:14.788+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:16:14.788+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:16:14.788+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:16:19.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:16:19.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:16:19.969+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:16:19.969+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:16:19.969+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:16:19.969+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:16:39.467+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:16:39.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:16:39.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:16:39.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:16:39.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:16:39.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:16:44.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:16:44.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:16:44.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:16:44.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:16:44.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:16:44.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:17:03.680+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:17:03.680+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:17:03.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:17:03.709+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:17:03.709+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:17:03.709+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:17:09.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:17:09.145+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:17:09.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:17:09.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:17:09.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:17:09.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:17:30.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:17:30.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:17:30.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:17:30.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:17:30.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:17:30.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:17:35.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:17:35.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:17:35.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:17:35.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:17:35.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:17:35.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:17:54.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:17:54.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:17:54.763+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:17:54.763+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:17:54.763+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:17:54.763+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:17:59.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:17:59.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:17:59.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:17:59.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:17:59.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:17:59.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:18:18.097+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:18:18.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:18:18.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:18:18.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:18:18.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:18:18.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:18:23.620+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:18:23.620+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:18:23.653+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:18:23.653+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:18:23.653+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:18:23.653+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:18:44.299+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:18:44.300+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:18:44.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:18:44.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:18:44.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:18:44.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:18:49.827+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:18:49.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:18:49.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:18:49.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:18:49.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:18:49.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:19:09.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:19:09.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:19:09.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:19:09.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:19:09.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:19:09.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:19:15.060+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:19:15.061+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:19:15.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:19:15.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:19:15.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:19:15.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:19:34.465+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:19:34.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:19:34.501+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:19:34.501+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:19:34.501+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:19:34.501+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:19:39.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:19:39.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:19:39.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:19:39.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:19:39.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:19:39.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:19:58.830+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:19:58.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:19:58.868+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:19:58.868+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:19:58.868+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:19:58.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:20:04.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:20:04.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:20:04.113+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:20:04.113+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:20:04.113+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:20:04.113+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:20:23.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:20:23.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:20:23.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:20:23.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:20:23.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:20:23.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:20:28.504+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:20:28.504+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:20:28.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:20:28.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:20:28.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:20:28.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:20:47.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:20:47.033+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:20:47.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:20:47.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:20:47.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:20:47.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:20:52.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:20:52.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:20:52.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:20:52.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:20:52.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:20:52.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:21:12.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:21:12.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:21:12.946+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:21:12.946+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:21:12.946+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:21:12.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:21:18.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:21:18.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:21:18.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:21:18.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:21:18.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:21:18.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:21:37.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:21:37.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:21:37.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:21:37.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:21:37.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:21:37.147+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:21:42.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:21:42.340+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:21:42.363+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:21:42.363+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:21:42.363+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:21:42.363+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:22:00.438+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:22:00.438+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:22:00.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:22:00.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:22:00.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:22:00.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:22:06.006+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:22:06.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:22:06.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:22:06.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:22:06.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:22:06.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:22:26.131+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:22:26.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:22:26.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:22:26.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:22:26.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:22:26.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:22:31.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:22:31.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:22:31.230+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:22:31.230+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:22:31.230+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:22:31.230+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:22:50.318+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:22:50.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:22:50.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:22:50.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:22:50.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:22:50.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:22:55.540+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:22:55.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:22:55.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:22:55.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:22:55.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:22:55.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:23:13.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:23:13.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:23:13.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:23:13.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:23:13.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:23:13.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:23:18.893+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:23:18.893+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:23:18.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:23:18.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:23:18.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:23:18.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:23:39.444+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:23:39.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:23:39.481+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:23:39.481+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:23:39.481+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:23:39.481+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:23:44.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:23:44.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:23:44.802+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:23:44.802+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:23:44.802+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:23:44.802+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:24:06.354+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:24:06.354+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:24:06.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:24:06.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:24:06.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:24:06.391+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:24:11.580+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:24:11.580+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:24:11.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:24:11.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:24:11.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:24:11.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:24:30.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:24:30.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:24:30.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:24:30.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:24:30.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:24:30.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:24:35.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:24:35.699+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:24:35.722+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:24:35.722+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:24:35.722+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:24:35.722+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:24:53.823+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:24:53.824+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:24:53.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:24:53.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:24:53.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:24:53.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:24:59.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:24:59.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:24:59.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:24:59.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:24:59.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:24:59.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:25:19.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:25:19.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:25:19.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:25:19.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:25:19.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:25:19.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:25:25.172+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:25:25.172+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:25:25.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:25:25.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:25:25.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:25:25.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:25:45.766+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:25:45.767+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:25:45.806+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:25:45.806+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:25:45.806+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:25:45.806+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:25:50.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:25:50.905+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:25:50.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:25:50.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:25:50.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:25:50.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:26:10.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:26:10.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:26:10.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:26:10.165+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:26:10.165+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:26:10.165+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:26:15.311+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:26:15.311+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:26:15.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:26:15.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:26:15.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:26:15.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:26:33.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:26:33.385+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:26:33.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:26:33.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:26:33.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:26:33.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:26:38.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:26:38.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:26:39.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:26:39.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:26:39.065+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:26:39.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:26:59.560+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:26:59.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:26:59.597+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:26:59.597+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:26:59.597+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:26:59.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:27:04.796+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:27:04.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:27:04.827+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:27:04.827+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:27:04.827+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:27:04.827+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:27:23.646+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:27:23.646+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:27:23.680+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:27:23.680+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:27:23.680+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:27:23.680+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:27:28.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:27:28.902+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:27:28.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:27:28.933+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:27:28.933+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:27:28.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:27:46.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:27:46.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:27:46.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:27:46.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:27:46.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:27:46.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:27:52.196+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:27:52.197+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:27:52.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:27:52.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:27:52.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:27:52.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:28:12.681+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:28:12.682+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:28:12.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:28:12.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:28:12.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:28:12.714+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:28:18.217+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:28:18.217+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:28:18.262+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:28:18.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:28:18.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:28:18.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:28:38.819+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:28:38.819+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:28:38.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:28:38.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:28:38.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:28:38.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:28:44.010+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:28:44.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:28:44.034+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:28:44.034+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:28:44.034+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:28:44.034+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:29:02.840+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:29:02.841+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:29:02.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:29:02.878+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:29:02.878+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:29:02.878+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:29:08.022+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:29:08.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:29:08.047+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:29:08.047+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:29:08.047+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:29:08.047+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:29:26.243+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:29:26.243+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:29:26.278+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:29:26.278+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:29:26.278+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:29:26.278+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:29:31.738+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:29:31.738+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:29:31.799+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:29:31.799+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:29:31.799+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:29:31.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:29:51.737+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:29:51.737+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:29:51.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:29:51.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:29:51.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:29:51.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:29:56.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:29:56.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:29:56.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:29:56.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:29:56.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:29:56.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:30:15.833+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:30:15.833+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:30:15.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:30:15.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:30:15.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:30:15.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:30:21.104+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:30:21.104+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:30:21.130+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:30:21.130+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:30:21.130+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:30:21.130+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:30:39.080+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:30:39.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:30:39.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:30:39.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:30:39.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:30:39.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:30:44.385+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:30:44.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:30:44.429+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:30:44.429+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:30:44.429+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:30:44.429+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:31:04.921+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:31:04.922+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:31:04.956+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:31:04.956+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:31:04.956+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:31:04.956+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:31:10.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:31:10.235+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:31:10.280+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:31:10.280+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:31:10.280+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:31:10.280+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:31:29.884+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:31:29.884+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:31:29.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:31:29.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:31:29.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:31:29.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:31:35.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:31:35.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:31:35.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:31:35.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:31:35.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:31:35.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:31:52.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:31:52.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:31:52.223+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:31:52.223+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:31:52.223+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:31:52.223+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:31:57.755+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:31:57.755+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:31:57.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:31:57.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:31:57.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:31:57.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:32:18.214+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:32:18.215+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:32:18.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:32:18.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:32:18.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:32:18.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:32:23.569+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:32:23.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:32:23.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:32:23.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:32:23.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:32:23.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:32:42.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:32:42.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:32:42.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:32:42.288+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:32:42.288+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:32:42.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:32:47.495+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:32:47.495+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:32:47.522+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:32:47.522+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:32:47.522+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:32:47.522+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:33:05.160+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:33:05.161+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:33:05.195+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:33:05.195+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:33:05.195+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:33:05.195+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:33:10.547+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:33:10.548+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:33:10.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:33:10.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:33:10.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:33:10.596+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:33:31.081+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:33:31.081+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:33:31.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:33:31.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:33:31.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:33:31.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:33:36.294+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:33:36.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:33:36.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:33:36.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:33:36.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:33:36.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:33:55.218+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:33:55.219+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:33:55.253+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:33:55.253+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:33:55.253+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:33:55.253+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:34:00.434+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:34:00.434+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:34:00.457+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:34:00.457+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:34:00.457+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:34:00.457+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:34:18.544+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:34:18.544+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:34:18.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:34:18.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:34:18.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:34:18.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:34:23.964+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:34:23.965+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:34:24.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:34:24.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:34:24.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:34:24.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:34:44.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:34:44.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:34:44.620+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:34:44.620+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:34:44.620+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:34:44.620+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:34:49.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:34:49.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:34:49.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:34:49.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:34:49.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:34:49.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:35:08.741+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:35:08.742+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:35:08.772+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:35:08.772+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:35:08.772+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:35:08.772+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:35:13.934+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:35:13.934+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:35:13.961+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:35:13.961+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:35:13.961+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:35:13.961+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:35:31.849+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:35:31.849+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:35:31.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:35:31.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:35:31.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:35:31.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:35:37.301+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:35:37.301+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:35:37.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:35:37.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:35:37.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:35:37.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:35:57.713+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:35:57.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:35:57.747+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:35:57.747+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:35:57.747+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:35:57.747+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:36:03.014+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:36:03.020+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:36:03.057+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:36:03.057+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:36:03.057+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:36:03.057+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:36:23.452+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:36:23.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:36:23.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:36:23.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:36:23.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:36:23.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:36:28.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:36:28.588+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:36:28.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:36:28.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:36:28.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:36:28.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:36:48.298+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:36:48.298+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:36:48.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:36:48.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:36:48.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:36:48.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:36:53.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:36:53.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:36:53.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:36:53.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:36:53.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:36:53.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:37:11.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:37:11.612+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:37:11.646+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:37:11.646+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:37:11.646+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:37:11.646+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:37:17.169+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:37:17.169+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:37:17.209+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:37:17.209+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:37:17.209+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:37:17.209+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:37:37.665+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:37:37.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:37:37.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:37:37.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:37:37.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:37:37.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:37:42.988+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:37:42.989+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:37:43.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:37:43.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:37:43.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:37:43.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:38:03.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:38:03.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:38:03.821+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:38:03.821+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:38:03.821+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:38:03.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:38:08.929+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:38:08.929+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:38:08.955+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:38:08.955+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:38:08.955+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:38:08.955+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:38:28.007+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:38:28.007+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:38:28.040+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:38:28.040+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:38:28.040+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:38:28.040+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:38:33.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:38:33.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:38:33.147+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:38:33.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:38:33.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:38:33.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:38:51.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:38:51.419+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:38:51.470+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:38:51.470+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:38:51.470+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:38:51.470+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:38:56.990+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:38:56.991+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:38:57.025+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:38:57.025+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:38:57.025+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:38:57.025+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:39:17.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:39:17.156+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:39:17.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:39:17.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:39:17.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:39:17.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:39:22.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:39:22.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:39:22.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:39:22.400+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:39:22.400+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:39:22.400+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:39:41.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:39:41.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:39:41.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:39:41.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:39:41.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:39:41.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:39:46.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:39:46.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:39:46.813+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:39:46.813+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:39:46.813+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:39:46.813+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:40:04.549+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:40:04.550+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:40:04.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:40:04.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:40:04.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:40:04.583+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:40:09.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:40:09.979+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:40:10.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:40:10.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:40:10.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:40:10.014+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:40:30.657+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:40:30.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:40:30.688+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:40:30.688+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:40:30.688+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:40:30.688+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:40:36.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:40:36.083+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:40:36.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:40:36.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:40:36.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:40:36.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:40:56.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:40:56.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:40:56.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:40:56.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:40:56.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:40:56.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:41:02.072+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:41:02.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:41:02.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:41:02.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:41:02.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:41:02.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:41:22.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:41:22.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:41:22.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:41:22.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:41:22.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:41:22.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:41:28.155+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:41:28.155+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:41:28.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:41:28.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:41:28.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:41:28.197+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:41:48.927+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:41:48.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:41:48.970+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:41:48.970+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:41:48.970+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:41:48.970+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:41:54.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:41:54.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:41:54.062+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:41:54.062+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:41:54.062+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:41:54.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:42:13.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:42:13.287+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:42:13.317+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:42:13.317+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:42:13.317+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:42:13.317+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:42:18.461+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:42:18.461+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:42:18.490+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:42:18.490+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:42:18.490+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:42:18.490+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:42:36.760+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:42:36.761+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:42:36.791+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:42:36.791+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:42:36.791+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:42:36.791+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:42:42.372+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:42:42.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:42:42.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:42:42.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:42:42.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:42:42.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:43:02.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:43:02.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:43:02.817+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:43:02.817+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:43:02.817+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:43:02.817+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:43:08.209+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:43:08.209+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:43:08.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:43:08.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:43:08.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:43:08.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:43:28.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:43:28.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:43:28.580+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:43:28.580+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:43:28.580+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:43:28.580+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:43:33.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:43:33.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:43:33.668+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:43:33.668+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:43:33.668+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:43:33.668+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:43:52.487+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:43:52.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:43:52.524+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:43:52.524+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:43:52.524+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:43:52.524+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:43:57.606+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:43:57.606+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:43:57.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:43:57.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:43:57.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:43:57.635+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:44:15.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:44:15.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:44:15.785+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:44:15.785+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:44:15.785+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:44:15.785+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:44:21.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:44:21.356+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:44:21.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:44:21.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:44:21.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:44:21.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:44:41.979+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:44:41.980+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:44:42.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:44:42.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:44:42.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:44:42.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:44:47.638+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:44:47.639+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:44:47.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:44:47.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:44:47.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:44:47.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:45:08.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:45:08.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:45:08.339+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:45:08.339+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:45:08.339+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:45:08.339+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:45:13.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:45:13.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:45:13.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:45:13.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:45:13.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:45:13.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:45:32.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:45:32.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:45:32.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:45:32.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:45:32.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:45:32.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:45:37.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:45:37.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:45:37.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:45:37.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:45:37.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:45:37.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:45:55.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:45:55.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:45:55.304+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:45:55.304+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:45:55.304+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:45:55.304+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:46:00.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:46:00.905+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:46:00.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:46:00.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:46:00.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:46:00.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:46:21.363+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:46:21.364+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:46:21.398+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:46:21.398+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:46:21.398+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:46:21.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:46:26.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:46:26.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:46:26.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:46:26.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:46:26.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:46:26.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:46:47.520+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:46:47.521+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:46:47.555+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:46:47.555+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:46:47.555+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:46:47.555+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:46:52.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:46:52.731+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:46:52.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:46:52.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:46:52.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:46:52.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:47:11.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:47:11.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:47:11.360+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:47:11.360+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:47:11.360+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:47:11.360+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:47:16.463+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:47:16.463+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:47:16.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:47:16.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:47:16.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:47:16.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:47:34.910+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:47:34.910+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:47:34.940+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:47:34.940+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:47:34.940+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:47:34.940+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:47:40.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:47:40.568+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:47:40.614+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:47:40.614+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:47:40.614+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:47:40.614+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:48:00.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:48:00.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:48:00.761+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:48:00.761+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:48:00.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:48:00.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:48:06.263+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:48:06.263+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:48:06.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:48:06.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:48:06.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:48:06.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:48:26.912+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:48:26.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:48:26.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:48:26.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:48:26.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:48:26.971+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:48:32.328+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:48:32.329+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:48:32.397+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:48:32.397+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:48:32.397+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:48:32.398+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:48:52.999+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:48:53.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:48:53.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:48:53.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:48:53.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:48:53.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:48:58.367+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:48:58.369+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:48:58.440+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:48:58.440+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:48:58.440+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:48:58.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:49:17.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:49:17.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:49:17.787+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:49:17.787+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:49:17.787+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:49:17.787+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:49:23.152+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:49:23.152+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:49:23.191+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:49:23.191+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:49:23.191+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:49:23.191+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:49:40.148+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:49:40.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:49:40.188+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:49:40.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:49:40.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:49:40.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:49:45.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:49:45.646+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:49:45.720+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:49:45.720+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:49:45.720+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:49:45.720+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:50:06.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:50:06.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:50:06.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:50:06.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:50:06.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:50:06.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:50:11.814+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:50:11.815+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:50:11.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:50:11.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:50:11.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:50:11.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:50:32.633+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:50:32.634+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:50:32.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:50:32.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:50:32.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:50:32.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:50:38.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:50:38.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:50:38.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:50:38.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:50:38.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:50:38.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:50:58.306+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:50:58.306+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:50:58.340+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:50:58.340+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:50:58.340+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:50:58.340+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:51:03.659+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:51:03.659+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:51:03.714+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:51:03.714+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:51:03.714+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:51:03.715+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:51:22.189+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:51:22.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:51:22.219+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:51:22.219+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:51:22.219+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:51:22.219+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:51:27.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:51:27.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:51:27.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:51:27.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:51:27.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:51:27.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:51:45.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:51:45.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:51:45.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:51:45.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:51:45.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:51:45.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:51:50.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:51:50.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:51:50.575+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:51:50.575+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:51:50.575+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:51:50.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:52:11.038+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:52:11.038+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:52:11.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:52:11.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:52:11.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:52:11.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:52:16.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:52:16.167+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:52:16.190+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:52:16.190+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:52:16.190+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:52:16.190+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:52:35.445+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:52:35.445+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:52:35.477+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:52:35.477+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:52:35.477+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:52:35.477+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:52:40.718+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:52:40.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:52:40.745+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:52:40.745+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:52:40.745+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:52:40.745+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:52:58.714+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:52:58.714+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:52:58.749+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:52:58.749+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:52:58.749+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:52:58.749+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:53:04.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:53:04.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:53:04.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:53:04.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:53:04.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:53:04.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:53:24.790+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:53:24.790+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:53:24.825+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:53:24.825+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:53:24.825+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:53:24.825+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:53:30.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:53:30.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:53:30.227+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:53:30.227+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:53:30.227+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:53:30.227+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:53:50.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:53:50.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:53:50.179+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:53:50.179+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:53:50.179+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:53:50.179+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:53:55.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:53:55.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:53:55.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:53:55.526+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:53:55.526+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:53:55.526+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:54:15.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:54:15.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:54:15.588+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:54:15.588+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:54:15.588+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:54:15.588+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:54:20.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:54:20.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:54:20.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:54:20.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:54:20.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:54:20.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:54:40.587+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:54:40.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:54:40.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:54:40.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:54:40.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:54:40.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:54:46.035+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:54:46.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:54:46.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:54:46.074+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:54:46.074+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:54:46.074+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:55:06.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:55:06.885+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:55:06.920+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:55:06.920+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:55:06.920+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:55:06.920+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:55:12.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:55:12.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:55:12.045+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:55:12.045+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:55:12.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:55:12.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:55:31.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:55:31.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:55:31.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:55:31.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:55:31.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:55:31.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:55:36.347+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:55:36.347+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:55:36.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:55:36.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:55:36.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:55:36.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:55:54.458+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:55:54.458+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:55:54.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:55:54.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:55:54.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:55:54.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:55:59.930+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:55:59.931+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:56:00.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:56:00.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:56:00.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:56:00.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:56:20.450+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:56:20.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:56:20.493+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:56:20.493+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:56:20.493+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:56:20.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:56:25.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:56:25.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:56:25.834+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:56:25.834+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:56:25.834+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:56:25.834+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:56:44.260+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:56:44.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:56:44.293+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:56:44.293+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:56:44.293+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:56:44.293+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:56:49.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:56:49.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:56:49.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:56:49.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:56:49.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:56:49.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:57:07.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:57:07.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:57:07.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:57:07.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:57:07.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:57:07.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:57:13.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:57:13.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:57:13.349+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:57:13.349+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:57:13.349+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:57:13.350+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:57:31.615+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:57:31.615+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:57:31.648+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:57:31.648+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:57:31.648+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:57:31.648+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:57:36.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:57:36.914+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:57:36.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:57:36.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:57:36.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:57:36.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:57:55.039+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:57:55.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:57:55.076+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:57:55.076+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:57:55.076+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:57:55.076+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:58:00.586+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:58:00.587+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:58:00.637+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:58:00.637+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:58:00.637+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:58:00.637+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:58:20.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:58:20.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:58:20.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:58:20.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:58:20.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:58:20.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:58:25.883+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:58:25.883+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:58:25.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:58:25.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:58:25.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:58:25.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:58:44.639+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:58:44.640+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:58:44.673+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:58:44.673+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:58:44.673+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:58:44.673+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:58:49.879+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:58:49.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:58:49.906+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:58:49.906+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:58:49.906+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:58:49.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:59:08.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:59:08.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:59:08.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:59:08.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:59:08.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:59:08.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:59:13.831+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:59:13.831+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:59:13.871+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:59:13.871+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:59:13.871+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:59:13.871+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:59:34.442+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:59:34.443+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:59:34.479+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:59:34.479+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:59:34.479+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:59:34.479+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:59:39.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:59:39.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:59:39.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:59:39.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:59:39.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:59:39.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T05:59:58.523+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T05:59:58.524+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T05:59:58.575+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T05:59:58.575+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T05:59:58.575+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T05:59:58.576+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:00:03.698+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:00:03.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:00:03.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:00:03.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:00:03.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:00:03.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:00:22.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:00:22.237+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:00:22.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:00:22.269+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:00:22.269+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:00:22.269+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:00:27.805+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:00:27.809+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:00:27.864+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:00:27.864+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:00:27.864+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:00:27.864+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:00:48.652+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:00:48.652+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:00:48.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:00:48.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:00:48.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:00:48.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:00:54.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:00:54.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:00:54.318+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:00:54.318+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:00:54.318+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:00:54.318+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:01:14.446+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:01:14.447+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:01:14.495+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:01:14.495+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:01:14.495+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:01:14.495+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:01:19.724+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:01:19.724+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:01:19.757+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:01:19.757+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:01:19.757+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:01:19.757+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:01:39.402+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:01:39.403+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:01:39.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:01:39.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:01:39.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:01:39.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:01:44.648+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:01:44.649+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:01:44.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:01:44.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:01:44.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:01:44.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:02:03.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:02:03.594+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:02:03.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:02:03.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:02:03.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:02:03.626+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:02:09.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:02:09.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:02:09.162+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:02:09.162+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:02:09.162+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:02:09.162+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:02:29.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:02:29.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:02:29.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:02:29.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:02:29.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:02:29.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:02:34.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:02:34.927+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:02:34.950+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:02:34.950+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:02:34.950+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:02:34.950+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:02:53.870+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:02:53.871+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:02:53.907+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:02:53.907+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:02:53.907+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:02:53.907+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:02:59.126+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:02:59.126+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:02:59.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:02:59.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:02:59.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:02:59.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:03:17.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:03:17.005+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:03:17.039+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:03:17.039+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:03:17.039+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:03:17.039+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:03:22.330+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:03:22.330+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:03:22.378+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:03:22.378+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:03:22.378+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:03:22.378+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:03:43.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:03:43.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:03:43.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:03:43.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:03:43.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:03:43.322+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:03:48.655+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:03:48.656+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:03:48.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:03:48.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:03:48.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:03:48.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:04:07.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:04:07.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:04:07.328+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:04:07.328+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:04:07.328+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:04:07.328+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:04:12.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:04:12.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:04:12.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:04:12.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:04:12.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:04:12.499+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:04:30.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:04:30.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:04:30.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:04:30.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:04:30.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:04:30.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:04:36.147+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:04:36.148+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:04:36.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:04:36.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:04:36.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:04:36.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:04:54.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:04:54.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:04:54.272+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:04:54.272+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:04:54.272+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:04:54.272+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:04:59.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:04:59.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:04:59.493+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:04:59.493+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:04:59.493+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:04:59.493+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:05:17.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:05:17.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:05:17.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:05:17.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:05:17.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:05:17.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:05:23.261+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:05:23.262+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:05:23.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:05:23.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:05:23.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:05:23.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:05:43.499+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:05:43.499+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:05:43.532+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:05:43.532+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:05:43.532+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:05:43.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:05:48.678+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:05:48.678+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:05:48.709+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:05:48.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:05:48.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:05:48.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:06:07.439+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:06:07.439+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:06:07.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:06:07.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:06:07.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:06:07.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:06:12.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:06:12.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:06:12.710+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:06:12.710+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:06:12.710+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:06:12.710+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:06:30.732+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:06:30.733+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:06:30.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:06:30.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:06:30.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:06:30.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:06:36.252+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:06:36.252+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:06:36.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:06:36.288+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:06:36.288+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:06:36.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:06:56.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:06:56.665+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:06:56.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:06:56.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:06:56.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:06:56.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:07:01.858+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:07:01.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:07:01.884+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:07:01.884+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:07:01.884+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:07:01.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:07:20.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:07:20.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:07:21.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:07:21.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:07:21.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:07:21.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:07:26.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:07:26.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:07:26.160+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:07:26.160+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:07:26.160+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:07:26.160+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:07:44.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:07:44.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:07:44.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:07:44.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:07:44.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:07:44.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:07:50.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:07:50.571+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:07:50.621+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:07:50.621+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:07:50.621+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:07:50.621+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:08:11.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:08:11.338+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:08:11.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:08:11.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:08:11.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:08:11.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:08:16.740+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:08:16.740+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:08:16.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:08:16.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:08:16.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:08:16.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:08:36.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:08:36.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:08:36.896+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:08:36.896+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:08:36.896+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:08:36.896+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:08:42.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:08:42.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:08:42.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:08:42.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:08:42.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:08:42.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:09:01.114+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:09:01.114+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:09:01.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:09:01.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:09:01.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:09:01.154+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:09:06.409+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:09:06.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:09:06.438+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:09:06.438+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:09:06.438+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:09:06.438+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:09:25.072+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:09:25.073+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:09:25.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:09:25.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:09:25.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:09:25.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:09:30.623+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:09:30.624+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:09:30.672+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:09:30.672+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:09:30.672+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:09:30.672+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:09:51.277+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:09:51.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:09:51.325+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:09:51.325+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:09:51.325+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:09:51.325+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:09:56.353+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:09:56.353+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:09:56.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:09:56.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:09:56.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:09:56.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:10:15.611+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:10:15.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:10:15.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:10:15.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:10:15.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:10:15.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:10:20.957+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:10:20.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:10:20.984+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:10:20.984+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:10:20.984+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:10:20.984+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:10:39.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:10:39.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:10:39.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:10:39.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:10:39.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:10:39.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:10:45.154+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:10:45.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:10:45.193+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:10:45.193+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:10:45.193+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:10:45.193+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:11:05.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:11:05.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:11:05.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:11:05.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:11:05.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:11:05.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:11:10.543+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:11:10.543+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:11:10.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:11:10.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:11:10.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:11:10.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:11:29.947+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:11:29.948+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:11:29.983+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:11:29.983+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:11:29.983+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:11:29.983+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:11:35.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:11:35.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:11:35.239+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:11:35.239+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:11:35.239+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:11:35.239+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:11:53.826+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:11:53.827+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:11:53.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:11:53.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:11:53.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:11:53.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:11:59.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:11:59.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:11:59.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:11:59.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:11:59.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:11:59.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:12:20.478+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:12:20.481+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:12:20.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:12:20.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:12:20.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:12:20.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:12:25.945+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:12:25.945+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:12:26.017+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:12:26.017+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:12:26.017+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:12:26.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:12:44.348+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:12:44.348+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:12:44.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:12:44.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:12:44.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:12:44.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:12:49.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:12:49.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:12:49.523+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:12:49.523+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:12:49.523+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:12:49.523+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:13:07.791+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:13:07.791+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:13:07.830+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:13:07.830+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:13:07.830+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:13:07.830+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:13:13.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:13:13.248+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:13:13.282+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:13:13.282+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:13:13.282+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:13:13.282+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:13:34.132+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:13:34.132+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:13:34.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:13:34.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:13:34.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:13:34.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:13:39.634+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:13:39.635+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:13:39.675+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:13:39.675+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:13:39.675+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:13:39.675+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:14:00.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:14:00.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:14:00.286+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:14:00.286+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:14:00.286+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:14:00.286+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:14:05.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:14:05.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:14:05.518+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:14:05.518+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:14:05.518+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:14:05.518+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:14:24.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:14:24.497+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:14:24.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:14:24.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:14:24.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:14:24.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:14:29.726+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:14:29.727+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:14:29.754+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:14:29.754+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:14:29.754+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:14:29.754+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:14:48.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:14:48.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:14:48.404+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:14:48.404+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:14:48.404+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:14:48.404+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:14:53.836+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:14:53.836+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:14:53.879+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:14:53.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:14:53.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:14:53.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:15:14.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:15:14.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:15:14.569+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:15:14.569+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:15:14.569+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:15:14.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:15:20.158+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:15:20.158+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:15:20.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:15:20.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:15:20.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:15:20.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:15:38.670+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:15:38.670+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:15:38.699+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:15:38.699+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:15:38.699+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:15:38.699+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:15:43.864+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:15:43.864+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:15:43.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:15:43.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:15:43.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:15:43.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:16:01.853+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:16:01.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:16:01.885+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:16:01.885+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:16:01.885+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:16:01.885+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:16:07.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:16:07.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:16:07.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:16:07.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:16:07.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:16:07.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:16:28.048+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:16:28.049+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:16:28.081+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:16:28.081+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:16:28.081+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:16:28.081+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:16:33.377+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:16:33.377+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:16:33.413+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:16:33.413+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:16:33.413+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:16:33.413+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:16:51.906+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:16:51.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:16:51.939+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:16:51.939+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:16:51.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:16:51.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:16:57.123+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:16:57.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:16:57.145+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:16:57.145+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:16:57.145+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:16:57.145+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:17:15.464+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:17:15.465+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:17:15.499+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:17:15.499+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:17:15.499+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:17:15.500+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:17:20.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:17:20.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:17:21.036+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:17:21.036+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:17:21.036+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:17:21.036+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:17:41.653+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:17:41.653+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:17:41.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:17:41.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:17:41.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:17:41.690+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:17:46.917+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:17:46.918+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:17:46.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:17:46.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:17:46.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:17:46.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:18:05.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:18:05.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:18:05.509+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:18:05.509+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:18:05.509+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:18:05.509+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:18:10.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:18:10.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:18:10.760+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:18:10.760+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:18:10.760+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:18:10.760+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:18:28.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:18:28.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:18:28.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:18:28.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:18:28.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:18:28.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:18:34.335+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:18:34.335+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:18:34.374+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:18:34.374+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:18:34.374+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:18:34.374+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:18:54.974+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:18:54.974+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:18:55.067+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:18:55.067+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:18:55.067+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:18:55.067+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:19:00.145+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:19:00.146+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:19:00.172+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:19:00.172+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:19:00.172+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:19:00.172+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:19:19.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:19:19.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:19:19.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:19:19.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:19:19.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:19:19.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:19:24.954+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:19:24.954+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:19:24.986+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:19:24.986+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:19:24.986+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:19:24.986+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:19:43.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:19:43.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:19:44.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:19:44.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:19:44.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:19:44.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:19:49.317+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:19:49.318+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:19:49.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:19:49.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:19:49.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:19:49.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:20:09.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:20:09.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:20:09.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:20:09.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:20:09.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:20:09.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:20:14.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:20:14.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:20:14.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:20:14.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:20:14.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:20:14.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:20:34.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:20:34.760+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:20:34.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:20:34.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:20:34.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:20:34.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:20:40.215+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:20:40.216+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:20:40.257+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:20:40.257+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:20:40.257+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:20:40.257+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:21:01.636+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:21:01.637+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:21:01.681+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:21:01.681+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:21:01.681+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:21:01.681+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:21:06.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:21:06.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:21:06.860+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:21:06.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:21:06.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:21:06.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:21:26.344+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:21:26.344+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:21:26.382+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:21:26.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:21:26.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:21:26.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:21:31.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:21:31.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:21:31.650+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:21:31.650+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:21:31.650+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:21:31.650+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:21:50.602+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:21:50.603+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:21:50.640+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:21:50.640+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:21:50.640+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:21:50.640+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:21:56.073+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:21:56.074+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:21:56.117+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:21:56.117+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:21:56.117+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:21:56.117+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:22:17.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:22:17.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:22:17.528+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:22:17.528+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:22:17.528+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:22:17.528+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:22:22.709+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:22:22.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:22:22.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:22:22.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:22:22.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:22:22.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:22:41.914+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:22:41.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:22:41.958+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:22:41.958+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:22:41.958+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:22:41.958+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:22:47.191+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:22:47.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:22:47.220+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:22:47.220+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:22:47.220+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:22:47.220+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:23:05.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:23:05.749+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:23:05.783+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:23:05.783+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:23:05.783+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:23:05.783+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:23:11.248+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:23:11.249+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:23:11.297+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:23:11.297+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:23:11.297+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:23:11.297+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:23:32.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:23:32.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:23:32.233+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:23:32.233+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:23:32.233+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:23:32.233+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:23:37.846+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:23:37.847+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:23:37.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:23:37.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:23:37.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:23:37.906+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:23:58.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:23:58.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:23:58.439+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:23:58.439+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:23:58.439+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:23:58.439+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:24:03.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:24:03.593+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:24:03.618+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:24:03.618+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:24:03.618+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:24:03.618+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:24:22.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:24:22.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:24:22.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:24:22.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:24:22.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:24:22.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:24:27.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:24:27.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:24:27.744+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:24:27.744+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:24:27.744+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:24:27.744+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:24:46.012+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:24:46.012+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:24:46.046+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:24:46.046+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:24:46.046+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:24:46.046+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:24:51.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:24:51.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:24:51.643+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:24:51.643+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:24:51.643+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:24:51.643+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:25:12.167+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:25:12.168+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:25:12.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:25:12.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:25:12.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:25:12.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:25:17.304+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:25:17.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:25:17.333+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:25:17.333+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:25:17.333+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:25:17.333+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:25:36.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:25:36.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:25:36.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:25:36.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:25:36.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:25:36.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:25:41.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:25:41.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:25:41.326+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:25:41.326+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:25:41.326+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:25:41.326+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:25:59.243+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:25:59.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:25:59.288+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:25:59.288+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:25:59.288+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:25:59.288+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:26:04.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:26:04.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:26:04.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:26:04.859+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:26:04.859+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:26:04.859+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:26:25.610+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:26:25.611+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:26:25.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:26:25.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:26:25.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:26:25.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:26:30.797+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:26:30.798+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:26:30.829+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:26:30.829+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:26:30.829+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:26:30.829+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:26:49.144+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:26:49.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:26:49.184+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:26:49.184+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:26:49.184+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:26:49.184+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:26:54.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:26:54.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:26:54.397+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:26:54.397+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:26:54.397+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:26:54.397+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:27:12.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:27:12.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:27:12.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:27:12.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:27:12.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:27:12.843+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:27:18.245+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:27:18.245+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:27:18.289+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:27:18.289+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:27:18.289+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:27:18.289+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:27:38.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:27:38.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:27:38.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:27:38.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:27:38.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:27:38.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:27:44.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:27:44.339+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:27:44.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:27:44.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:27:44.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:27:44.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:28:03.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:28:03.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:28:03.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:28:03.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:28:03.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:28:03.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:28:08.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:28:08.675+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:28:08.702+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:28:08.702+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:28:08.702+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:28:08.702+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:28:28.286+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:28:28.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:28:28.336+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:28:28.336+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:28:28.336+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:28:28.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:28:33.529+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:28:33.529+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:28:33.556+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:28:33.556+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:28:33.556+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:28:33.556+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:28:51.838+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:28:51.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:28:51.873+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:28:51.873+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:28:51.873+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:28:51.874+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:28:57.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:28:57.328+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:28:57.381+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:28:57.382+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:28:57.382+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:28:57.382+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:29:17.704+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:29:17.705+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:29:17.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:29:17.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:29:17.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:29:17.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:29:22.908+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:29:22.908+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:29:22.932+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:29:22.932+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:29:22.932+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:29:22.932+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:29:42.002+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:29:42.003+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:29:42.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:29:42.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:29:42.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:29:42.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:29:47.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:29:47.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:29:47.187+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:29:47.188+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:29:47.188+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:29:47.188+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:30:05.568+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:30:05.569+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:30:05.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:30:05.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:30:05.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:30:05.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:30:10.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:30:10.957+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:30:11.035+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:30:11.035+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:30:11.035+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:30:11.035+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:30:31.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:30:31.150+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:30:31.192+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:30:31.192+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:30:31.192+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:30:31.192+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:30:36.699+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:30:36.700+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:30:36.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:30:36.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:30:36.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:30:36.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:30:54.978+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:30:54.978+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:30:55.012+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:30:55.012+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:30:55.012+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:30:55.012+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:31:00.185+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:31:00.185+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:31:00.215+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:31:00.215+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:31:00.215+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:31:00.215+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:31:18.117+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:31:18.118+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:31:18.156+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:31:18.156+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:31:18.156+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:31:18.156+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:31:23.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:31:23.625+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:31:23.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:31:23.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:31:23.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:31:23.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:31:44.210+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:31:44.210+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:31:44.246+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:31:44.246+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:31:44.246+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:31:44.246+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:31:49.362+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:31:49.363+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:31:49.390+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:31:49.390+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:31:49.390+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:31:49.390+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:32:08.137+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:32:08.137+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:32:08.168+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:32:08.168+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:32:08.168+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:32:08.168+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:32:13.427+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:32:13.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:32:13.471+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:32:13.471+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:32:13.471+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:32:13.471+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:32:31.976+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:32:31.977+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:32:32.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:32:32.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:32:32.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:32:32.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:32:37.512+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:32:37.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:32:37.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:32:37.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:32:37.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:32:37.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:32:58.083+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:32:58.084+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:32:58.119+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:32:58.119+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:32:58.119+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:32:58.119+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:33:03.436+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:33:03.436+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:33:03.484+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:33:03.484+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:33:03.484+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:33:03.484+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:33:25.369+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:33:25.370+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:33:25.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:33:25.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:33:25.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:33:25.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:33:30.844+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:33:30.844+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:33:30.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:33:30.886+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:33:30.886+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:33:30.886+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:33:52.258+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:33:52.260+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:33:52.303+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:33:52.303+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:33:52.303+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:33:52.303+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:33:57.751+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:33:57.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:33:57.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:33:57.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:33:57.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:33:57.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:34:18.862+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:34:18.862+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:34:18.897+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:34:18.897+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:34:18.897+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:34:18.897+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:34:24.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:34:24.321+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:34:24.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:34:24.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:34:24.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:34:24.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:34:45.625+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:34:45.626+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:34:45.660+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:34:45.660+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:34:45.660+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:34:45.660+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:34:51.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:34:51.174+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:34:51.216+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:34:51.216+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:34:51.216+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:34:51.216+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:35:12.663+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:35:12.663+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:35:12.701+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:35:12.701+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:35:12.701+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:35:12.701+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:35:18.118+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:35:18.119+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:35:18.165+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:35:18.166+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:35:18.166+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:35:18.166+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:35:39.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:35:39.079+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:35:39.111+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:35:39.111+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:35:39.111+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:35:39.111+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:35:44.457+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:35:44.457+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:35:44.508+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:35:44.508+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:35:44.508+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:35:44.508+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:36:05.629+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:36:05.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:36:05.666+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:36:05.666+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:36:05.666+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:36:05.666+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:36:11.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:36:11.123+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:36:11.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:36:11.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:36:11.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:36:11.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:36:34.731+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:36:34.732+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:36:34.771+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:36:34.771+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:36:34.771+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:36:34.771+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:36:39.920+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:36:39.920+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:36:39.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:36:39.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:36:39.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:36:39.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:37:01.186+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:37:01.187+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:37:01.221+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:37:01.221+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:37:01.221+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:37:01.221+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:37:06.418+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:37:06.418+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:37:06.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:37:06.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:37:06.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:37:06.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:37:28.326+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:37:28.326+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:37:28.357+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:37:28.357+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:37:28.357+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:37:28.358+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:37:33.787+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:37:33.787+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:37:33.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:37:33.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:37:33.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:37:33.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:37:55.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:37:55.994+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:37:56.032+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:37:56.032+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:37:56.032+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:37:56.032+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:38:01.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:38:01.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:38:01.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:38:01.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:38:01.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:38:01.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:38:22.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:38:22.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:38:22.903+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:38:22.903+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:38:22.903+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:38:22.903+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:38:28.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:38:28.097+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:38:28.126+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:38:28.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:38:28.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:38:28.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:38:49.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:38:49.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:38:49.596+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:38:49.596+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:38:49.596+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:38:49.597+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:38:54.899+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:38:54.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:38:54.944+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:38:54.944+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:38:54.944+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:38:54.944+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:39:16.414+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:39:16.414+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:39:16.442+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:39:16.442+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:39:16.442+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:39:16.442+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:39:21.736+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:39:21.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:39:21.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:39:21.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:39:21.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:39:21.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:39:43.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:39:43.076+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:39:43.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:39:43.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:39:43.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:39:43.109+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:39:48.449+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:39:48.450+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:39:48.485+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:39:48.485+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:39:48.485+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:39:48.485+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:40:10.618+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:40:10.618+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:40:10.647+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:40:10.647+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:40:10.647+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:40:10.647+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:40:16.018+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:40:16.018+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:40:16.058+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:40:16.058+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:40:16.058+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:40:16.058+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:40:37.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:40:37.535+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:40:37.565+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:40:37.565+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:40:37.565+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:40:37.565+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:40:42.885+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:40:42.886+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:40:42.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:40:42.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:40:42.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:40:42.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:41:04.721+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:41:04.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:41:04.756+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:41:04.756+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:41:04.756+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:41:04.756+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:41:10.052+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:41:10.052+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:41:10.084+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:41:10.084+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:41:10.084+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:41:10.084+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:41:31.878+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:41:31.879+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:41:31.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:41:31.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:41:31.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:41:31.911+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:41:37.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:41:37.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:41:37.128+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:41:37.128+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:41:37.128+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:41:37.128+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:41:58.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:41:58.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:41:58.467+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:41:58.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:41:58.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:41:58.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:42:03.739+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:42:03.739+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:42:03.780+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:42:03.780+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:42:03.780+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:42:03.780+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:42:25.422+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:42:25.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:42:25.451+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:42:25.451+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:42:25.451+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:42:25.451+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:42:30.779+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:42:30.779+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:42:30.821+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:42:30.821+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:42:30.821+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:42:30.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:42:52.268+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:42:52.268+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:42:52.310+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:42:52.310+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:42:52.310+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:42:52.310+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:42:57.656+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:42:57.657+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:42:57.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:42:57.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:42:57.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:42:57.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:43:17.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:43:17.274+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:43:17.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:43:17.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:43:17.315+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:43:17.315+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:43:22.627+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:43:22.636+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:43:22.737+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:43:22.737+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:43:22.737+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:43:22.737+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:43:44.889+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:43:44.890+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:43:44.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:43:44.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:43:44.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:43:44.925+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:43:50.360+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:43:50.360+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:43:50.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:43:50.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:43:50.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:43:50.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:44:14.554+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:44:14.554+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:44:14.591+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:44:14.591+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:44:14.591+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:44:14.591+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:44:19.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:44:19.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:44:19.917+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:44:19.917+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:44:19.917+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:44:19.917+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:44:40.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:44:40.982+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:44:41.011+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:44:41.011+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:44:41.011+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:44:41.011+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:44:46.278+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:44:46.279+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:44:46.316+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:44:46.316+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:44:46.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:44:46.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:45:07.751+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:45:07.751+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:45:07.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:45:07.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:45:07.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:45:07.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:45:13.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:45:13.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:45:13.185+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:45:13.185+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:45:13.185+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:45:13.185+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:45:34.902+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:45:34.903+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:45:34.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:45:34.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:45:34.938+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:45:34.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:45:40.166+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:45:40.166+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:45:40.200+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:45:40.200+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:45:40.200+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:45:40.200+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:46:01.036+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:46:01.036+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:46:01.071+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:46:01.071+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:46:01.071+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:46:01.071+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:46:06.198+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:46:06.198+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:46:06.231+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:46:06.231+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:46:06.231+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:46:06.231+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:46:27.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:46:27.433+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:46:27.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:46:27.467+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:46:27.467+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:46:27.467+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:46:32.703+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:46:32.703+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:46:32.733+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:46:32.733+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:46:32.733+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:46:32.733+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:46:53.847+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:46:53.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:46:53.883+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:46:53.883+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:46:53.883+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:46:53.883+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:46:59.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:46:59.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:46:59.243+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:46:59.243+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:46:59.243+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:46:59.243+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:47:20.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:47:20.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:47:20.402+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:47:20.402+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:47:20.402+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:47:20.402+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:47:25.632+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:47:25.633+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:47:25.662+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:47:25.662+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:47:25.662+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:47:25.662+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:47:44.715+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:47:44.715+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:47:44.753+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:47:44.753+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:47:44.753+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:47:44.753+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:47:50.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:47:50.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:47:50.283+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:47:50.284+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:47:50.284+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:47:50.284+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:48:11.205+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:48:11.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:48:11.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:48:11.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:48:11.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:48:11.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:48:16.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:48:16.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:48:16.727+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:48:16.727+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:48:16.727+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:48:16.727+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:48:37.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:48:37.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:48:37.900+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:48:37.900+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:48:37.900+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:48:37.900+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:48:43.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:48:43.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:48:43.478+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:48:43.478+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:48:43.478+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:48:43.478+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:49:07.254+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:49:07.254+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:49:07.298+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:49:07.298+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:49:07.298+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:49:07.298+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:49:12.674+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:49:12.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:49:12.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:49:12.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:49:12.713+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:49:12.713+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:49:33.936+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:49:33.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:49:33.966+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:49:33.966+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:49:33.966+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:49:33.966+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:49:39.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:49:39.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:49:39.416+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:49:39.416+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:49:39.416+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:49:39.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:50:00.762+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:50:00.762+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:50:00.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:50:00.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:50:00.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:50:00.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:50:06.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:50:06.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:50:06.091+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:50:06.091+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:50:06.091+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:50:06.091+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:50:27.538+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:50:27.538+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:50:27.567+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:50:27.567+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:50:27.567+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:50:27.567+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:50:32.743+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:50:32.744+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:50:32.774+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:50:32.774+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:50:32.774+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:50:32.774+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:50:54.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:50:54.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:50:54.051+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:50:54.051+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:50:54.051+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:50:54.051+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:50:59.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:50:59.396+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:50:59.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:50:59.433+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:50:59.433+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:50:59.433+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:51:20.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:51:20.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:51:20.938+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:51:20.938+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:51:20.939+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:51:20.939+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:51:26.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:51:26.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:51:26.207+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:51:26.207+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:51:26.207+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:51:26.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:51:47.096+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:51:47.096+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:51:47.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:51:47.125+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:51:47.125+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:51:47.125+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:51:52.496+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:51:52.496+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:51:52.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:51:52.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:51:52.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:51:52.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:52:14.024+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:52:14.026+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:52:14.065+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:52:14.065+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:52:14.066+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:52:14.066+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:52:19.379+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:52:19.379+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:52:19.421+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:52:19.421+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:52:19.421+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:52:19.421+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:52:40.532+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:52:40.534+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:52:40.570+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:52:40.570+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:52:40.570+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:52:40.570+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:52:45.829+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:52:45.830+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:52:45.861+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:52:45.861+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:52:45.861+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:52:45.861+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:53:07.111+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:53:07.111+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:53:07.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:53:07.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:53:07.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:53:07.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:53:12.497+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:53:12.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:53:12.534+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:53:12.534+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:53:12.534+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:53:12.535+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:53:33.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:53:33.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:53:33.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:53:33.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:53:33.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:53:33.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:53:38.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:53:38.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:53:38.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:53:38.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:53:38.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:53:38.856+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:53:59.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:53:59.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:53:59.933+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:53:59.933+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:53:59.933+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:53:59.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:54:05.175+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:54:05.175+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:54:05.210+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:54:05.210+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:54:05.210+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:54:05.210+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:54:26.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:54:26.453+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:54:26.487+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:54:26.487+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:54:26.487+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:54:26.487+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:54:31.813+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:54:31.813+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:54:31.846+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:54:31.846+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:54:31.846+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:54:31.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:54:53.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:54:53.631+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:54:53.661+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:54:53.661+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:54:53.661+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:54:53.661+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:54:58.961+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:54:58.961+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:54:58.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:54:58.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:54:58.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:54:58.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:55:20.570+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:55:20.570+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:55:20.604+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:55:20.604+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:55:20.604+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:55:20.604+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:55:25.837+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:55:25.837+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:55:25.866+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:55:25.866+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:55:25.866+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:55:25.866+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:55:47.023+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:55:47.023+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:55:47.063+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:55:47.063+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:55:47.063+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:55:47.063+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:55:52.381+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:55:52.381+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:55:52.417+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:55:52.417+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:55:52.417+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:55:52.417+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:56:13.435+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:56:13.435+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:56:13.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:56:13.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:56:13.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:56:13.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:56:18.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:56:18.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:56:18.803+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:56:18.803+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:56:18.803+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:56:18.803+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:56:39.839+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:56:39.839+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:56:39.881+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:56:39.881+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:56:39.881+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:56:39.881+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:56:45.140+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:56:45.140+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:56:45.171+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:56:45.171+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:56:45.171+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:56:45.171+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:57:06.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:57:06.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:57:06.226+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:57:06.226+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:57:06.226+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:57:06.226+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:57:11.536+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:57:11.536+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:57:11.568+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:57:11.568+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:57:11.568+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:57:11.568+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:57:33.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:57:33.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:57:33.277+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:57:33.277+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:57:33.277+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:57:33.277+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:57:38.477+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:57:38.477+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:57:38.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:57:38.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:57:38.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:57:38.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:57:57.565+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:57:57.565+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:57:57.603+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:57:57.603+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:57:57.603+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:57:57.603+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:58:03.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:58:03.017+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:58:03.059+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:58:03.059+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:58:03.059+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:58:03.059+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:58:24.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:58:24.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:58:24.141+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:58:24.141+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:58:24.141+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:58:24.141+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:58:29.484+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:58:29.484+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:58:29.535+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:58:29.535+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:58:29.535+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:58:29.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:58:52.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:58:52.642+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:58:52.692+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:58:52.692+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:58:52.692+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:58:52.692+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:58:57.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:58:57.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:58:58.031+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:58:58.031+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:58:58.031+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:58:58.031+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:59:19.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:59:19.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:59:19.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:59:19.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:59:19.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:59:19.207+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:59:24.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:59:24.452+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:59:24.489+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:59:24.489+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:59:24.489+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:59:24.489+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:59:45.476+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:59:45.476+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:59:45.505+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:59:45.505+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:59:45.505+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:59:45.505+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T06:59:50.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T06:59:50.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T06:59:50.814+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T06:59:50.814+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T06:59:50.814+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T06:59:50.814+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:00:13.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:00:13.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:00:13.826+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:00:13.826+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:00:13.826+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:00:13.826+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:00:18.949+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:00:18.950+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:00:18.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:00:18.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:00:18.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:00:18.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:00:40.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:00:40.176+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:00:40.217+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:00:40.217+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:00:40.217+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:00:40.217+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:00:45.468+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:00:45.468+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:00:45.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:00:45.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:00:45.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:00:45.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:01:06.179+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:01:06.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:01:06.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:01:06.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:01:06.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:01:06.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:01:11.555+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:01:11.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:01:11.593+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:01:11.593+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:01:11.593+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:01:11.593+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:01:33.430+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:01:33.430+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:01:33.466+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:01:33.466+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:01:33.466+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:01:33.466+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:01:38.645+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:01:38.645+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:01:38.674+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:01:38.674+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:01:38.674+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:01:38.674+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:02:00.146+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:02:00.147+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:02:00.178+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:02:00.178+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:02:00.178+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:02:00.178+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:02:05.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:02:05.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:02:05.482+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:02:05.482+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:02:05.482+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:02:05.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:02:24.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:02:24.651+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:02:24.691+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:02:24.691+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:02:24.691+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:02:24.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:02:30.206+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:02:30.206+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:02:30.248+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:02:30.249+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:02:30.249+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:02:30.249+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:02:51.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:02:51.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:02:51.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:02:51.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:02:51.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:02:51.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:02:56.995+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:02:56.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:02:57.037+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:02:57.037+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:02:57.037+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:02:57.037+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:03:18.297+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:03:18.297+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:03:18.332+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:03:18.332+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:03:18.332+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:03:18.332+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:03:23.757+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:03:23.757+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:03:23.796+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:03:23.796+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:03:23.796+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:03:23.796+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:03:47.149+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:03:47.149+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:03:47.181+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:03:47.181+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:03:47.181+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:03:47.181+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:03:52.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:03:52.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:03:52.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:03:52.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:03:52.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:03:52.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:04:14.042+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:04:14.043+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:04:14.079+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:04:14.079+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:04:14.079+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:04:14.079+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:04:19.408+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:04:19.409+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:04:19.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:04:19.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:04:19.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:04:19.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:04:40.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:04:40.747+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:04:40.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:04:40.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:04:40.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:04:40.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:04:46.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:04:46.070+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:04:46.104+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:04:46.104+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:04:46.104+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:04:46.104+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:05:07.399+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:05:07.399+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:05:07.432+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:05:07.432+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:05:07.432+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:05:07.432+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:05:12.719+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:05:12.720+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:05:12.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:05:12.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:05:12.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:05:12.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:05:34.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:05:34.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:05:34.887+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:05:34.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:05:34.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:05:34.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:05:40.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:05:40.264+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:05:40.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:05:40.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:05:40.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:05:40.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:06:02.338+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:06:02.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:06:02.383+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:06:02.383+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:06:02.383+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:06:02.383+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:06:07.514+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:06:07.514+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:06:07.547+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:06:07.547+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:06:07.547+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:06:07.547+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:06:29.071+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:06:29.071+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:06:29.110+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:06:29.110+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:06:29.110+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:06:29.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:06:34.357+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:06:34.358+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:06:34.392+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:06:34.392+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:06:34.392+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:06:34.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:06:55.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:06:55.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:06:55.835+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:06:55.835+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:06:55.836+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:06:55.836+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:07:01.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:07:01.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:07:01.163+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:07:01.163+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:07:01.163+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:07:01.163+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:07:22.397+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:07:22.397+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:07:22.431+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:07:22.431+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:07:22.431+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:07:22.431+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:07:27.666+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:07:27.666+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:07:27.705+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:07:27.705+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:07:27.705+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:07:27.705+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:07:49.650+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:07:49.650+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:07:49.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:07:49.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:07:49.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:07:49.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:07:54.981+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:07:54.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:07:55.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:07:55.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:07:55.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:07:55.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:08:16.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:08:16.608+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:08:16.639+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:08:16.639+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:08:16.639+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:08:16.639+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:08:21.994+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:08:21.995+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:08:22.093+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:08:22.093+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:08:22.093+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:08:22.093+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:08:48.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:08:48.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:08:48.464+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:08:48.464+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:08:48.464+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:08:48.464+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:08:53.706+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:08:53.706+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:08:53.750+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:08:53.750+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:08:53.750+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:08:53.750+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:09:15.135+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:09:15.135+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:09:15.167+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:09:15.167+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:09:15.167+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:09:15.167+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:09:20.573+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:09:20.573+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:09:20.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:09:20.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:09:20.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:09:20.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:09:42.091+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:09:42.092+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:09:42.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:09:42.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:09:42.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:09:42.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:09:47.431+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:09:47.431+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:09:47.462+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:09:47.462+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:09:47.462+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:09:47.462+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:10:07.224+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:10:07.225+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:10:07.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:10:07.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:10:07.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:10:07.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:10:12.502+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:10:12.502+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:10:12.552+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:10:12.552+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:10:12.552+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:10:12.552+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:10:34.687+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:10:34.687+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:10:34.725+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:10:34.725+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:10:34.725+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:10:34.725+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:10:39.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:10:39.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:10:40.030+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:10:40.030+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:10:40.030+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:10:40.030+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:11:02.784+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:11:02.784+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:11:02.820+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:11:02.820+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:11:02.820+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:11:02.820+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:11:08.161+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:11:08.162+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:11:08.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:11:08.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:11:08.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:11:08.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:11:30.115+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:11:30.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:11:30.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:11:30.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:11:30.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:11:30.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:11:35.327+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:11:35.327+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:11:35.354+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:11:35.354+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:11:35.354+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:11:35.354+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:11:56.488+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:11:56.488+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:11:56.519+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:11:56.519+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:11:56.519+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:11:56.519+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:12:01.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:12:01.859+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:12:01.910+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:12:01.910+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:12:01.910+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:12:01.910+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:12:23.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:12:23.689+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:12:23.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:12:23.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:12:23.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:12:23.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:12:28.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:12:28.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:12:28.941+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:12:28.941+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:12:28.941+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:12:28.941+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:12:50.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:12:50.290+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:12:50.320+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:12:50.320+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:12:50.320+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:12:50.320+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:12:55.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:12:55.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:12:55.608+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:12:55.608+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:12:55.608+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:12:55.608+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:13:19.157+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:13:19.157+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:13:19.186+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:13:19.186+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:13:19.186+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:13:19.186+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:13:24.518+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:13:24.519+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:13:24.554+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:13:24.554+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:13:24.554+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:13:24.554+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:13:45.475+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:13:45.475+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:13:45.533+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:13:45.533+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:13:45.533+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:13:45.533+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:13:50.843+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:13:50.843+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:13:50.908+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:13:50.908+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:13:50.908+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:13:50.908+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:14:12.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:14:12.672+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:14:12.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:14:12.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:14:12.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:14:12.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:14:18.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:14:18.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:14:18.250+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:14:18.250+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:14:18.250+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:14:18.250+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:14:41.768+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:14:41.768+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:14:41.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:14:41.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:14:41.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:14:41.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:14:47.105+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:14:47.105+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:14:47.136+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:14:47.136+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:14:47.136+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:14:47.136+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:15:08.891+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:15:08.891+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:15:08.937+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:15:08.937+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:15:08.937+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:15:08.938+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:15:14.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:15:14.278+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:15:14.313+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:15:14.313+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:15:14.313+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:15:14.313+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:15:35.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:15:35.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:15:35.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:15:35.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:15:35.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:15:35.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:15:41.153+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:15:41.154+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:15:41.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:15:41.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:15:41.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:15:41.197+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:16:03.195+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:16:03.196+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:16:03.236+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:16:03.236+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:16:03.236+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:16:03.236+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:16:08.490+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:16:08.490+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:16:08.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:16:08.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:16:08.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:16:08.520+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:16:30.110+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:16:30.110+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:16:30.148+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:16:30.148+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:16:30.148+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:16:30.148+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:16:35.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:16:35.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:16:35.344+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:16:35.344+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:16:35.344+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:16:35.344+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:16:56.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:16:56.896+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:16:56.931+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:16:56.931+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:16:56.931+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:16:56.931+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:17:02.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:17:02.294+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:17:02.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:17:02.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:17:02.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:17:02.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:17:24.503+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:17:24.503+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:17:24.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:17:24.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:17:24.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:17:24.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:17:29.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:17:29.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:17:29.815+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:17:29.815+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:17:29.815+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:17:29.815+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:17:51.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:17:51.533+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:17:51.573+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:17:51.573+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:17:51.573+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:17:51.573+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:17:56.832+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:17:56.832+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:17:56.865+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:17:56.865+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:17:56.865+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:17:56.865+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:18:18.264+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:18:18.265+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:18:18.302+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:18:18.302+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:18:18.302+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:18:18.302+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:18:23.641+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:18:23.641+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:18:23.669+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:18:23.669+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:18:23.669+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:18:23.669+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:18:45.102+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:18:45.103+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:18:45.133+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:18:45.133+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:18:45.133+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:18:45.133+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:18:50.388+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:18:50.388+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:18:50.425+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:18:50.425+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:18:50.425+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:18:50.425+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:19:13.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:19:13.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:19:13.514+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:19:13.514+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:19:13.514+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:19:13.514+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:19:18.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:19:18.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:19:18.919+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:19:18.919+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:19:18.919+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:19:18.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:19:40.574+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:19:40.574+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:19:40.616+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:19:40.616+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:19:40.616+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:19:40.616+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:19:45.812+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:19:45.812+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:19:45.843+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:19:45.843+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:19:45.843+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:19:45.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:20:07.702+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:20:07.702+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:20:07.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:20:07.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:20:07.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:20:07.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:20:13.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:20:13.059+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:20:13.092+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:20:13.092+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:20:13.092+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:20:13.092+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:20:35.956+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:20:35.956+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:20:35.991+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:20:35.991+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:20:35.991+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:20:35.991+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:20:41.253+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:20:41.253+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:20:41.299+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:20:41.299+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:20:41.299+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:20:41.299+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:21:03.710+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:21:03.710+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:21:03.746+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:21:03.746+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:21:03.746+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:21:03.746+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:21:09.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:21:09.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:21:09.064+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:21:09.064+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:21:09.064+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:21:09.065+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:21:30.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:21:30.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:21:30.607+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:21:30.607+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:21:30.607+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:21:30.607+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:21:35.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:21:35.878+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:21:35.933+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:21:35.933+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:21:35.933+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:21:35.933+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:21:57.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:21:57.601+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:21:57.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:21:57.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:21:57.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:21:57.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:22:02.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:22:02.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:22:02.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:22:02.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:22:02.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:22:02.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:22:24.290+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:22:24.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:22:24.352+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:22:24.352+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:22:24.352+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:22:24.352+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:22:29.619+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:22:29.619+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:22:29.663+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:22:29.663+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:22:29.663+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:22:29.663+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:22:52.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:22:52.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:22:52.154+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:22:52.154+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:22:52.154+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:22:52.154+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:22:57.305+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:22:57.305+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:22:57.331+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:22:57.331+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:22:57.331+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:22:57.331+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:23:16.085+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:23:16.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:23:16.134+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:23:16.134+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:23:16.134+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:23:16.134+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:23:21.577+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:23:21.577+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:23:21.624+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:23:21.624+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:23:21.624+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:23:21.624+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:23:45.234+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:23:45.234+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:23:45.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:23:45.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:23:45.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:23:45.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:23:50.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:23:50.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:23:50.633+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:23:50.633+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:23:50.633+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:23:50.633+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:24:12.005+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:24:12.006+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:24:12.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:24:12.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:24:12.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:24:12.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:24:17.424+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:24:17.427+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:24:17.475+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:24:17.475+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:24:17.475+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:24:17.475+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:24:39.279+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:24:39.280+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:24:39.314+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:24:39.314+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:24:39.314+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:24:39.314+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:24:44.582+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:24:44.582+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:24:44.612+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:24:44.612+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:24:44.612+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:24:44.612+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:25:06.009+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:25:06.010+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:25:06.043+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:25:06.043+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:25:06.043+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:25:06.043+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:25:11.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:25:11.342+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:25:11.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:25:11.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:25:11.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:25:11.381+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:25:33.527+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:25:33.528+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:25:33.560+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:25:33.560+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:25:33.560+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:25:33.560+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:25:38.875+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:25:38.876+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:25:38.912+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:25:38.912+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:25:38.912+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:25:38.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:26:00.374+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:26:00.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:26:00.408+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:26:00.408+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:26:00.408+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:26:00.408+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:26:05.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:26:05.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:26:05.730+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:26:05.730+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:26:05.730+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:26:05.731+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:26:25.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:26:25.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:26:25.240+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:26:25.240+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:26:25.240+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:26:25.240+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:26:30.593+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:26:30.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:26:30.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:26:30.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:26:30.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:26:30.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:26:53.863+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:26:53.863+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:26:53.911+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:26:53.911+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:26:53.911+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:26:53.912+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:26:59.320+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:26:59.322+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:26:59.400+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:26:59.403+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:26:59.403+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:26:59.403+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:27:22.554+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:27:22.557+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:27:22.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:27:22.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:27:22.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:27:22.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:27:27.852+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:27:27.853+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:27:27.886+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:27:27.887+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:27:27.887+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:27:27.887+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:27:51.806+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:27:51.806+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:27:51.845+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:27:51.845+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:27:51.845+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:27:51.846+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:27:57.124+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:27:57.124+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:27:57.158+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:27:57.158+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:27:57.158+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:27:57.158+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:28:19.777+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:28:19.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:28:19.821+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:28:19.821+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:28:19.821+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:28:19.821+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:28:25.086+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:28:25.086+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:28:25.125+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:28:25.126+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:28:25.126+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:28:25.126+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:28:47.047+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:28:47.048+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:28:47.078+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:28:47.078+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:28:47.078+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:28:47.078+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:28:52.498+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:28:52.498+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:28:52.539+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:28:52.539+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:28:52.539+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:28:52.539+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:29:14.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:29:14.916+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:29:14.954+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:29:14.954+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:29:14.954+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:29:14.954+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:29:20.285+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:29:20.286+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:29:20.327+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:29:20.327+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:29:20.327+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:29:20.327+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:29:42.628+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:29:42.628+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:29:42.665+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:29:42.665+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:29:42.665+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:29:42.665+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:29:47.873+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:29:47.873+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:29:47.905+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:29:47.905+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:29:47.905+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:29:47.905+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:30:09.747+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:30:09.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:30:09.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:30:09.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:30:09.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:30:09.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:30:15.066+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:30:15.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:30:15.109+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:30:15.109+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:30:15.109+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:30:15.110+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:30:37.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:30:37.204+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:30:37.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:30:37.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:30:37.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:30:37.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:30:42.672+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:30:42.674+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:30:42.712+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:30:42.712+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:30:42.712+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:30:42.712+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:31:05.076+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:31:05.077+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:31:05.112+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:31:05.112+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:31:05.112+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:31:05.112+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:31:10.309+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:31:10.309+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:31:10.335+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:31:10.335+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:31:10.335+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:31:10.335+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:31:31.800+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:31:31.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:31:31.832+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:31:31.833+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:31:31.833+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:31:31.833+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:31:37.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:31:37.144+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:31:37.189+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:31:37.189+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:31:37.189+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:31:37.189+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:31:59.069+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:31:59.069+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:31:59.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:31:59.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:31:59.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:31:59.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:32:04.292+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:32:04.292+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:32:04.321+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:32:04.321+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:32:04.321+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:32:04.321+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:32:26.121+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:32:26.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:32:26.150+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:32:26.150+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:32:26.150+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:32:26.150+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:32:31.486+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:32:31.486+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:32:31.520+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:32:31.520+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:32:31.520+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:32:31.521+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:32:54.642+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:32:54.643+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:32:54.689+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:32:54.689+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:32:54.689+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:32:54.689+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:32:59.973+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:32:59.973+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:33:00.005+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:33:00.005+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:33:00.005+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:33:00.005+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:33:22.561+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:33:22.561+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:33:22.595+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:33:22.595+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:33:22.595+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:33:22.595+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:33:27.886+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:33:27.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:33:27.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:33:27.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:33:27.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:33:27.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:33:49.834+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:33:49.834+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:33:49.878+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:33:49.879+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:33:49.879+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:33:49.879+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:33:55.090+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:33:55.090+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:33:55.123+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:33:55.123+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:33:55.123+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:33:55.123+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:34:16.931+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:34:16.932+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:34:16.973+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:34:16.973+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:34:16.973+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:34:16.973+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:34:22.222+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:34:22.223+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:34:22.261+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:34:22.261+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:34:22.261+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:34:22.261+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:34:43.781+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:34:43.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:34:43.812+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:34:43.812+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:34:43.812+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:34:43.812+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:34:49.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:34:49.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:34:49.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:34:49.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:34:49.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:34:49.062+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:35:11.025+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:35:11.030+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:35:11.072+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:35:11.072+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:35:11.072+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:35:11.072+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:35:16.349+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:35:16.349+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:35:16.379+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:35:16.379+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:35:16.379+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:35:16.379+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:35:38.241+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:35:38.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:35:38.273+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:35:38.273+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:35:38.273+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:35:38.273+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:35:43.591+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:35:43.591+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:35:43.626+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:35:43.626+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:35:43.626+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:35:43.627+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:36:05.332+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:36:05.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:36:05.364+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:36:05.364+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:36:05.364+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:36:05.364+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:36:10.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:36:10.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:36:10.759+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:36:10.759+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:36:10.759+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:36:10.759+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:36:33.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:36:33.895+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:36:33.943+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:36:33.943+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:36:33.943+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:36:33.943+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:36:39.316+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:36:39.316+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:36:39.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:36:39.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:36:39.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:36:39.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:37:01.027+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:37:01.027+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:37:01.082+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:37:01.082+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:37:01.082+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:37:01.082+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:37:06.291+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:37:06.291+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:37:06.334+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:37:06.334+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:37:06.334+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:37:06.334+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:37:28.489+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:37:28.489+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:37:28.526+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:37:28.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:37:28.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:37:28.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:37:33.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:37:33.788+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:37:33.822+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:37:33.822+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:37:33.822+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:37:33.822+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:37:55.982+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:37:55.983+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:37:56.027+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:37:56.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:37:56.029+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:37:56.029+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:38:01.333+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:38:01.333+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:38:01.376+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:38:01.376+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:38:01.376+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:38:01.376+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:38:22.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:38:22.980+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:38:23.021+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:38:23.021+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:38:23.021+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:38:23.021+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:38:28.275+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:38:28.275+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:38:28.308+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:38:28.308+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:38:28.308+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:38:28.308+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:38:50.905+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:38:50.905+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:38:50.948+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:38:50.948+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:38:50.948+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:38:50.948+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:38:56.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:38:56.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:38:56.206+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:38:56.206+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:38:56.206+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:38:56.206+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:39:18.190+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:39:18.191+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:39:18.238+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:39:18.238+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:39:18.238+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:39:18.238+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:39:23.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:39:23.524+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:39:23.562+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:39:23.562+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:39:23.562+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:39:23.562+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:39:45.804+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:39:45.805+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:39:45.844+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:39:45.844+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:39:45.844+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:39:45.844+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:39:51.113+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:39:51.113+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:39:51.144+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:39:51.144+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:39:51.144+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:39:51.144+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:40:13.541+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:40:13.541+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:40:13.595+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:40:13.595+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:40:13.595+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:40:13.595+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:40:18.992+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:40:18.992+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:40:19.042+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:40:19.042+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:40:19.042+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:40:19.042+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:40:42.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:40:42.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:40:42.635+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:40:42.635+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:40:42.635+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:40:42.636+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:40:48.039+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:40:48.039+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:40:48.075+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:40:48.075+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:40:48.075+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:40:48.075+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:41:11.824+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:41:11.825+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:41:11.859+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:41:11.860+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:41:11.860+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:41:11.860+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:41:17.200+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:41:17.200+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:41:17.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:41:17.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:41:17.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:41:17.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:41:39.913+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:41:39.913+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:41:39.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:41:39.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:41:39.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:41:39.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:41:45.212+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:41:45.212+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:41:45.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:41:45.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:41:45.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:41:45.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:42:07.735+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:42:07.736+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:42:07.775+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:42:07.775+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:42:07.775+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:42:07.775+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:42:12.986+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:42:12.987+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:42:13.013+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:42:13.013+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:42:13.013+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:42:13.013+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:42:35.062+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:42:35.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:42:35.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:42:35.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:42:35.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:42:35.107+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:42:40.340+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:42:40.341+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:42:40.368+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:42:40.368+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:42:40.368+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:42:40.368+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:43:01.880+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:43:01.880+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:43:01.915+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:43:01.915+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:43:01.915+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:43:01.915+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:43:07.112+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:43:07.112+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:43:07.146+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:43:07.146+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:43:07.146+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:43:07.146+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:43:29.019+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:43:29.019+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:43:29.106+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:43:29.106+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:43:29.106+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:43:29.106+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:43:34.302+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:43:34.302+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:43:34.338+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:43:34.338+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:43:34.338+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:43:34.338+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:43:56.987+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:43:56.988+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:43:57.023+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:43:57.023+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:43:57.023+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:43:57.023+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:44:02.276+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:44:02.277+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:44:02.324+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:44:02.324+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:44:02.324+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:44:02.324+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:44:23.808+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:44:23.808+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:44:23.855+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:44:23.855+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:44:23.855+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:44:23.855+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:44:29.188+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:44:29.189+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:44:29.245+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:44:29.245+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:44:29.245+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:44:29.245+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:44:51.828+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:44:51.829+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:44:51.867+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:44:51.867+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:44:51.867+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:44:51.867+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:44:57.270+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:44:57.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:44:57.300+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:44:57.300+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:44:57.300+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:44:57.300+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:45:19.075+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:45:19.075+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:45:19.108+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:45:19.108+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:45:19.108+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:45:19.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:45:24.525+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:45:24.525+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:45:24.583+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:45:24.583+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:45:24.583+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:45:24.584+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:45:46.456+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:45:46.456+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:45:46.503+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:45:46.503+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:45:46.503+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:45:46.503+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:45:51.859+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:45:51.860+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:45:51.909+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:45:51.909+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:45:51.909+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:45:51.909+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:46:13.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:46:13.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:46:13.995+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:46:13.995+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:46:13.995+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:46:13.995+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:46:19.533+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:46:19.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:46:19.587+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:46:19.587+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:46:19.587+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:46:19.587+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:46:42.455+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:46:42.455+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:46:42.497+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:46:42.497+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:46:42.497+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:46:42.497+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:46:47.851+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:46:47.852+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:46:47.902+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:46:47.902+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:46:47.902+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:46:47.902+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:47:06.203+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:47:06.203+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:47:06.244+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:47:06.244+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:47:06.244+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:47:06.244+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:47:11.428+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:47:11.428+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:47:11.454+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:47:11.454+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:47:11.454+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:47:11.454+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:47:24.783+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:47:24.783+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:47:24.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:47:24.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:47:24.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:47:24.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:47:30.016+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:47:30.016+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:47:30.041+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:47:30.041+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:47:30.041+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:47:30.041+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:47:42.664+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:47:42.664+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:47:42.690+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:47:42.690+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:47:42.690+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:47:42.691+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:47:47.867+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:47:47.868+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:47:47.889+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:47:47.889+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:47:47.889+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:47:47.889+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:48:00.342+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:48:00.343+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:48:00.367+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:48:00.367+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:48:00.367+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:48:00.367+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:48:05.513+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:48:05.513+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:48:05.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:48:05.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:48:05.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:48:05.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:48:16.375+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:48:16.375+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:48:16.396+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:48:16.396+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:48:16.396+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:48:16.396+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:48:21.598+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:48:21.598+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:48:21.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:48:21.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:48:21.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:48:21.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:48:32.423+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:48:32.423+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:48:32.444+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:48:32.444+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:48:32.444+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:48:32.444+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:48:37.647+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:48:37.647+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:48:37.667+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:48:37.667+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:48:37.667+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:48:37.667+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:48:49.535+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:48:49.556+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:48:49.606+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:48:49.606+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:48:49.606+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:48:49.606+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:48:53.708+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:48:53.709+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:48:53.729+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:48:53.729+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:48:53.729+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:48:53.729+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:49:04.551+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:49:04.551+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:49:04.571+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:49:04.571+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:49:04.571+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:49:04.571+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:49:09.778+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:49:09.778+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:49:09.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:49:09.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:49:09.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:49:09.798+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:49:20.685+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:49:20.685+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:49:20.706+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:49:20.706+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:49:20.706+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:49:20.706+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:49:25.907+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:49:25.907+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:49:25.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:49:25.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:49:25.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:49:25.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:49:36.742+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:49:36.743+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:49:36.762+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:49:36.762+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:49:36.762+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:49:36.762+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:49:41.962+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:49:41.962+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:49:41.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:49:41.982+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:49:41.982+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:49:41.982+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:49:52.776+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:49:52.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:49:52.798+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:49:52.798+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:49:52.798+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:49:52.799+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:49:57.997+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:49:57.997+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:49:58.016+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:49:58.016+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:49:58.016+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:49:58.016+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:50:08.782+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:50:08.782+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:50:08.804+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:50:08.804+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:50:08.804+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:50:08.804+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:50:14.000+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:50:14.000+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:50:14.020+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:50:14.020+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:50:14.020+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:50:14.020+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:50:24.788+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:50:24.789+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:50:24.809+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:50:24.809+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:50:24.809+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:50:24.809+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:50:29.996+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:50:29.996+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:50:30.015+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:50:30.015+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:50:30.015+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:50:30.015+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:50:40.748+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:50:40.748+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:50:40.769+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:50:40.769+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:50:40.769+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:50:40.769+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:50:45.939+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:50:45.939+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:50:45.959+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:50:45.959+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:50:45.959+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:50:45.959+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:50:56.712+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:50:56.712+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:50:56.732+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:50:56.732+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:50:56.732+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:50:56.732+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:51:01.932+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:51:01.933+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:51:01.953+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:51:01.953+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:51:01.953+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:51:01.953+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:51:12.688+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:51:12.688+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:51:12.708+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:51:12.708+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:51:12.708+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:51:12.708+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:51:17.903+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:51:17.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:51:17.923+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:51:17.923+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:51:17.923+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:51:17.923+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:51:28.746+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:51:28.746+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:51:28.766+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:51:28.766+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:51:28.766+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:51:28.766+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:51:33.963+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:51:33.963+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:51:33.982+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:51:33.982+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:51:33.982+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:51:33.982+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:51:44.848+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:51:44.848+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:51:44.869+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:51:44.869+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:51:44.869+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:51:44.869+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:51:50.068+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:51:50.068+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:51:50.087+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:51:50.087+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:51:50.087+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:51:50.087+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:52:00.887+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:52:00.887+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:52:00.918+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:52:00.918+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:52:00.918+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:52:00.919+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:52:06.099+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:52:06.099+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:52:06.118+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:52:06.118+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:52:06.118+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:52:06.118+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:52:16.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:52:16.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:52:16.971+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:52:16.971+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:52:16.971+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:52:16.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:52:22.182+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:52:22.183+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:52:22.202+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:52:22.202+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:52:22.202+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:52:22.202+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:52:32.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:52:32.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:52:32.988+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:52:32.988+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:52:32.988+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:52:32.988+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:52:38.192+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:52:38.192+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:52:38.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:52:38.212+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:52:38.212+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:52:38.212+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:52:49.122+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:52:49.122+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:52:49.142+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:52:49.142+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:52:49.142+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:52:49.142+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:52:54.334+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:52:54.334+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:52:54.353+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:52:54.353+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:52:54.353+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:52:54.353+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:53:05.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:53:05.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:53:05.197+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:53:05.197+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:53:05.197+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:53:05.197+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:53:10.403+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:53:10.404+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:53:10.423+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:53:10.423+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:53:10.423+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:53:10.423+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:53:21.201+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:53:21.201+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:53:21.222+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:53:21.222+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:53:21.222+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:53:21.222+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:53:26.395+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:53:26.395+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:53:26.414+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:53:26.414+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:53:26.414+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:53:26.414+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:53:37.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:53:37.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:53:37.265+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:53:37.265+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:53:37.265+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:53:37.265+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:53:42.432+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:53:42.432+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:53:42.452+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:53:42.452+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:53:42.452+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:53:42.452+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:53:53.315+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:53:53.315+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:53:53.336+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:53:53.336+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:53:53.336+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:53:53.336+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:53:58.511+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:53:58.512+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:53:58.531+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:53:58.531+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:53:58.531+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:53:58.531+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:54:09.359+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:54:09.359+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:54:09.380+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:54:09.380+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:54:09.380+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:54:09.380+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:54:14.578+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:54:14.578+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:54:14.598+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:54:14.598+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:54:14.598+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:54:14.598+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:54:25.441+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:54:25.441+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:54:25.461+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:54:25.461+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:54:25.461+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:54:25.461+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:54:30.696+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:54:30.696+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:54:30.717+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:54:30.717+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:54:30.717+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:54:30.717+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:54:41.508+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:54:41.508+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:54:41.543+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:54:41.543+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:54:41.543+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:54:41.543+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:54:46.722+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:54:46.722+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:54:46.741+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:54:46.741+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:54:46.741+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:54:46.741+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:54:57.607+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:54:57.607+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:54:57.628+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:54:57.628+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:54:57.628+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:54:57.628+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:55:02.818+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:55:02.818+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:55:02.838+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:55:02.838+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:55:02.838+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:55:02.838+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:55:13.749+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:55:13.750+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:55:13.778+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:55:13.778+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:55:13.778+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:55:13.778+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:55:18.983+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:55:18.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:55:19.003+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:55:19.003+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:55:19.003+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:55:19.003+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:55:29.856+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:55:29.856+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:55:29.876+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:55:29.876+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:55:29.876+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:55:29.876+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:55:35.058+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:55:35.058+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:55:35.077+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:55:35.077+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:55:35.077+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:55:35.077+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:55:45.959+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:55:45.959+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:55:45.978+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:55:45.978+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:55:45.978+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:55:45.978+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:55:51.177+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:55:51.177+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:55:51.196+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:55:51.196+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:55:51.196+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:55:51.196+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:56:02.046+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:56:02.046+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:56:02.073+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:56:02.073+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:56:02.073+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:56:02.073+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:56:07.267+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:56:07.267+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:56:07.287+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:56:07.287+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:56:07.287+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:56:07.287+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:56:18.352+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:56:18.352+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:56:18.373+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:56:18.373+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:56:18.373+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:56:18.373+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:56:23.581+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:56:23.581+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:56:23.601+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:56:23.601+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:56:23.601+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:56:23.601+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:56:34.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:56:34.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:56:34.512+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:56:34.512+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:56:34.512+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:56:34.512+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:56:39.697+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:56:39.698+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:56:39.719+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:56:39.719+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:56:39.719+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:56:39.719+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:56:50.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:56:50.708+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:56:50.728+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:56:50.728+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:56:50.728+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:56:50.728+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:56:55.943+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:56:55.943+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:56:55.964+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:56:55.964+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:56:55.964+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:56:55.964+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:57:06.811+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:57:06.811+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:57:06.841+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:57:06.841+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:57:06.841+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:57:06.841+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:57:12.029+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:57:12.029+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:57:12.048+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:57:12.048+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:57:12.048+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:57:12.048+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:57:22.993+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:57:22.993+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:57:23.026+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:57:23.026+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:57:23.026+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:57:23.026+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:57:28.193+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:57:28.193+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:57:28.212+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:57:28.213+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:57:28.213+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:57:28.213+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:57:39.098+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:57:39.098+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:57:39.132+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:57:39.132+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:57:39.132+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:57:39.132+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:57:44.310+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:57:44.310+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:57:44.329+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:57:44.329+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:57:44.329+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:57:44.329+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:57:55.361+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:57:55.361+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:57:55.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:57:55.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:57:55.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:57:55.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:58:00.552+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:58:00.552+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:58:00.572+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:58:00.572+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:58:00.572+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:58:00.572+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:58:11.410+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:58:11.410+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:58:11.435+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:58:11.435+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:58:11.435+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:58:11.435+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:58:16.600+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:58:16.600+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:58:16.619+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:58:16.619+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:58:16.619+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:58:16.619+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:58:27.491+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:58:27.491+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:58:27.516+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:58:27.516+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:58:27.516+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:58:27.516+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:58:32.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:58:32.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:58:32.734+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:58:32.734+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:58:32.734+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:58:32.734+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:58:43.630+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:58:43.630+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:58:43.651+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:58:43.651+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:58:43.651+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:58:43.651+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:58:48.850+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:58:48.850+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:58:48.870+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:58:48.870+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:58:48.870+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:58:48.870+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:58:59.773+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:58:59.773+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:58:59.797+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:58:59.797+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:58:59.797+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:58:59.797+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:59:04.984+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:59:04.984+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:59:05.010+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:59:05.010+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:59:05.010+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:59:05.010+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:59:15.894+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:59:15.894+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:59:15.925+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:59:15.925+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:59:15.925+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:59:15.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:59:21.130+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:59:21.130+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:59:21.151+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:59:21.151+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:59:21.151+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:59:21.151+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:59:32.028+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:59:32.028+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:59:32.061+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:59:32.061+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:59:32.061+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:59:32.061+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:59:37.244+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:59:37.244+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:59:37.264+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:59:37.264+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:59:37.264+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:59:37.264+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:59:48.178+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:59:48.178+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:59:48.204+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:59:48.204+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:59:48.204+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:59:48.204+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T07:59:53.398+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T07:59:53.398+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T07:59:53.418+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T07:59:53.418+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T07:59:53.418+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T07:59:53.418+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:00:04.373+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:00:04.373+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:00:04.393+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:00:04.393+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:00:04.393+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:00:04.393+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:00:09.562+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:00:09.562+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:00:09.581+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:00:09.581+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:00:09.581+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:00:09.581+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:00:20.589+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:00:20.589+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:00:20.611+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:00:20.611+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:00:20.611+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:00:20.611+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:00:25.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:00:25.776+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:00:25.795+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:00:25.795+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:00:25.795+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:00:25.795+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:00:36.716+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:00:36.716+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:00:36.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:00:36.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:00:36.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:00:36.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:00:41.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:00:41.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:00:41.935+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:00:41.935+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:00:41.935+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:00:41.935+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:00:52.896+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:00:52.897+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:00:52.926+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:00:52.926+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:00:52.926+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:00:52.926+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:00:58.078+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:00:58.078+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:00:58.097+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:00:58.097+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:00:58.097+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:00:58.097+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:01:08.938+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:01:08.938+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:01:08.967+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:01:08.967+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:01:08.967+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:01:08.967+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:01:14.120+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:01:14.121+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:01:14.140+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:01:14.140+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:01:14.140+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:01:14.140+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:01:25.032+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:01:25.032+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:01:25.053+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:01:25.053+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:01:25.053+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:01:25.053+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:01:30.221+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:01:30.222+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:01:30.241+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:01:30.241+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:01:30.241+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:01:30.241+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:01:41.173+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:01:41.173+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:01:41.198+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:01:41.198+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:01:41.198+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:01:41.198+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:01:46.366+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:01:46.366+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:01:46.386+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:01:46.386+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:01:46.386+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:01:46.386+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:01:57.371+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:01:57.371+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:01:57.405+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:01:57.405+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:01:57.405+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:01:57.405+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:02:02.559+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:02:02.560+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:02:02.579+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:02:02.579+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:02:02.579+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:02:02.579+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:02:13.515+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:02:13.516+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:02:13.536+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:02:13.536+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:02:13.536+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:02:13.536+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:02:18.720+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:02:18.721+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:02:18.740+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:02:18.740+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:02:18.740+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:02:18.740+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:02:29.621+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:02:29.621+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:02:29.642+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:02:29.642+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:02:29.642+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:02:29.642+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:02:34.799+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:02:34.800+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:02:34.819+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:02:34.819+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:02:34.819+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:02:34.819+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:02:45.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:02:45.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:02:45.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:02:45.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:02:45.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:02:45.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:02:50.968+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:02:50.968+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:02:50.999+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:02:50.999+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:02:50.999+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:02:50.999+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:03:02.271+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:03:02.271+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:03:02.295+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:03:02.295+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:03:02.295+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:03:02.295+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:03:07.451+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:03:07.451+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:03:07.472+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:03:07.472+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:03:07.472+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:03:07.472+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:03:18.644+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:03:18.644+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:03:18.664+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:03:18.664+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:03:18.664+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:03:18.664+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:03:23.874+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:03:23.874+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:03:23.894+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:03:23.894+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:03:23.894+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:03:23.894+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:03:34.926+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:03:34.926+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:03:34.947+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:03:34.947+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:03:34.947+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:03:34.947+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:03:40.143+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:03:40.143+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:03:40.164+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:03:40.164+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:03:40.164+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:03:40.164+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:03:51.240+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:03:51.240+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:03:51.260+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:03:51.260+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:03:51.260+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:03:51.260+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:03:56.426+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:03:56.426+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:03:56.445+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:03:56.445+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:03:56.445+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:03:56.445+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:04:07.417+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:04:07.417+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:04:07.441+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:04:07.441+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:04:07.441+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:04:07.441+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:04:12.597+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:04:12.597+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:04:12.617+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:04:12.617+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:04:12.617+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:04:12.617+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:04:23.599+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:04:23.599+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:04:23.644+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:04:23.644+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:04:23.644+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:04:23.644+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:04:28.785+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:04:28.785+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:04:28.805+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:04:28.805+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:04:28.805+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:04:28.805+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:04:39.723+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:04:39.723+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:04:39.751+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:04:39.751+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:04:39.751+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:04:39.751+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:04:44.915+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:04:44.915+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:04:44.934+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:04:44.934+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:04:44.934+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:04:44.934+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:04:55.904+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:04:55.904+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:04:55.924+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:04:55.924+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:04:55.924+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:04:55.924+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:05:01.116+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:05:01.116+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:05:01.135+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:05:01.135+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:05:01.135+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:05:01.135+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:05:12.087+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:05:12.087+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:05:12.107+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:05:12.107+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:05:12.107+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:05:12.108+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:05:17.293+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:05:17.293+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:05:17.312+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:05:17.312+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:05:17.312+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:05:17.312+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:05:28.242+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:05:28.242+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:05:28.263+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:05:28.263+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:05:28.263+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:05:28.263+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:05:33.453+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:05:33.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:05:33.473+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:05:33.473+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:05:33.473+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:05:33.474+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:05:44.454+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:05:44.454+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:05:44.488+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:05:44.488+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:05:44.488+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:05:44.488+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:05:49.676+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:05:49.677+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:05:49.695+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:05:49.695+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:05:49.695+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:05:49.695+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:06:00.877+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:06:00.877+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:06:00.927+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:06:00.927+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:06:00.927+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:06:00.927+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:06:06.101+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:06:06.101+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:06:06.120+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:06:06.120+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:06:06.120+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:06:06.120+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:06:17.236+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:06:17.236+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:06:17.256+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:06:17.256+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:06:17.256+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:06:17.256+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:06:22.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:06:22.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:06:22.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:06:22.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:06:22.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:06:22.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:06:33.524+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:06:33.527+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:06:33.548+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:06:33.548+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:06:33.548+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:06:33.548+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:06:38.745+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:06:38.745+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:06:38.765+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:06:38.765+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:06:38.765+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:06:38.765+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:06:49.759+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:06:49.759+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:06:49.784+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:06:49.784+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:06:49.784+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:06:49.784+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:06:54.937+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:06:54.937+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:06:54.957+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:06:54.957+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:06:54.957+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:06:54.957+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:07:05.980+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:07:05.981+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:07:06.009+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:07:06.009+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:07:06.009+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:07:06.009+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:07:11.180+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:07:11.180+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:07:11.199+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:07:11.199+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:07:11.199+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:07:11.199+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:07:22.246+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:07:22.246+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:07:22.269+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:07:22.270+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:07:22.270+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:07:22.270+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:07:27.471+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:07:27.471+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:07:27.491+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:07:27.491+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:07:27.491+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:07:27.491+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:07:38.500+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:07:38.500+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:07:38.527+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:07:38.527+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:07:38.527+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:07:38.527+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:07:43.707+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:07:43.707+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:07:43.726+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:07:43.726+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:07:43.726+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:07:43.726+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:07:54.775+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:07:54.775+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:07:54.811+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:07:54.811+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:07:54.811+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:07:54.811+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:08:00.008+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:08:00.008+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:08:00.028+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:08:00.028+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:08:00.028+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:08:00.028+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:08:11.238+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:08:11.238+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:08:11.274+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:08:11.274+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:08:11.274+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:08:11.274+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:08:16.460+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:08:16.460+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:08:16.483+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:08:16.483+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:08:16.483+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:08:16.483+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:08:27.717+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:08:27.718+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:08:27.738+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:08:27.738+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:08:27.738+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:08:27.738+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:08:32.951+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:08:32.951+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:08:32.972+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:08:32.972+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:08:32.972+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:08:32.972+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:08:44.063+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:08:44.063+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:08:44.085+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:08:44.085+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:08:44.085+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:08:44.085+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:08:49.296+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:08:49.296+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:08:49.315+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:08:49.315+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:08:49.316+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:08:49.316+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" +time=2026-02-27T08:08:59.802+03:00 level=INFO msg="Daemon started" interval=5s auto_commit=false auto_push=false +time=2026-02-27T08:08:59.802+03:00 level=INFO msg="using database" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db +time=2026-02-27T08:08:59.824+03:00 level=INFO msg="database opened" path=/Users/fall_out_bug/projects/vibe_coding/sdp_dev/sdp/.beads/beads.db backend=sqlite freshness_checking=true +time=2026-02-27T08:08:59.824+03:00 level=INFO msg="upgrading .beads/.gitignore" +time=2026-02-27T08:08:59.824+03:00 level=WARN msg="failed to upgrade .gitignore" error="open .beads/.gitignore: no such file or directory" +time=2026-02-27T08:08:59.824+03:00 level=ERROR msg="repository fingerprint validation failed" error="\nLEGACY DATABASE DETECTED!\n\nThis database was created before version 0.17.5 and lacks a repository fingerprint.\nTo continue using this database, you must explicitly set its repository ID:\n\n bd migrate --update-repo-id\n\nThis ensures the database is bound to this repository and prevents accidental\ndatabase sharing between different repositories.\n\nIf this is a fresh clone, run:\n rm -rf .beads && bd init\n\nNote: Auto-claiming legacy databases is intentionally disabled to prevent\nsilent corruption when databases are copied between repositories.\n" diff --git a/.beads/dolt-monitor.pid.lock b/.beads/dolt-monitor.pid.lock new file mode 100644 index 00000000..e69de29b diff --git a/.beads/hooks/post-checkout b/.beads/hooks/post-checkout new file mode 100755 index 00000000..05cfb032 --- /dev/null +++ b/.beads/hooks/post-checkout @@ -0,0 +1,9 @@ +#!/usr/bin/env sh +# --- BEGIN BEADS INTEGRATION v0.59.0 --- +# This section is managed by beads. Do not remove these markers. +if command -v bd >/dev/null 2>&1; then + export BD_GIT_HOOK=1 + bd hooks run post-checkout "$@" + _bd_exit=$?; if [ $_bd_exit -ne 0 ]; then exit $_bd_exit; fi +fi +# --- END BEADS INTEGRATION v0.59.0 --- diff --git a/.beads/hooks/post-merge b/.beads/hooks/post-merge new file mode 100755 index 00000000..88a5d7d9 --- /dev/null +++ b/.beads/hooks/post-merge @@ -0,0 +1,9 @@ +#!/usr/bin/env sh +# --- BEGIN BEADS INTEGRATION v0.59.0 --- +# This section is managed by beads. Do not remove these markers. +if command -v bd >/dev/null 2>&1; then + export BD_GIT_HOOK=1 + bd hooks run post-merge "$@" + _bd_exit=$?; if [ $_bd_exit -ne 0 ]; then exit $_bd_exit; fi +fi +# --- END BEADS INTEGRATION v0.59.0 --- diff --git a/.beads/hooks/pre-commit b/.beads/hooks/pre-commit new file mode 100755 index 00000000..717ab658 --- /dev/null +++ b/.beads/hooks/pre-commit @@ -0,0 +1,9 @@ +#!/usr/bin/env sh +# --- BEGIN BEADS INTEGRATION v0.59.0 --- +# This section is managed by beads. Do not remove these markers. +if command -v bd >/dev/null 2>&1; then + export BD_GIT_HOOK=1 + bd hooks run pre-commit "$@" + _bd_exit=$?; if [ $_bd_exit -ne 0 ]; then exit $_bd_exit; fi +fi +# --- END BEADS INTEGRATION v0.59.0 --- diff --git a/.beads/hooks/pre-push b/.beads/hooks/pre-push new file mode 100755 index 00000000..73a833cc --- /dev/null +++ b/.beads/hooks/pre-push @@ -0,0 +1,9 @@ +#!/usr/bin/env sh +# --- BEGIN BEADS INTEGRATION v0.59.0 --- +# This section is managed by beads. Do not remove these markers. +if command -v bd >/dev/null 2>&1; then + export BD_GIT_HOOK=1 + bd hooks run pre-push "$@" + _bd_exit=$?; if [ $_bd_exit -ne 0 ]; then exit $_bd_exit; fi +fi +# --- END BEADS INTEGRATION v0.59.0 --- diff --git a/.beads/hooks/prepare-commit-msg b/.beads/hooks/prepare-commit-msg new file mode 100755 index 00000000..9c820060 --- /dev/null +++ b/.beads/hooks/prepare-commit-msg @@ -0,0 +1,9 @@ +#!/usr/bin/env sh +# --- BEGIN BEADS INTEGRATION v0.59.0 --- +# This section is managed by beads. Do not remove these markers. +if command -v bd >/dev/null 2>&1; then + export BD_GIT_HOOK=1 + bd hooks run prepare-commit-msg "$@" + _bd_exit=$?; if [ $_bd_exit -ne 0 ]; then exit $_bd_exit; fi +fi +# --- END BEADS INTEGRATION v0.59.0 --- diff --git a/.beads/issues.jsonl b/.beads/issues.jsonl index 754a241f..a52fec25 100644 --- a/.beads/issues.jsonl +++ b/.beads/issues.jsonl @@ -20,3 +20,5 @@ {"id":"sdp-y7dg","title":"Verifier: fix context propagation + defer-in-loop","description":"verifier.go:76 creates context.Background() ignoring parent. defer cancel() in loop leaks. See design doc B6","status":"open","priority":1,"issue_type":"bug","owner":"a_v_zhukov@outlook.com","created_at":"2026-02-25T13:38:16.734468+03:00","created_by":"Andrei","updated_at":"2026-02-25T13:38:16.734468+03:00","labels":["P1","audit","go-quality"]} {"id":"sdp-ycsn","title":"Config: configurable timeouts with env override","description":"Add timeouts section to config.yml schema. Add SDP_TIMEOUT_* env override pattern. See design doc B12","status":"open","priority":2,"issue_type":"task","owner":"a_v_zhukov@outlook.com","created_at":"2026-02-25T13:39:10.712876+03:00","created_by":"Andrei","updated_at":"2026-02-25T13:39:10.712876+03:00","labels":["P2","audit","go-quality"]} {"id":"sdp-yout","title":"Evidence: TestEmit_EventuallyWrites uses polling - potential flakiness","status":"open","priority":3,"issue_type":"bug","owner":"a_v_zhukov@outlook.com","created_at":"2026-02-25T14:34:07.239423+03:00","created_by":"Andrei","updated_at":"2026-02-25T14:34:07.239423+03:00","labels":["qa","review-finding","round-1","sdp-repo"]} +{"id":"sdp-30a","title":"Validate multi-service and multi-language decomposition against real fixtures","description":"Create real mixed-topology fixtures to verify SDP decomposes features across multiple services and languages with explicit boundaries, service ownership, and per-surface build/test commands instead of collapsing everything into one generic workstream.","status":"open","priority":1,"issue_type":"task","owner":"a_v_zhukov@outlook.com","created_at":"2026-03-13T10:27:14+03:00","created_by":"Andrei","updated_at":"2026-03-13T10:27:34+03:00"} +{"id":"sdp-903","title":"Add e2e coverage for long feature descriptions and admin intake","description":"Add end-to-end fixtures for multi-paragraph feature requests so /feature -> @idea -> @design stays on the skill path, preserves the full description, and asks product questions for admin/backoffice surfaces before workstream creation.","status":"open","priority":1,"issue_type":"task","owner":"a_v_zhukov@outlook.com","created_at":"2026-03-13T10:27:14+03:00","created_by":"Andrei","updated_at":"2026-03-13T10:27:34+03:00"} diff --git a/.beads/metadata.json b/.beads/metadata.json index c787975e..bfc41d30 100644 --- a/.beads/metadata.json +++ b/.beads/metadata.json @@ -1,4 +1,7 @@ { - "database": "beads.db", - "jsonl_export": "issues.jsonl" + "database": "dolt", + "backend": "dolt", + "dolt_mode": "server", + "dolt_database": "beads", + "project_id": "0863fa69-bf25-45fb-9f7d-3b43fb0c1a14" } \ No newline at end of file diff --git a/.gitignore b/.gitignore index 9fd963c0..d6f831f8 100644 --- a/.gitignore +++ b/.gitignore @@ -61,8 +61,8 @@ archive/ .sdp/checkpoints/ !.sdp/evidence/ !.sdp/checkpoints/ -.sdp/log/events.jsonl -sdp-plugin/.sdp/log/events.jsonl +.sdp/log/ +sdp-plugin/.sdp/log/ **/events.jsonl # Build output @@ -87,6 +87,7 @@ sdp-plugin/cmd/sdp/sdp # Beads daemon and temp files *.startlock daemon-error +sdp-plugin/cmd/sdp/.beads/ sdp-plugin/.beads/*.db sdp-plugin/.beads/*.db-shm sdp-plugin/.beads/*.db-wal @@ -97,3 +98,7 @@ sdp-plugin/**/.sdp/ # Demo project (created by vhs demo.tape) demo-beads-viz/ demo-project/ + +# Dolt database files (added by bd init) +.dolt/ +*.db diff --git a/AGENTS.md b/AGENTS.md index 4ef4ab00..21d62445 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -9,7 +9,9 @@ bd ready # Find available work bd show # View issue details bd update --status in_progress # Claim work bd close # Complete work -bd sync # Sync with git +./scripts/beads_import_only.sh # Rebuild local beads DB from tracked JSONL +./scripts/beads_export.sh # Export beads DB back to .beads/issues.jsonl +bd doctor # Diagnose local beads/Dolt health ``` ## Quality Gates @@ -36,6 +38,118 @@ For Go changes, follow the canonical `@go-modern` skill in `prompts/skills/go-mo **MANDATORY WORKFLOW:** +1. **File issues for remaining work** - Create issues for anything that needs follow-up +2. **Run quality gates** (if code changed) - Tests, linters, builds +3. **Update issue status** - Close finished work, update in-progress items +4. **PUSH TO REMOTE** - This is MANDATORY: + ```bash + git pull --rebase + ./scripts/beads_import_only.sh # if .beads/issues.jsonl changed after pull + ./scripts/beads_export.sh # if you changed beads in this session + git push + git status # MUST show "up to date with origin" + ``` +5. **Clean up** - Clear stashes, prune remote branches +6. **Verify** - All changes committed AND pushed +7. **Hand off** - Provide context for next session + +**CRITICAL RULES:** +- Work is NOT complete until `git push` succeeds +- NEVER stop before pushing - that leaves work stranded locally +- NEVER say "ready to push when you are" - YOU must push +- If push fails, resolve and retry until it succeeds + + +## Issue Tracking with bd (beads) + +**IMPORTANT**: This project uses **bd (beads)** for ALL issue tracking. Do NOT use markdown TODOs, task lists, or other tracking methods. + +### Why bd? + +- Dependency-aware: Track blockers and relationships between issues +- Git-friendly: Dolt-powered version control with native sync +- Agent-optimized: JSON output, ready work detection, discovered-from links +- Prevents duplicate tracking systems and confusion + +### Quick Start + +**Check for ready work:** + +```bash +bd ready --json +``` + +**Create new issues:** + +```bash +bd create "Issue title" --description="Detailed context" -t bug|feature|task -p 0-4 --json +bd create "Issue title" --description="What this issue is about" -p 1 --deps discovered-from:bd-123 --json +``` + +**Claim and update:** + +```bash +bd update --claim --json +bd update bd-42 --priority 1 --json +``` + +**Complete work:** + +```bash +bd close bd-42 --reason "Completed" --json +``` + +### Issue Types + +- `bug` - Something broken +- `feature` - New functionality +- `task` - Work item (tests, docs, refactoring) +- `epic` - Large feature with subtasks +- `chore` - Maintenance (dependencies, tooling) + +### Priorities + +- `0` - Critical (security, data loss, broken builds) +- `1` - High (major features, important bugs) +- `2` - Medium (default, nice-to-have) +- `3` - Low (polish, optimization) +- `4` - Backlog (future ideas) + +### Workflow for AI Agents + +1. **Check ready work**: `bd ready` shows unblocked issues +2. **Claim your task atomically**: `bd update --claim` +3. **Work on it**: Implement, test, document +4. **Discover new work?** Create linked issue: + - `bd create "Found bug" --description="Details about what was found" -p 1 --deps discovered-from:` +5. **Complete**: `bd close --reason "Done"` + +### Auto-Sync + +bd automatically syncs via Dolt: + +- Each write auto-commits to Dolt history +- Use `bd dolt push`/`bd dolt pull` for remote sync +- No manual export/import needed! + +### Important Rules + +- ✅ Use bd for ALL task tracking +- ✅ Always use `--json` flag for programmatic use +- ✅ Link discovered work with `discovered-from` dependencies +- ✅ Check `bd ready` before asking "what should I work on?" +- ❌ Do NOT create markdown TODO lists +- ❌ Do NOT use external issue trackers +- ❌ Do NOT duplicate tracking systems + +For more details, see README.md and docs/QUICKSTART.md. + +## Landing the Plane (Session Completion) + +**When ending a work session**, you MUST complete ALL steps below. Work is NOT complete until `git push` succeeds. + +**MANDATORY WORKFLOW:** + 1. **File issues for remaining work** - Create issues for anything that needs follow-up 2. **Run quality gates** (if code changed) - Tests, linters, builds 3. **Update issue status** - Close finished work, update in-progress items @@ -55,3 +169,5 @@ For Go changes, follow the canonical `@go-modern` skill in `prompts/skills/go-mo - NEVER stop before pushing - that leaves work stranded locally - NEVER say "ready to push when you are" - YOU must push - If push fails, resolve and retry until it succeeds + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a4bf5d..79757eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to the Spec-Driven Protocol (SDP). +## [Unreleased] + +### Reality OSS Publication Polish + +- Published open `reality` schemas under `schema/reality/` +- Added `sdp reality validate` for emitted OSS artifact checks +- Aligned CLI/help/completions with the actual OSS `reality` baseline +- Added public `reality` spec docs and a focused OSS reference/checklist + ## [0.9.8] - 2026-02-26 ### Skills Sync, Beads Integration diff --git a/CLAUDE.md b/CLAUDE.md index 9401884c..bae04c7c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -8,7 +8,7 @@ Quick reference for using SDP CLI v0.9.8 with Claude Code. ```bash @vision "AI-powered task manager" # Strategic planning -@reality --quick # Codebase analysis +@reality --quick # Local codebase baseline @feature "Add user authentication" # Plan feature @build 00-001-01 # Execute workstream @review # Quality check @@ -67,7 +67,7 @@ New project? | Level | Orchestrator | Purpose | Output | |-------|-------------|---------|--------| | **Strategic** | @vision (7 agents) | Product planning | VISION, PRD, ROADMAP | -| **Analysis** | @reality (8 agents) | Codebase analysis | Reality report | +| **Analysis** | @reality (single-repo baseline) | Local codebase analysis | Reality artifacts | | **Feature** | @feature (roadmap pre-check + @discovery + @idea + @ux + @design) | Requirements + WS | Workstreams | | **Execution** | @oneshot (@build) | Parallel execution | Implemented code | @@ -75,7 +75,7 @@ New project? **@vision** — New project, major pivot, quarterly strategic review -**@reality** — New to project, before @feature, track tech debt, quarterly review +**@reality** — New to project, before @feature, establish a local baseline, track tech debt, quarterly review **@feature** — Feature idea but no workstreams, need interactive planning (full discovery flow) @@ -96,7 +96,7 @@ New project? | Skill | Purpose | Phase | |-------|---------|-------| | `@vision` | Strategic product planning (7 expert agents) | Strategic | -| `@reality` | Codebase analysis (8 expert agents) | Analysis | +| `@reality` | Local single-repo baseline scan | Analysis | | `@feature` | Planning orchestrator (roadmap pre-check + discovery + idea + ux + design) | Planning | | `@discovery` | Product discovery gate (roadmap check, research loop) | Planning | | `@idea` | Requirements gathering (AskUserQuestion) | Planning | @@ -152,6 +152,7 @@ New project? # 2. Codebase analysis @reality --quick +sdp reality emit-oss --quick # 3. Feature planning (per feature) @feature "User can reset password via email" @@ -411,7 +412,8 @@ Run test coverage tool with verbose output to identify gaps 4. **PUSH TO REMOTE:** ```bash git pull --rebase - bd sync + ./scripts/beads_import_only.sh # if .beads/issues.jsonl changed after pull + ./scripts/beads_export.sh # if you changed beads in this session git push git status # MUST show "up to date with origin" ``` diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index a14ab4c0..bb412d1c 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -228,8 +228,11 @@ bd update sdp-xxx --status=in_progress # Close when done bd close sdp-xxx -# Sync to remote -bd sync +# Rebuild local DB from tracked JSONL +./scripts/beads_import_only.sh + +# Export beads DB back to tracked JSONL +./scripts/beads_export.sh ``` --- diff --git a/PRODUCT_VISION.md b/PRODUCT_VISION.md index 4212dda5..806ca51b 100644 --- a/PRODUCT_VISION.md +++ b/PRODUCT_VISION.md @@ -66,7 +66,7 @@ Each level is independently valuable. Upgrade path is additive. - Protocol spec with 12 skills (v0.9.8, 18 releases) - Evidence log with hash-chain provenance - CLI: `sdp doctor`, `sdp guard`, `sdp log`, `sdp status` -- Multi-agent review (6 agents), strategic planning (7 agents), codebase analysis (8 agents) +- Multi-agent review (6 agents), strategic planning (7 agents), OSS reality baseline analysis - Install script with auto-detect for Claude Code, Cursor, OpenCode - 1,004 commits, 16 stars, MIT license diff --git a/README.md b/README.md index 3f627e34..226af129 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Skills load from `sdp/.claude/skills/` (Claude) or `sdp/.cursor/skills/` (Cursor ```bash sdp init --auto +@reality --quick @feature "Your feature" @oneshot @review @@ -58,6 +59,7 @@ sdp init --auto | Skill | Purpose | |-------|---------| | `@vision` | Strategic planning | +| `@reality` | Local codebase baseline and SDP readiness scan | | `@feature` | Feature planning (→ workstreams) | | `@oneshot` | Autonomous execution | | `@build` | Single workstream (TDD) | @@ -67,7 +69,7 @@ sdp init --auto ## Optional -**CLI:** `sdp doctor`, `sdp status`, `sdp next`, `sdp guard activate`, `sdp log show`, `sdp demo` +**CLI:** `sdp doctor`, `sdp status`, `sdp next`, `sdp guard activate`, `sdp log show`, `sdp demo`, `sdp reality emit-oss`, `sdp reality validate` **Beads:** `brew tap beads-dev/tap && brew install beads` — task tracking for multi-session work. @@ -84,6 +86,7 @@ sdp init --auto | [ROADMAP.md](docs/ROADMAP.md) | Where SDP is going | | [PROTOCOL.md](docs/PROTOCOL.md) | Full specification | | [reference/](docs/reference/) | Principles, glossary, specs | +| [reference/reality-oss.md](docs/reference/reality-oss.md) | OSS reality command, outputs, checklist | ## License diff --git a/ci/Dockerfile.protocol-e2e b/ci/Dockerfile.protocol-e2e index 32433aca..4735bded 100644 --- a/ci/Dockerfile.protocol-e2e +++ b/ci/Dockerfile.protocol-e2e @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ && rm -rf /var/lib/apt/lists/* # Install beads via go install (avoids libicu version mismatch with prebuilt binary) -RUN CGO_ENABLED=1 go install github.com/steveyegge/beads/cmd/bd@v0.55.4 +RUN CGO_ENABLED=1 go install github.com/steveyegge/beads/cmd/bd@v0.59.0 ENV PATH="/usr/local/bin:/go/bin:$PATH" # Install opencode CLI (for LLM integration phase) @@ -45,7 +45,7 @@ RUN git config --global user.email "e2e@test" && \ # Init beads in workspace (best-effort; repo .beads may exist) RUN bd init 2>/dev/null || true -RUN bd sync 2>/dev/null || true +RUN ./scripts/beads_import_only.sh 2>/dev/null || true # Overlay: when sdp is submodule (sdp_dev), ci lives in sdp/ci RUN if [ -d sdp/ci ]; then mkdir -p ci && cp sdp/ci/protocol-e2e-test.sh ci/ && cp -r sdp/ci/protocol-e2e-fixtures ci/; fi diff --git a/ci/protocol-e2e-test.sh b/ci/protocol-e2e-test.sh index f771bf5e..7ddbe340 100755 --- a/ci/protocol-e2e-test.sh +++ b/ci/protocol-e2e-test.sh @@ -56,7 +56,7 @@ for cmd in "doctor" "status" "init" "parse" "guard activate" "guard check" "guar fi done -# Beads (bd --version must succeed; ready/sync may exit 0 or 1) +# Beads (bd --version must succeed; ready/helper scripts may exit 0 or 1) if ! bd --version &>/dev/null; then err "beads: bd --version failed" echo "beads-debug: bd --version: $(bd --version 2>&1 || true)" @@ -66,10 +66,15 @@ if [ "$bd_ready_exit" -ne 0 ] && [ "$bd_ready_exit" -ne 1 ]; then err "beads: bd ready failed (exit $bd_ready_exit)" echo "beads-debug: bd ready: $(bd ready 2>&1 || true)" fi -bd_sync_exit=0; bd sync &>/dev/null || bd_sync_exit=$? -if [ "$bd_sync_exit" -ne 0 ] && [ "$bd_sync_exit" -ne 1 ]; then - err "beads: bd sync failed (exit $bd_sync_exit)" - echo "beads-debug: bd sync: $(bd sync 2>&1 || true)" +bd_import_exit=0; ./scripts/beads_import_only.sh &>/dev/null || bd_import_exit=$? +if [ "$bd_import_exit" -ne 0 ] && [ "$bd_import_exit" -ne 1 ]; then + err "beads: import helper failed (exit $bd_import_exit)" + echo "beads-debug: import: $(./scripts/beads_import_only.sh 2>&1 || true)" +fi +bd_export_exit=0; ./scripts/beads_export.sh &>/dev/null || bd_export_exit=$? +if [ "$bd_export_exit" -ne 0 ] && [ "$bd_export_exit" -ne 1 ]; then + err "beads: export helper failed (exit $bd_export_exit)" + echo "beads-debug: export: $(./scripts/beads_export.sh 2>&1 || true)" fi # Phase 2b: GLOBAL INSTALL + INIT (no local prompts - must fetch or use cache) diff --git a/cmd/sdp-ci-loop/main.go b/cmd/sdp-ci-loop/main.go index 04a7e1d0..e5ef52da 100644 --- a/cmd/sdp-ci-loop/main.go +++ b/cmd/sdp-ci-loop/main.go @@ -6,13 +6,13 @@ import ( "fmt" "log/slog" "os" - "os/exec" "os/signal" "path/filepath" "strings" "syscall" "time" + "github.com/fall-out-bug/sdp/internal/beadscli" "github.com/fall-out-bug/sdp/internal/ciloop" "github.com/fall-out-bug/sdp/internal/orchestrate" ) @@ -63,10 +63,11 @@ func main() { } title := fmt.Sprintf("CI BLOCKED: %s (PR #%d)", strings.Join(names, ", "), *prNum) slog.Warn("escalating", "title", title, "checks", names, "pr", *prNum) - cmd := exec.Command("bd", "create", "--title", title, "--priority", "0", "--labels", fmt.Sprintf("ci-finding,%s", ciloop.SanitizeLabel(*feature))) - cmd.Stdout = os.Stdout - cmd.Stderr = os.Stderr - if err := cmd.Run(); err != nil { + if err := beadscli.CreateAndSync(beadscli.CreateOptions{ + Title: title, + Priority: "0", + Labels: []string{"ci-finding", ciloop.SanitizeLabel(*feature)}, + }); err != nil { slog.Warn("bd create failed", "error", err, "title", title) return err } @@ -87,10 +88,10 @@ func main() { ) innerFixer := ciloop.NewFixer(ciloop.FixerOptions{ - PRNumber: *prNum, - FeatureID: *feature, - Ctx: ctx, - Committer: &ciloop.GitCommitter{}, + PRNumber: *prNum, + FeatureID: *feature, + Ctx: ctx, + Committer: &ciloop.GitCommitter{}, LogFetcher: &ciloop.GhLogFetcher{Runner: runner}, DecisionLogger: func(decision, rationale string) error { fmt.Printf("DECISION: %s — %s\n", decision, rationale) @@ -107,12 +108,15 @@ func main() { } fixer := &ciloop.DeterministicFirstFixer{ - ProjectRoot: projectRoot, - Registry: ciloop.NewAutofixerRegistry(projectRoot), - Runner: runner, - Committer: &ciloop.AllFilesCommitter{}, - LogFetcher: &ciloop.GhLogFetcher{Runner: runner}, - DecisionLog: func(decision, rationale string) error { fmt.Printf("DECISION: %s — %s\n", decision, rationale); return nil }, + ProjectRoot: projectRoot, + Registry: ciloop.NewAutofixerRegistry(projectRoot), + Runner: runner, + Committer: &ciloop.AllFilesCommitter{}, + LogFetcher: &ciloop.GhLogFetcher{Runner: runner}, + DecisionLog: func(decision, rationale string) error { + fmt.Printf("DECISION: %s — %s\n", decision, rationale) + return nil + }, RunFileLogger: runFileLogger, Inner: innerFixer, PRNumber: *prNum, diff --git a/docs/CLI_REFERENCE.md b/docs/CLI_REFERENCE.md index 459976ae..0b0ec041 100644 --- a/docs/CLI_REFERENCE.md +++ b/docs/CLI_REFERENCE.md @@ -10,7 +10,7 @@ Run `sdp --help` for the full command tree and `sdp --help` for flags | Planning and execution | `sdp parse`, `sdp plan`, `sdp build`, `sdp apply`, `sdp orchestrate`, `sdp verify`, `sdp tdd`, `sdp deploy` | Parse workstreams, create plans, execute work, verify completion, and record deployment approvals | | Guard and context | `sdp guard ...`, `sdp session ...`, `sdp resolve`, `sdp git` | Enforce edit scope, validate context/branch state, resolve task identifiers, and keep session state in sync | | Evidence and audit | `sdp log ...`, `sdp decisions ...`, `sdp checkpoint ...`, `sdp coordination ...`, `sdp design record`, `sdp idea record` | Inspect evidence, trace decision history, manage checkpoints, and record design/idea evidence | -| Quality and diagnostics | `sdp quality {coverage, complexity, size, types, all}`, `sdp drift detect`, `sdp diagnose`, `sdp watch`, `sdp collision check`, `sdp contract ...`, `sdp acceptance run` | Run quality gates, detect drift, inspect failures, watch files, check collisions, validate contracts, and run smoke acceptance checks | +| Quality and diagnostics | `sdp quality {coverage, complexity, size, types, all}`, `sdp drift detect`, `sdp diagnose`, `sdp watch`, `sdp reality {emit-oss, validate}`, `sdp collision check`, `sdp contract ...`, `sdp acceptance run` | Run quality gates, detect drift, emit or validate OSS reality artifacts, inspect failures, watch files, check collisions, validate contracts, and run smoke acceptance checks | | Telemetry and metrics | `sdp telemetry {status, consent, enable, disable, analyze, export, upload}`, `sdp metrics {collect, classify, report}` | Manage local opt-in telemetry and derive benchmark/quality metrics | | Workflow support | `sdp beads ...`, `sdp task create`, `sdp memory ...`, `sdp prd ...`, `sdp prototype`, `sdp skill ...` | Integrate with Beads, manage memory/search, work with PRDs, prototype features, and inspect skills | @@ -21,6 +21,8 @@ Run `sdp --help` for the full command tree and `sdp --help` for flags | `sdp init --auto` | Initialize prompts and SDP scaffolding without prompts | | `sdp doctor` | Run health checks for hooks, config, telemetry, and repository setup | | `sdp build ` | Execute a single workstream with guard enforcement and tests | +| `sdp reality emit-oss --quick` | Emit the OSS reality baseline into `.sdp/reality/` and `docs/reality/` | +| `sdp reality validate` | Validate emitted OSS reality artifacts against the published schema contract | | `sdp verify ` | Validate workstream completion against evidence and checks | | `sdp quality all` | Run all quality gates for the current project | | `sdp telemetry status` | Show telemetry consent, event count, and storage path | @@ -28,4 +30,4 @@ Run `sdp --help` for the full command tree and `sdp --help` for flags | `sdp log show` | Show paginated evidence events with filters | | `sdp decisions log` | Record a decision in the audit trail | -See [reference/skills.md](reference/skills.md) for the skill catalog and [PROTOCOL.md](PROTOCOL.md) for the full protocol spec. +See [reference/reality-oss.md](reference/reality-oss.md) for the reality OSS contract and [reference/skills.md](reference/skills.md) for the skill catalog. diff --git a/docs/PROTOCOL.md b/docs/PROTOCOL.md index 24eeefd8..a2bd3c6a 100644 --- a/docs/PROTOCOL.md +++ b/docs/PROTOCOL.md @@ -58,7 +58,7 @@ Task tracking works without Go tools: ```bash bd create --title="Fix bug" --priority=1 bd close sdp-xxx -bd sync +./scripts/beads_export.sh ``` Skills reference beads IDs directly: `@build sdp-xxx` diff --git a/docs/README.md b/docs/README.md index 52f9d242..bb2ab834 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,6 +11,8 @@ Protocol specification and reference for SDP (Spec-Driven Protocol). | [CLI_REFERENCE.md](CLI_REFERENCE.md) | SDP CLI commands | | [MANIFESTO.md](MANIFESTO.md) | Vision, evidence, what exists | | [ROADMAP.md](ROADMAP.md) | Where SDP is going, user-facing orientation | +| [specs/reality/OSS-SPEC.md](specs/reality/OSS-SPEC.md) | OSS reality product scope | +| [specs/reality/ARTIFACT-CONTRACT.md](specs/reality/ARTIFACT-CONTRACT.md) | Open reality artifact contract | ## Reference @@ -27,6 +29,7 @@ Protocol specification and reference for SDP (Spec-Driven Protocol). | [reference/schema-registry.md](reference/schema-registry.md) | Schema families: contracts, findings, handoffs | | [reference/integration-contracts.md](reference/integration-contracts.md) | How to apply contracts, findings, handoffs, provenance in integrations | | [reference/skills.md](reference/skills.md) | Skill catalog | +| [reference/reality-oss.md](reference/reality-oss.md) | OSS reality command, outputs, checklist | | [reference/pipeline-hooks-security.md](reference/pipeline-hooks-security.md) | Hook execution hardening | ## Schemas & Attestation diff --git a/docs/reference/README.md b/docs/reference/README.md index 99a96a1a..82890cf1 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -9,6 +9,7 @@ Quick lookup guides for SDP commands, configuration, and quality standards. ## Contents - [Commands](#commands) +- [Reality OSS](#reality-oss) - [Quality Gates](#quality-gates) - [Configuration](#configuration) - [Pipeline Hooks Security](#pipeline-hooks-security) @@ -42,6 +43,19 @@ Quick lookup guides for SDP commands, configuration, and quality standards. --- +## Reality OSS + +Local single-repo reality baseline for OSS users: + +- `sdp reality emit-oss` +- `sdp reality validate` +- `docs/specs/reality/OSS-SPEC.md` +- `docs/specs/reality/ARTIFACT-CONTRACT.md` + +**See:** [reality-oss.md](reality-oss.md) — command surface, outputs, and publish checklist + +--- + ## Quality Gates ### Mandatory Checks @@ -192,6 +206,7 @@ Structured errors with: | Need | Doc | |------|-----| | Command syntax | [../CLI_REFERENCE.md](../CLI_REFERENCE.md) | +| Reality OSS usage and checklist | [reality-oss.md](reality-oss.md) | | Quality standards | [build-spec.md](build-spec.md) | | Hook security rules | [pipeline-hooks-security.md](pipeline-hooks-security.md) | | Schema map | [schema-registry.md](schema-registry.md) | diff --git a/docs/reference/reality-oss.md b/docs/reference/reality-oss.md new file mode 100644 index 00000000..712d56ab --- /dev/null +++ b/docs/reference/reality-oss.md @@ -0,0 +1,43 @@ +# Reality OSS Reference + +Public OSS `reality` is a local, evidence-first baseline for one repository. It emits open artifacts and validates them against the published schema contract. + +## Commands + +```bash +sdp reality emit-oss [--quick|--deep|--bootstrap-sdp] [--focus=architecture|quality|testing|docs|security] +sdp reality validate +``` + +## Outputs + +Machine-readable outputs: + +- `.sdp/reality/reality-summary.json` +- `.sdp/reality/feature-inventory.json` +- `.sdp/reality/architecture-map.json` +- `.sdp/reality/integration-map.json` +- `.sdp/reality/quality-report.json` +- `.sdp/reality/drift-report.json` +- `.sdp/reality/readiness-report.json` + +Human-readable outputs: + +- `docs/reality/summary.md` +- `docs/reality/architecture.md` +- `docs/reality/quality.md` +- `docs/reality/bootstrap.md` + +## Published Contract + +- [../specs/reality/OSS-SPEC.md](../specs/reality/OSS-SPEC.md) +- [../specs/reality/ARTIFACT-CONTRACT.md](../specs/reality/ARTIFACT-CONTRACT.md) +- `schema/reality/*.schema.json` + +## Publish Checklist + +1. Run `sdp reality emit-oss` in a representative repository. +2. Run `sdp reality validate`. +3. Check that `docs/reality/` and `.sdp/reality/` changed deterministically on rerun. +4. Confirm docs and help text describe OSS `reality` as a single-repo baseline, not a consulting-grade multi-agent mesh. +5. If the public contract changes, update `schema/reality/`, `docs/specs/reality/`, and `prompts/skills/reality/SKILL.md` in the same PR. diff --git a/docs/specs/reality/ARTIFACT-CONTRACT.md b/docs/specs/reality/ARTIFACT-CONTRACT.md new file mode 100644 index 00000000..d6878b94 --- /dev/null +++ b/docs/specs/reality/ARTIFACT-CONTRACT.md @@ -0,0 +1,333 @@ +# Reality Artifact Contract + +## Status + +Draft. + +## Goal + +This document defines the open artifact contract shared by `reality` and `reality-pro`. + +The contract must remain open even if premium logic stays private. Private value should live in analysis depth and orchestration quality, not in opaque output formats. + +## Design Rules + +1. Artifacts must be machine-readable first and human-readable second. +2. Claims must distinguish observation from inference. +3. Premium outputs may extend the contract, but not break base artifacts. +4. OSS and Pro must share IDs, enums, and evidence semantics. + +## Suggested Repository Layout + +Human-readable outputs: + +- `docs/reality/summary.md` +- `docs/reality/architecture.md` +- `docs/reality/quality.md` +- `docs/reality/bootstrap.md` +- `docs/reality/c4-*.md` for Pro + +Machine-readable outputs: + +- `.sdp/reality/*.json` + +Schema definitions, once formalized: + +- `schema/reality/*.schema.json` + +Product specs: + +- `docs/specs/reality/OSS-SPEC.md` +- `docs/specs/reality/PRO-SPEC.md` +- `docs/specs/reality/ARTIFACT-CONTRACT.md` + +## Core Types + +### Claim + +Every important conclusion is a `claim`. + +Required fields: + +- `claim_id` +- `title` +- `statement` +- `status` +- `confidence` +- `source_ids` +- `review_state` + +Recommended fields: + +- `affected_repos` +- `affected_paths` +- `affected_components` +- `counter_evidence` +- `open_questions` +- `tags` + +### Claim Status Enum + +- `observed`: directly supported by code, config, test, or executable runtime evidence +- `documented`: stated in docs but not yet confirmed in implementation +- `inferred`: reasoned from indirect evidence +- `conflicted`: evidence sources disagree +- `unknown`: insufficient support + +### Review State Enum + +- `unreviewed` +- `cross_checked` +- `challenged` +- `arbitrated` + +### Source + +Every source referenced by claims must be normalized. + +Required fields: + +- `source_id` +- `kind` +- `locator` +- `revision` + +Recommended fields: + +- `repo` +- `path` +- `uri` +- `line_range` +- `excerpt_hash` +- `captured_at` + +### Source Kind Enum + +- `code` +- `test` +- `config` +- `manifest` +- `doc` +- `issue` +- `pull_request` +- `commit` +- `runtime_trace` +- `external_contract` + +## Artifact Families + +### 1. Summary Family + +Purpose: top-level run summary. + +Files: + +- `reality-summary.json` +- `summary.md` + +Must include: + +- run scope +- analyzed repos +- top findings +- readiness verdict +- artifact inventory + +### 2. Feature Inventory Family + +Purpose: reconstructed features and implementation status. + +Files: + +- `feature-inventory.json` + +Per feature entry: + +- synthetic or canonical feature id +- title +- summary +- status: `implemented|partial|candidate|dead` +- evidence claims +- confidence +- mapped components + +### 3. Architecture Family + +Purpose: reconstructed structure of the system. + +Files: + +- `architecture-map.json` +- `c4-system-context.json` (Pro) +- `c4-container.json` (Pro) +- `c4-component.json` (Pro) + +Must support: + +- nodes +- edges +- boundaries +- external integrations +- data stores +- hotspots + +Pro C4 payload expectations: + +- `c4-system-context.json`: system scope, internal/external systems, relationships +- `c4-container.json`: container inventory, responsibilities, inter-container relationships +- `c4-component.json`: component inventory, code-path mapping, relationships inside a container + +### 4. Integration Family + +Purpose: external and internal dependency mapping. + +Files: + +- `integration-map.json` + +Must include: + +- integration type +- producer and consumer +- contract type if known +- confidence +- failure and risk notes if known + +### 5. Quality Family + +Purpose: code-quality and test-quality assessment. + +Files: + +- `quality-report.json` + +Must include: + +- maintainability findings +- test posture +- hotspot ranking +- major code smells +- structural risks + +### 6. Drift and Intent Family + +Purpose: document contradictions and gaps. + +Files: + +- `drift-report.json` +- `intent-gap-report.json` (Pro) +- `conflicts-report.json` (Pro) + +Must include: + +- contradictory claims +- stale docs or misleading docs +- plan-vs-implementation mismatches +- unresolved questions + +Pro payload expectations: + +- `intent-gap-report.json`: expected state, observed state, gap type, severity, status +- `conflicts-report.json`: competing claim IDs, conflict severity, arbitration status, resolution notes if any + +### 7. Readiness Family + +Purpose: answer whether the system is safe for future agent work. + +Files: + +- `readiness-report.json` +- `agent-readiness-plan.json` (Pro) +- `bootstrap-backlog.json` (Pro) + +Required readiness enum: + +- `ready` +- `ready_with_constraints` +- `not_ready` + +Required readiness dimensions: + +- boundary clarity +- verification coverage +- hotspot concentration +- integration fragility +- documentation trust level + +Pro payload expectations: + +- `agent-readiness-plan.json`: current verdict, target verdict, phased readiness plan, allowed scope, blocked zones, exit criteria +- `bootstrap-backlog.json`: proposed workstreams, evidence-backed rationale, dependencies, exit criteria + +### 8. Persistent Memory Family + +Purpose: carry normalized memory across later reality-pro refreshes. + +Files: + +- `repo-memory.json` (Pro) + +Must include: + +- analyzed repo set +- module summaries +- feature-to-code mappings +- unresolved questions +- reusable hotspot context + +## OSS vs Pro Contract Rules + +OSS may emit: + +- summary family +- feature inventory family +- architecture family without full C4 depth +- integration family +- quality family +- drift family without premium intent recovery +- readiness family baseline + +Pro may extend with: + +- persistent memory artifacts +- full C4 artifacts +- intent-gap family +- conflict arbitration outputs +- bootstrap backlog and agent-readiness plan + +Pro must not rename or change base enums used by OSS. + +## Validation Rules + +1. Every finding of consequence must be linked to at least one source. +2. `observed` claims must reference executable evidence classes: code, config, manifest, test, or runtime trace. +3. `documented` claims may not be promoted to `observed` without stronger evidence. +4. `conflicted` claims must preserve both sides of the contradiction. +5. Final readiness verdict must cite the claims that justify it. + +Validation command for OSS artifacts: + +```bash +go run ./cmd/sdp-reality-validate . +``` + +## Schema Split + +Schema files are split by artifact family: + +- `schema/reality/claim.schema.json` +- `schema/reality/source.schema.json` +- `schema/reality/reality-summary.schema.json` +- `schema/reality/feature-inventory.schema.json` +- `schema/reality/architecture-map.schema.json` +- `schema/reality/integration-map.schema.json` +- `schema/reality/quality-report.schema.json` +- `schema/reality/drift-report.schema.json` +- `schema/reality/readiness-report.schema.json` +- `schema/reality/repo-memory.schema.json` (Pro) +- `schema/reality/conflicts-report.schema.json` (Pro) +- `schema/reality/intent-gap-report.schema.json` (Pro) +- `schema/reality/bootstrap-backlog.schema.json` (Pro) +- `schema/reality/agent-readiness-plan.schema.json` (Pro) +- `schema/reality/c4-*.schema.json` (Pro) diff --git a/docs/specs/reality/OSS-SPEC.md b/docs/specs/reality/OSS-SPEC.md new file mode 100644 index 00000000..596ca409 --- /dev/null +++ b/docs/specs/reality/OSS-SPEC.md @@ -0,0 +1,225 @@ +# Reality OSS Spec + +## Status + +Draft. + +## Purpose + +`@reality` in OSS is a local, evidence-first reverse-engineering workflow for a single repository. Its job is to recover a usable baseline of the system as it exists today and convert that baseline into SDP-ready artifacts. + +It must answer: + +- What is implemented? +- How is the code organized? +- What are the major boundaries, dependencies, and entrypoints? +- Where do code and documentation drift? +- Is this repository ready for agent-driven work under SDP? + +It must not pretend to replace a consulting-grade technical audit. + +## Goals + +1. Analyze one repository without external services. +2. Reconstruct a baseline feature inventory from code, tests, configs, and in-repo docs. +3. Recover a practical architecture map: modules, boundaries, entrypoints, integrations, data stores. +4. Produce a code-quality and test-quality baseline. +5. Detect obvious documentation drift and unsupported claims. +6. Prepare bootstrap artifacts for future SDP workstreams. + +## Non-Goals + +- Multi-repo system reconstruction. +- Native connectors to Confluence, Jira, Notion, or wiki systems. +- Persistent cross-run repository memory. +- Consulting-grade intent recovery from historical and external evidence. +- Heavy adversarial review orchestration. +- Automatic refactoring or remediation during analysis. + +## Inputs + +Required inputs: + +- repository working tree +- source code +- tests +- local configs and manifests +- local git history +- in-repo documentation + +Optional inputs: + +- manually provided local exports of external docs +- user-provided product focus or analysis scope + +## Source Priority Model + +OSS `@reality` must rank sources in this order: + +1. code and executable configuration +2. tests and fixtures +3. runtime manifests and deployment configuration +4. local repository docs +5. user notes or attached exported docs + +Every conclusion must be tagged as one of: + +- `observed` +- `documented` +- `inferred` +- `conflicted` +- `unknown` + +## Modes + +| Mode | Purpose | Expected Depth | +|---|---|---| +| `--quick` | fast baseline scan | same artifact families, reduced finding detail | +| `--deep` | full single-repo baseline | feature inventory, architecture map, quality, drift, readiness | +| `--focus=architecture|quality|testing|docs|security` | domain-specific reporting emphasis | one area, deeper local review | +| `--bootstrap-sdp` | generate agent-readiness outputs | workstream and scope bootstrap with starter recommendations | + +## Workflow + +### Phase 1: Intake + +- detect language, framework, build tool, test tool, runtime shape +- detect repository scale: file count, LOC, package/module count +- classify repo type: app, library, protocol, infra, mixed + +### Phase 2: Local Index Build + +Build a temporary local index for the current run: + +- file inventory +- import/dependency graph +- test inventory +- config inventory +- docs inventory +- entrypoint candidates + +The OSS index is run-scoped, not persistent across sessions. + +### Phase 3: Baseline Analysis + +Required analyzers: + +- structure analyzer +- architecture analyzer +- integration analyzer +- quality analyzer +- testing analyzer +- documentation drift analyzer + +### Phase 4: Limited Cross-Check Review + +OSS must still avoid single-agent overconfidence. + +Minimum review structure: + +1. primary source-first pass generates findings from code and executable config +2. secondary heuristic review checks findings against tests, manifests, and docs +3. synthesis keeps supported findings and downgrades weak claims + +If the review pass cannot confirm a claim, the claim must be downgraded to `inferred`, `conflicted`, or `unknown`. + +Spawning multiple LLM agents is optional and not required for OSS. + +### Phase 5: Synthesis + +Produce: + +- feature baseline +- architecture baseline +- risk baseline +- readiness baseline +- suggested first SDP workstreams + +## Required Outputs + +Human-readable outputs: + +- `docs/reality/summary.md` +- `docs/reality/architecture.md` +- `docs/reality/quality.md` +- `docs/reality/bootstrap.md` + +Machine-readable outputs: + +- `.sdp/reality/reality-summary.json` +- `.sdp/reality/feature-inventory.json` +- `.sdp/reality/architecture-map.json` +- `.sdp/reality/integration-map.json` +- `.sdp/reality/quality-report.json` +- `.sdp/reality/drift-report.json` +- `.sdp/reality/readiness-report.json` + +## Minimum Artifact Semantics + +### Feature Inventory + +Each feature candidate should include: + +- feature id or synthetic id +- title +- description +- evidence paths +- status: implemented, partial, candidate, dead +- confidence + +### Architecture Map + +Must include at least: + +- top-level modules +- entrypoints +- internal boundaries +- external integrations +- data stores +- high-coupling zones + +### Readiness Report + +Must answer: + +- can safe scopes be defined? +- are there tests that protect future changes? +- what hotspots block autonomous work? +- what should be isolated first? + +## Done Criteria + +OSS `@reality` is done when it can, for one repository: + +1. identify top-level code areas and entrypoints +2. produce a baseline feature inventory with evidence and confidence +3. produce an architecture map with integrations and boundaries +4. report major code-quality and documentation-drift findings +5. produce a repository readiness verdict: + - `ready` + - `ready_with_constraints` + - `not_ready` +6. emit bootstrap recommendations for SDP workstreams + +## Agent Readiness Rules + +OSS readiness focuses on future SDP execution. It must evaluate: + +- safe scope extraction +- module size and coupling +- existence of verification surfaces +- hidden dependencies +- large files and low-test zones +- unstable boundaries + +## Open-Core Boundary + +OSS owns: + +- single-repo baseline analysis +- open artifact formats +- local analyzers +- limited cross-check review inside one run +- SDP bootstrap starter outputs + +Anything requiring persistent memory, native external connectors, multi-repo orchestration, or consulting-grade adversarial synthesis belongs in `reality-pro`. diff --git a/docs/specs/reality/PRO-SPEC.md b/docs/specs/reality/PRO-SPEC.md new file mode 100644 index 00000000..e94923e8 --- /dev/null +++ b/docs/specs/reality/PRO-SPEC.md @@ -0,0 +1,333 @@ +# Reality Pro Spec + +## Status + +Draft. + +## Purpose + +`@reality-pro` is a consulting-grade, multi-source, multi-repo analysis workflow built on top of the open `reality` artifact contract. Its goal is to reconstruct how a system actually works, recover likely design intent, expose contradictions between plan and implementation, and prepare a system for high-trust agent execution. + +It should behave less like a repo scanner and more like a repeatable technical consulting pipeline. + +## Product Boundary + +`reality-pro` is private logic over open contracts. + +Open: + +- artifact formats +- claim model +- readiness statuses +- base schema families + +Private: + +- orchestration logic +- scoring heuristics +- memory implementation +- connector implementations +- domain-specific analyzers +- arbitration and synthesis logic + +## Goals + +1. Analyze one repository or a coordinated set of repositories. +2. Ingest code plus optional external knowledge sources. +3. Auto-select the right specialist agents for the detected stack and domain. +4. Require cross-review of findings and review of synthesis. +5. Reconstruct features, intent, architecture, integrations, and risks. +6. Build C4 views and a code map for the analyzed system. +7. Produce agent-readiness and bootstrap plans for future SDP work. + +## Non-Goals + +- automatic remediation by default +- replacing subject-matter experts when evidence is missing +- asserting business intent without traceable evidence +- treating documentation as truth when code contradicts it + +## Inputs + +Required: + +- one repository or explicit reposet +- git history +- build and test metadata +- local documentation + +Optional premium inputs: + +- Confluence/wiki/Notion pages +- Jira or other issue trackers +- PR history and review comments +- ADR collections +- runbooks and incident records +- schema registries and external contracts +- ownership and team metadata + +## Operating Principles + +### Multi-Source Truth + +No source is privileged by default. `reality-pro` compares sources and explicitly records disagreement. + +### Claim Typing + +Every claim must be typed: + +- `observed` +- `documented` +- `inferred` +- `conflicted` +- `unknown` + +### Confidence Discipline + +Every significant finding must include: + +- confidence score +- source set +- opposing evidence, if any +- validation status + +### Adversarial Review + +No important conclusion should survive on a single-agent pass. + +## Modes + +| Mode | Purpose | +|---|---| +| `--repo ` | deep analysis of one repository | +| `--reposet ` | coordinated multi-repo analysis | +| `--with-docs` | include external documentation sources | +| `--reconstruct-intent` | emphasize intent recovery and plan-vs-implementation gaps | +| `--bootstrap-sdp` | generate bootstrap backlog and readiness plan | +| `--domain ` | bias agent selection for domain-heavy systems | + +Current private lab baseline: + +- `go run ./cmd/sdp-reality-pro-ingest --repo .` +- `go run ./cmd/sdp-reality-pro-ingest --reposet .,/abs/path/to/other/repo` +- `go run ./cmd/sdp-reality-pro-review --project-root .` +- `go run ./cmd/sdp-reality-pro-report --project-root .` + +## Phase Model + +### Phase 1: Ingestion + +Ingest: + +- repositories +- local docs +- optional external docs +- optional issue/PR/ADR history + +Normalize all evidence into a common source model. + +### Phase 2: Persistent Index and Memory Build + +Build and maintain persistent repo memory: + +- module summaries +- glossary and domain vocabulary +- feature-to-code mappings +- integration endpoints +- previous validated claims +- unresolved questions +- hotspots and risk zones + +This memory must support incremental refresh after later repository changes. + +Current private baseline writes: + +- `.sdp/reality/repo-memory.json` +- `docs/reality/multi-repo-map.md` + +### Phase 3: Specialist Selection + +Auto-select specialists from stack and domain signals. + +Selection dimensions: + +- language and framework +- storage and database types +- platform and infrastructure stack +- security surface +- data flow and integration style +- product/domain signals + +Example specialist pool: + +- architecture analyst +- runtime analyst +- database analyst +- API analyst +- frontend analyst +- documentation analyst +- test and quality analyst +- security analyst +- domain analyst +- intent analyst + +### Phase 4: Parallel Specialist Passes + +Run specialists in parallel against the same normalized source graph. + +Each specialist must produce: + +- scoped findings +- evidence references +- confidence +- open questions +- contradictions with other evidence + +### Phase 5: Cross-Review and Dissent + +For important findings, require: + +1. primary finding +2. opposing review or skeptic pass +3. arbitration decision + +Unresolved disagreement becomes a first-class output, not hidden synthesis noise. + +Current private lab baseline emits: + +- `.sdp/reality/conflicts-report.json` +- `.sdp/reality/intent-gap-report.json` + +The current implementation uses deterministic specialist heuristics over `repo-memory.json`. It is not yet the full consulting-grade agent mesh. + +### Phase 6: System Reconstruction + +Recover: + +- feature inventory +- stated vs implemented intent +- system context +- containers +- components +- code-area map +- integration and data-flow map +- constraints and hotspots + +Current private lab baseline emits: + +- `.sdp/reality/c4-system-context.json` +- `.sdp/reality/c4-container.json` +- `.sdp/reality/c4-component.json` +- `docs/reality/c4-system-context.md` +- `docs/reality/c4-containers.md` +- `docs/reality/c4-components.md` + +### Phase 7: Readiness and Bootstrap Synthesis + +Produce: + +- readiness verdict +- first safe workstreams +- high-risk zones to avoid or isolate +- test-first recommendations +- documentation priorities +- bootstrap backlog for SDP delivery + +Current private lab baseline emits: + +- `.sdp/reality/bootstrap-backlog.json` +- `.sdp/reality/agent-readiness-plan.json` +- `docs/reality/intent-gap.md` +- `docs/reality/multi-repo-map.md` + +These outputs are deterministic syntheses over repo memory plus reviewed findings. They are executable now, but they are not yet the full multi-source consulting pipeline described in this spec. + +### Phase 8: Synthesis Review + +The final synthesis itself must be reviewed. + +The synthesis reviewer checks: + +- unsupported claims +- hidden contradictions +- overconfident language +- missing risk qualifiers +- missing next steps + +## Required Outputs + +All OSS outputs, plus: + +- `docs/reality/c4-system-context.md` +- `docs/reality/c4-containers.md` +- `docs/reality/c4-components.md` +- `docs/reality/intent-gap.md` +- `docs/reality/multi-repo-map.md` +- `.sdp/reality/repo-memory.json` +- `.sdp/reality/conflicts-report.json` +- `.sdp/reality/c4-system-context.json` +- `.sdp/reality/c4-container.json` +- `.sdp/reality/c4-component.json` +- `.sdp/reality/intent-gap-report.json` +- `.sdp/reality/bootstrap-backlog.json` +- `.sdp/reality/agent-readiness-plan.json` + +## C4 Scope + +`reality-pro` should support these layers: + +- system context +- container +- component +- code area map + +For multi-repo runs, it must also emit a repo landscape view: + +- repo roles +- ownership zones +- dependency direction +- contract and schema sharing +- version skew risks + +## Readiness Model + +`reality-pro` should judge not only code quality, but readiness for autonomous development. + +Dimensions: + +- boundary clarity +- scope extraction quality +- verification surfaces +- operational safety +- integration stability +- documentation trustworthiness +- memory completeness +- unresolved architectural ambiguity + +Verdicts: + +- `ready` +- `ready_with_constraints` +- `not_ready` + +## Consulting-Grade Expectations + +To justify premium value, `reality-pro` must provide: + +- evidence-backed claims +- explicit unknowns +- prioritized risks +- preservation advice for fragile areas +- safe-first modernization guidance +- recommended first workstreams + +## Exit Criteria + +A `reality-pro` run is complete when it has: + +1. reconstructed the analyzed system at feature and architecture level +2. produced C4 views and repo landscape views +3. identified the top contradictions between intent, docs, and implementation +4. mapped main integrations and data boundaries +5. produced a reviewed synthesis with confidence and dissent tracking +6. emitted a bootstrap-ready SDP backlog and agent-readiness plan diff --git a/hooks/install-git-hooks.sh b/hooks/install-git-hooks.sh index 98f9484d..9825856e 100755 --- a/hooks/install-git-hooks.sh +++ b/hooks/install-git-hooks.sh @@ -1,39 +1,62 @@ #!/bin/sh -# Install Git hooks: symlink .git/hooks/* to SDP hooks. -# Run from repo root (or from sdp/). Idempotent. -# When sdp is submodule: .git/hooks/pre-commit -> sdp/hooks/pre-commit.sh +# Install Git hooks into the path Git actually uses (.git/hooks or core.hooksPath). set -e ROOT="$(git rev-parse --show-toplevel)" cd "$ROOT" -# Detect hooks source: sdp/hooks/ (when sdp submodule) or scripts/hooks/ (sdp_dev) -SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" +SCRIPT_DIR="$(CDPATH= cd -- "$(dirname "$0")" && pwd)" if [ -d "$ROOT/sdp" ] && [ -f "$ROOT/sdp/hooks/pre-commit.sh" ]; then HOOKS_SRC="$ROOT/sdp/hooks" - REL_HOOKS="../../sdp/hooks" elif [ -f "$ROOT/scripts/hooks/pre-commit.sh" ]; then HOOKS_SRC="$ROOT/scripts/hooks" - REL_HOOKS="../../scripts/hooks" elif [ -f "$SCRIPT_DIR/pre-commit.sh" ]; then HOOKS_SRC="$SCRIPT_DIR" - REL_HOOKS="../../$(echo "$HOOKS_SRC" | sed "s|^$ROOT/||")" else echo "install-git-hooks: hooks not found (expected sdp/hooks/ or scripts/hooks/)" >&2 exit 1 fi -HOOKS_DIR="$ROOT/.git/hooks" +HOOKS_DIR="$(git rev-parse --git-path hooks)" mkdir -p "$HOOKS_DIR" -if [ -f "$HOOKS_SRC/pre-commit.sh" ]; then - ln -sf "$REL_HOOKS/pre-commit.sh" "$HOOKS_DIR/pre-commit" - chmod +x "$HOOKS_SRC/pre-commit.sh" - echo "Installed pre-commit" -fi +install_hook() { + hook_name="$1" + source_path="$HOOKS_SRC/$hook_name.sh" + target_path="$HOOKS_DIR/$hook_name" -if [ -f "$HOOKS_SRC/pre-push.sh" ]; then - ln -sf "$REL_HOOKS/pre-push.sh" "$HOOKS_DIR/pre-push" - chmod +x "$HOOKS_SRC/pre-push.sh" - echo "Installed pre-push" -fi + if [ ! -f "$source_path" ]; then + return 0 + fi + + if [ -f "$target_path" ] && ! grep -q 'SDP-MANAGED-HOOK' "$target_path"; then + echo "Skipped $hook_name (existing hook is not SDP-managed)" + return 0 + fi + + tmp_path="$target_path.tmp.$$" + if grep -q 'SDP-MANAGED-HOOK' "$source_path"; then + cp "$source_path" "$tmp_path" + else + awk ' + NR == 1 && $0 ~ /^#!/ { + print + print "# SDP-MANAGED-HOOK" + next + } + NR == 1 { + print "#!/bin/sh" + print "# SDP-MANAGED-HOOK" + } + { print } + ' "$source_path" > "$tmp_path" + fi + + chmod +x "$tmp_path" + mv "$tmp_path" "$target_path" + echo "Installed $hook_name" +} + +for hook_name in pre-commit pre-push post-checkout post-merge; do + install_hook "$hook_name" +done diff --git a/hooks/post-ws-complete.sh b/hooks/post-ws-complete.sh index bee64d31..7f0853e0 100755 --- a/hooks/post-ws-complete.sh +++ b/hooks/post-ws-complete.sh @@ -10,5 +10,5 @@ if [ -z "$WS_ID" ]; then exit 1 fi -echo "WS $WS_ID complete. Run: bd close --reason 'WS completed'; bd sync" +echo "WS $WS_ID complete. Run: bd close --reason 'WS completed'; ./scripts/beads_export.sh" exit 0 diff --git a/internal/beadscli/beadscli.go b/internal/beadscli/beadscli.go new file mode 100644 index 00000000..9994f1f5 --- /dev/null +++ b/internal/beadscli/beadscli.go @@ -0,0 +1,74 @@ +package beadscli + +import ( + "fmt" + "os" + "os/exec" + "path/filepath" + "strings" +) + +// CreateOptions configures bd create in the root module. +type CreateOptions struct { + Title string + Priority string + Labels []string +} + +// CreateAndSync creates a Beads issue and persists the repo snapshot. +func CreateAndSync(opts CreateOptions) error { + if strings.TrimSpace(opts.Title) == "" { + return fmt.Errorf("title is required") + } + + args := []string{"create", "--title", opts.Title} + if opts.Priority != "" { + args = append(args, "--priority", opts.Priority) + } + if len(opts.Labels) > 0 { + args = append(args, "--labels", strings.Join(opts.Labels, ",")) + } + + cmd := exec.Command("bd", args...) + output, err := cmd.CombinedOutput() + if err != nil { + return fmt.Errorf("bd create failed: %w\nOutput: %s", err, string(output)) + } + + if err := Sync(); err != nil { + return fmt.Errorf("bd create succeeded but sync failed: %w", err) + } + + return nil +} + +// Sync persists the Beads snapshot to .beads/issues.jsonl. +func Sync() error { + cmd := exec.Command("bd", "sync") + output, err := cmd.CombinedOutput() + if err == nil { + return nil + } + + if !strings.Contains(string(output), `unknown command "sync"`) { + return fmt.Errorf("bd sync failed: %w\nOutput: %s", err, string(output)) + } + + snapshotPath := filepath.Join(".beads", "issues.jsonl") + if err := os.MkdirAll(filepath.Dir(snapshotPath), 0o755); err != nil { + return fmt.Errorf("create .beads directory: %w", err) + } + + exportCmd := exec.Command("bd", "export", "-o", snapshotPath) + exportOutput, exportErr := exportCmd.CombinedOutput() + if exportErr != nil { + return fmt.Errorf( + "bd sync unavailable and export fallback failed: %w\nSync output: %s\nExport output: %s", + exportErr, + string(output), + string(exportOutput), + ) + } + + return nil +} diff --git a/internal/beadscli/beadscli_test.go b/internal/beadscli/beadscli_test.go new file mode 100644 index 00000000..5336f449 --- /dev/null +++ b/internal/beadscli/beadscli_test.go @@ -0,0 +1,88 @@ +package beadscli + +import ( + "os" + "path/filepath" + "testing" +) + +func TestCreateAndSync_UsesExportFallback(t *testing.T) { + tmpDir := t.TempDir() + oldWd, _ := os.Getwd() + oldPath := os.Getenv("PATH") + t.Cleanup(func() { + _ = os.Chdir(oldWd) + _ = os.Setenv("PATH", oldPath) + }) + if err := os.Chdir(tmpDir); err != nil { + t.Fatalf("chdir: %v", err) + } + + bdScript := `#!/bin/sh +if [ "$1" = "create" ]; then + echo "Created issue: sdp-test1" + exit 0 +fi +if [ "$1" = "sync" ]; then + echo 'unknown command "sync"' >&2 + exit 1 +fi +if [ "$1" = "export" ] && [ "$2" = "-o" ]; then + mkdir -p "$(dirname "$3")" + printf '{"id":"sdp-test1"}\n' > "$3" + exit 0 +fi +exit 1 +` + bdPath := filepath.Join(tmpDir, "bd") + if err := os.WriteFile(bdPath, []byte(bdScript), 0o755); err != nil { + t.Fatalf("write fake bd: %v", err) + } + if err := os.Setenv("PATH", tmpDir+string(os.PathListSeparator)+oldPath); err != nil { + t.Fatalf("set PATH: %v", err) + } + + if err := CreateAndSync(CreateOptions{Title: "CI BLOCKED", Priority: "0", Labels: []string{"ci-finding"}}); err != nil { + t.Fatalf("CreateAndSync() failed: %v", err) + } + + if _, err := os.Stat(filepath.Join(tmpDir, ".beads", "issues.jsonl")); err != nil { + t.Fatalf("expected .beads/issues.jsonl after sync fallback: %v", err) + } +} + +func TestSync_ReturnsExportFailure(t *testing.T) { + tmpDir := t.TempDir() + oldWd, _ := os.Getwd() + oldPath := os.Getenv("PATH") + t.Cleanup(func() { + _ = os.Chdir(oldWd) + _ = os.Setenv("PATH", oldPath) + }) + if err := os.Chdir(tmpDir); err != nil { + t.Fatalf("chdir: %v", err) + } + + bdScript := `#!/bin/sh +if [ "$1" = "sync" ]; then + echo 'unknown command "sync"' >&2 + exit 1 +fi +if [ "$1" = "export" ]; then + echo "export failed" >&2 + exit 1 +fi +exit 1 +` + bdPath := filepath.Join(tmpDir, "bd") + if err := os.WriteFile(bdPath, []byte(bdScript), 0o755); err != nil { + t.Fatalf("write fake bd: %v", err) + } + if err := os.Setenv("PATH", tmpDir+string(os.PathListSeparator)+oldPath); err != nil { + t.Fatalf("set PATH: %v", err) + } + + if err := Sync(); err == nil { + t.Fatal("expected Sync() to fail when export fallback fails") + } +} diff --git a/internal/orchestrate/advance.go b/internal/orchestrate/advance.go index 881db905..c8bd34a5 100644 --- a/internal/orchestrate/advance.go +++ b/internal/orchestrate/advance.go @@ -2,9 +2,9 @@ package orchestrate import ( "fmt" - "os/exec" "strings" + "github.com/fall-out-bug/sdp/internal/beadscli" "github.com/fall-out-bug/sdp/internal/guard" ) @@ -37,8 +37,9 @@ func CreateScopeEscalationBead(wsID string, violations []string) error { if len(title) > 200 { title = title[:197] + "..." } - cmd := exec.Command("bd", "create", "--title", title, "--priority", "1", "--labels", "scope-violation") - cmd.Stdout = nil - cmd.Stderr = nil - return cmd.Run() + return beadscli.CreateAndSync(beadscli.CreateOptions{ + Title: title, + Priority: "1", + Labels: []string{"scope-violation"}, + }) } diff --git a/internal/orchestrate/hydrate.go b/internal/orchestrate/hydrate.go index 12214778..ba138682 100644 --- a/internal/orchestrate/hydrate.go +++ b/internal/orchestrate/hydrate.go @@ -95,14 +95,31 @@ func HydrateForReview(projectRoot, featureID string, cp *Checkpoint, workstreams if err != nil { return nil, err } - for i := 1; i < len(workstreams); i++ { - if err := sdputil.ValidateWSID(workstreams[i]); err != nil { + pkt.Workstream = "" + pkt.AcceptanceCriteria = nil + pkt.ScopeFiles = nil + seenAcceptance := make(map[string]struct{}, len(workstreams)*2) + seenScope := make(map[string]struct{}, len(workstreams)*2) + for _, wsID := range workstreams { + if err := sdputil.ValidateWSID(wsID); err != nil { return nil, err } - p := filepath.Join(projectRoot, "docs", "workstreams", "backlog", workstreams[i]+".md") - if b, err := os.ReadFile(p); err == nil { - pkt.Workstream += "\n\n---\n\n" + string(b) + p := filepath.Join(projectRoot, "docs", "workstreams", "backlog", wsID+".md") + b, err := os.ReadFile(p) + if err != nil { + return nil, fmt.Errorf("read review workstream %s: %w", p, err) } + if pkt.Workstream != "" { + pkt.Workstream += "\n\n---\n\n" + } + content := string(b) + pkt.Workstream += content + acceptance, scope := parseWorkstreamSections(content) + pkt.AcceptanceCriteria = appendUniqueStrings(pkt.AcceptanceCriteria, seenAcceptance, acceptance) + pkt.ScopeFiles = appendUniqueStrings(pkt.ScopeFiles, seenScope, scope) + } + if err := WriteContextPacket(filepath.Join(projectRoot, contextPacketPath), pkt); err != nil { + return nil, err } return pkt, nil } @@ -170,3 +187,18 @@ func (p *ContextPacket) FormatForPrompt() string { } return b.String() } + +func appendUniqueStrings(dst []string, seen map[string]struct{}, values []string) []string { + for _, value := range values { + value = strings.TrimSpace(value) + if value == "" { + continue + } + if _, ok := seen[value]; ok { + continue + } + seen[value] = struct{}{} + dst = append(dst, value) + } + return dst +} diff --git a/internal/orchestrate/hydrate_test.go b/internal/orchestrate/hydrate_test.go index f6137e91..e15c9e79 100644 --- a/internal/orchestrate/hydrate_test.go +++ b/internal/orchestrate/hydrate_test.go @@ -65,6 +65,35 @@ func TestHydrate_WritesFile(t *testing.T) { } } +func TestHydrateForReview_AggregatesAcceptanceCriteriaAndScopeFiles(t *testing.T) { + root := writeHydrateProjectRoot(t) + second := "---\nws_id: 00-022-02\nfeature_id: F022\ndepends_on: [\"00-022-01\"]\n---\n\n" + + "# 00-022-02: Review aggregation fixture\n\n" + + "## Acceptance Criteria\n\n" + + "- [ ] Third criterion\n" + + "- [ ] First criterion\n\n" + + "## Scope Files\n\n" + + "- `internal/orchestrate/invoke_opencode.go`\n" + + "- `internal/orchestrate/state_machine.go`\n" + if err := os.WriteFile(filepath.Join(root, "docs", "workstreams", "backlog", "00-022-02.md"), []byte(second), 0o644); err != nil { + t.Fatal(err) + } + + pkt, err := HydrateForReview(root, "F022", &Checkpoint{FeatureID: "F022", Phase: PhaseReview}, []string{"00-022-01", "00-022-02"}) + if err != nil { + t.Fatalf("HydrateForReview: %v", err) + } + if len(pkt.AcceptanceCriteria) != 3 { + t.Fatalf("acceptance_criteria = %v, want 3 unique entries", pkt.AcceptanceCriteria) + } + if len(pkt.ScopeFiles) != 3 { + t.Fatalf("scope_files = %v, want 3 unique entries", pkt.ScopeFiles) + } + if !strings.Contains(pkt.Workstream, "00-022-01") || !strings.Contains(pkt.Workstream, "00-022-02") { + t.Fatalf("expected aggregated workstream content, got %q", pkt.Workstream) + } +} + func TestHydrate_FailsWhenQualityGateSourceMissing(t *testing.T) { root := t.TempDir() wsDir := filepath.Join(root, "docs", "workstreams", "backlog") diff --git a/internal/orchestrate/invoke_opencode.go b/internal/orchestrate/invoke_opencode.go index 39f11cd3..5be7a610 100644 --- a/internal/orchestrate/invoke_opencode.go +++ b/internal/orchestrate/invoke_opencode.go @@ -156,12 +156,13 @@ func RunReviewPhase(ctx context.Context, dir, featureID string, invoker LLMInvok if invoker == nil { invoker = DefaultLLMInvoker } - prompt := buildPromptWithContext(dir, fmt.Sprintf("Execute @review %s. Fix P0/P1 findings. Output APPROVED when done.", featureID)) + prompt := buildPromptWithContext(dir, fmt.Sprintf("Execute @review %s. Review only. Do not modify code, docs, prompts, or workstream files. Output APPROVED only if the feature passes review as-is; otherwise output CHANGES_REQUESTED with the blocking findings.", featureID)) out, code, err := invoker.Invoke(ctx, dir, "reviewer", prompt) if err != nil { return false, err } - approved = code == 0 && strings.Contains(strings.ToUpper(out), "APPROVED") + upper := strings.ToUpper(out) + approved = code == 0 && strings.Contains(upper, "APPROVED") && !strings.Contains(upper, "CHANGES_REQUESTED") return approved, nil } diff --git a/internal/orchestrate/invoke_opencode_test.go b/internal/orchestrate/invoke_opencode_test.go index 36eb33c1..6fa4a22f 100644 --- a/internal/orchestrate/invoke_opencode_test.go +++ b/internal/orchestrate/invoke_opencode_test.go @@ -4,6 +4,7 @@ import ( "context" "os" "path/filepath" + "strings" "testing" ) @@ -65,10 +66,14 @@ type fakeLLMInvoker struct { output string exitCode int invoked bool + agent string + prompt string } func (f *fakeLLMInvoker) Invoke(ctx context.Context, dir, agent, prompt string) (string, int, error) { f.invoked = true + f.agent = agent + f.prompt = prompt return f.output, f.exitCode, nil } @@ -134,3 +139,43 @@ func TestWritePromptProvenance(t *testing.T) { t.Error("expected non-empty file") } } + +func TestRunReviewPhase_UsesReadOnlyPrompt(t *testing.T) { + fake := &fakeLLMInvoker{ + output: "APPROVED", + exitCode: 0, + } + approved, err := RunReviewPhase(context.Background(), t.TempDir(), "F053", fake) + if err != nil { + t.Fatalf("RunReviewPhase: %v", err) + } + if !approved { + t.Fatal("expected approved review result") + } + if fake.agent != "reviewer" { + t.Fatalf("agent = %q, want reviewer", fake.agent) + } + if fake.prompt == "" { + t.Fatal("expected prompt to be captured") + } + if prompt := fake.prompt; strings.Contains(prompt, "Fix P0/P1 findings") { + t.Fatalf("prompt should not ask reviewer to fix findings: %q", prompt) + } + if !strings.Contains(fake.prompt, "Do not modify code, docs, prompts, or workstream files") { + t.Fatalf("prompt should enforce read-only review: %q", fake.prompt) + } +} + +func TestRunReviewPhase_ChangesRequestedIsNotApproved(t *testing.T) { + fake := &fakeLLMInvoker{ + output: "CHANGES_REQUESTED\nmissing test coverage", + exitCode: 0, + } + approved, err := RunReviewPhase(context.Background(), t.TempDir(), "F053", fake) + if err != nil { + t.Fatalf("RunReviewPhase: %v", err) + } + if approved { + t.Fatal("expected CHANGES_REQUESTED output to be treated as not approved") + } +} diff --git a/package.json b/package.json index 1adef67a..12fbcc6d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "sync:skills": "node scripts/sync-skills-to-commands.js", - "bd:sync": "bd sync", + "bd:sync": "./scripts/beads_export.sh", "bd:onboard": "bd onboard", "bd:ready": "bd ready" }, diff --git a/prompts/agents/README.md b/prompts/agents/README.md index ad055ea7..cb7bd699 100644 --- a/prompts/agents/README.md +++ b/prompts/agents/README.md @@ -7,7 +7,7 @@ tools: # SDP Agent Index -12 agents for feature development. Each role has one clear purpose. +13 agents for feature development. Each role has one clear purpose. | Agent | Purpose | |-------|---------| @@ -16,6 +16,7 @@ tools: | spec-reviewer | @build — specification compliance | | reviewer | @review — quality validation | | planner | @feature — workstream decomposition | +| analyst | @idea — requirements clarification | | deployer | @deploy — deployment orchestration | | qa | @review — quality assurance | | security | @review — security review | diff --git a/prompts/agents/analyst.md b/prompts/agents/analyst.md new file mode 100644 index 00000000..5ad8a9f3 --- /dev/null +++ b/prompts/agents/analyst.md @@ -0,0 +1,43 @@ +--- +name: analyst +description: Requirements analyst for feature discovery, user intent clarification, and scope framing. +tools: + read: true + bash: true + glob: true + grep: true +--- + +You are a requirements analyst. + +## Your Role + +- Clarify what the user actually needs before decomposition starts +- Surface missing actors, workflows, permissions, and success criteria +- Separate product intent from implementation guesses +- Prepare clean input for `@design` + +## Core Rules + +1. Ask targeted clarification when behavior is underspecified, even if the prompt is long. +2. For admin, dashboard, or backoffice features, always clarify: + - who uses it + - what actions they need + - permissions/visibility rules + - critical empty/error states +3. For multi-service or multi-language systems, identify: + - which services change + - which language/runtime each surface uses + - which boundary is source of truth +4. Do not jump into implementation plans until the user intent is clear. +5. Prefer precise follow-up questions over generic brainstorming. + +## Output + +Produce a concise requirements summary with: + +- problem +- users/roles +- must-have behaviors +- non-goals +- open risks or unresolved questions diff --git a/prompts/agents/orchestrator.md b/prompts/agents/orchestrator.md index 53c8a8a8..b4fdfb67 100644 --- a/prompts/agents/orchestrator.md +++ b/prompts/agents/orchestrator.md @@ -150,7 +150,7 @@ When Beads is **enabled** (`bd --version` works, `.beads/` exists): bd update {beads_id} --status in_progress # Execute TDD cycle bd close {beads_id} --reason "WS completed" -bd sync +./scripts/beads_export.sh git commit ``` diff --git a/prompts/commands/feature.md b/prompts/commands/feature.md index 9ae1d3c0..25f298de 100644 --- a/prompts/commands/feature.md +++ b/prompts/commands/feature.md @@ -1,6 +1,6 @@ --- description: Feature planning orchestrator (idea → design → workstreams) -agent: builder +agent: planner --- # /feature — Feature @@ -21,6 +21,9 @@ See `/prompts/skills/feature/SKILL.md` for complete documentation. The command delegates to the `feature` skill, which provides: +- Full-description handoff with no truncation or pre-summary +- Multi-service and multi-language topology discovery before decomposition +- Mandatory clarification for admin/user-facing behavior when requirements are underspecified - Systematic workflow - Quality gates - Proper error handling diff --git a/prompts/commands/reality.md b/prompts/commands/reality.md index 15ac34df..89e52213 100644 --- a/prompts/commands/reality.md +++ b/prompts/commands/reality.md @@ -1,32 +1,30 @@ --- -description: Codebase analysis and architecture validation - what's actually there vs documented +description: Reconstruct a single-repo reality baseline from local evidence and emit open reality artifacts agent: builder --- -# /reality — Reality +# /reality - Reality ## Overview -This command implements the reality skill from the SDP workflow. +This command runs the OSS `@reality` baseline. It is local, evidence-first, and single-repo scoped. -See `/prompts/skills/reality/SKILL.md` for complete documentation. - -## Usage +## Runtime ```bash -/reality [arguments] +sdp reality emit-oss [--quick|--deep|--bootstrap-sdp] [--focus=architecture|quality|testing|docs|security] +sdp reality validate ``` -## Implementation - -The command delegates to the `reality` skill, which provides: +## Behavior -- Systematic workflow -- Quality gates -- Proper error handling -- Documentation +- Scans code, tests, configs, manifests, and in-repo docs. +- Emits `.sdp/reality/*.json` and `docs/reality/*.md`. +- Runs a heuristic cross-check pass inside the same repository. +- Does not spawn subagents or claim `reality-pro` behavior. ## Related -- Skills: `prompts/skills/reality/SKILL.md` -- Agents: `prompts/agents/builder.md` +- Skill: `prompts/skills/reality/SKILL.md` +- Spec: `docs/specs/reality/OSS-SPEC.md` +- Reference: `docs/reference/reality-oss.md` diff --git a/prompts/skills/beads/SKILL.md b/prompts/skills/beads/SKILL.md index 1cd80078..4b26b64d 100644 --- a/prompts/skills/beads/SKILL.md +++ b/prompts/skills/beads/SKILL.md @@ -11,21 +11,24 @@ Beads integration for SDP. Mapping: `.beads-sdp-mapping.jsonl` (sdp_id → beads | Action | Command | |--------|---------| -| Ready tasks | `bd ready` | -| Show task | `bd show ` | -| Update status | `bd update --status completed` | -| Create | `bd create --title="..." --type=task` | +| Ready tasks | `sdp beads ready` | +| Show task | `sdp beads show ` | +| Update status | `sdp beads update --status completed` | +| Create | `sdp beads create --title="..." --type=task` | +| Close | `sdp beads close --reason "..."` | | Dependencies | `bd dep add ` | -| Sync | `bd sync` | +| Sync repo snapshot | `sdp beads sync` | ## Integration Points -- **@build/@oneshot** — Check `bd ready` before WS, `bd update` after -- **@design** — `bd create` for new WS, `bd dep add` for dependencies +- **@build/@oneshot** — Check `sdp beads ready` before WS, `sdp beads update/close` after +- **@design** — `sdp beads create` for new WS, `bd dep add` for dependencies - **Mapping** — `.beads-sdp-mapping.jsonl` links WS ID to beads ID ## See Also - @build — Uses beads for dependency check - @oneshot — Wave execution -- AGENTS.md — `bd ready`, `bd show`, `bd update`, `bd close`, `bd sync` +- AGENTS.md — `bd ready`, `bd show`, `bd update`, `bd close`, `./scripts/beads_export.sh` + +`sdp beads create`, `update`, and `close` persist the repo snapshot automatically. Prefer them over raw `bd` mutations in agent workflows. diff --git a/prompts/skills/build/SKILL.md b/prompts/skills/build/SKILL.md index 0b2868d0..00617ef3 100644 --- a/prompts/skills/build/SKILL.md +++ b/prompts/skills/build/SKILL.md @@ -117,9 +117,11 @@ Evidence lifecycle (create/patch `.sdp/evidence/*.json`) is orchestrator or post ## Beads Integration -- **Before:** `bd update {beads_id} --status in_progress` -- **Success:** Run `bd close {beads_id} --reason "WS completed"` for each bead in WS frontmatter (e.g. `Feature: (sdp_dev-hryg)` or `## Beads` list). Resolve beads from `.beads-sdp-mapping.jsonl` by `sdp_id`, or from WS body (`Feature: … (beads_id)`, `Bead:`, `Beads:`). -- **Failure:** `bd update {beads_id} --status blocked` +- **Before:** `sdp beads update {beads_id} --status in_progress` +- **Success:** Run `sdp beads close {beads_id} --reason "WS completed"` for each bead in WS frontmatter (e.g. `Feature: (sdp_dev-hryg)` or `## Beads` list). Resolve beads from `.beads-sdp-mapping.jsonl` by `sdp_id`, or from WS body (`Feature: … (beads_id)`, `Bead:`, `Beads:`). +- **Failure:** `sdp beads update {beads_id} --status blocked` + +Use the `sdp beads` wrapper for mutations so the repo snapshot is persisted immediately; do not rely on a later manual export. --- diff --git a/prompts/skills/ci-triage/SKILL.md b/prompts/skills/ci-triage/SKILL.md index 58c5e34b..c5baed71 100644 --- a/prompts/skills/ci-triage/SKILL.md +++ b/prompts/skills/ci-triage/SKILL.md @@ -59,7 +59,7 @@ Create a follow-up item when CI is not green: ```bash bd create --title="CI: " --type=bug --priority=1 bd dep add -bd sync +./scripts/beads_export.sh ``` ## Output Template diff --git a/prompts/skills/design/SKILL.md b/prompts/skills/design/SKILL.md index 29098b74..358789ac 100644 --- a/prompts/skills/design/SKILL.md +++ b/prompts/skills/design/SKILL.md @@ -1,7 +1,7 @@ --- name: design description: System design with progressive disclosure, produces workstream files -version: 2.1.0 +version: 2.2.0 --- # @design @@ -28,7 +28,9 @@ After @idea, or directly from a feature description. Creates workstream files wi ### 2. Progressive discovery — unless --quiet 3-5 discovery blocks, 2-3 questions each: +- **Topology**: Which services/apps/packages change? Which language/runtime owns each boundary? - **Architecture**: What components change? What's the data model? +- **Product/UX**: For admin/dashboard/user-facing work, what roles, actions, permissions, and edge states matter? - **Security**: Any auth, crypto, or boundary concerns? - **Operations**: Any monitoring, logging, or CI concerns? @@ -36,10 +38,15 @@ After each block: Continue / Skip / Done ### 3. Generate workstream files -**When source is beads (review findings):** For each bead, run `bd show ` and grep the codebase for the fix. If already fixed, run `bd close ` and remove from scope. Do not create WS for beads that are already addressed. +**When source is beads (review findings):** For each bead, run `sdp beads show ` and grep the codebase for the fix. If already fixed, run `sdp beads close --reason "Already fixed"` and remove from scope. Do not create WS for beads that are already addressed. Create `docs/workstreams/backlog/00-FFF-SS.md` for each deliverable. +**Boundary rules:** +- If the feature spans multiple services, create separate workstreams per service unless one workstream is purely integration glue. +- If the feature spans multiple languages/runtimes, call that out explicitly in scope and acceptance criteria. +- If the feature is admin/user-facing and behavior is still ambiguous, stop and ask before writing workstreams. + **Required sections:** ```markdown @@ -71,14 +78,13 @@ Specific, testable, binary (pass/fail): - [ ] Criterion 1 - [ ] Criterion 2 -- [ ] go build ./... passes -- [ ] go test ./internal/evidence/... passes +- [ ] Build/test commands for the touched service(s) pass ``` ### 4. Create Beads issues ```bash -bd create --title="WS FFF-SS: Short title" --type=task +sdp beads create --title="WS FFF-SS: Short title" --type=task ``` Append to `.beads-sdp-mapping.jsonl`: diff --git a/prompts/skills/feature/SKILL.md b/prompts/skills/feature/SKILL.md index ad808615..7290bf68 100644 --- a/prompts/skills/feature/SKILL.md +++ b/prompts/skills/feature/SKILL.md @@ -1,9 +1,10 @@ --- name: feature -description: Feature planning orchestrator (discovery -> idea -> ux -> design -> workstreams) -version: 8.0.0 +description: Feature planning orchestrator (discovery -> idea -> ux -> design -> workstreams) with service/language-aware scoping +version: 8.1.0 depends_on: "@discovery v1" changes: + - v8.1: Add multi-service/multi-language discovery and mandatory product clarification for admin/user-facing features - v8: Full product discovery flow with @discovery, @ux, impact analysis - Added --quick (skip @discovery), --infra (skip @ux) - Step 3.5: Impact analysis after @design @@ -13,7 +14,7 @@ changes: Orchestrate product discovery, requirements, UX research, and workstream design. -**Phase 0:** This skill targets Go projects (e.g. `go build`/`go test` in acceptance criteria). Language-agnostic expansion is planned. +**Phase 0:** Infer project topology first. Mixed-language and multi-service repos are first-class. Use the real build/test commands for each touched service instead of defaulting to Go examples. ## Modes @@ -69,15 +70,15 @@ One paragraph: what this workstream does and why. - [ ] Specific, testable criterion 1 - [ ] Specific, testable criterion 2 -- [ ] go build ./... passes (Phase 0: Go; other languages later) -- [ ] go test ./... passes +- [ ] Build commands for touched service(s) pass +- [ ] Test commands for touched service(s) pass ``` ### Step C: Create Beads Issues For each workstream created: ```bash -bd create --title="WS FFF-SS: Short title" --type=task +sdp beads create --title="WS FFF-SS: Short title" --type=task ``` Update `.beads-sdp-mapping.jsonl`: @@ -116,7 +117,26 @@ Use `@discovery "feature description"` for roadmap pre-check and product researc ### Step 1: Quick Interview (3-5 questions) -Problem, Users, Success. Gate: if vague (<200 words), ask clarification. If @discovery ran: use its output. +Problem, Users, Success, Topology. If @discovery ran: use its output. + +**Ask clarification whenever any of these are missing:** +- primary user or operator role +- success condition / "done" behavior +- service boundaries or language/runtime boundaries +- data/auth ownership boundary +- concrete user-visible behavior for admin, dashboard, backoffice, or other user-facing surfaces + +**Important:** Prompt length is not clarity. A long description still requires questions if behavior, actors, or boundaries are unclear. + +**Mandatory questions for admin/user-facing features:** +- Who uses this surface, and what roles/permissions differ? +- What are the must-have actions/screens/flows? +- What should happen on empty/error/forbidden states? + +**Mandatory questions for multi-service or multi-language repos:** +- Which services/packages/apps change? +- Which language/runtime owns each changed surface? +- Which service is source of truth for writes, reads, auth, and validation? ### Step 2: @idea @@ -124,7 +144,7 @@ Problem, Users, Success. Gate: if vague (<200 words), ask clarification. If @dis ### Step 2.5: @ux — unless --infra -Auto-trigger when @idea output has user-facing keywords (ui, user, interface, dashboard, form) and lacks infra (K8s, CRD, CLI-only). +Auto-trigger when @idea output has user-facing keywords (`ui`, `user`, `interface`, `dashboard`, `form`, `admin`, `backoffice`, `portal`) and lacks infra (`K8s`, `CRD`, `CLI-only`). ### Step 3: @design @@ -132,6 +152,8 @@ Auto-trigger when @idea output has user-facing keywords (ui, user, interface, da Produces workstream files using the **Workstream file format** above. +**Decomposition rule:** when a feature crosses service, deployment, or language boundaries, split workstreams explicitly by boundary. Do not hide backend + frontend + ops changes inside one generic workstream. + ### Step 3.5: Impact Analysis Read scope files. grep/rg for conflicts. Categorize: FILE CONFLICT, DATA BOUNDARY, DEPENDENCY CHAIN, PRIORITY SHIFT. Present report. User acknowledges. diff --git a/prompts/skills/idea/SKILL.md b/prompts/skills/idea/SKILL.md index 57c0fe6a..a99c14d4 100644 --- a/prompts/skills/idea/SKILL.md +++ b/prompts/skills/idea/SKILL.md @@ -58,7 +58,7 @@ Read existing project files to understand context: - Integration points? **Cycle 4 - UI/UX & Quality (3 questions):** -- UI/UX requirements? +- UI/UX requirements? If this is admin/dashboard/backoffice work: who uses it, what actions matter, what permissions differ? - Performance targets? - Security considerations? diff --git a/prompts/skills/reality/SKILL.md b/prompts/skills/reality/SKILL.md index 1840b5df..760bd253 100644 --- a/prompts/skills/reality/SKILL.md +++ b/prompts/skills/reality/SKILL.md @@ -1,159 +1,107 @@ --- name: reality -description: Codebase analysis and architecture validation - what's actually there vs documented -version: 2.0.0 +description: Single-repo reality scan that reconstructs code, docs, drift, integrations, and SDP readiness from local evidence +version: 2.1.0 changes: - - Converted to LLM-agnostic format - - Removed tool-specific API references - - Focus on WHAT, not HOW to invoke + - Aligned public contract with OSS runtime + - Added explicit mode surface for quick, deep, focus, and bootstrap-sdp + - Removed fake multi-agent Task fan-out claims from OSS --- -# @reality - Codebase Analysis & Architecture Validation +# @reality - Single-Repo Reality Baseline -**Analyze what's actually in your codebase (vs. what's documented).** +Use `@reality` to recover what is actually present in one repository and emit the open reality artifact set. ---- - -## Workflow - -When user invokes `@reality`: - -1. Auto-detect project type -2. Run scan based on mode (--quick, --deep, --focus) -3. Spawn expert agents in parallel using Task tool -4. Synthesize report with health score - ---- +OSS `@reality` is evidence-first and local-only. It does not pretend to be `reality-pro`. -## Step 0: Auto-Detect Project Type +## What OSS Does -```bash -# Detect language/framework -if [ -f "go.mod" ]; then PROJECT_TYPE="go" -elif [ -f "pyproject.toml" ] || [ -f "requirements.txt" ]; then PROJECT_TYPE="python" -elif [ -f "pom.xml" ] || [ -f "build.gradle" ]; then PROJECT_TYPE="java" -elif [ -f "package.json" ]; then PROJECT_TYPE="nodejs" -else PROJECT_TYPE="unknown" -fi -``` +1. Scans one repository working tree. +2. Builds a baseline from code, tests, configs, manifests, and in-repo docs. +3. Emits machine-readable artifacts in `.sdp/reality/`. +4. Emits human-readable summaries in `docs/reality/`. +5. Runs a heuristic cross-check pass across code, tests, configs, manifests, and docs inside the same run. -## Step 1: Quick Scan (--quick mode) +## What OSS Does Not Do -**Analysis:** -1. Project size (lines of code, file count) -2. Architecture (layer violations, circular dependencies) -3. Test coverage (if tests exist, estimate %) -4. Documentation (doc coverage, drift detection) -5. Quick smell check (TODO/FIXME/HACK comments, long files) +- No Task-tool fan-out. +- No "8 expert agents" promise. +- No multi-repo orchestration. +- No persistent repository memory. +- No consulting-grade adversarial synthesis. -**Output:** Health Score X/100 + Top 5 Issues +Those belong in `reality-pro`, not here. -## Step 2: Deep Analysis (--deep mode) +## Runtime Surface -Spawn 8 parallel expert analyses using Task tool with subagent_type: +Primary command: +```bash +sdp reality emit-oss [--quick|--deep|--bootstrap-sdp] [--focus=architecture|quality|testing|docs|security] +sdp reality validate ``` -Task(subagent_type="general-purpose", prompt="Analyze ARCHITECTURE...") -Task(subagent_type="general-purpose", prompt="Analyze CODE QUALITY...") -Task(subagent_type="general-purpose", prompt="Analyze TESTING...") -Task(subagent_type="general-purpose", prompt="Analyze SECURITY...") -Task(subagent_type="general-purpose", prompt="Analyze PERFORMANCE...") -Task(subagent_type="general-purpose", prompt="Analyze DOCUMENTATION...") -Task(subagent_type="general-purpose", prompt="Analyze TECHNICAL DEBT...") -Task(subagent_type="general-purpose", prompt="Analyze STANDARDS...") -``` - -Expert agents: -1. ARCHITECTURE expert - Layer mapping, dependencies, violations -2. CODE QUALITY expert - File size, complexity, duplication -3. TESTING expert - Coverage, test quality, frameworks -4. SECURITY expert - Secrets, OWASP, dependencies -5. PERFORMANCE expert - Bottlenecks, caching, scalability -6. DOCUMENTATION expert - Coverage, drift, quality -7. TECHNICAL DEBT expert - TODO/FIXME, code smells -8. STANDARDS expert - Conventions, error handling, types - -## Step 3: Synthesize Report - -Create comprehensive report with: -- Executive Summary with Health Score -- Critical Issues (Fix Now) -- Quick Wins (Fix Today) -- Detailed Analysis from each expert -- Action Items (This Week / This Month / This Quarter) - ---- - -## When to Use - -- **New to project** - "What's actually here?" -- **Before @feature** - "What can we build on?" -- **After @vision** - "How do docs match code?" -- **Quarterly review** - Track tech debt and quality trends -- **Debugging mysteries** - "Why doesn't this work?" ---- - -## Modes +Mode rules: -| Mode | Duration | Purpose | -|------|----------|---------| -| `@reality --quick` | 5-10 min | Health check + top issues | -| `@reality --deep` | 30-60 min | Comprehensive with 8 experts | -| `@reality --focus=security` | Varies | Security expert deep dive | -| `@reality --focus=architecture` | Varies | Architecture expert deep dive | -| `@reality --focus=testing` | Varies | Testing expert deep dive | -| `@reality --focus=performance` | Varies | Performance expert deep dive | +- `--deep` is the default OSS baseline. +- `--quick` emits the same artifact families with reduced evidence detail. +- `--bootstrap-sdp` keeps the same baseline scan but emphasizes first-workstream recommendations and agent-readiness notes. +- `--focus=...` adds reporting emphasis for one domain without changing the open artifact contract. ---- +## Output Contract -## Output +Human-readable outputs: -``` -## Reality Check: {project_name} +- `docs/reality/summary.md` +- `docs/reality/architecture.md` +- `docs/reality/quality.md` +- `docs/reality/bootstrap.md` -### Quick Stats -- Language: {detected} -- Size: {LOC} lines, {N} files -- Architecture: {layers detected} -- Tests: {coverage if available} +Machine-readable outputs: -### Top 5 Issues -1. {issue} - {severity} - - Location: {file:line} - - Impact: {why it matters} - - Fix: {recommendation} +- `.sdp/reality/reality-summary.json` +- `.sdp/reality/feature-inventory.json` +- `.sdp/reality/architecture-map.json` +- `.sdp/reality/integration-map.json` +- `.sdp/reality/quality-report.json` +- `.sdp/reality/drift-report.json` +- `.sdp/reality/readiness-report.json` -### Health Score: {X}/100 -``` +## OSS Review Semantics ---- +OSS still avoids single-pass overconfidence, but it does so with a local cross-check strategy: -## Vision Integration +1. Primary source-first pass over code and executable config. +2. Secondary heuristic review against tests, manifests, and docs. +3. Synthesis that downgrades weak documentation claims into drift or unresolved questions. -If PRODUCT_VISION.md exists, compare reality to vision with Vision vs Reality Gap analysis: +This is limited review, not multi-agent arbitration. -| Feature | PRD Status | Reality Status | Gap | -|---------|------------|----------------|-----| -| Feature 1 | P0 | Implemented | None | -| Feature 2 | P1 | Partial | Missing X | -| Feature 3 | P0 | Not found | Not started | +## Mode Guidance ---- +| Mode | Use When | Result | +|---|---|---| +| `--quick` | Need a fast baseline before planning | Same artifact set, less detail in findings | +| `--deep` | Need the normal OSS baseline | Full local single-repo scan | +| `--focus=architecture` | Need boundaries and entrypoints | Architecture report gets extra emphasis | +| `--focus=quality` | Need hotspots and maintainability | Quality findings get extra emphasis | +| `--focus=testing` | Need verification posture | Readiness emphasizes missing tests | +| `--focus=docs` | Need doc drift review | Drift and trust signals get extra emphasis | +| `--focus=security` | Need boundary review | Integration surfaces and failure notes are highlighted | +| `--bootstrap-sdp` | Need first SDP-safe slices | Bootstrap report emits starter workstreams | ## Examples ```bash -@reality --quick # Quick health check -@reality --deep # Deep analysis -@reality --focus=security # Security only -@reality --deep --output=docs/reality/check.md # Save report +sdp reality emit-oss +sdp reality emit-oss --quick +sdp reality emit-oss --focus=docs +sdp reality emit-oss --bootstrap-sdp --focus=architecture ``` ---- - -## See Also +## Related -- `@vision` - Strategic planning -- `@feature` - Feature planning -- `@idea` - Requirements gathering +- `docs/specs/reality/OSS-SPEC.md` +- `docs/specs/reality/ARTIFACT-CONTRACT.md` +- `docs/reference/reality-oss.md` +- `prompts/commands/reality.md` diff --git a/prompts/skills/review/SKILL.md b/prompts/skills/review/SKILL.md index c9a964d7..bc2bcef0 100644 --- a/prompts/skills/review/SKILL.md +++ b/prompts/skills/review/SKILL.md @@ -2,8 +2,9 @@ name: review description: Multi-agent quality review (QA + Security + DevOps + SRE + TechLead + Documentation + PromptOps) cli: sdp quality all -version: 14.3.0 +version: 14.4.0 changes: + - "14.4.0: Make review read-only and scope-bound; docs/promptops issues outside feature scope are non-blocking" - "14.3.0: Add @go-modern checks for Go review surfaces" - "14.2.0: Handoff block when CHANGES_REQUESTED" - "14.1.0: Language-agnostic (platform-agnostic spawn, agents/ path)" @@ -16,6 +17,8 @@ changes: Comprehensive multi-agent quality review. +**Review is read-only.** Reviewers may create findings, verdict artifacts, and notes. They must not edit product code, docs, prompts, or workstream files to make the review pass. + --- ## EXECUTE THIS NOW @@ -25,6 +28,8 @@ When user invokes `@review F{XX}`: 1. **Run CLI:** `sdp quality all` 2. **Spawn 7 subagents IN PARALLEL** (use your platform's subagent spawn). **DO NOT skip.** CLI is basic; full review needs subagents. +**Scope discipline:** Review touched feature scope first. Repo-wide drift outside the changed scope can be noted, but it is non-blocking unless the current feature introduced it. + **Roles:** qa, security, devops, sre, techlead, docs, promptops **Per-subagent task template** (replace F{XX}, round-N, {role}): @@ -39,13 +44,13 @@ When user invokes `@review F{XX}`: For Go files, also check whether the change keeps or improves modern stdlib usage (`slices`, `maps`, `strings.Cut`, `strings.CutPrefix`, `any`) instead of preserving avoidable legacy patterns. -For each finding: `bd create --silent --labels "review-finding,F{XX},round-1,{role}" --priority={0-3} --type=bug`. Output: `FINDINGS_CREATED: id1 id2` or `FINDINGS_CREATED: (none)`. Output verdict: `PASS` or `FAIL`. +For each finding: `sdp beads create --silent --labels "review-finding,F{XX},round-1,{role}" --priority={0-3} --type=bug`. Output: `FINDINGS_CREATED: id1 id2` or `FINDINGS_CREATED: (none)`. Output verdict: `PASS` or `FAIL`. **Role files:** `agents/qa.md`, `agents/security.md`, `agents/devops.md`, `agents/sre.md`, `agents/tech-lead.md`. Docs and PromptOps: inline (see below). -**Docs expert:** Check drift (`sdp drift detect`), AC coverage (jq `.ac_evidence|length` vs WS file). Labels: `review-finding,F{XX},round-1,docs` +**Docs expert:** Check drift (`sdp drift detect`) and AC coverage only for changed docs, workstream specs, and user-facing/help text touched by the feature. Unrelated repo-wide docs drift is P2/non-blocking. Labels: `review-finding,F{XX},round-1,docs` -**PromptOps expert:** Review sdp/prompts/skills, agents, commands. Check: language-agnostic, no phantom CLI, no handoff lists, skill size ≤200 LOC. Labels: `review-finding,F{XX},round-1,promptops`. Output `checks` array: `[{"check_id":"language-agnostic","status":"pass","note":"..."},{"check_id":"no-phantom-cli","status":"pass"},...]` per schema/review-verdict.schema.json. +**PromptOps expert:** Review `sdp/prompts/skills`, agents, and commands only when this feature changed them or when the active workflow path is the direct source of failure. Check: language-agnostic, no phantom CLI, no handoff lists, skill size ≤200 LOC. Labels: `review-finding,F{XX},round-1,promptops`. Output `checks` array: `[{"check_id":"language-agnostic","status":"pass","note":"..."},{"check_id":"no-phantom-cli","status":"pass"},...]` per schema/review-verdict.schema.json. --- @@ -84,7 +89,7 @@ Run `@design phase4-remediation` with findings to create workstreams. ## Beads -`bd create --title "{AREA}: {desc}" --priority {0-3} --labels "review-finding,F{XX},round-{N},{role}" --type bug --silent` +`sdp beads create --title "{AREA}: {desc}" --priority {0-3} --labels "review-finding,F{XX},round-{N},{role}" --type bug --silent` Replace `F{NNN}` with feature ID, `round-{N}` with iteration (e.g. round-1), `{role}` with qa/security/devops/sre/techlead/docs. @@ -96,19 +101,19 @@ After creating findings, include in subagent output: `FINDINGS_CREATED: id1 id2 **Good P0 finding (Security):** ``` -bd create --title "Security: auth bypass via missing role check in API handler" --priority 0 --labels "review-finding,,round-1,security" --type bug --silent +sdp beads create --title "Security: auth bypass via missing role check in API handler" --priority 0 --labels "review-finding,,round-1,security" --type bug --silent ``` Reason: Exploitable in production; attacker can bypass auth. Include file:line. **Good P2 finding (style):** ``` -bd create --title "Docs: typo in README deployment section" --priority 2 --labels "review-finding,,round-1,docs" --type bug --silent +sdp beads create --title "Docs: typo in README deployment section" --priority 2 --labels "review-finding,,round-1,docs" --type bug --silent ``` Reason: Maintenance debt, not blocking. **Bad — vague finding (no file:line):** ``` -bd create --title "Security: possible vulnerability" --priority 0 ... +sdp beads create --title "Security: possible vulnerability" --priority 0 ... ``` Reason: P0 requires evidence. Add file:line or downgrade to P2. diff --git a/schema/index.json b/schema/index.json index 06670746..b4273dbf 100644 --- a/schema/index.json +++ b/schema/index.json @@ -11,6 +11,23 @@ { "id": "review-verdict", "path": "review-verdict.schema.json", "title": "SDP Review Verdict" }, { "id": "ws-verdict", "path": "ws-verdict.schema.json", "title": "SDP Workstream Verdict" }, { "id": "next-action", "path": "next-action.schema.json", "title": "SDP Next Action" }, + { "id": "reality-claim", "path": "reality/claim.schema.json", "title": "RealityClaim" }, + { "id": "reality-source", "path": "reality/source.schema.json", "title": "RealitySource" }, + { "id": "reality-summary", "path": "reality/reality-summary.schema.json", "title": "RealitySummary" }, + { "id": "reality-feature-inventory", "path": "reality/feature-inventory.schema.json", "title": "FeatureInventory" }, + { "id": "reality-architecture-map", "path": "reality/architecture-map.schema.json", "title": "ArchitectureMap" }, + { "id": "reality-integration-map", "path": "reality/integration-map.schema.json", "title": "IntegrationMap" }, + { "id": "reality-quality-report", "path": "reality/quality-report.schema.json", "title": "QualityReport" }, + { "id": "reality-drift-report", "path": "reality/drift-report.schema.json", "title": "DriftReport" }, + { "id": "reality-readiness-report", "path": "reality/readiness-report.schema.json", "title": "ReadinessReport" }, + { "id": "reality-repo-memory", "path": "reality/repo-memory.schema.json", "title": "RealityRepoMemory" }, + { "id": "reality-conflicts-report", "path": "reality/conflicts-report.schema.json", "title": "RealityConflictsReport" }, + { "id": "reality-intent-gap-report", "path": "reality/intent-gap-report.schema.json", "title": "RealityIntentGapReport" }, + { "id": "reality-bootstrap-backlog", "path": "reality/bootstrap-backlog.schema.json", "title": "RealityBootstrapBacklog" }, + { "id": "reality-agent-readiness-plan", "path": "reality/agent-readiness-plan.schema.json", "title": "RealityAgentReadinessPlan" }, + { "id": "reality-c4-system-context", "path": "reality/c4-system-context.schema.json", "title": "RealityC4SystemContext" }, + { "id": "reality-c4-container", "path": "reality/c4-container.schema.json", "title": "RealityC4Container" }, + { "id": "reality-c4-component", "path": "reality/c4-component.schema.json", "title": "RealityC4Component" }, { "id": "instructions", "path": "contracts/instructions.schema.json", "title": "Instruction Payload Contract" }, { "id": "status-view", "path": "contracts/status-view.schema.json", "title": "Status View Contract" }, { "id": "orchestration-event", "path": "contracts/orchestration-event.schema.json", "title": "Orchestration Event Contract" }, diff --git a/schema/reality/agent-readiness-plan.schema.json b/schema/reality/agent-readiness-plan.schema.json new file mode 100644 index 00000000..9bef7f80 --- /dev/null +++ b/schema/reality/agent-readiness-plan.schema.json @@ -0,0 +1,136 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/agent-readiness-plan/v1", + "title": "RealityAgentReadinessPlan", + "description": "Phased plan for taking a system from current to target agent readiness.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "current_verdict", + "target_verdict", + "phases" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "current_verdict": { + "type": "string", + "enum": [ + "ready", + "ready_with_constraints", + "not_ready" + ] + }, + "target_verdict": { + "type": "string", + "enum": [ + "ready", + "ready_with_constraints", + "not_ready" + ] + }, + "phases": { + "type": "array", + "minItems": 1, + "items": { + "type": "object", + "required": [ + "phase_id", + "title", + "objective" + ], + "properties": { + "phase_id": { + "type": "string", + "minLength": 1 + }, + "title": { + "type": "string", + "minLength": 1 + }, + "objective": { + "type": "string", + "minLength": 1 + }, + "allowed_scope": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "blocked_zones": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "required_evidence": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "verification_requirements": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "exit_criteria": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "justification_claim_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + }, + "additionalProperties": false + } + }, + "key_risks": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "sequencing_notes": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/schema/reality/architecture-map.schema.json b/schema/reality/architecture-map.schema.json new file mode 100644 index 00000000..bb3d53e7 --- /dev/null +++ b/schema/reality/architecture-map.schema.json @@ -0,0 +1,118 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/architecture-map/v1", + "title": "ArchitectureMap", + "description": "System architecture graph reconstructed by reality.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "nodes", + "edges" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "nodes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "node_id", + "name", + "kind" + ], + "properties": { + "node_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "kind": { + "type": "string" + }, + "boundary": { + "type": "string" + }, + "repo": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "additionalProperties": false + } + }, + "edges": { + "type": "array", + "items": { + "type": "object", + "required": [ + "from", + "to", + "relation" + ], + "properties": { + "from": { + "type": "string" + }, + "to": { + "type": "string" + }, + "relation": { + "type": "string" + }, + "confidence": { + "type": "number", + "minimum": 0, + "maximum": 1 + } + }, + "additionalProperties": false + } + }, + "hotspots": { + "type": "array", + "items": { + "type": "object", + "required": [ + "node_id", + "reason" + ], + "properties": { + "node_id": { + "type": "string" + }, + "reason": { + "type": "string" + }, + "severity": { + "type": "string" + } + }, + "additionalProperties": false + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/schema/reality/bootstrap-backlog.schema.json b/schema/reality/bootstrap-backlog.schema.json new file mode 100644 index 00000000..4dc6f10b --- /dev/null +++ b/schema/reality/bootstrap-backlog.schema.json @@ -0,0 +1,130 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/bootstrap-backlog/v1", + "title": "RealityBootstrapBacklog", + "description": "Bootstrap workstream backlog synthesized by reality-pro.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "workstreams" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "workstreams": { + "type": "array", + "minItems": 1, + "items": { + "type": "object", + "required": [ + "backlog_id", + "title", + "goal", + "priority", + "status" + ], + "properties": { + "backlog_id": { + "type": "string", + "minLength": 1 + }, + "title": { + "type": "string", + "minLength": 1 + }, + "goal": { + "type": "string", + "minLength": 1 + }, + "priority": { + "type": "string", + "enum": [ + "P0", + "P1", + "P2", + "P3" + ] + }, + "status": { + "type": "string", + "enum": [ + "proposed", + "sequenced", + "blocked" + ] + }, + "scope": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "repositories": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "evidence_claim_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "dependencies": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "recommended_agent": { + "type": "string" + }, + "rationale": { + "type": "string" + }, + "risk_level": { + "type": "string", + "enum": [ + "low", + "medium", + "high" + ] + }, + "exit_criteria": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + }, + "additionalProperties": false + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/schema/reality/c4-component.schema.json b/schema/reality/c4-component.schema.json new file mode 100644 index 00000000..909c6a40 --- /dev/null +++ b/schema/reality/c4-component.schema.json @@ -0,0 +1,140 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/c4-component/v1", + "title": "RealityC4Component", + "description": "Component view emitted by reality-pro.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "container_id", + "components", + "relationships" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "container_id": { + "type": "string", + "minLength": 1 + }, + "components": { + "type": "array", + "minItems": 1, + "items": { + "$ref": "#/$defs/component" + } + }, + "relationships": { + "type": "array", + "minItems": 1, + "items": { + "$ref": "#/$defs/relationship" + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "$defs": { + "component": { + "type": "object", + "required": [ + "component_id", + "name", + "paths" + ], + "properties": { + "component_id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + }, + "description": { + "type": "string" + }, + "technology": { + "type": "string" + }, + "paths": { + "type": "array", + "minItems": 1, + "items": { + "type": "string", + "minLength": 1 + } + }, + "interfaces": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "responsibilities": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + }, + "additionalProperties": false + }, + "relationship": { + "type": "object", + "required": [ + "relationship_id", + "from", + "to", + "description" + ], + "properties": { + "relationship_id": { + "type": "string", + "minLength": 1 + }, + "from": { + "type": "string", + "minLength": 1 + }, + "to": { + "type": "string", + "minLength": 1 + }, + "description": { + "type": "string", + "minLength": 1 + }, + "technology": { + "type": "string" + }, + "confidence": { + "type": "number", + "minimum": 0, + "maximum": 1 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false +} diff --git a/schema/reality/c4-container.schema.json b/schema/reality/c4-container.schema.json new file mode 100644 index 00000000..603b095f --- /dev/null +++ b/schema/reality/c4-container.schema.json @@ -0,0 +1,136 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/c4-container/v1", + "title": "RealityC4Container", + "description": "Container view emitted by reality-pro.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "system_name", + "containers", + "relationships" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "system_name": { + "type": "string", + "minLength": 1 + }, + "containers": { + "type": "array", + "minItems": 1, + "items": { + "$ref": "#/$defs/container" + } + }, + "relationships": { + "type": "array", + "minItems": 1, + "items": { + "$ref": "#/$defs/relationship" + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "$defs": { + "container": { + "type": "object", + "required": [ + "container_id", + "name", + "technology" + ], + "properties": { + "container_id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + }, + "description": { + "type": "string" + }, + "technology": { + "type": "string", + "minLength": 1 + }, + "boundary": { + "type": "string", + "enum": [ + "internal", + "external" + ] + }, + "repo_id": { + "type": "string" + }, + "responsibilities": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + }, + "additionalProperties": false + }, + "relationship": { + "type": "object", + "required": [ + "relationship_id", + "from", + "to", + "description" + ], + "properties": { + "relationship_id": { + "type": "string", + "minLength": 1 + }, + "from": { + "type": "string", + "minLength": 1 + }, + "to": { + "type": "string", + "minLength": 1 + }, + "description": { + "type": "string", + "minLength": 1 + }, + "technology": { + "type": "string" + }, + "confidence": { + "type": "number", + "minimum": 0, + "maximum": 1 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false +} diff --git a/schema/reality/c4-system-context.schema.json b/schema/reality/c4-system-context.schema.json new file mode 100644 index 00000000..4bf26c5e --- /dev/null +++ b/schema/reality/c4-system-context.schema.json @@ -0,0 +1,181 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/c4-system-context/v1", + "title": "RealityC4SystemContext", + "description": "System context view emitted by reality-pro.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "scope", + "systems", + "relationships" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "scope": { + "type": "object", + "required": [ + "system_name", + "repos" + ], + "properties": { + "system_name": { + "type": "string", + "minLength": 1 + }, + "repos": { + "type": "array", + "minItems": 1, + "items": { + "type": "string", + "minLength": 1 + } + } + }, + "additionalProperties": false + }, + "people": { + "type": "array", + "items": { + "$ref": "#/$defs/person" + } + }, + "systems": { + "type": "array", + "minItems": 1, + "items": { + "$ref": "#/$defs/system" + } + }, + "relationships": { + "type": "array", + "minItems": 1, + "items": { + "$ref": "#/$defs/relationship" + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "$defs": { + "person": { + "type": "object", + "required": [ + "person_id", + "name" + ], + "properties": { + "person_id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + }, + "description": { + "type": "string" + } + }, + "additionalProperties": false + }, + "system": { + "type": "object", + "required": [ + "system_id", + "name", + "boundary" + ], + "properties": { + "system_id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + }, + "boundary": { + "type": "string", + "enum": [ + "internal", + "external" + ] + }, + "description": { + "type": "string" + }, + "repo_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "tags": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + }, + "additionalProperties": false + }, + "relationship": { + "type": "object", + "required": [ + "relationship_id", + "from", + "to", + "description" + ], + "properties": { + "relationship_id": { + "type": "string", + "minLength": 1 + }, + "from": { + "type": "string", + "minLength": 1 + }, + "to": { + "type": "string", + "minLength": 1 + }, + "description": { + "type": "string", + "minLength": 1 + }, + "technology": { + "type": "string" + }, + "confidence": { + "type": "number", + "minimum": 0, + "maximum": 1 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false +} diff --git a/schema/reality/claim.schema.json b/schema/reality/claim.schema.json new file mode 100644 index 00000000..e17c5737 --- /dev/null +++ b/schema/reality/claim.schema.json @@ -0,0 +1,102 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/claim/v1", + "title": "RealityClaim", + "description": "Normalized claim used across reality and reality-pro artifacts.", + "type": "object", + "required": [ + "claim_id", + "title", + "statement", + "status", + "confidence", + "source_ids", + "review_state" + ], + "properties": { + "claim_id": { + "type": "string", + "minLength": 1 + }, + "title": { + "type": "string", + "minLength": 1 + }, + "statement": { + "type": "string", + "minLength": 1 + }, + "status": { + "type": "string", + "enum": [ + "observed", + "documented", + "inferred", + "conflicted", + "unknown" + ] + }, + "confidence": { + "type": "number", + "minimum": 0, + "maximum": 1 + }, + "source_ids": { + "type": "array", + "minItems": 1, + "items": { + "type": "string", + "minLength": 1 + } + }, + "review_state": { + "type": "string", + "enum": [ + "unreviewed", + "cross_checked", + "challenged", + "arbitrated" + ] + }, + "affected_repos": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "affected_paths": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "affected_components": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "counter_evidence": { + "type": "array", + "items": { + "type": "string" + } + }, + "open_questions": { + "type": "array", + "items": { + "type": "string" + } + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false +} diff --git a/schema/reality/conflicts-report.schema.json b/schema/reality/conflicts-report.schema.json new file mode 100644 index 00000000..c387ebd7 --- /dev/null +++ b/schema/reality/conflicts-report.schema.json @@ -0,0 +1,97 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/conflicts-report/v1", + "title": "RealityConflictsReport", + "description": "Arbitrated disagreement report for reality-pro findings.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "conflicts" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "conflicts": { + "type": "array", + "items": { + "type": "object", + "required": [ + "conflict_id", + "summary", + "competing_claim_ids", + "severity", + "status" + ], + "properties": { + "conflict_id": { + "type": "string", + "minLength": 1 + }, + "summary": { + "type": "string", + "minLength": 1 + }, + "competing_claim_ids": { + "type": "array", + "minItems": 2, + "items": { + "type": "string", + "minLength": 1 + } + }, + "severity": { + "type": "string", + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + "status": { + "type": "string", + "enum": [ + "open", + "triaged", + "arbitrated" + ] + }, + "arbitrated_claim_id": { + "type": "string" + }, + "resolution_notes": { + "type": "string" + }, + "source_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + }, + "additionalProperties": false + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/schema/reality/drift-report.schema.json b/schema/reality/drift-report.schema.json new file mode 100644 index 00000000..0bf20d00 --- /dev/null +++ b/schema/reality/drift-report.schema.json @@ -0,0 +1,76 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/drift-report/v1", + "title": "DriftReport", + "description": "Documentation and intent drift report from a reality run.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "contradictions" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "contradictions": { + "type": "array", + "items": { + "type": "object", + "required": [ + "contradiction_id", + "summary", + "left_claim_id", + "right_claim_id" + ], + "properties": { + "contradiction_id": { + "type": "string" + }, + "summary": { + "type": "string" + }, + "left_claim_id": { + "type": "string" + }, + "right_claim_id": { + "type": "string" + }, + "resolution_state": { + "type": "string", + "enum": [ + "open", + "triaged", + "resolved" + ] + } + }, + "additionalProperties": false + } + }, + "unresolved_questions": { + "type": "array", + "items": { + "type": "string" + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/schema/reality/feature-inventory.schema.json b/schema/reality/feature-inventory.schema.json new file mode 100644 index 00000000..46a05a62 --- /dev/null +++ b/schema/reality/feature-inventory.schema.json @@ -0,0 +1,90 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/feature-inventory/v1", + "title": "FeatureInventory", + "description": "Reconstructed feature inventory from a reality run.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "features" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "features": { + "type": "array", + "items": { + "type": "object", + "required": [ + "feature_id", + "title", + "summary", + "status", + "evidence_claim_ids", + "confidence", + "mapped_components" + ], + "properties": { + "feature_id": { + "type": "string", + "minLength": 1 + }, + "title": { + "type": "string", + "minLength": 1 + }, + "summary": { + "type": "string" + }, + "status": { + "type": "string", + "enum": [ + "implemented", + "partial", + "candidate", + "dead" + ] + }, + "evidence_claim_ids": { + "type": "array", + "items": { + "type": "string" + } + }, + "confidence": { + "type": "number", + "minimum": 0, + "maximum": 1 + }, + "mapped_components": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/schema/reality/integration-map.schema.json b/schema/reality/integration-map.schema.json new file mode 100644 index 00000000..0d5a495a --- /dev/null +++ b/schema/reality/integration-map.schema.json @@ -0,0 +1,74 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/integration-map/v1", + "title": "IntegrationMap", + "description": "Integration inventory reconstructed by reality.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "integrations" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "integrations": { + "type": "array", + "items": { + "type": "object", + "required": [ + "integration_id", + "integration_type", + "producer", + "consumer", + "confidence" + ], + "properties": { + "integration_id": { + "type": "string" + }, + "integration_type": { + "type": "string" + }, + "producer": { + "type": "string" + }, + "consumer": { + "type": "string" + }, + "contract_type": { + "type": "string" + }, + "confidence": { + "type": "number", + "minimum": 0, + "maximum": 1 + }, + "risk_notes": { + "type": "string" + } + }, + "additionalProperties": false + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/schema/reality/intent-gap-report.schema.json b/schema/reality/intent-gap-report.schema.json new file mode 100644 index 00000000..97350ade --- /dev/null +++ b/schema/reality/intent-gap-report.schema.json @@ -0,0 +1,117 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/intent-gap-report/v1", + "title": "RealityIntentGapReport", + "description": "Plan-vs-implementation gap report for reality-pro.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "gaps" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "gaps": { + "type": "array", + "items": { + "type": "object", + "required": [ + "gap_id", + "title", + "expected_state", + "observed_state", + "gap_type", + "severity", + "status" + ], + "properties": { + "gap_id": { + "type": "string", + "minLength": 1 + }, + "title": { + "type": "string", + "minLength": 1 + }, + "expected_state": { + "type": "string", + "minLength": 1 + }, + "observed_state": { + "type": "string", + "minLength": 1 + }, + "gap_type": { + "type": "string", + "enum": [ + "missing", + "partial", + "contradicted", + "ambiguous" + ] + }, + "severity": { + "type": "string", + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + "status": { + "type": "string", + "enum": [ + "open", + "triaged", + "accepted", + "resolved" + ] + }, + "supporting_claim_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "affected_repos": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "recommended_actions": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + }, + "additionalProperties": false + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/schema/reality/quality-report.schema.json b/schema/reality/quality-report.schema.json new file mode 100644 index 00000000..0a570581 --- /dev/null +++ b/schema/reality/quality-report.schema.json @@ -0,0 +1,104 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/quality-report/v1", + "title": "QualityReport", + "description": "Quality and test posture baseline from a reality run.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "findings" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "analysis_mode": { + "type": "string" + }, + "analysis_focus": { + "type": "string" + }, + "findings": { + "type": "array", + "items": { + "type": "object", + "required": [ + "finding_id", + "title", + "severity", + "claim_ids" + ], + "properties": { + "finding_id": { + "type": "string" + }, + "title": { + "type": "string" + }, + "severity": { + "type": "string", + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + "description": { + "type": "string" + }, + "claim_ids": { + "type": "array", + "minItems": 1, + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + } + }, + "hotspot_ranking": { + "type": "array", + "items": { + "type": "object", + "required": [ + "path", + "score" + ], + "properties": { + "path": { + "type": "string" + }, + "score": { + "type": "number", + "minimum": 0 + }, + "reason": { + "type": "string" + } + }, + "additionalProperties": false + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/schema/reality/readiness-report.schema.json b/schema/reality/readiness-report.schema.json new file mode 100644 index 00000000..9ba6d829 --- /dev/null +++ b/schema/reality/readiness-report.schema.json @@ -0,0 +1,111 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/readiness-report/v1", + "title": "ReadinessReport", + "description": "Agent-readiness baseline from a reality run.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "verdict", + "dimensions", + "justification_claim_ids" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "verdict": { + "type": "string", + "enum": [ + "ready", + "ready_with_constraints", + "not_ready" + ] + }, + "dimensions": { + "type": "object", + "required": [ + "boundary_clarity", + "verification_coverage", + "hotspot_concentration", + "integration_fragility", + "documentation_trust_level" + ], + "properties": { + "boundary_clarity": { + "$ref": "#/$defs/dimensionScore" + }, + "verification_coverage": { + "$ref": "#/$defs/dimensionScore" + }, + "hotspot_concentration": { + "$ref": "#/$defs/dimensionScore" + }, + "integration_fragility": { + "$ref": "#/$defs/dimensionScore" + }, + "documentation_trust_level": { + "$ref": "#/$defs/dimensionScore" + } + }, + "additionalProperties": false + }, + "justification_claim_ids": { + "type": "array", + "minItems": 1, + "items": { + "type": "string" + } + }, + "constraints": { + "type": "array", + "items": { + "type": "string" + } + }, + "suggested_workstreams": { + "type": "array", + "items": { + "type": "string" + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "$defs": { + "dimensionScore": { + "type": "object", + "required": [ + "score" + ], + "properties": { + "score": { + "type": "number", + "minimum": 0, + "maximum": 1 + }, + "note": { + "type": "string" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false +} diff --git a/schema/reality/reality-summary.schema.json b/schema/reality/reality-summary.schema.json new file mode 100644 index 00000000..6997c253 --- /dev/null +++ b/schema/reality/reality-summary.schema.json @@ -0,0 +1,107 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/reality-summary/v1", + "title": "RealitySummary", + "description": "Top-level summary artifact for a reality run.", + "type": "object", + "required": [ + "spec_version", + "run_id", + "generated_at", + "scope", + "readiness_verdict", + "top_finding_claim_ids", + "artifacts" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "run_id": { + "type": "string", + "minLength": 1 + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "scope": { + "type": "object", + "required": [ + "repos" + ], + "properties": { + "repos": { + "type": "array", + "minItems": 1, + "items": { + "type": "string" + } + }, + "mode": { + "type": "string" + }, + "focus": { + "type": "string" + } + }, + "additionalProperties": false + }, + "readiness_verdict": { + "type": "string", + "enum": [ + "ready", + "ready_with_constraints", + "not_ready" + ] + }, + "top_finding_claim_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "review_strategy": { + "type": "object", + "required": [ + "primary", + "secondary", + "scope" + ], + "properties": { + "primary": { + "type": "string" + }, + "secondary": { + "type": "string" + }, + "scope": { + "type": "string" + } + }, + "additionalProperties": false + }, + "artifacts": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/schema/reality/repo-memory.schema.json b/schema/reality/repo-memory.schema.json new file mode 100644 index 00000000..fd86df7c --- /dev/null +++ b/schema/reality/repo-memory.schema.json @@ -0,0 +1,245 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/repo-memory/v1", + "title": "RealityRepoMemory", + "description": "Persistent normalized repository memory for reality-pro.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "repos", + "module_summaries", + "unresolved_questions" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "repos": { + "type": "array", + "minItems": 1, + "items": { + "type": "object", + "required": [ + "repo_id", + "name", + "root_path" + ], + "properties": { + "repo_id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + }, + "root_path": { + "type": "string", + "minLength": 1 + }, + "role": { + "type": "string" + }, + "summary": { + "type": "string" + }, + "last_indexed_at": { + "type": "string", + "format": "date-time" + } + }, + "additionalProperties": false + } + }, + "glossary_terms": { + "type": "array", + "items": { + "type": "object", + "required": [ + "term", + "definition" + ], + "properties": { + "term": { + "type": "string", + "minLength": 1 + }, + "definition": { + "type": "string", + "minLength": 1 + }, + "source_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + }, + "additionalProperties": false + } + }, + "module_summaries": { + "type": "array", + "minItems": 1, + "items": { + "type": "object", + "required": [ + "module_id", + "repo_id", + "summary" + ], + "properties": { + "module_id": { + "type": "string", + "minLength": 1 + }, + "repo_id": { + "type": "string", + "minLength": 1 + }, + "summary": { + "type": "string", + "minLength": 1 + }, + "paths": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "interfaces": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "risk_level": { + "type": "string", + "enum": [ + "low", + "medium", + "high" + ] + } + }, + "additionalProperties": false + } + }, + "feature_mappings": { + "type": "array", + "items": { + "type": "object", + "required": [ + "feature_id", + "title", + "confidence" + ], + "properties": { + "feature_id": { + "type": "string", + "minLength": 1 + }, + "title": { + "type": "string", + "minLength": 1 + }, + "repo_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "component_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "confidence": { + "type": "number", + "minimum": 0, + "maximum": 1 + } + }, + "additionalProperties": false + } + }, + "previous_validated_claim_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "unresolved_questions": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "hotspots": { + "type": "array", + "items": { + "type": "object", + "required": [ + "hotspot_id", + "repo_id", + "path", + "reason" + ], + "properties": { + "hotspot_id": { + "type": "string", + "minLength": 1 + }, + "repo_id": { + "type": "string", + "minLength": 1 + }, + "path": { + "type": "string", + "minLength": 1 + }, + "reason": { + "type": "string", + "minLength": 1 + }, + "severity": { + "type": "string", + "enum": [ + "low", + "medium", + "high" + ] + } + }, + "additionalProperties": false + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/schema/reality/source.schema.json b/schema/reality/source.schema.json new file mode 100644 index 00000000..6e05e883 --- /dev/null +++ b/schema/reality/source.schema.json @@ -0,0 +1,79 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/source/v1", + "title": "RealitySource", + "description": "Normalized source reference used across reality and reality-pro artifacts.", + "type": "object", + "required": [ + "source_id", + "kind", + "locator", + "revision" + ], + "properties": { + "source_id": { + "type": "string", + "minLength": 1 + }, + "kind": { + "type": "string", + "enum": [ + "code", + "test", + "config", + "manifest", + "doc", + "issue", + "pull_request", + "commit", + "runtime_trace", + "external_contract" + ] + }, + "locator": { + "type": "string", + "minLength": 1 + }, + "revision": { + "type": "string", + "minLength": 1 + }, + "repo": { + "type": "string" + }, + "path": { + "type": "string" + }, + "uri": { + "type": "string", + "format": "uri" + }, + "line_range": { + "type": "object", + "required": [ + "start", + "end" + ], + "properties": { + "start": { + "type": "integer", + "minimum": 1 + }, + "end": { + "type": "integer", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "excerpt_hash": { + "type": "string", + "minLength": 1 + }, + "captured_at": { + "type": "string", + "format": "date-time" + } + }, + "additionalProperties": false +} diff --git a/scripts/beads_export.sh b/scripts/beads_export.sh new file mode 100755 index 00000000..5c2a8a8c --- /dev/null +++ b/scripts/beads_export.sh @@ -0,0 +1,14 @@ +#!/usr/bin/env bash +set -euo pipefail + +SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +PROJECT_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd)" +cd "${PROJECT_ROOT}" + +if bd sync --help >/dev/null 2>&1; then + exec bd sync +fi + +# bd >= 0.59 stores issue state in Dolt. Export a repo snapshot so existing +# git-backed workflows continue to publish .beads/issues.jsonl. +bd export -o .beads/issues.jsonl diff --git a/scripts/beads_import_only.sh b/scripts/beads_import_only.sh new file mode 100755 index 00000000..d4e307ae --- /dev/null +++ b/scripts/beads_import_only.sh @@ -0,0 +1,14 @@ +#!/usr/bin/env bash +set -euo pipefail + +SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +PROJECT_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd)" +cd "${PROJECT_ROOT}" + +if bd sync --help >/dev/null 2>&1; then + exec bd sync --import-only +fi + +# bd >= 0.59 removed `bd sync`; rebuild the Dolt-backed database from the +# tracked JSONL snapshot so repo-based workflows still have deterministic state. +bd init --from-jsonl --force --quiet --database beads --prefix sdp diff --git a/scripts/install-project.sh b/scripts/install-project.sh index 8769da96..a4ae35f6 100755 --- a/scripts/install-project.sh +++ b/scripts/install-project.sh @@ -215,8 +215,10 @@ fi # Install Git hooks (pre-commit, pre-push) if [ -f hooks/install-git-hooks.sh ]; then - if (cd .. && sh "$SDP_DIR/hooks/install-git-hooks.sh" 2>/dev/null); then - echo "✅ Git hooks installed (pre-commit, pre-push)" + if (cd .. && sh "$SDP_DIR/hooks/install-git-hooks.sh"); then + echo "✅ Git hooks installed (pre-commit, pre-push, post-checkout, post-merge)" + else + echo "⚠️ Git hooks were not installed. Run: (cd .. && sh $SDP_DIR/hooks/install-git-hooks.sh)" fi fi diff --git a/scripts/test-install-project-hooks.sh b/scripts/test-install-project-hooks.sh new file mode 100755 index 00000000..6bd52800 --- /dev/null +++ b/scripts/test-install-project-hooks.sh @@ -0,0 +1,44 @@ +#!/bin/sh +# Regression checks for repo-install hook installation. + +set -eu + +ROOT_DIR=$(CDPATH= cd -- "$(dirname "$0")/.." && pwd) +TMP_DIR=$(mktemp -d) +trap 'rm -rf "$TMP_DIR"' EXIT + +create_project() { + name="$1" + hooks_path="$2" + project_dir="$TMP_DIR/$name" + + mkdir -p "$project_dir/sdp/hooks" + git -C "$project_dir" init >/dev/null 2>&1 + if [ -n "$hooks_path" ]; then + git -C "$project_dir" config core.hooksPath "$hooks_path" + fi + + for hook in install-git-hooks.sh pre-commit.sh pre-push.sh post-checkout.sh post-merge.sh; do + cp "$ROOT_DIR/hooks/$hook" "$project_dir/sdp/hooks/$hook" + chmod +x "$project_dir/sdp/hooks/$hook" + done + + (cd "$project_dir" && sh sdp/hooks/install-git-hooks.sh >/dev/null) + + actual_hooks_dir=$(cd "$project_dir" && git rev-parse --git-path hooks) + for hook in pre-commit pre-push post-checkout post-merge; do + if [ ! -f "$project_dir/$actual_hooks_dir/$hook" ]; then + echo "missing $hook in $actual_hooks_dir for $name" >&2 + exit 1 + fi + if ! grep -q 'SDP-MANAGED-HOOK' "$project_dir/$actual_hooks_dir/$hook"; then + echo "missing SDP marker in $hook for $name" >&2 + exit 1 + fi + done +} + +create_project "default-hooks" "" +create_project "custom-hooks" ".beads/hooks" + +echo "install-project hook regression checks passed" diff --git a/scripts/verify-beads-setup.sh b/scripts/verify-beads-setup.sh index 1b3fa084..520cd745 100755 --- a/scripts/verify-beads-setup.sh +++ b/scripts/verify-beads-setup.sh @@ -53,24 +53,27 @@ echo "4. Checking Beads initialization..." if [ -d ".beads" ]; then echo " ✅ Beads initialized (.beads/ exists)" - # Check database - if [ -f ".beads/beads.db" ]; then - echo " ✅ Beads database exists" + # Check canonical repo snapshot + if [ -f ".beads/issues.jsonl" ]; then + ISSUES=$(wc -l < .beads/issues.jsonl) + echo " ✅ Beads issues.jsonl (${ISSUES} records, canonical repo snapshot)" else - echo " ⚠️ Beads database not found" - echo " Run: bd init" + echo " ⚠️ Beads issues.jsonl not found" + echo " Run: ./scripts/beads_export.sh # or bd init for a fresh repo" fi - # Check JSONL - if [ -f ".beads/issues.jsonl" ]; then - ISSUES=$(wc -l < .beads/issues.jsonl) - echo " ✅ Beads issues.jsonl ($ISSUES issues)" + # Check optional local DB artifact + if [ -f ".beads/beads.db" ]; then + echo " ℹ️ Local/legacy beads.db exists" + elif [ -f ".beads/issues.jsonl" ]; then + echo " ℹ️ beads.db not present (normal for beads >=0.59 repo snapshot workflow)" fi else echo " ⚠️ Beads not initialized" echo "" echo " To initialize Beads:" echo " bd init" + echo " ./scripts/beads_import_only.sh # if the repo already tracks .beads/issues.jsonl" echo "" fi diff --git a/sdp-plugin/.beads/.gitignore b/sdp-plugin/.beads/.gitignore index 22f79637..5f4a6660 100644 --- a/sdp-plugin/.beads/.gitignore +++ b/sdp-plugin/.beads/.gitignore @@ -37,6 +37,7 @@ beads.right.meta.json .sync.lock sync_base.jsonl export-state/ +backup/ # NOTE: Do NOT add negation patterns (e.g., !issues.jsonl) here. # They would override fork protection in .git/info/exclude, allowing diff --git a/sdp-plugin/AGENTS.md b/sdp-plugin/AGENTS.md index df7a4af9..2af6bbf6 100644 --- a/sdp-plugin/AGENTS.md +++ b/sdp-plugin/AGENTS.md @@ -9,7 +9,8 @@ bd ready # Find available work bd show # View issue details bd update --status in_progress # Claim work bd close # Complete work -bd sync # Sync with git +./scripts/beads_import_only.sh # Rebuild local beads DB from tracked JSONL +./scripts/beads_export.sh # Export beads DB back to .beads/issues.jsonl ``` ## Landing the Plane (Session Completion) @@ -24,7 +25,8 @@ bd sync # Sync with git 4. **PUSH TO REMOTE** - This is MANDATORY: ```bash git pull --rebase - bd sync + ./scripts/beads_import_only.sh # if .beads/issues.jsonl changed after pull + ./scripts/beads_export.sh # if you changed beads in this session git push git status # MUST show "up to date with origin" ``` @@ -37,4 +39,3 @@ bd sync # Sync with git - NEVER stop before pushing - that leaves work stranded locally - NEVER say "ready to push when you are" - YOU must push - If push fails, resolve and retry until it succeeds - diff --git a/sdp-plugin/cmd/sdp/beads.go b/sdp-plugin/cmd/sdp/beads.go index 1ef0f59f..cea97054 100644 --- a/sdp-plugin/cmd/sdp/beads.go +++ b/sdp-plugin/cmd/sdp/beads.go @@ -17,19 +17,25 @@ func beadsCmd() *cobra.Command { Commands: ready List available tasks show Show task details + create Create a task and persist repo snapshot update Update task status - sync Synchronize Beads state + close Close a task and persist repo snapshot + sync Export Beads state back to repo snapshot Examples: sdp beads ready + sdp beads create --title "WS 00-001-01: Add parser" --type task sdp beads show sdp-abc sdp beads update sdp-abc --status in_progress + sdp beads close sdp-abc --reason "WS completed" sdp beads sync`, } cmd.AddCommand(beadsReadyCmd()) + cmd.AddCommand(beadsCreateCmd()) cmd.AddCommand(beadsShowCmd()) cmd.AddCommand(beadsUpdateCmd()) + cmd.AddCommand(beadsCloseCmd()) cmd.AddCommand(beadsSyncCmd()) return cmd @@ -92,6 +98,63 @@ func beadsShowCmd() *cobra.Command { } } +func beadsCreateCmd() *cobra.Command { + var ( + title string + issueType string + priority string + labels []string + description string + parent string + silent bool + ) + + cmd := &cobra.Command{ + Use: "create", + Short: "Create a task and persist repo snapshot", + Example: ` sdp beads create --title "WS 00-001-01: Add parser" --type task + sdp beads create --title "Security: missing auth check" --type bug --priority 0 --labels review-finding,F051,security --silent`, + RunE: func(cmd *cobra.Command, args []string) error { + if title == "" { + return fmt.Errorf("%s: --title flag is required", ui.Error("Error")) + } + + client, err := beads.NewClient() + if err != nil { + return fmt.Errorf("failed to create beads client: %w", err) + } + + beadsID, err := client.Create(title, beads.CreateOptions{ + Type: issueType, + Priority: priority, + Labels: labels, + Description: description, + Parent: parent, + Silent: silent, + }) + if err != nil { + return fmt.Errorf("failed to create task: %w", err) + } + if err := client.Sync(); err != nil { + return fmt.Errorf("created task %s but failed to persist snapshot: %w", beadsID, err) + } + + ui.SuccessLine("Created task %s", ui.BoldText(beadsID)) + return nil + }, + } + + cmd.Flags().StringVar(&title, "title", "", "Task title (required)") + cmd.Flags().StringVar(&issueType, "type", "task", "Task type (task, bug, feature, ...)") + cmd.Flags().StringVar(&priority, "priority", "", "Priority value understood by Beads") + cmd.Flags().StringSliceVar(&labels, "labels", nil, "Comma-separated labels") + cmd.Flags().StringVar(&description, "description", "", "Task description") + cmd.Flags().StringVar(&parent, "parent", "", "Parent Beads issue ID") + cmd.Flags().BoolVar(&silent, "silent", false, "Pass --silent to bd create") + + return cmd +} + func beadsUpdateCmd() *cobra.Command { var status string @@ -120,6 +183,9 @@ Valid statuses: if err := client.Update(args[0], status); err != nil { return fmt.Errorf("failed to update task: %w", err) } + if err := client.Sync(); err != nil { + return fmt.Errorf("updated task %s but failed to persist snapshot: %w", args[0], err) + } ui.SuccessLine("Updated task %s to status: %s", args[0], ui.BoldText(status)) @@ -132,10 +198,42 @@ Valid statuses: return cmd } +func beadsCloseCmd() *cobra.Command { + var reason string + + cmd := &cobra.Command{ + Use: "close ", + Short: "Close a task and persist repo snapshot", + Args: cobra.ExactArgs(1), + Example: ` sdp beads close sdp-abc --reason "WS completed" + sdp beads close sdp-def --reason "Duplicate finding"`, + RunE: func(cmd *cobra.Command, args []string) error { + client, err := beads.NewClient() + if err != nil { + return fmt.Errorf("failed to create beads client: %w", err) + } + + if err := client.Close(args[0], reason); err != nil { + return fmt.Errorf("failed to close task: %w", err) + } + if err := client.Sync(); err != nil { + return fmt.Errorf("closed task %s but failed to persist snapshot: %w", args[0], err) + } + + ui.SuccessLine("Closed task %s", ui.BoldText(args[0])) + return nil + }, + } + + cmd.Flags().StringVar(&reason, "reason", "", "Close reason") + + return cmd +} + func beadsSyncCmd() *cobra.Command { return &cobra.Command{ Use: "sync", - Short: "Synchronize Beads state", + Short: "Export Beads state back to repo snapshot", RunE: func(cmd *cobra.Command, args []string) error { client, err := beads.NewClient() if err != nil { @@ -146,7 +244,7 @@ func beadsSyncCmd() *cobra.Command { return fmt.Errorf("failed to synchronize: %w", err) } - ui.SuccessLine("Beads synchronized") + ui.SuccessLine("Beads snapshot exported") return nil }, diff --git a/sdp-plugin/cmd/sdp/cmd_integration_test.go b/sdp-plugin/cmd/sdp/cmd_integration_test.go index 883c2b28..45282940 100644 --- a/sdp-plugin/cmd/sdp/cmd_integration_test.go +++ b/sdp-plugin/cmd/sdp/cmd_integration_test.go @@ -69,6 +69,7 @@ func TestInitCommand(t *testing.T) { // TestBeadsCommand tests the sdp beads command func TestBeadsCommand(t *testing.T) { binaryPath := skipIfBinaryNotBuilt(t) + tmpDir := t.TempDir() tests := []struct { name string @@ -97,6 +98,7 @@ func TestBeadsCommand(t *testing.T) { for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { cmd := exec.Command(binaryPath, tt.args...) + cmd.Dir = tmpDir var stdout, stderr bytes.Buffer cmd.Stdout = &stdout cmd.Stderr = &stderr diff --git a/sdp-plugin/cmd/sdp/help_integration_test.go b/sdp-plugin/cmd/sdp/help_integration_test.go index 4f817335..0ad62da1 100644 --- a/sdp-plugin/cmd/sdp/help_integration_test.go +++ b/sdp-plugin/cmd/sdp/help_integration_test.go @@ -116,6 +116,7 @@ func TestCommandsCoverage(t *testing.T) { "parse", "prd", "quality", + "reality", "skill", "status", "tdd", diff --git a/sdp-plugin/cmd/sdp/main.go b/sdp-plugin/cmd/sdp/main.go index 201320fa..110c0799 100644 --- a/sdp-plugin/cmd/sdp/main.go +++ b/sdp-plugin/cmd/sdp/main.go @@ -27,6 +27,7 @@ func main() { plan Decompose a feature into workstreams apply Execute ready workstreams from the terminal status Show current project state + reality Emit and validate OSS reality baseline artifacts next Recommend the next action to take log Inspect the evidence log demo Run a guided first-success walkthrough @@ -135,6 +136,7 @@ is provided by the Claude Plugin prompts in .claude/.`, rootCmd.AddCommand(tddCmd()) rootCmd.AddCommand(driftCmd()) rootCmd.AddCommand(qualityCmd()) + rootCmd.AddCommand(realityCmd()) rootCmd.AddCommand(watchCmd()) rootCmd.AddCommand(telemetryCmd) rootCmd.AddCommand(checkpointCmd) diff --git a/sdp-plugin/cmd/sdp/reality.go b/sdp-plugin/cmd/sdp/reality.go new file mode 100644 index 00000000..1abf3b24 --- /dev/null +++ b/sdp-plugin/cmd/sdp/reality.go @@ -0,0 +1,133 @@ +package main + +import ( + "fmt" + "path/filepath" + + "github.com/fall-out-bug/sdp/internal/config" + realityemitter "github.com/fall-out-bug/sdp/internal/reality" + "github.com/fall-out-bug/sdp/internal/ui" + "github.com/spf13/cobra" +) + +func realityCmd() *cobra.Command { + var root string + var quick bool + var deep bool + var bootstrapSDP bool + var focus string + + cmd := &cobra.Command{ + Use: "reality", + Short: "Emit and validate OSS reality baseline artifacts", + Long: `Emit and validate OSS reality baseline artifacts. + +OSS command set: + emit-oss Emit the required OSS artifact set into docs/reality and .sdp/reality + validate Validate emitted OSS artifacts against the published reality schema contract`, + } + + emitOSSCmd := &cobra.Command{ + Use: "emit-oss", + Short: "Emit the OSS reality artifact set", + RunE: func(cmd *cobra.Command, args []string) error { + modeCount := 0 + if quick { + modeCount++ + } + if deep { + modeCount++ + } + if bootstrapSDP { + modeCount++ + } + if modeCount > 1 { + return fmt.Errorf("choose only one of --quick, --deep, or --bootstrap-sdp") + } + + projectRoot := root + if projectRoot == "" { + detectedRoot, err := config.FindProjectRoot() + if err != nil { + return fmt.Errorf("find project root: %w", err) + } + projectRoot = detectedRoot + } + + absRoot, err := filepath.Abs(projectRoot) + if err != nil { + return fmt.Errorf("resolve project root: %w", err) + } + + opts := realityemitter.Options{ + Mode: realityemitter.ModeDeep, + Focus: focus, + } + switch { + case quick: + opts.Mode = realityemitter.ModeQuick + case bootstrapSDP: + opts.Mode = realityemitter.ModeBootstrapSDP + case deep: + opts.Mode = realityemitter.ModeDeep + } + + paths, err := realityemitter.EmitOSSWithOptions(absRoot, opts) + if err != nil { + return fmt.Errorf("emit reality OSS artifacts: %w", err) + } + + ui.SuccessLine("Generated %d reality OSS artifact(s) in %s [%s]", len(paths), absRoot, opts.Mode) + for _, path := range paths { + fmt.Printf(" - %s\n", path) + } + + return nil + }, + } + + validateCmd := &cobra.Command{ + Use: "validate", + Short: "Validate emitted OSS reality artifacts", + RunE: func(cmd *cobra.Command, args []string) error { + projectRoot := root + if projectRoot == "" { + detectedRoot, err := config.FindProjectRoot() + if err != nil { + return fmt.Errorf("find project root: %w", err) + } + projectRoot = detectedRoot + } + + absRoot, err := filepath.Abs(projectRoot) + if err != nil { + return fmt.Errorf("resolve project root: %w", err) + } + + validated, err := realityemitter.ValidateOSS(absRoot) + if err != nil { + for _, issue := range validated { + fmt.Fprintf(cmd.ErrOrStderr(), " - %s\n", issue) + } + return fmt.Errorf("validate reality OSS artifacts: %w", err) + } + + ui.SuccessLine("Validated %d reality OSS artifact(s) in %s", len(validated), absRoot) + for _, path := range validated { + fmt.Printf(" - %s\n", path) + } + return nil + }, + } + + emitOSSCmd.Flags().StringVar(&root, "root", "", "Project root path (default: auto-detect from current directory)") + emitOSSCmd.Flags().BoolVar(&quick, "quick", false, "Run the fast baseline mode with reduced detail") + emitOSSCmd.Flags().BoolVar(&deep, "deep", false, "Run the full single-repo baseline mode (default)") + emitOSSCmd.Flags().BoolVar(&bootstrapSDP, "bootstrap-sdp", false, "Prioritize SDP bootstrap recommendations in the emitted artifacts") + emitOSSCmd.Flags().StringVar(&focus, "focus", "", "Optional analysis focus: architecture, quality, testing, docs, security") + validateCmd.Flags().StringVar(&root, "root", "", "Project root path (default: auto-detect from current directory)") + cmd.AddCommand(emitOSSCmd) + cmd.AddCommand(validateCmd) + + return cmd +} diff --git a/sdp-plugin/cmd/sdp/reality_test.go b/sdp-plugin/cmd/sdp/reality_test.go new file mode 100644 index 00000000..ef19b310 --- /dev/null +++ b/sdp-plugin/cmd/sdp/reality_test.go @@ -0,0 +1,168 @@ +package main + +import ( + "encoding/json" + "os" + "path/filepath" + "testing" +) + +func TestRealityCmd(t *testing.T) { + cmd := realityCmd() + + if cmd.Use != "reality" { + t.Fatalf("realityCmd() has wrong use: %s", cmd.Use) + } + + foundEmitOSS := false + foundValidate := false + for _, sub := range cmd.Commands() { + if sub.Name() == "emit-oss" { + foundEmitOSS = true + } + if sub.Name() == "validate" { + foundValidate = true + } + } + if !foundEmitOSS { + t.Fatal("realityCmd() missing emit-oss subcommand") + } + if !foundValidate { + t.Fatal("realityCmd() missing validate subcommand") + } +} + +func TestRealityEmitOSSCmd_WithRoot(t *testing.T) { + tmpDir := t.TempDir() + seedRealityProject(t, tmpDir) + + cmd := realityCmd() + cmd.SetArgs([]string{"emit-oss", "--root", tmpDir}) + + if err := cmd.Execute(); err != nil { + t.Fatalf("reality emit-oss failed: %v", err) + } + + expected := []string{ + ".sdp/reality/reality-summary.json", + ".sdp/reality/feature-inventory.json", + ".sdp/reality/architecture-map.json", + ".sdp/reality/integration-map.json", + ".sdp/reality/quality-report.json", + ".sdp/reality/drift-report.json", + ".sdp/reality/readiness-report.json", + "docs/reality/summary.md", + "docs/reality/architecture.md", + "docs/reality/quality.md", + "docs/reality/bootstrap.md", + } + for _, rel := range expected { + abs := filepath.Join(tmpDir, rel) + if _, err := os.Stat(abs); err != nil { + t.Fatalf("expected artifact missing: %s (%v)", rel, err) + } + } +} + +func TestRealityEmitOSSCmd_WithQuickFocus(t *testing.T) { + tmpDir := t.TempDir() + seedRealityProject(t, tmpDir) + writeRealityFile(t, filepath.Join(tmpDir, "configs", "app.yaml"), "database: postgres\ncache: redis\n") + + cmd := realityCmd() + cmd.SetArgs([]string{"emit-oss", "--root", tmpDir, "--quick", "--focus", "docs"}) + + if err := cmd.Execute(); err != nil { + t.Fatalf("reality emit-oss quick/docs failed: %v", err) + } + + summaryPath := filepath.Join(tmpDir, ".sdp", "reality", "reality-summary.json") + data, err := os.ReadFile(summaryPath) + if err != nil { + t.Fatalf("read summary: %v", err) + } + + var summary map[string]any + if err := json.Unmarshal(data, &summary); err != nil { + t.Fatalf("parse summary: %v", err) + } + + scope, ok := summary["scope"].(map[string]any) + if !ok { + t.Fatalf("summary scope missing or invalid: %#v", summary["scope"]) + } + if scope["mode"] != "quick" { + t.Fatalf("unexpected mode: %v", scope["mode"]) + } + if scope["focus"] != "docs" { + t.Fatalf("unexpected focus: %v", scope["focus"]) + } +} + +func TestRealityEmitOSSCmd_RejectsConflictingModes(t *testing.T) { + tmpDir := t.TempDir() + seedRealityProject(t, tmpDir) + + cmd := realityCmd() + cmd.SetArgs([]string{"emit-oss", "--root", tmpDir, "--quick", "--deep"}) + + if err := cmd.Execute(); err == nil { + t.Fatal("expected conflicting modes to fail") + } +} + +func TestRealityValidateCmd_WithRoot(t *testing.T) { + tmpDir := t.TempDir() + seedRealityProject(t, tmpDir) + + emit := realityCmd() + emit.SetArgs([]string{"emit-oss", "--root", tmpDir}) + if err := emit.Execute(); err != nil { + t.Fatalf("reality emit-oss failed: %v", err) + } + + validate := realityCmd() + validate.SetArgs([]string{"validate", "--root", tmpDir}) + if err := validate.Execute(); err != nil { + t.Fatalf("reality validate failed: %v", err) + } +} + +func TestRealityValidateCmd_FailsOnCorruptArtifact(t *testing.T) { + tmpDir := t.TempDir() + seedRealityProject(t, tmpDir) + + emit := realityCmd() + emit.SetArgs([]string{"emit-oss", "--root", tmpDir}) + if err := emit.Execute(); err != nil { + t.Fatalf("reality emit-oss failed: %v", err) + } + if err := os.WriteFile(filepath.Join(tmpDir, ".sdp", "reality", "quality-report.json"), []byte("{bad json"), 0o644); err != nil { + t.Fatalf("corrupt quality report: %v", err) + } + + validate := realityCmd() + validate.SetArgs([]string{"validate", "--root", tmpDir}) + if err := validate.Execute(); err == nil { + t.Fatal("expected reality validate to fail on corrupt artifact") + } +} + +func seedRealityProject(t *testing.T, root string) { + t.Helper() + + writeRealityFile(t, filepath.Join(root, "cmd", "demo", "main.go"), "package main\n\nfunc main() {}\n") + writeRealityFile(t, filepath.Join(root, "internal", "module", "service.go"), "package module\n\nfunc Enabled() bool { return true }\n") + writeRealityFile(t, filepath.Join(root, "internal", "module", "service_test.go"), "package module\n\nimport \"testing\"\n\nfunc TestEnabled(t *testing.T) {\n\tif !Enabled() {\n\t\tt.Fatal(\"expected true\")\n\t}\n}\n") + writeRealityFile(t, filepath.Join(root, "docs", "specs", "reality", "ARTIFACT-CONTRACT.md"), "# contract\nSee `internal/module/service.go`.\n") +} + +func writeRealityFile(t *testing.T, path, body string) { + t.Helper() + if err := os.MkdirAll(filepath.Dir(path), 0o755); err != nil { + t.Fatalf("mkdir %s: %v", filepath.Dir(path), err) + } + if err := os.WriteFile(path, []byte(body), 0o644); err != nil { + t.Fatalf("write %s: %v", path, err) + } +} diff --git a/sdp-plugin/docs/SECURITY.md b/sdp-plugin/docs/SECURITY.md index 906edc7e..68f41e56 100644 --- a/sdp-plugin/docs/SECURITY.md +++ b/sdp-plugin/docs/SECURITY.md @@ -101,7 +101,8 @@ os.WriteFile(filename, data, 0755) // Git hooks ``` **Protected files:** -- `.beads/beads.db` - Issue tracker data +- `.beads/issues.jsonl` - Tracked Beads snapshot +- `.beads/beads.db` - Optional local legacy/cache artifact - `.oneshot` - Execution state - `~/.config/sdp/telemetry.jsonl` - Usage telemetry - Checkpoint files - Feature execution state diff --git a/sdp-plugin/docs/reference/LIBRARY_CAPABILITIES.md b/sdp-plugin/docs/reference/LIBRARY_CAPABILITIES.md index ec4be21a..afae3675 100644 --- a/sdp-plugin/docs/reference/LIBRARY_CAPABILITIES.md +++ b/sdp-plugin/docs/reference/LIBRARY_CAPABILITIES.md @@ -55,6 +55,6 @@ This reference maps the main Go packages in `sdp-plugin` to the user-visible fun | `internal/sdpinit` | Initialize prompts/config layout, interactive bootstrap, and project type detection | | `internal/memory` | Long-term memory indexing, search, and stats | | `internal/task` | Task creation helpers and workstream-linked task operations | -| `internal/beads` | Beads integration for ready/show/update/sync flows | +| `internal/beads` | Beads integration for ready/create/show/update/close/sync flows with repo snapshot persistence | | `internal/verify` | Verify workstream completion against protocol expectations | | `internal/errors` | Structured error taxonomy and formatted SDP errors | diff --git a/sdp-plugin/docs/workflow-decision.md b/sdp-plugin/docs/workflow-decision.md index bea17c6b..1f86fdaa 100644 --- a/sdp-plugin/docs/workflow-decision.md +++ b/sdp-plugin/docs/workflow-decision.md @@ -7,8 +7,10 @@ Use this guide when choosing between direct CLI execution and Beads-backed task Choose this path when work spans multiple sessions, contributors, or explicit dependencies. - `sdp beads ready` - inspect available tasks +- `sdp beads create --title "..." --type task` - create a tracked task and persist it - `sdp beads show ` - inspect task detail - `sdp beads update ` - update task state +- `sdp beads close --reason "..."` - close a task and persist it - `sdp beads sync` - persist tracker state to the repo - `sdp build ` or `@build 00-001-01` - execute the claimed workstream diff --git a/sdp-plugin/docs/workflows/WS-022_e2e_beads.md b/sdp-plugin/docs/workflows/WS-022_e2e_beads.md index 457b90eb..09a51f99 100644 --- a/sdp-plugin/docs/workflows/WS-022_e2e_beads.md +++ b/sdp-plugin/docs/workflows/WS-022_e2e_beads.md @@ -20,7 +20,7 @@ End-to-end tests with Beads task tracking. ### AC3: Git Integration - [ ] Commits include Beads metadata -- [ ] bd sync works +- [ ] Repo snapshot helpers work (`./scripts/beads_import_only.sh`, `./scripts/beads_export.sh`) - [ ] Beads issues linked to commits ## Scope diff --git a/sdp-plugin/internal/beads/beads_test.go b/sdp-plugin/internal/beads/beads_test.go index 028d61b2..08d38424 100644 --- a/sdp-plugin/internal/beads/beads_test.go +++ b/sdp-plugin/internal/beads/beads_test.go @@ -84,6 +84,13 @@ func TestSyncWithBeadsInstalled(t *testing.T) { t.Skip("Beads CLI not installed") } + tmpDir := t.TempDir() + oldWd, _ := os.Getwd() + t.Cleanup(func() { _ = os.Chdir(oldWd) }) + if err := os.Chdir(tmpDir); err != nil { + t.Fatalf("chdir: %v", err) + } + client, err := NewClient() if err != nil { t.Fatalf("Failed to create client: %v", err) diff --git a/sdp-plugin/internal/beads/client.go b/sdp-plugin/internal/beads/client.go index f895e992..a149c455 100644 --- a/sdp-plugin/internal/beads/client.go +++ b/sdp-plugin/internal/beads/client.go @@ -3,15 +3,21 @@ package beads import ( "bufio" "encoding/json" + "errors" "fmt" "os" + "path/filepath" + "regexp" "strings" + + "github.com/fall-out-bug/sdp/internal/config" ) // Client wraps the Beads CLI for task tracking type Client struct { mappingPath string beadsInstalled bool + projectRoot string } // Task represents a Beads task @@ -22,6 +28,16 @@ type Task struct { Priority string } +// CreateOptions configures bd create invocations. +type CreateOptions struct { + Type string + Priority string + Labels []string + Description string + Parent string + Silent bool +} + // mappingEntry represents a line in the mapping file type mappingEntry struct { SdpID string `json:"sdp_id"` @@ -32,14 +48,19 @@ type mappingEntry struct { // NewClient creates a new Beads client func NewClient() (*Client, error) { beadsInstalled := isBeadsInstalled() - mappingPath, err := findMappingFile() + projectRoot, err := config.FindProjectRoot() if err != nil { - mappingPath = ".beads-sdp-mapping.jsonl" + projectRoot, err = os.Getwd() + if err != nil { + projectRoot = "." + } } + mappingPath := filepath.Join(projectRoot, ".beads-sdp-mapping.jsonl") return &Client{ mappingPath: mappingPath, beadsInstalled: beadsInstalled, + projectRoot: projectRoot, }, nil } @@ -51,6 +72,9 @@ func (c *Client) Ready() ([]Task, error) { output, err := c.runBeadsCommand("ready") if err != nil { + if errors.Is(err, ErrNoBeadsDatabase) { + return []Task{}, nil + } return []Task{}, fmt.Errorf("bd ready failed: %w", err) } @@ -100,6 +124,69 @@ func (c *Client) Update(beadsID string, status string) error { return nil } +// Create creates a Beads issue and returns its ID. +func (c *Client) Create(title string, opts CreateOptions) (string, error) { + if !c.beadsInstalled { + return "", fmt.Errorf("beads CLI not installed") + } + if strings.TrimSpace(title) == "" { + return "", fmt.Errorf("title is required") + } + + args := []string{"create", "--title", title} + if opts.Type != "" { + args = append(args, "--type", opts.Type) + } + if opts.Priority != "" { + args = append(args, "--priority", opts.Priority) + } + if len(opts.Labels) > 0 { + args = append(args, "--labels", strings.Join(opts.Labels, ",")) + } + if opts.Description != "" { + args = append(args, "--description", opts.Description) + } + if opts.Parent != "" { + args = append(args, "--parent", opts.Parent) + } + if opts.Silent { + args = append(args, "--silent") + } + + output, err := c.runBeadsCommand(args...) + if err != nil { + return "", fmt.Errorf("bd create failed: %w", err) + } + + beadsID := parseCreatedTaskID(output) + if beadsID == "" { + return "", fmt.Errorf("bd create succeeded but no beads ID found in output: %q", strings.TrimSpace(output)) + } + + return beadsID, nil +} + +// Close closes a Beads issue with an optional reason. +func (c *Client) Close(beadsID, reason string) error { + if !c.beadsInstalled { + return fmt.Errorf("beads CLI not installed") + } + if strings.TrimSpace(beadsID) == "" { + return fmt.Errorf("beads ID is required") + } + + args := []string{"close", beadsID} + if strings.TrimSpace(reason) != "" { + args = append(args, "--reason", reason) + } + + if _, err := c.runBeadsCommand(args...); err != nil { + return fmt.Errorf("bd close failed: %w", err) + } + + return nil +} + // MapWSToBeads converts workstream ID to Beads ID func (c *Client) MapWSToBeads(wsID string) (string, error) { entries, err := c.readMapping() @@ -136,6 +223,9 @@ func (c *Client) MapBeadsToWS(beadsID string) (string, error) { func (c *Client) readMapping() ([]mappingEntry, error) { file, err := os.Open(c.mappingPath) if err != nil { + if os.IsNotExist(err) { + return []mappingEntry{}, nil + } return nil, fmt.Errorf("failed to open mapping file: %w", err) } defer func() { @@ -196,3 +286,24 @@ func (c *Client) parseTaskList(output string) []Task { } return tasks } + +var createdTaskIDRe = regexp.MustCompile(`\b[a-z][a-z0-9_-]*-[a-z0-9][a-z0-9_-]*\b`) + +func parseCreatedTaskID(output string) string { + for line := range strings.SplitSeq(output, "\n") { + line = strings.TrimSpace(line) + if line == "" { + continue + } + if value, ok := strings.CutPrefix(line, "Created issue:"); ok { + return strings.TrimSpace(value) + } + if value, ok := strings.CutPrefix(line, "Created:"); ok { + return strings.TrimSpace(value) + } + if match := createdTaskIDRe.FindString(line); match != "" { + return match + } + } + return "" +} diff --git a/sdp-plugin/internal/beads/client_with_beads_test.go b/sdp-plugin/internal/beads/client_with_beads_test.go index 3cd34ea1..a62d97ad 100644 --- a/sdp-plugin/internal/beads/client_with_beads_test.go +++ b/sdp-plugin/internal/beads/client_with_beads_test.go @@ -111,6 +111,70 @@ fi } } +func TestCreateWithFakeBeads(t *testing.T) { + tmpDir := t.TempDir() + + bdScript := `#!/bin/bash +if [ "$1" = "create" ]; then + echo "Created issue: sdp-new1" + exit 0 +fi +` + bdPath := filepath.Join(tmpDir, "bd") + if err := os.WriteFile(bdPath, []byte(bdScript), 0755); err != nil { + t.Fatalf("Failed to create fake bd: %v", err) + } + + oldPath := os.Getenv("PATH") + t.Cleanup(func() { os.Setenv("PATH", oldPath) }) + os.Setenv("PATH", tmpDir+string(os.PathListSeparator)+oldPath) + + client, err := NewClient() + if err != nil { + t.Fatalf("NewClient() failed: %v", err) + } + + beadsID, err := client.Create("Test Task", CreateOptions{ + Type: "task", + Priority: "1", + Labels: []string{"review-finding", "qa"}, + Silent: true, + }) + if err != nil { + t.Fatalf("Create() failed: %v", err) + } + if beadsID != "sdp-new1" { + t.Fatalf("expected sdp-new1, got %s", beadsID) + } +} + +func TestCloseWithFakeBeads(t *testing.T) { + tmpDir := t.TempDir() + + bdScript := `#!/bin/bash +if [ "$1" = "close" ]; then + exit 0 +fi +` + bdPath := filepath.Join(tmpDir, "bd") + if err := os.WriteFile(bdPath, []byte(bdScript), 0755); err != nil { + t.Fatalf("Failed to create fake bd: %v", err) + } + + oldPath := os.Getenv("PATH") + t.Cleanup(func() { os.Setenv("PATH", oldPath) }) + os.Setenv("PATH", tmpDir+string(os.PathListSeparator)+oldPath) + + client, err := NewClient() + if err != nil { + t.Fatalf("NewClient() failed: %v", err) + } + + if err := client.Close("sdp-abc", "WS completed"); err != nil { + t.Fatalf("Close() failed: %v", err) + } +} + // TestShowWithInvalidOutput tests Show with invalid output from beads func TestShowWithInvalidOutput(t *testing.T) { // Create a temporary directory with a fake "bd" binary that returns invalid output @@ -321,6 +385,39 @@ fi } } +func TestReadyWithoutDatabaseReturnsEmptySlice(t *testing.T) { + tmpDir := t.TempDir() + + bdScript := `#!/bin/bash +if [ "$1" = "ready" ]; then + echo "Error: no beads database found" >&2 + echo "Hint: run 'bd init' to create a database in the current directory" >&2 + exit 1 +fi +` + bdPath := filepath.Join(tmpDir, "bd") + if err := os.WriteFile(bdPath, []byte(bdScript), 0755); err != nil { + t.Fatalf("Failed to create fake bd: %v", err) + } + + oldPath := os.Getenv("PATH") + t.Cleanup(func() { os.Setenv("PATH", oldPath) }) + os.Setenv("PATH", tmpDir+string(os.PathListSeparator)+oldPath) + + client, err := NewClient() + if err != nil { + t.Fatalf("NewClient() failed: %v", err) + } + + tasks, err := client.Ready() + if err != nil { + t.Fatalf("Ready() should treat missing database as empty, got: %v", err) + } + if len(tasks) != 0 { + t.Fatalf("Expected 0 tasks, got %d", len(tasks)) + } +} + // TestNewClientWithFakeBeads tests NewClient detects fake beads func TestNewClientWithFakeBeads(t *testing.T) { // Create a temporary directory with a fake "bd" binary @@ -448,9 +545,12 @@ func TestReadMappingErrorHandling(t *testing.T) { mappingPath: "/nonexistent/file.jsonl", } - _, err := client.readMapping() - if err == nil { - t.Error("Expected error when reading nonexistent file") + entries, err := client.readMapping() + if err != nil { + t.Fatalf("expected missing mapping file to return empty entries, got: %v", err) + } + if len(entries) != 0 { + t.Fatalf("expected no entries for missing mapping file, got %d", len(entries)) } } @@ -531,9 +631,20 @@ fi func TestSyncWithFakeBeads(t *testing.T) { // Create a temporary directory with a fake "bd" binary tmpDir := t.TempDir() + oldWd, _ := os.Getwd() + t.Cleanup(func() { os.Chdir(oldWd) }) + if err := os.Chdir(tmpDir); err != nil { + t.Fatalf("chdir: %v", err) + } bdScript := `#!/bin/bash if [ "$1" = "sync" ]; then + echo 'unknown command "sync"' >&2 + exit 1 +fi +if [ "$1" = "export" ] && [ "$2" = "-o" ]; then + mkdir -p "$(dirname "$3")" + printf '{"id":"sdp-1"}\n' > "$3" exit 0 fi ` @@ -555,16 +666,28 @@ fi if err != nil { t.Errorf("Sync() failed: %v", err) } + if _, err := os.Stat(filepath.Join(".beads", "issues.jsonl")); err != nil { + t.Fatalf("expected export fallback to create .beads/issues.jsonl: %v", err) + } } // TestSyncWithError tests Sync when beads command fails func TestSyncWithError(t *testing.T) { // Create a temporary directory with a fake "bd" binary tmpDir := t.TempDir() + oldWd, _ := os.Getwd() + t.Cleanup(func() { os.Chdir(oldWd) }) + if err := os.Chdir(tmpDir); err != nil { + t.Fatalf("chdir: %v", err) + } bdScript := `#!/bin/bash if [ "$1" = "sync" ]; then - echo "Sync failed" >&2 + echo 'unknown command "sync"' >&2 + exit 1 +fi +if [ "$1" = "export" ]; then + echo "Export failed" >&2 exit 1 fi ` @@ -586,4 +709,7 @@ fi if err == nil { t.Error("Expected error when sync fails") } + if err != nil && !strings.Contains(err.Error(), "export fallback failed") { + t.Fatalf("expected export fallback error, got: %v", err) + } } diff --git a/sdp-plugin/internal/beads/sync.go b/sdp-plugin/internal/beads/sync.go index ec14e961..14575257 100644 --- a/sdp-plugin/internal/beads/sync.go +++ b/sdp-plugin/internal/beads/sync.go @@ -2,10 +2,13 @@ package beads import ( "fmt" + "os" "os/exec" + "path/filepath" + "strings" ) -// Sync runs "bd sync" to synchronize Beads state +// Sync exports Beads state back into the tracked repo snapshot. func (c *Client) Sync() error { if !c.beadsInstalled { // Beads not installed, skip sync @@ -13,10 +16,36 @@ func (c *Client) Sync() error { } cmd := exec.Command("bd", "sync") + if c.projectRoot != "" { + cmd.Dir = c.projectRoot + } output, err := cmd.CombinedOutput() - if err != nil { + if err == nil { + return nil + } + + if !strings.Contains(string(output), `unknown command "sync"`) { return fmt.Errorf("bd sync failed: %w\nOutput: %s", err, string(output)) } + snapshotPath := c.issuesSnapshotPath() + if err := os.MkdirAll(filepath.Dir(snapshotPath), 0o755); err != nil { + return fmt.Errorf("create .beads directory: %w", err) + } + + exportCmd := exec.Command("bd", "export", "-o", snapshotPath) + if c.projectRoot != "" { + exportCmd.Dir = c.projectRoot + } + exportOutput, exportErr := exportCmd.CombinedOutput() + if exportErr != nil { + return fmt.Errorf( + "bd sync unavailable and export fallback failed: %w\nSync output: %s\nExport output: %s", + exportErr, + string(output), + string(exportOutput), + ) + } + return nil } diff --git a/sdp-plugin/internal/beads/utils.go b/sdp-plugin/internal/beads/utils.go index b62f22d2..4f232348 100644 --- a/sdp-plugin/internal/beads/utils.go +++ b/sdp-plugin/internal/beads/utils.go @@ -1,16 +1,31 @@ package beads import ( + "errors" "fmt" "os" "os/exec" + "path/filepath" + "strings" ) +var ErrNoBeadsDatabase = errors.New("no beads database found") + // runBeadsCommand executes a Beads CLI command func (c *Client) runBeadsCommand(args ...string) (string, error) { cmd := exec.Command("bd", args...) - output, err := cmd.Output() + if c.projectRoot != "" { + cmd.Dir = c.projectRoot + } + output, err := cmd.CombinedOutput() if err != nil { + trimmed := strings.TrimSpace(string(output)) + if strings.Contains(trimmed, "no beads database found") { + return "", fmt.Errorf("%w: %s", ErrNoBeadsDatabase, trimmed) + } + if trimmed != "" { + return "", fmt.Errorf("command failed: %s: %w", trimmed, err) + } return "", fmt.Errorf("command failed: %w", err) } @@ -39,3 +54,10 @@ func findMappingFile() (string, error) { return "", fmt.Errorf("mapping file not found") } + +func (c *Client) issuesSnapshotPath() string { + if c.projectRoot == "" { + return filepath.Join(".beads", "issues.jsonl") + } + return filepath.Join(c.projectRoot, ".beads", "issues.jsonl") +} diff --git a/sdp-plugin/internal/doctor/doctor_beads.go b/sdp-plugin/internal/doctor/doctor_beads.go new file mode 100644 index 00000000..ed5a6697 --- /dev/null +++ b/sdp-plugin/internal/doctor/doctor_beads.go @@ -0,0 +1,21 @@ +package doctor + +import "os" + +const ( + beadsDir = ".beads" + beadsSnapshot = ".beads/issues.jsonl" + beadsLegacyDB = ".beads/beads.db" +) + +// findBeadsStateArtifact returns the canonical Beads snapshot when present, +// otherwise falls back to a legacy/local beads.db artifact. +func findBeadsStateArtifact() (path string, legacy bool) { + if _, err := os.Stat(beadsSnapshot); err == nil { + return beadsSnapshot, false + } + if _, err := os.Stat(beadsLegacyDB); err == nil { + return beadsLegacyDB, true + } + return "", false +} diff --git a/sdp-plugin/internal/doctor/doctor_checks.go b/sdp-plugin/internal/doctor/doctor_checks.go index 935f4287..d2eb4fd6 100644 --- a/sdp-plugin/internal/doctor/doctor_checks.go +++ b/sdp-plugin/internal/doctor/doctor_checks.go @@ -13,7 +13,7 @@ func checkFilePermissions() CheckResult { // List of sensitive files to check sensitiveFiles := []string{ filepath.Join(os.Getenv("HOME"), ".sdp", "telemetry.jsonl"), - ".beads/beads.db", + beadsDir, ".oneshot", } diff --git a/sdp-plugin/internal/doctor/doctor_deep.go b/sdp-plugin/internal/doctor/doctor_deep.go index adf3e35b..91fecac0 100644 --- a/sdp-plugin/internal/doctor/doctor_deep.go +++ b/sdp-plugin/internal/doctor/doctor_deep.go @@ -40,7 +40,7 @@ func RunDeepChecks() []DeepCheckResult { // Check 3: Workstream circular dependencies results = append(results, checkWorkstreamCircularDeps()) - // Check 4: Beads database integrity + // Check 4: Beads state integrity results = append(results, checkBeadsIntegrity()) // Check 5: Config version compatibility diff --git a/sdp-plugin/internal/doctor/doctor_deep_extra.go b/sdp-plugin/internal/doctor/doctor_deep_extra.go index 286178ff..32bef40f 100644 --- a/sdp-plugin/internal/doctor/doctor_deep_extra.go +++ b/sdp-plugin/internal/doctor/doctor_deep_extra.go @@ -5,57 +5,70 @@ import ( "encoding/hex" "fmt" "os" + "path/filepath" "strings" ) -// checkBeadsIntegrity validates Beads database is healthy +// checkBeadsIntegrity validates the canonical Beads snapshot and tolerates +// a legacy/local beads.db artifact when no snapshot is present. func checkBeadsIntegrity() DeepCheckResult { start := getTime() details := make(map[string]any) - beadsDB := ".beads/beads.db" - if _, err := os.Stat(beadsDB); os.IsNotExist(err) { + beadsPath, legacy := findBeadsStateArtifact() + if beadsPath == "" { return DeepCheckResult{ Check: "Beads Integrity", Status: "warning", Duration: since(start), - Message: "Beads database not found", + Message: "Beads snapshot not found", Details: details, } } - // Check file can be read - content, err := os.ReadFile(beadsDB) + artifact := filepath.Base(beadsPath) + details["artifact"] = artifact + details["legacy"] = legacy + + content, err := os.ReadFile(beadsPath) if err != nil { return DeepCheckResult{ Check: "Beads Integrity", Status: "error", Duration: since(start), - Message: fmt.Sprintf("Cannot read beads.db: %v", err), + Message: fmt.Sprintf("Cannot read %s: %v", artifact, err), Details: details, } } - // Basic integrity: check it's not empty and has expected structure hash := sha256.Sum256(content) details["size"] = len(content) details["hash"] = hex.EncodeToString(hash[:8]) if len(content) == 0 { + message := "Beads snapshot is empty" + if legacy { + message = "Legacy beads.db is empty" + } return DeepCheckResult{ Check: "Beads Integrity", Status: "warning", Duration: since(start), - Message: "Beads database is empty", + Message: message, Details: details, } } + message := fmt.Sprintf("Snapshot OK (%d bytes)", len(content)) + if legacy { + message = fmt.Sprintf("Legacy local DB OK (%d bytes)", len(content)) + } + return DeepCheckResult{ Check: "Beads Integrity", Status: "ok", Duration: since(start), - Message: fmt.Sprintf("Database OK (%d bytes)", len(content)), + Message: message, Details: details, } } diff --git a/sdp-plugin/internal/doctor/doctor_deep_test.go b/sdp-plugin/internal/doctor/doctor_deep_test.go index 33a3a04b..c45ce44d 100644 --- a/sdp-plugin/internal/doctor/doctor_deep_test.go +++ b/sdp-plugin/internal/doctor/doctor_deep_test.go @@ -2,6 +2,7 @@ package doctor import ( "os" + "strings" "testing" ) @@ -143,28 +144,46 @@ func TestCheckBeadsIntegrity(t *testing.T) { os.Chdir(tmpDir) defer os.Chdir(oldWd) - // Test 1: No beads database + // Test 1: No Beads state result := checkBeadsIntegrity() if result.Status != "warning" { t.Errorf("Expected warning when beads missing, got %s", result.Status) } - // Test 2: Empty beads database + // Test 2: Empty canonical snapshot os.MkdirAll(".beads", 0o755) - os.WriteFile(".beads/beads.db", []byte{}, 0644) + os.WriteFile(".beads/issues.jsonl", []byte{}, 0644) result = checkBeadsIntegrity() if result.Status != "warning" { t.Errorf("Expected warning when beads empty, got %s", result.Status) } - // Test 3: Valid beads database - os.WriteFile(".beads/beads.db", []byte("test data"), 0644) + // Test 3: Valid canonical snapshot + os.WriteFile(".beads/issues.jsonl", []byte("{}\n"), 0644) result = checkBeadsIntegrity() if result.Status != "ok" { t.Errorf("Expected ok with valid beads, got %s: %s", result.Status, result.Message) } } +func TestCheckBeadsIntegrity_LegacyDBFallback(t *testing.T) { + tmpDir := t.TempDir() + oldWd, _ := os.Getwd() + os.Chdir(tmpDir) + defer os.Chdir(oldWd) + + os.MkdirAll(".beads", 0o755) + os.WriteFile(".beads/beads.db", []byte("legacy data"), 0644) + + result := checkBeadsIntegrity() + if result.Status != "ok" { + t.Errorf("Expected ok with legacy beads.db fallback, got %s: %s", result.Status, result.Message) + } + if !strings.Contains(result.Message, "Legacy local DB") { + t.Errorf("Expected legacy message, got %q", result.Message) + } +} + func TestCheckConfigVersion(t *testing.T) { tmpDir := t.TempDir() oldWd, _ := os.Getwd() @@ -274,7 +293,7 @@ func TestCheckBeadsIntegrity_ReadError(t *testing.T) { defer os.Chdir(oldWd) os.MkdirAll(".beads", 0o755) - os.WriteFile(".beads/beads.db", []byte("test"), 0000) // No read permissions + os.WriteFile(".beads/issues.jsonl", []byte("{}\n"), 0000) // No read permissions result := checkBeadsIntegrity() if result.Status != "error" { diff --git a/sdp-plugin/internal/doctor/doctor_repair_perms.go b/sdp-plugin/internal/doctor/doctor_repair_perms.go index 53deb7c0..841b4710 100644 --- a/sdp-plugin/internal/doctor/doctor_repair_perms.go +++ b/sdp-plugin/internal/doctor/doctor_repair_perms.go @@ -10,7 +10,7 @@ import ( func repairFilePermissions() RepairAction { sensitiveFiles := []string{ filepath.Join(os.Getenv("HOME"), ".sdp", "telemetry.jsonl"), - ".beads/beads.db", + beadsDir, } fixed := []string{} diff --git a/sdp-plugin/internal/hooks/hooks.go b/sdp-plugin/internal/hooks/hooks.go index b3aa77a2..3365ceed 100644 --- a/sdp-plugin/internal/hooks/hooks.go +++ b/sdp-plugin/internal/hooks/hooks.go @@ -3,6 +3,7 @@ package hooks import ( "fmt" "os" + "os/exec" "path/filepath" "strings" ) @@ -42,12 +43,10 @@ func Install() error { // InstallWithOptions installs SDP-managed git hooks from the hooks/ directory. func InstallWithOptions(opts InstallOptions) error { - gitDir := ".git/hooks" hookNames := hooksForOptions(opts) - - // Check if .git exists - if _, err := os.Stat(".git"); os.IsNotExist(err) { - return fmt.Errorf(".git directory not found. Run 'git init' first") + repoRoot, gitDir, err := gitPaths() + if err != nil { + return err } // Create hooks directory if missing @@ -57,7 +56,7 @@ func InstallWithOptions(opts InstallOptions) error { // Try to find hooks source directory // First check for local hooks/ directory (development) - hooksSourceDir := "hooks" + hooksSourceDir := filepath.Join(repoRoot, "hooks") if _, err := os.Stat(hooksSourceDir); os.IsNotExist(err) { // Fall back to embedded hooks return installEmbeddedHooks(gitDir, hookNames) @@ -178,7 +177,10 @@ func installEmbeddedHooks(gitDir string, hookNames []string) error { } func Uninstall() error { - gitDir := ".git/hooks" + _, gitDir, err := gitPaths() + if err != nil { + return err + } for _, name := range allManagedHooks() { path := filepath.Join(gitDir, name) @@ -208,3 +210,34 @@ func Uninstall() error { return nil } + +func gitPaths() (string, string, error) { + repoRootOut, err := exec.Command("git", "rev-parse", "--show-toplevel").CombinedOutput() + if err != nil { + if _, statErr := os.Stat(".git"); statErr == nil { + return ".", filepath.Join(".git", "hooks"), nil + } + return "", "", fmt.Errorf(".git directory not found. Run 'git init' first") + } + repoRoot := strings.TrimSpace(string(repoRootOut)) + if repoRoot == "" { + if _, statErr := os.Stat(".git"); statErr == nil { + return ".", filepath.Join(".git", "hooks"), nil + } + return "", "", fmt.Errorf(".git directory not found. Run 'git init' first") + } + + hooksPathOut, err := exec.Command("git", "rev-parse", "--git-path", "hooks").CombinedOutput() + if err != nil { + return "", "", fmt.Errorf("resolve hooks path: %w", err) + } + hooksPath := strings.TrimSpace(string(hooksPathOut)) + if hooksPath == "" { + return "", "", fmt.Errorf("resolve hooks path: empty result") + } + if !filepath.IsAbs(hooksPath) { + hooksPath = filepath.Join(repoRoot, hooksPath) + } + + return repoRoot, hooksPath, nil +} diff --git a/sdp-plugin/internal/hooks/hooks_test.go b/sdp-plugin/internal/hooks/hooks_test.go index b913fbb4..f4b4318f 100644 --- a/sdp-plugin/internal/hooks/hooks_test.go +++ b/sdp-plugin/internal/hooks/hooks_test.go @@ -2,6 +2,7 @@ package hooks import ( "os" + "os/exec" "path/filepath" "strings" "testing" @@ -81,6 +82,37 @@ func TestInstallWithOptions_WithProvenance(t *testing.T) { } } +func TestInstall_UsesConfiguredHooksPath(t *testing.T) { + tmpDir := t.TempDir() + repoRoot := filepath.Join(tmpDir, "repo") + if err := os.MkdirAll(repoRoot, 0o755); err != nil { + t.Fatalf("mkdir repo: %v", err) + } + runGit(t, repoRoot, "init") + runGit(t, repoRoot, "config", "core.hooksPath", ".beads/hooks") + + originalWd, _ := os.Getwd() + t.Cleanup(func() { os.Chdir(originalWd) }) + if err := os.Chdir(repoRoot); err != nil { + t.Fatalf("chdir: %v", err) + } + + if err := Install(); err != nil { + t.Fatalf("Install() failed: %v", err) + } + + for _, hookName := range []string{"pre-commit", "pre-push", "post-checkout", "post-merge"} { + hookPath := filepath.Join(repoRoot, ".beads", "hooks", hookName) + if _, err := os.Stat(hookPath); err != nil { + t.Fatalf("expected hook in configured hooksPath: %s (%v)", hookPath, err) + } + } + + if _, err := os.Stat(filepath.Join(repoRoot, ".git", "hooks", "pre-commit")); !os.IsNotExist(err) { + t.Fatalf("expected .git/hooks/pre-commit to stay untouched when core.hooksPath is set") + } +} + func TestInstall_NoGitDir(t *testing.T) { // Create temp directory WITHOUT .git tmpDir := t.TempDir() @@ -692,6 +724,15 @@ func TestEnsureManagedMarker_InsertsAfterShebang(t *testing.T) { } } +func runGit(t *testing.T, dir string, args ...string) { + t.Helper() + cmd := exec.Command("git", args...) + cmd.Dir = dir + if out, err := cmd.CombinedOutput(); err != nil { + t.Fatalf("git %v failed: %v\n%s", args, err, out) + } +} + func TestEnsureManagedMarker_Idempotent(t *testing.T) { input := "#!/bin/sh\n" + sdpManagedMarker + "\necho hello\n" out := ensureManagedMarker(input) diff --git a/sdp-plugin/internal/reality/emitter.go b/sdp-plugin/internal/reality/emitter.go new file mode 100644 index 00000000..438278f2 --- /dev/null +++ b/sdp-plugin/internal/reality/emitter.go @@ -0,0 +1,1387 @@ +package reality + +import ( + "bufio" + "encoding/json" + "fmt" + "io/fs" + "os" + "os/exec" + "path/filepath" + "regexp" + "sort" + "strings" +) + +const ( + specVersion = "v1.0" + fallbackGeneratedAtUTC = "1970-01-01T00:00:00Z" + hotspotLineThreshold = 800 +) + +type Mode string + +const ( + ModeQuick Mode = "quick" + ModeDeep Mode = "deep" + ModeBootstrapSDP Mode = "bootstrap_sdp" +) + +var validFocuses = map[string]bool{ + "": true, + "architecture": true, + "quality": true, + "testing": true, + "docs": true, + "security": true, +} + +type Options struct { + Mode Mode + Focus string +} + +type claim struct { + ClaimID string `json:"claim_id"` + Title string `json:"title"` + Statement string `json:"statement"` + Status string `json:"status"` + Confidence float64 `json:"confidence"` + SourceIDs []string `json:"source_ids"` + ReviewState string `json:"review_state"` + AffectedPaths []string `json:"affected_paths,omitempty"` + OpenQuestions []string `json:"open_questions,omitempty"` + Tags []string `json:"tags,omitempty"` + AffectedRepos []string `json:"affected_repos,omitempty"` + CounterEvidence []string `json:"counter_evidence,omitempty"` + AffectedElements []string `json:"affected_components,omitempty"` +} + +type source struct { + SourceID string `json:"source_id"` + Kind string `json:"kind"` + Locator string `json:"locator"` + Revision string `json:"revision"` + Repo string `json:"repo,omitempty"` + Path string `json:"path,omitempty"` +} + +type scanResult struct { + Root string + RepoName string + GeneratedAt string + RepoType string + TotalFiles int + SourceFiles int + TestsFiles int + DocFiles int + ConfigFiles int + ManifestFiles int + Modules []string + Entrypoints []string + HotspotFiles []hotspot + Integrations []integrationObservation + DocReferenceDrifts []docReferenceDrift +} + +type hotspot struct { + Path string + Lines int +} + +type integrationObservation struct { + Name string + Kind string + ContractType string + EvidencePaths []string + Confidence float64 +} + +type docReferenceDrift struct { + DocPath string + ReferencedPath string + ObservationNote string +} + +type scanAccumulator struct { + skipDirs map[string]bool + sourceExt map[string]bool + modules map[string]bool + entrypoints map[string]bool + hotspots []hotspot + integrations map[string]integrationObservation + drifts []docReferenceDrift +} + +// EmitOSS writes the OSS reality artifact set to docs/reality and .sdp/reality. +func EmitOSS(projectRoot string) ([]string, error) { + return EmitOSSWithOptions(projectRoot, Options{}) +} + +// EmitOSSWithOptions writes the OSS reality artifact set with an explicit analysis mode. +func EmitOSSWithOptions(projectRoot string, opts Options) ([]string, error) { + opts = normalizeOptions(opts) + if err := validateOptions(opts); err != nil { + return nil, err + } + + scan, err := scanProject(projectRoot) + if err != nil { + return nil, err + } + + verdict := readinessVerdict(scan) + dim := readinessDimensions(scan, opts) + constraints := readinessConstraints(scan) + claims := buildClaims(scan, verdict, opts) + sources := buildSources(scan) + claimIDs := claimIDList(claims) + topFindingIDs := topFindingClaimIDs(scan, claims) + integrations := integrationEntries(scan) + driftFindings := driftFindings(scan) + bootstrapRecommendations := bootstrapRecommendations(scan, verdict, opts) + + artifactPaths := []string{ + ".sdp/reality/reality-summary.json", + ".sdp/reality/feature-inventory.json", + ".sdp/reality/architecture-map.json", + ".sdp/reality/integration-map.json", + ".sdp/reality/quality-report.json", + ".sdp/reality/drift-report.json", + ".sdp/reality/readiness-report.json", + "docs/reality/summary.md", + "docs/reality/architecture.md", + "docs/reality/quality.md", + "docs/reality/bootstrap.md", + } + + realitySummary := map[string]any{ + "spec_version": specVersion, + "run_id": runID(scan.RepoName), + "generated_at": scan.GeneratedAt, + "scope": summaryScope(scan, opts), + "readiness_verdict": verdict, + "top_finding_claim_ids": topFindingIDs, + "review_strategy": map[string]any{ + "primary": "local source-first pass", + "secondary": "heuristic cross-check across tests, configs, manifests, and docs", + "scope": "single_repository", + }, + "artifacts": artifactPaths, + "claims": claims, + "sources": sources, + } + + featureInventory := map[string]any{ + "spec_version": specVersion, + "generated_at": scan.GeneratedAt, + "features": []map[string]any{ + { + "feature_id": "feature:repository-baseline", + "title": fmt.Sprintf("%s baseline", scan.RepoName), + "summary": featureSummary(scan, opts), + "status": featureStatus(scan), + "evidence_claim_ids": topFindingIDs, + "confidence": confidenceFromScan(scan), + "mapped_components": stringSliceOrEmpty(scan.Modules), + }, + }, + "claims": claims, + "sources": sources, + } + + archNodes := make([]map[string]any, 0, len(scan.Modules)) + for _, module := range scan.Modules { + archNodes = append(archNodes, map[string]any{ + "node_id": "module:" + module, + "name": module, + "kind": "module", + "boundary": "repository", + "repo": scan.RepoName, + "path": modulePath(module), + }) + } + for _, integration := range scan.Integrations { + nodeKind := "integration" + if integration.Kind == "data_store" { + nodeKind = "data_store" + } + archNodes = append(archNodes, map[string]any{ + "node_id": "integration:" + integration.Name, + "name": integration.Name, + "kind": nodeKind, + "boundary": "external", + "repo": scan.RepoName, + "path": strings.Join(integration.EvidencePaths, ", "), + }) + } + archEdges := inferredEdges(scan.Modules) + archEdges = append(archEdges, inferredIntegrationEdges(scan)...) + hotspots := make([]map[string]any, 0, len(scan.HotspotFiles)) + for _, h := range scan.HotspotFiles { + hotspots = append(hotspots, map[string]any{ + "node_id": "file:" + h.Path, + "reason": fmt.Sprintf("%d lines", h.Lines), + "severity": "medium", + }) + } + architectureMap := map[string]any{ + "spec_version": specVersion, + "generated_at": scan.GeneratedAt, + "nodes": archNodes, + "edges": archEdges, + "hotspots": hotspots, + "claims": claims, + "sources": sources, + } + + integrationMap := map[string]any{ + "spec_version": specVersion, + "generated_at": scan.GeneratedAt, + "integrations": integrations, + "claims": claims, + "sources": sources, + } + + qualityFindings := qualityFindings(scan, claimIDs, opts) + qualityReport := map[string]any{ + "spec_version": specVersion, + "generated_at": scan.GeneratedAt, + "analysis_mode": string(opts.Mode), + "analysis_focus": opts.Focus, + "findings": qualityFindings, + "hotspot_ranking": hotspotRanking(scan), + "claims": claims, + "sources": sources, + } + + driftReport := map[string]any{ + "spec_version": specVersion, + "generated_at": scan.GeneratedAt, + "contradictions": driftFindings, + "unresolved_questions": unresolvedQuestions(scan, opts), + "claims": claims, + "sources": sources, + } + + readinessReport := map[string]any{ + "spec_version": specVersion, + "generated_at": scan.GeneratedAt, + "verdict": verdict, + "dimensions": dim, + "justification_claim_ids": topFindingIDs, + "constraints": constraints, + "suggested_workstreams": bootstrapRecommendations, + "claims": claims, + "sources": sources, + } + + jsonOutputs := map[string]any{ + ".sdp/reality/reality-summary.json": realitySummary, + ".sdp/reality/feature-inventory.json": featureInventory, + ".sdp/reality/architecture-map.json": architectureMap, + ".sdp/reality/integration-map.json": integrationMap, + ".sdp/reality/quality-report.json": qualityReport, + ".sdp/reality/drift-report.json": driftReport, + ".sdp/reality/readiness-report.json": readinessReport, + } + + for rel, payload := range jsonOutputs { + if err := writeJSON(filepath.Join(projectRoot, rel), payload); err != nil { + return nil, err + } + } + + mdOutputs := map[string]string{ + "docs/reality/summary.md": renderSummaryMD(scan, verdict, topFindingIDs, opts), + "docs/reality/architecture.md": renderArchitectureMD(scan, opts), + "docs/reality/quality.md": renderQualityMD(scan, opts), + "docs/reality/bootstrap.md": renderBootstrapMD(scan, verdict, constraints, bootstrapRecommendations, opts), + } + for rel, body := range mdOutputs { + if err := writeText(filepath.Join(projectRoot, rel), body); err != nil { + return nil, err + } + } + + return artifactPaths, nil +} + +func scanProject(root string) (scanResult, error) { + scan := scanResult{ + Root: root, + RepoName: filepath.Base(root), + } + scan.GeneratedAt = deterministicGeneratedAt(root) + acc := newScanAccumulator() + + err := filepath.WalkDir(root, func(path string, d fs.DirEntry, walkErr error) error { + return walkProject(&scan, acc, root, path, d, walkErr) + }) + if err != nil { + return scan, err + } + + finalizeScan(&scan, acc) + scan.RepoType = classifyRepoType(scan) + + return scan, nil +} + +func newScanAccumulator() *scanAccumulator { + return &scanAccumulator{ + skipDirs: map[string]bool{ + ".git": true, + ".sdp": true, + ".beads": true, + "node_modules": true, + "vendor": true, + }, + sourceExt: map[string]bool{ + ".go": true, + ".py": true, + ".js": true, + ".ts": true, + ".java": true, + ".rs": true, + ".sh": true, + }, + modules: map[string]bool{}, + entrypoints: map[string]bool{}, + hotspots: make([]hotspot, 0), + integrations: map[string]integrationObservation{}, + drifts: make([]docReferenceDrift, 0), + } +} + +func walkProject(scan *scanResult, acc *scanAccumulator, root, path string, d fs.DirEntry, walkErr error) error { + if walkErr != nil { + return walkErr + } + if path == root { + return nil + } + if d.IsDir() { + if acc.skipDirs[d.Name()] { + return filepath.SkipDir + } + return nil + } + info, err := d.Info() + if err != nil || !info.Mode().IsRegular() { + return nil + } + + rel, err := relativeScanPath(root, path) + if err != nil || shouldIgnoreScanPath(rel) { + return nil + } + scan.TotalFiles++ + + ext := strings.ToLower(filepath.Ext(rel)) + collectDocDrift(scan, acc, root, rel, path, ext) + collectConfigAndManifest(scan, rel) + collectSourceSignals(scan, acc, rel, path, ext) + collectIntegrations(acc, rel, path, ext) + return nil +} + +func relativeScanPath(root, path string) (string, error) { + rel, err := filepath.Rel(root, path) + if err != nil { + return "", err + } + return filepath.ToSlash(rel), nil +} + +func shouldIgnoreScanPath(rel string) bool { + return strings.HasPrefix(rel, "docs/reality/") +} + +func collectDocDrift(scan *scanResult, acc *scanAccumulator, root, rel, path, ext string) { + if !strings.HasPrefix(rel, "docs/") || ext != ".md" { + return + } + scan.DocFiles++ + acc.drifts = append(acc.drifts, scanDocReferenceDrift(root, rel, path)...) +} + +func collectConfigAndManifest(scan *scanResult, rel string) { + kind, ok := classifyConfigOrManifest(rel) + if !ok { + return + } + if kind == "config" { + scan.ConfigFiles++ + return + } + scan.ManifestFiles++ +} + +func collectSourceSignals(scan *scanResult, acc *scanAccumulator, rel, path, ext string) { + if !acc.sourceExt[ext] { + return + } + scan.SourceFiles++ + module := topModule(rel) + acc.modules[module] = true + if strings.HasSuffix(rel, "/main.go") || rel == "main.go" { + acc.entrypoints[rel] = true + } + if isTestFile(rel) { + scan.TestsFiles++ + } + lines := countLines(path) + if lines >= hotspotLineThreshold { + acc.hotspots = append(acc.hotspots, hotspot{Path: rel, Lines: lines}) + } +} + +func collectIntegrations(acc *scanAccumulator, rel, path, ext string) { + if !shouldScanForIntegrations(rel, ext) { + return + } + content := readFileForScan(path) + for _, detected := range detectIntegrations(rel, content) { + mergeIntegration(acc.integrations, detected) + } +} + +func finalizeScan(scan *scanResult, acc *scanAccumulator) { + for module := range acc.modules { + scan.Modules = append(scan.Modules, module) + } + sort.Strings(scan.Modules) + for entrypoint := range acc.entrypoints { + scan.Entrypoints = append(scan.Entrypoints, entrypoint) + } + sort.Strings(scan.Entrypoints) + sort.Slice(acc.hotspots, func(i, j int) bool { + if acc.hotspots[i].Lines == acc.hotspots[j].Lines { + return acc.hotspots[i].Path < acc.hotspots[j].Path + } + return acc.hotspots[i].Lines > acc.hotspots[j].Lines + }) + scan.HotspotFiles = acc.hotspots + scan.Integrations = flattenIntegrations(acc.integrations) + scan.DocReferenceDrifts = acc.drifts +} + +func deterministicGeneratedAt(root string) string { + cmd := exec.Command("git", "-C", root, "log", "-1", "--format=%cI") + out, err := cmd.Output() + if err != nil { + return fallbackGeneratedAtUTC + } + value := strings.TrimSpace(string(out)) + if value == "" { + return fallbackGeneratedAtUTC + } + return value +} + +func readinessVerdict(scan scanResult) string { + if scan.SourceFiles == 0 { + return "not_ready" + } + if scan.TestsFiles == 0 { + return "ready_with_constraints" + } + if len(scan.DocReferenceDrifts) > 0 { + return "ready_with_constraints" + } + return "ready" +} + +func readinessConstraints(scan scanResult) []string { + constraints := make([]string, 0) + if scan.SourceFiles == 0 { + constraints = append(constraints, "No source files detected for analysis.") + } + if scan.TestsFiles == 0 { + constraints = append(constraints, "No test files detected; verification surface is weak.") + } + if len(scan.DocReferenceDrifts) > 0 { + constraints = append(constraints, fmt.Sprintf("%d documented path references do not resolve in the repository.", len(scan.DocReferenceDrifts))) + } + if len(scan.Integrations) > 0 { + constraints = append(constraints, fmt.Sprintf("%d external integration or data-store surfaces need explicit boundary review.", len(scan.Integrations))) + } + if len(scan.HotspotFiles) > 0 { + constraints = append(constraints, "Large hotspot files detected; prefer narrow scoped changes.") + } + return constraints +} + +func readinessDimensions(scan scanResult, opts Options) map[string]any { + moduleCount := float64(len(scan.Modules)) + sourceCount := float64(max(scan.SourceFiles, 1)) + hotspotCount := float64(len(scan.HotspotFiles)) + integrationCount := float64(len(scan.Integrations)) + driftCount := float64(len(scan.DocReferenceDrifts)) + verificationScore := clamp(float64(scan.TestsFiles) / sourceCount) + docTrustScore := clamp(1 - (driftCount / float64(max(scan.DocFiles+1, 1)))) + integrationScore := clamp(1 - (integrationCount / float64(max(len(scan.Modules)+1, 1)))) + if opts.Focus == "testing" && scan.TestsFiles > 0 { + verificationScore = clamp(verificationScore + 0.1) + } + if opts.Focus == "docs" && len(scan.DocReferenceDrifts) == 0 && scan.DocFiles > 0 { + docTrustScore = clamp(docTrustScore + 0.1) + } + + return map[string]any{ + "boundary_clarity": map[string]any{ + "score": clamp(moduleCount / 8), + "note": fmt.Sprintf("%d top-level modules", len(scan.Modules)), + }, + "verification_coverage": map[string]any{ + "score": verificationScore, + "note": fmt.Sprintf("%d test files / %d source files", scan.TestsFiles, scan.SourceFiles), + }, + "hotspot_concentration": map[string]any{ + "score": clamp(1 - (hotspotCount / sourceCount)), + "note": fmt.Sprintf("%d hotspot files (>= %d lines)", len(scan.HotspotFiles), hotspotLineThreshold), + }, + "integration_fragility": map[string]any{ + "score": integrationScore, + "note": fmt.Sprintf("%d detected integration or data-store surfaces", len(scan.Integrations)), + }, + "documentation_trust_level": map[string]any{ + "score": docTrustScore, + "note": fmt.Sprintf("%d markdown docs under docs/, %d unresolved path references", scan.DocFiles, len(scan.DocReferenceDrifts)), + }, + } +} + +func buildClaims(scan scanResult, verdict string, opts Options) []claim { + claims := []claim{ + { + ClaimID: "claim:source-footprint", + Title: "Source footprint detected", + Statement: fmt.Sprintf("Detected %d source files across %d modules.", scan.SourceFiles, len(scan.Modules)), + Status: "observed", + Confidence: 0.95, + SourceIDs: []string{"source:local-tree"}, + ReviewState: "cross_checked", + Tags: []string{"baseline", "structure"}, + }, + { + ClaimID: "claim:test-posture", + Title: "Test posture baseline", + Statement: fmt.Sprintf("Detected %d test files.", scan.TestsFiles), + Status: "observed", + Confidence: 0.9, + SourceIDs: []string{"source:local-tree"}, + ReviewState: "cross_checked", + Tags: []string{"testing"}, + }, + { + ClaimID: "claim:readiness-verdict", + Title: "Readiness verdict", + Statement: fmt.Sprintf("Emitter baseline classifies repository as %s.", verdict), + Status: "inferred", + Confidence: 0.75, + SourceIDs: []string{"source:local-tree", "source:reality-contract"}, + ReviewState: "cross_checked", + Tags: []string{"readiness"}, + }, + } + if len(scan.Integrations) > 0 { + claims = append(claims, claim{ + ClaimID: "claim:integration-surface", + Title: "Integration surface recovered", + Statement: fmt.Sprintf("Detected %d integration or data-store surfaces from local code, config, manifest, and docs evidence.", len(scan.Integrations)), + Status: "observed", + Confidence: 0.8, + SourceIDs: []string{"source:local-tree", "source:config-inventory"}, + ReviewState: "cross_checked", + Tags: []string{"integration", "architecture"}, + }) + } + if len(scan.DocReferenceDrifts) > 0 { + claims = append(claims, claim{ + ClaimID: "claim:documentation-drift", + Title: "Documentation drift detected", + Statement: fmt.Sprintf("Detected %d unresolved documentation path references during local cross-check.", len(scan.DocReferenceDrifts)), + Status: "conflicted", + Confidence: 0.78, + SourceIDs: []string{"source:docs-inventory", "source:local-tree"}, + ReviewState: "challenged", + Tags: []string{"docs", "drift"}, + }) + } + if opts.Focus != "" { + claims = append(claims, claim{ + ClaimID: "claim:analysis-focus", + Title: "Focused analysis requested", + Statement: fmt.Sprintf("OSS reality emitter applied additional reporting emphasis for %s.", opts.Focus), + Status: "observed", + Confidence: 0.9, + SourceIDs: []string{"source:local-tree"}, + ReviewState: "cross_checked", + Tags: []string{"focus", opts.Focus}, + }) + } + return claims +} + +func buildSources(scan scanResult) []source { + sources := []source{ + { + SourceID: "source:local-tree", + Kind: "code", + Locator: scan.Root, + Revision: scan.GeneratedAt, + Repo: scan.RepoName, + }, + { + SourceID: "source:reality-contract", + Kind: "doc", + Locator: "docs/specs/reality/ARTIFACT-CONTRACT.md", + Revision: scan.GeneratedAt, + Repo: scan.RepoName, + Path: "docs/specs/reality/ARTIFACT-CONTRACT.md", + }, + } + if scan.DocFiles > 0 { + sources = append(sources, source{ + SourceID: "source:docs-inventory", + Kind: "doc", + Locator: "docs/", + Revision: scan.GeneratedAt, + Repo: scan.RepoName, + Path: "docs/", + }) + } + if scan.ConfigFiles > 0 || scan.ManifestFiles > 0 { + sources = append(sources, source{ + SourceID: "source:config-inventory", + Kind: "config", + Locator: "config+manifest inventory", + Revision: scan.GeneratedAt, + Repo: scan.RepoName, + }) + } + return sources +} + +func topFindingClaimIDs(scan scanResult, claims []claim) []string { + if scan.TestsFiles == 0 { + return []string{"claim:test-posture", "claim:readiness-verdict"} + } + if len(scan.DocReferenceDrifts) > 0 { + return []string{"claim:documentation-drift", "claim:readiness-verdict"} + } + if len(claims) == 0 { + return []string{} + } + return []string{claims[0].ClaimID, "claim:readiness-verdict"} +} + +func claimIDList(claims []claim) []string { + ids := make([]string, 0, len(claims)) + for _, c := range claims { + ids = append(ids, c.ClaimID) + } + return ids +} + +func qualityFindings(scan scanResult, claimIDs []string, opts Options) []map[string]any { + findings := make([]map[string]any, 0) + if scan.TestsFiles == 0 { + findings = append(findings, map[string]any{ + "finding_id": "finding:testing:missing", + "title": "Verification surface is thin", + "severity": "high", + "description": "No test files were detected in the repository baseline.", + "claim_ids": []string{"claim:test-posture", "claim:readiness-verdict"}, + }) + } + if len(scan.DocReferenceDrifts) > 0 { + finding := map[string]any{ + "finding_id": "finding:docs:drift", + "title": "Documented paths drift from repository reality", + "severity": "medium", + "description": fmt.Sprintf("%d documented path references do not resolve locally.", len(scan.DocReferenceDrifts)), + "claim_ids": []string{"claim:documentation-drift"}, + } + findings = append(findings, finding) + } + if len(scan.Integrations) > 0 { + findings = append(findings, map[string]any{ + "finding_id": "finding:integration:review", + "title": "External boundaries need explicit review", + "severity": "medium", + "description": fmt.Sprintf("%d integration or data-store surfaces were inferred from local evidence.", len(scan.Integrations)), + "claim_ids": []string{"claim:integration-surface", "claim:readiness-verdict"}, + }) + } + if len(scan.HotspotFiles) == 0 { + findings = append(findings, map[string]any{ + "finding_id": "finding:hotspot:none", + "title": "No large source hotspots detected", + "severity": "low", + "description": "No source files exceeded hotspot threshold.", + "claim_ids": []string{"claim:source-footprint"}, + }) + } else { + limit := len(scan.HotspotFiles) + if opts.Mode == ModeQuick && limit > 3 { + limit = 3 + } + for i, h := range scan.HotspotFiles[:limit] { + findings = append(findings, map[string]any{ + "finding_id": fmt.Sprintf("finding:hotspot:%d", i+1), + "title": fmt.Sprintf("Large file hotspot: %s", h.Path), + "severity": "medium", + "description": fmt.Sprintf("%s has %d lines.", h.Path, h.Lines), + "claim_ids": claimIDs, + }) + } + } + if opts.Focus == "architecture" && len(scan.Modules) > 0 { + findings = append(findings, map[string]any{ + "finding_id": "finding:architecture:modules", + "title": "Architecture focus enabled", + "severity": "low", + "description": fmt.Sprintf("Analysis emphasized %d top-level modules and %d entrypoints.", len(scan.Modules), len(scan.Entrypoints)), + "claim_ids": []string{"claim:source-footprint"}, + }) + } + if opts.Focus == "docs" && len(scan.DocReferenceDrifts) == 0 { + findings = append(findings, map[string]any{ + "finding_id": "finding:docs:stable", + "title": "No obvious documentation path drift detected", + "severity": "low", + "description": "Local docs path references resolved during the OSS cross-check pass.", + "claim_ids": []string{"claim:source-footprint"}, + }) + } + return findings +} + +func hotspotRanking(scan scanResult) []map[string]any { + result := make([]map[string]any, 0, len(scan.HotspotFiles)) + for _, h := range scan.HotspotFiles { + result = append(result, map[string]any{ + "path": h.Path, + "score": float64(h.Lines), + "reason": fmt.Sprintf("line_count=%d", h.Lines), + }) + } + return result +} + +func unresolvedQuestions(scan scanResult, opts Options) []string { + questions := []string{ + "Which integrations need contract-level documentation or dedicated boundary tests next?", + } + if scan.TestsFiles == 0 { + questions = append(questions, "Where should baseline verification tests be added first?") + } + if len(scan.DocReferenceDrifts) > 0 { + questions = append(questions, "Which documentation references should be corrected or deleted to remove stale paths?") + } + if opts.Mode == ModeBootstrapSDP { + questions = append(questions, "Which narrow first workstream creates the safest agent-executable scope?") + } + return questions +} + +func renderSummaryMD(scan scanResult, verdict string, topFindingIDs []string, opts Options) string { + var b strings.Builder + b.WriteString("# Reality Summary\n\n") + b.WriteString(fmt.Sprintf("- Repository: `%s`\n", scan.RepoName)) + b.WriteString(fmt.Sprintf("- Repo Type: `%s`\n", scan.RepoType)) + b.WriteString(fmt.Sprintf("- Generated At: `%s`\n", scan.GeneratedAt)) + b.WriteString(fmt.Sprintf("- Analysis Mode: `%s`\n", opts.Mode)) + if opts.Focus != "" { + b.WriteString(fmt.Sprintf("- Analysis Focus: `%s`\n", opts.Focus)) + } + b.WriteString(fmt.Sprintf("- Readiness Verdict: `%s`\n", verdict)) + b.WriteString(fmt.Sprintf("- Source Files: `%d`\n", scan.SourceFiles)) + b.WriteString(fmt.Sprintf("- Test Files: `%d`\n", scan.TestsFiles)) + b.WriteString(fmt.Sprintf("- Config + Manifest Files: `%d`\n", scan.ConfigFiles+scan.ManifestFiles)) + b.WriteString(fmt.Sprintf("- Modules: `%d`\n", len(scan.Modules))) + b.WriteString(fmt.Sprintf("- Integrations: `%d`\n", len(scan.Integrations))) + b.WriteString(fmt.Sprintf("- Doc Drift References: `%d`\n", len(scan.DocReferenceDrifts))) + b.WriteString("\n## Top Finding Claims\n\n") + for _, id := range topFindingIDs { + b.WriteString(fmt.Sprintf("- `%s`\n", id)) + } + return b.String() +} + +func renderArchitectureMD(scan scanResult, opts Options) string { + var b strings.Builder + b.WriteString("# Reality Architecture\n\n") + b.WriteString(fmt.Sprintf("- Analysis Mode: `%s`\n", opts.Mode)) + if opts.Focus != "" { + b.WriteString(fmt.Sprintf("- Analysis Focus: `%s`\n", opts.Focus)) + } + b.WriteString("## Modules\n\n") + if len(scan.Modules) == 0 { + b.WriteString("- none\n") + } else { + for _, m := range scan.Modules { + b.WriteString(fmt.Sprintf("- `%s`\n", m)) + } + } + b.WriteString("\n## Entrypoints\n\n") + if len(scan.Entrypoints) == 0 { + b.WriteString("- none detected\n") + } else { + for _, ep := range scan.Entrypoints { + b.WriteString(fmt.Sprintf("- `%s`\n", ep)) + } + } + b.WriteString("\n## Integrations\n\n") + if len(scan.Integrations) == 0 { + b.WriteString("- none detected\n") + } else { + for _, integration := range scan.Integrations { + b.WriteString(fmt.Sprintf("- `%s` (%s via %s)\n", integration.Name, integration.Kind, strings.Join(integration.EvidencePaths, ", "))) + } + } + return b.String() +} + +func renderQualityMD(scan scanResult, opts Options) string { + var b strings.Builder + b.WriteString("# Reality Quality\n\n") + b.WriteString(fmt.Sprintf("- Analysis Mode: `%s`\n", opts.Mode)) + if opts.Focus != "" { + b.WriteString(fmt.Sprintf("- Analysis Focus: `%s`\n", opts.Focus)) + } + b.WriteString(fmt.Sprintf("- Source Files: `%d`\n", scan.SourceFiles)) + b.WriteString(fmt.Sprintf("- Test Files: `%d`\n", scan.TestsFiles)) + b.WriteString(fmt.Sprintf("- Docs Files: `%d`\n", scan.DocFiles)) + b.WriteString(fmt.Sprintf("- Config Files: `%d`\n", scan.ConfigFiles)) + b.WriteString(fmt.Sprintf("- Manifest Files: `%d`\n", scan.ManifestFiles)) + b.WriteString("\n## Hotspots\n\n") + if len(scan.HotspotFiles) == 0 { + b.WriteString("- none\n") + } else { + for _, h := range scan.HotspotFiles { + b.WriteString(fmt.Sprintf("- `%s` (%d lines)\n", h.Path, h.Lines)) + } + } + b.WriteString("\n## Documentation Drift\n\n") + if len(scan.DocReferenceDrifts) == 0 { + b.WriteString("- none detected\n") + } else { + for _, drift := range scan.DocReferenceDrifts { + b.WriteString(fmt.Sprintf("- `%s` references missing `%s`\n", drift.DocPath, drift.ReferencedPath)) + } + } + return b.String() +} + +func renderBootstrapMD(scan scanResult, verdict string, constraints []string, recommendations []string, opts Options) string { + var b strings.Builder + b.WriteString("# Reality Bootstrap\n\n") + b.WriteString(fmt.Sprintf("- Current Verdict: `%s`\n", verdict)) + b.WriteString(fmt.Sprintf("- Analysis Mode: `%s`\n", opts.Mode)) + if opts.Focus != "" { + b.WriteString(fmt.Sprintf("- Analysis Focus: `%s`\n", opts.Focus)) + } + b.WriteString("\n## Constraints\n\n") + if len(constraints) == 0 { + b.WriteString("- none\n") + } else { + for _, c := range constraints { + b.WriteString(fmt.Sprintf("- %s\n", c)) + } + } + b.WriteString("\n## Suggested First Workstreams\n\n") + if len(recommendations) == 0 { + b.WriteString("- No immediate bootstrap workstreams inferred.\n") + } else { + for _, recommendation := range recommendations { + b.WriteString(fmt.Sprintf("- %s\n", recommendation)) + } + } + if opts.Mode == ModeBootstrapSDP { + b.WriteString("\n## Agent Readiness Notes\n\n") + b.WriteString(fmt.Sprintf("- Safe modules for first slices: `%s`\n", strings.Join(preferredBootstrapModules(scan), "`, `"))) + } + return b.String() +} + +func writeJSON(path string, payload any) error { + if err := os.MkdirAll(filepath.Dir(path), 0o755); err != nil { + return err + } + data, err := json.MarshalIndent(payload, "", " ") + if err != nil { + return err + } + data = append(data, '\n') + return os.WriteFile(path, data, 0o644) +} + +func writeText(path, body string) error { + if err := os.MkdirAll(filepath.Dir(path), 0o755); err != nil { + return err + } + body = strings.TrimRight(body, "\n") + "\n" + return os.WriteFile(path, []byte(body), 0o644) +} + +func featureStatus(scan scanResult) string { + if scan.SourceFiles == 0 { + return "candidate" + } + if scan.TestsFiles == 0 || len(scan.DocReferenceDrifts) > 0 { + return "partial" + } + return "implemented" +} + +func confidenceFromScan(scan scanResult) float64 { + if scan.SourceFiles == 0 { + return 0.4 + } + if scan.TestsFiles == 0 || len(scan.DocReferenceDrifts) > 0 { + return 0.7 + } + return 0.9 +} + +func inferredEdges(modules []string) []map[string]any { + moduleSet := map[string]bool{} + for _, m := range modules { + moduleSet[m] = true + } + edges := make([]map[string]any, 0) + if moduleSet["cmd"] && moduleSet["internal"] { + edges = append(edges, map[string]any{ + "from": "module:cmd", + "to": "module:internal", + "relation": "depends_on", + "confidence": 0.6, + }) + } + return edges +} + +func inferredIntegrationEdges(scan scanResult) []map[string]any { + edges := make([]map[string]any, 0, len(scan.Integrations)) + for _, integration := range scan.Integrations { + module := "root" + if len(integration.EvidencePaths) > 0 { + module = topModule(integration.EvidencePaths[0]) + } + edges = append(edges, map[string]any{ + "from": "module:" + module, + "to": "integration:" + integration.Name, + "relation": "depends_on", + "confidence": integration.Confidence, + }) + } + return edges +} + +func runID(repoName string) string { + return fmt.Sprintf("reality-oss-%s", repoName) +} + +func modulePath(module string) string { + if module == "root" { + return "." + } + return module +} + +func stringSliceOrEmpty(values []string) []string { + if values == nil { + return []string{} + } + return values +} + +func topModule(rel string) string { + parts := strings.Split(rel, "/") + if len(parts) <= 1 { + return "root" + } + return parts[0] +} + +func isTestFile(rel string) bool { + return strings.HasSuffix(rel, "_test.go") || + strings.HasSuffix(rel, ".test.js") || + strings.HasSuffix(rel, ".test.ts") || + strings.HasSuffix(rel, "_spec.py") +} + +func countLines(path string) int { + f, err := os.Open(path) + if err != nil { + return 0 + } + defer f.Close() + scanner := bufio.NewScanner(f) + lines := 0 + for scanner.Scan() { + lines++ + } + return lines +} + +func clamp(v float64) float64 { + if v < 0 { + return 0 + } + if v > 1 { + return 1 + } + return v +} + +func max(a, b int) int { + if a > b { + return a + } + return b +} + +func normalizeOptions(opts Options) Options { + if opts.Mode == "" { + opts.Mode = ModeDeep + } + opts.Focus = strings.TrimSpace(strings.ToLower(opts.Focus)) + return opts +} + +func validateOptions(opts Options) error { + switch opts.Mode { + case ModeQuick, ModeDeep, ModeBootstrapSDP: + default: + return fmt.Errorf("unsupported reality mode %q", opts.Mode) + } + if !validFocuses[opts.Focus] { + return fmt.Errorf("unsupported focus %q", opts.Focus) + } + return nil +} + +func summaryScope(scan scanResult, opts Options) map[string]any { + scope := map[string]any{ + "repos": []string{scan.RepoName}, + "mode": string(opts.Mode), + } + if opts.Focus != "" { + scope["focus"] = opts.Focus + } + return scope +} + +func featureSummary(scan scanResult, opts Options) string { + summary := "Repository baseline reconstructed from local source tree, tests, configs, manifests, and docs." + if opts.Mode == ModeQuick { + return summary + " Quick mode keeps the same artifact families with shallower evidence detail." + } + if opts.Mode == ModeBootstrapSDP { + return summary + " Bootstrap mode prioritizes first SDP-safe workstream recommendations." + } + return summary +} + +func classifyConfigOrManifest(rel string) (string, bool) { + lower := strings.ToLower(rel) + base := strings.ToLower(filepath.Base(rel)) + ext := strings.ToLower(filepath.Ext(rel)) + if base == "dockerfile" || strings.Contains(lower, "docker-compose") || strings.Contains(lower, "compose.yaml") { + return "manifest", true + } + if strings.Contains(lower, "deploy/") || strings.Contains(lower, "k8s/") || strings.Contains(lower, "helm/") { + return "manifest", true + } + switch ext { + case ".yaml", ".yml": + if strings.Contains(lower, "deploy") || strings.Contains(lower, "k8s") || strings.Contains(lower, "helm") { + return "manifest", true + } + return "config", true + case ".json", ".toml", ".ini", ".env": + return "config", true + } + if strings.HasSuffix(base, ".conf") { + return "config", true + } + return "", false +} + +func shouldScanForIntegrations(rel, ext string) bool { + if strings.HasPrefix(rel, "docs/reality/") { + return false + } + if _, ok := classifyConfigOrManifest(rel); ok { + return true + } + if ext == ".md" && strings.HasPrefix(rel, "docs/") { + return true + } + switch ext { + case ".go", ".py", ".js", ".ts", ".java", ".rs", ".sh": + return true + default: + return false + } +} + +func readFileForScan(path string) string { + info, err := os.Stat(path) + if err != nil || info.Size() > 1<<20 { + return "" + } + data, err := os.ReadFile(path) + if err != nil { + return "" + } + return strings.ToLower(string(data)) +} + +func detectIntegrations(rel, content string) []integrationObservation { + type pattern struct { + Name string + Kind string + ContractType string + Keywords []string + } + + patterns := []pattern{ + {Name: "postgres", Kind: "data_store", ContractType: "sql", Keywords: []string{"postgres", "postgresql", "pgx"}}, + {Name: "mysql", Kind: "data_store", ContractType: "sql", Keywords: []string{"mysql"}}, + {Name: "sqlite", Kind: "data_store", ContractType: "sql", Keywords: []string{"sqlite"}}, + {Name: "redis", Kind: "data_store", ContractType: "cache", Keywords: []string{"redis"}}, + {Name: "kafka", Kind: "integration", ContractType: "event_stream", Keywords: []string{"kafka"}}, + {Name: "nats", Kind: "integration", ContractType: "event_stream", Keywords: []string{"nats"}}, + {Name: "rabbitmq", Kind: "integration", ContractType: "message_queue", Keywords: []string{"rabbitmq"}}, + {Name: "grpc", Kind: "integration", ContractType: "rpc", Keywords: []string{"grpc"}}, + {Name: "http", Kind: "integration", ContractType: "http", Keywords: []string{"http://", "https://", "httpclient", "resty"}}, + {Name: "s3", Kind: "integration", ContractType: "object_store", Keywords: []string{"s3", "minio"}}, + {Name: "github", Kind: "integration", ContractType: "api", Keywords: []string{"github", "gh "}}, + {Name: "slack", Kind: "integration", ContractType: "api", Keywords: []string{"slack"}}, + {Name: "stripe", Kind: "integration", ContractType: "api", Keywords: []string{"stripe"}}, + } + + haystack := strings.ToLower(rel) + "\n" + content + detected := make([]integrationObservation, 0) + for _, pattern := range patterns { + for _, keyword := range pattern.Keywords { + if strings.Contains(haystack, keyword) { + confidence := 0.65 + if kind, ok := classifyConfigOrManifest(rel); ok { + if kind == "manifest" { + confidence = 0.85 + } else { + confidence = 0.8 + } + } + if strings.HasSuffix(rel, ".md") { + confidence = 0.55 + } + detected = append(detected, integrationObservation{ + Name: pattern.Name, + Kind: pattern.Kind, + ContractType: pattern.ContractType, + EvidencePaths: []string{rel}, + Confidence: confidence, + }) + break + } + } + } + return detected +} + +func mergeIntegration(target map[string]integrationObservation, detected integrationObservation) { + current, ok := target[detected.Name] + if !ok { + target[detected.Name] = detected + return + } + current.EvidencePaths = append(current.EvidencePaths, detected.EvidencePaths...) + current.EvidencePaths = dedupeStrings(current.EvidencePaths) + if detected.Confidence > current.Confidence { + current.Confidence = detected.Confidence + current.Kind = detected.Kind + current.ContractType = detected.ContractType + } + target[detected.Name] = current +} + +func flattenIntegrations(m map[string]integrationObservation) []integrationObservation { + items := make([]integrationObservation, 0, len(m)) + for _, item := range m { + sort.Strings(item.EvidencePaths) + items = append(items, item) + } + sort.Slice(items, func(i, j int) bool { + return items[i].Name < items[j].Name + }) + return items +} + +func integrationEntries(scan scanResult) []map[string]any { + entries := make([]map[string]any, 0, len(scan.Integrations)) + for _, integration := range scan.Integrations { + entries = append(entries, map[string]any{ + "integration_id": fmt.Sprintf("integration:%s", integration.Name), + "name": integration.Name, + "integration_type": integration.Kind, + "producer": "repo:" + scan.RepoName, + "consumer": "external:" + integration.Name, + "contract_type": integration.ContractType, + "confidence": integration.Confidence, + "evidence_paths": integration.EvidencePaths, + "risk_notes": []string{ + "Confirm runtime ownership and failure behavior for this boundary.", + }, + }) + } + return entries +} + +func scanDocReferenceDrift(root, rel, absPath string) []docReferenceDrift { + content := readFileForScan(absPath) + if content == "" { + return nil + } + pathPattern := regexp.MustCompile("`([A-Za-z0-9_./-]+)`") + matches := pathPattern.FindAllStringSubmatch(content, -1) + drifts := make([]docReferenceDrift, 0) + for _, match := range matches { + referenced := normalizeDocPathReference(match[1]) + if !looksLikeTrackedPath(referenced) { + continue + } + if _, err := os.Stat(filepath.Join(root, referenced)); err == nil { + continue + } + drifts = append(drifts, docReferenceDrift{ + DocPath: rel, + ReferencedPath: referenced, + ObservationNote: "Documented path does not resolve in the current repository tree.", + }) + } + return drifts +} + +func normalizeDocPathReference(ref string) string { + ref = strings.TrimSpace(ref) + ref = strings.TrimPrefix(ref, "./") + ref = strings.TrimSuffix(ref, "/") + return filepath.ToSlash(ref) +} + +func looksLikeTrackedPath(ref string) bool { + if ref == "" { + return false + } + prefixes := []string{"cmd/", "internal/", "pkg/", "api/", "deploy/", "configs/", "schema/", "scripts/"} + for _, prefix := range prefixes { + if strings.HasPrefix(ref, prefix) { + return true + } + } + suffixes := []string{".go", ".py", ".js", ".ts", ".java", ".rs", ".sh", ".md", ".yaml", ".yml", ".json", ".toml"} + for _, suffix := range suffixes { + if strings.HasSuffix(ref, suffix) { + return true + } + } + return false +} + +func driftFindings(scan scanResult) []map[string]any { + findings := make([]map[string]any, 0, len(scan.DocReferenceDrifts)) + for i, drift := range scan.DocReferenceDrifts { + findings = append(findings, map[string]any{ + "contradiction_id": fmt.Sprintf("drift:%d", i+1), + "title": fmt.Sprintf("Missing documented path: %s", drift.ReferencedPath), + "severity": "medium", + "doc_path": drift.DocPath, + "referenced_path": drift.ReferencedPath, + "note": drift.ObservationNote, + }) + } + return findings +} + +func bootstrapRecommendations(scan scanResult, verdict string, opts Options) []string { + recommendations := make([]string, 0) + if scan.TestsFiles == 0 { + recommendations = append(recommendations, "Add a first verification slice around a narrow entrypoint or core module.") + } + if len(scan.DocReferenceDrifts) > 0 { + recommendations = append(recommendations, "Reconcile stale documentation paths before delegating agent work from docs.") + } + if len(scan.Integrations) > 0 { + recommendations = append(recommendations, "Fence external integration boundaries with explicit contracts and failure notes.") + } + if len(scan.HotspotFiles) > 0 { + recommendations = append(recommendations, "Split hotspot files into smaller scopes before broad autonomous changes.") + } + if verdict == "ready" { + recommendations = append(recommendations, "Start with a small SDP workstream in the safest tested module.") + } + if opts.Mode == ModeBootstrapSDP && len(recommendations) == 0 { + recommendations = append(recommendations, "Seed the first SDP workstream from the lowest-coupling module and keep scope single-boundary.") + } + return dedupeStrings(recommendations) +} + +func preferredBootstrapModules(scan scanResult) []string { + if len(scan.Modules) == 0 { + return []string{"root"} + } + limit := len(scan.Modules) + if limit > 3 { + limit = 3 + } + return scan.Modules[:limit] +} + +func classifyRepoType(scan scanResult) string { + hasCmd := false + hasSchema := false + hasDeploy := false + for _, module := range scan.Modules { + switch module { + case "cmd": + hasCmd = true + case "schema": + hasSchema = true + case "deploy": + hasDeploy = true + } + } + switch { + case hasCmd && hasDeploy: + return "app" + case hasSchema && !hasCmd: + return "protocol" + case hasDeploy && !hasCmd: + return "infra" + case hasCmd: + return "service" + default: + return "mixed" + } +} + +func dedupeStrings(values []string) []string { + seen := map[string]bool{} + result := make([]string, 0, len(values)) + for _, value := range values { + if value == "" || seen[value] { + continue + } + seen[value] = true + result = append(result, value) + } + return result +} diff --git a/sdp-plugin/internal/reality/emitter_test.go b/sdp-plugin/internal/reality/emitter_test.go new file mode 100644 index 00000000..5229fa71 --- /dev/null +++ b/sdp-plugin/internal/reality/emitter_test.go @@ -0,0 +1,177 @@ +package reality + +import ( + "encoding/json" + "os" + "path/filepath" + "slices" + "testing" +) + +var requiredOSSArtifacts = []string{ + ".sdp/reality/reality-summary.json", + ".sdp/reality/feature-inventory.json", + ".sdp/reality/architecture-map.json", + ".sdp/reality/integration-map.json", + ".sdp/reality/quality-report.json", + ".sdp/reality/drift-report.json", + ".sdp/reality/readiness-report.json", + "docs/reality/summary.md", + "docs/reality/architecture.md", + "docs/reality/quality.md", + "docs/reality/bootstrap.md", +} + +func TestEmitOSS_WritesRequiredArtifactsAndIsDeterministic(t *testing.T) { + projectRoot := t.TempDir() + seedProject(t, projectRoot) + + paths, err := EmitOSS(projectRoot) + if err != nil { + t.Fatalf("EmitOSS first run failed: %v", err) + } + if !slices.Equal(paths, requiredOSSArtifacts) { + t.Fatalf("EmitOSS returned unexpected artifact list: %v", paths) + } + + firstRun := make(map[string][]byte, len(requiredOSSArtifacts)) + for _, rel := range requiredOSSArtifacts { + abs := filepath.Join(projectRoot, rel) + data, err := os.ReadFile(abs) + if err != nil { + t.Fatalf("expected artifact missing: %s (%v)", rel, err) + } + if len(data) == 0 { + t.Fatalf("artifact is empty: %s", rel) + } + firstRun[rel] = data + } + + readinessPath := filepath.Join(projectRoot, ".sdp/reality/readiness-report.json") + readinessData, err := os.ReadFile(readinessPath) + if err != nil { + t.Fatalf("read readiness report: %v", err) + } + var readiness map[string]any + if err := json.Unmarshal(readinessData, &readiness); err != nil { + t.Fatalf("parse readiness report: %v", err) + } + if readiness["verdict"] != "ready" { + t.Fatalf("unexpected readiness verdict: %v", readiness["verdict"]) + } + + if _, err := EmitOSS(projectRoot); err != nil { + t.Fatalf("EmitOSS second run failed: %v", err) + } + for _, rel := range requiredOSSArtifacts { + abs := filepath.Join(projectRoot, rel) + data, err := os.ReadFile(abs) + if err != nil { + t.Fatalf("read artifact after second run (%s): %v", rel, err) + } + if string(firstRun[rel]) != string(data) { + t.Fatalf("artifact changed between deterministic runs: %s", rel) + } + } +} + +func TestEmitOSSWithOptions_AnnotatesModeFocusAndIntegrations(t *testing.T) { + projectRoot := t.TempDir() + seedProject(t, projectRoot) + writeFile(t, filepath.Join(projectRoot, "configs", "app.yaml"), "database: postgres\ncache: redis\n") + + if _, err := EmitOSSWithOptions(projectRoot, Options{Mode: ModeQuick, Focus: "docs"}); err != nil { + t.Fatalf("EmitOSSWithOptions failed: %v", err) + } + + summaryData, err := os.ReadFile(filepath.Join(projectRoot, ".sdp", "reality", "reality-summary.json")) + if err != nil { + t.Fatalf("read summary: %v", err) + } + var summary map[string]any + if err := json.Unmarshal(summaryData, &summary); err != nil { + t.Fatalf("parse summary: %v", err) + } + scope, ok := summary["scope"].(map[string]any) + if !ok { + t.Fatalf("scope missing or invalid: %#v", summary["scope"]) + } + if scope["mode"] != "quick" { + t.Fatalf("unexpected mode: %v", scope["mode"]) + } + if scope["focus"] != "docs" { + t.Fatalf("unexpected focus: %v", scope["focus"]) + } + + integrationData, err := os.ReadFile(filepath.Join(projectRoot, ".sdp", "reality", "integration-map.json")) + if err != nil { + t.Fatalf("read integration map: %v", err) + } + var integrationMap map[string]any + if err := json.Unmarshal(integrationData, &integrationMap); err != nil { + t.Fatalf("parse integration map: %v", err) + } + integrations, ok := integrationMap["integrations"].([]any) + if !ok || len(integrations) == 0 { + t.Fatalf("expected integrations to be detected: %#v", integrationMap["integrations"]) + } +} + +func TestEmitOSSWithOptions_DetectsDocumentationDriftAndBootstrapRecommendations(t *testing.T) { + projectRoot := t.TempDir() + seedProject(t, projectRoot) + writeFile(t, filepath.Join(projectRoot, "docs", "architecture.md"), "# Architecture\nUses `internal/missing/service.go`.\n") + + if _, err := EmitOSSWithOptions(projectRoot, Options{Mode: ModeBootstrapSDP, Focus: "architecture"}); err != nil { + t.Fatalf("EmitOSSWithOptions bootstrap failed: %v", err) + } + + readinessData, err := os.ReadFile(filepath.Join(projectRoot, ".sdp", "reality", "readiness-report.json")) + if err != nil { + t.Fatalf("read readiness report: %v", err) + } + var readiness map[string]any + if err := json.Unmarshal(readinessData, &readiness); err != nil { + t.Fatalf("parse readiness report: %v", err) + } + if readiness["verdict"] != "ready_with_constraints" { + t.Fatalf("unexpected readiness verdict: %v", readiness["verdict"]) + } + recommendations, ok := readiness["suggested_workstreams"].([]any) + if !ok || len(recommendations) == 0 { + t.Fatalf("expected bootstrap recommendations: %#v", readiness["suggested_workstreams"]) + } + + driftData, err := os.ReadFile(filepath.Join(projectRoot, ".sdp", "reality", "drift-report.json")) + if err != nil { + t.Fatalf("read drift report: %v", err) + } + var drift map[string]any + if err := json.Unmarshal(driftData, &drift); err != nil { + t.Fatalf("parse drift report: %v", err) + } + contradictions, ok := drift["contradictions"].([]any) + if !ok || len(contradictions) == 0 { + t.Fatalf("expected documentation drift contradictions: %#v", drift["contradictions"]) + } +} + +func seedProject(t *testing.T, root string) { + t.Helper() + + writeFile(t, filepath.Join(root, "cmd", "app", "main.go"), "package main\n\nfunc main() {}\n") + writeFile(t, filepath.Join(root, "internal", "pkg", "logic.go"), "package pkg\n\nfunc Sum(a, b int) int { return a + b }\n") + writeFile(t, filepath.Join(root, "internal", "pkg", "logic_test.go"), "package pkg\n\nimport \"testing\"\n\nfunc TestSum(t *testing.T) {\n\tif Sum(2, 2) != 4 {\n\t\tt.Fatal(\"unexpected\")\n\t}\n}\n") + writeFile(t, filepath.Join(root, "docs", "overview.md"), "# Overview\n") + writeFile(t, filepath.Join(root, "docs", "specs", "reality", "ARTIFACT-CONTRACT.md"), "# contract\nSee `internal/pkg/logic.go`.\n") +} + +func writeFile(t *testing.T, path, body string) { + t.Helper() + if err := os.MkdirAll(filepath.Dir(path), 0o755); err != nil { + t.Fatalf("mkdir %s: %v", filepath.Dir(path), err) + } + if err := os.WriteFile(path, []byte(body), 0o644); err != nil { + t.Fatalf("write %s: %v", path, err) + } +} diff --git a/sdp-plugin/internal/reality/schemas/agent-readiness-plan.schema.json b/sdp-plugin/internal/reality/schemas/agent-readiness-plan.schema.json new file mode 100644 index 00000000..9bef7f80 --- /dev/null +++ b/sdp-plugin/internal/reality/schemas/agent-readiness-plan.schema.json @@ -0,0 +1,136 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/agent-readiness-plan/v1", + "title": "RealityAgentReadinessPlan", + "description": "Phased plan for taking a system from current to target agent readiness.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "current_verdict", + "target_verdict", + "phases" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "current_verdict": { + "type": "string", + "enum": [ + "ready", + "ready_with_constraints", + "not_ready" + ] + }, + "target_verdict": { + "type": "string", + "enum": [ + "ready", + "ready_with_constraints", + "not_ready" + ] + }, + "phases": { + "type": "array", + "minItems": 1, + "items": { + "type": "object", + "required": [ + "phase_id", + "title", + "objective" + ], + "properties": { + "phase_id": { + "type": "string", + "minLength": 1 + }, + "title": { + "type": "string", + "minLength": 1 + }, + "objective": { + "type": "string", + "minLength": 1 + }, + "allowed_scope": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "blocked_zones": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "required_evidence": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "verification_requirements": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "exit_criteria": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "justification_claim_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + }, + "additionalProperties": false + } + }, + "key_risks": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "sequencing_notes": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/sdp-plugin/internal/reality/schemas/architecture-map.schema.json b/sdp-plugin/internal/reality/schemas/architecture-map.schema.json new file mode 100644 index 00000000..bb3d53e7 --- /dev/null +++ b/sdp-plugin/internal/reality/schemas/architecture-map.schema.json @@ -0,0 +1,118 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/architecture-map/v1", + "title": "ArchitectureMap", + "description": "System architecture graph reconstructed by reality.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "nodes", + "edges" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "nodes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "node_id", + "name", + "kind" + ], + "properties": { + "node_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "kind": { + "type": "string" + }, + "boundary": { + "type": "string" + }, + "repo": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "additionalProperties": false + } + }, + "edges": { + "type": "array", + "items": { + "type": "object", + "required": [ + "from", + "to", + "relation" + ], + "properties": { + "from": { + "type": "string" + }, + "to": { + "type": "string" + }, + "relation": { + "type": "string" + }, + "confidence": { + "type": "number", + "minimum": 0, + "maximum": 1 + } + }, + "additionalProperties": false + } + }, + "hotspots": { + "type": "array", + "items": { + "type": "object", + "required": [ + "node_id", + "reason" + ], + "properties": { + "node_id": { + "type": "string" + }, + "reason": { + "type": "string" + }, + "severity": { + "type": "string" + } + }, + "additionalProperties": false + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/sdp-plugin/internal/reality/schemas/bootstrap-backlog.schema.json b/sdp-plugin/internal/reality/schemas/bootstrap-backlog.schema.json new file mode 100644 index 00000000..4dc6f10b --- /dev/null +++ b/sdp-plugin/internal/reality/schemas/bootstrap-backlog.schema.json @@ -0,0 +1,130 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/bootstrap-backlog/v1", + "title": "RealityBootstrapBacklog", + "description": "Bootstrap workstream backlog synthesized by reality-pro.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "workstreams" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "workstreams": { + "type": "array", + "minItems": 1, + "items": { + "type": "object", + "required": [ + "backlog_id", + "title", + "goal", + "priority", + "status" + ], + "properties": { + "backlog_id": { + "type": "string", + "minLength": 1 + }, + "title": { + "type": "string", + "minLength": 1 + }, + "goal": { + "type": "string", + "minLength": 1 + }, + "priority": { + "type": "string", + "enum": [ + "P0", + "P1", + "P2", + "P3" + ] + }, + "status": { + "type": "string", + "enum": [ + "proposed", + "sequenced", + "blocked" + ] + }, + "scope": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "repositories": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "evidence_claim_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "dependencies": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "recommended_agent": { + "type": "string" + }, + "rationale": { + "type": "string" + }, + "risk_level": { + "type": "string", + "enum": [ + "low", + "medium", + "high" + ] + }, + "exit_criteria": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + }, + "additionalProperties": false + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/sdp-plugin/internal/reality/schemas/c4-component.schema.json b/sdp-plugin/internal/reality/schemas/c4-component.schema.json new file mode 100644 index 00000000..909c6a40 --- /dev/null +++ b/sdp-plugin/internal/reality/schemas/c4-component.schema.json @@ -0,0 +1,140 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/c4-component/v1", + "title": "RealityC4Component", + "description": "Component view emitted by reality-pro.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "container_id", + "components", + "relationships" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "container_id": { + "type": "string", + "minLength": 1 + }, + "components": { + "type": "array", + "minItems": 1, + "items": { + "$ref": "#/$defs/component" + } + }, + "relationships": { + "type": "array", + "minItems": 1, + "items": { + "$ref": "#/$defs/relationship" + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "$defs": { + "component": { + "type": "object", + "required": [ + "component_id", + "name", + "paths" + ], + "properties": { + "component_id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + }, + "description": { + "type": "string" + }, + "technology": { + "type": "string" + }, + "paths": { + "type": "array", + "minItems": 1, + "items": { + "type": "string", + "minLength": 1 + } + }, + "interfaces": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "responsibilities": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + }, + "additionalProperties": false + }, + "relationship": { + "type": "object", + "required": [ + "relationship_id", + "from", + "to", + "description" + ], + "properties": { + "relationship_id": { + "type": "string", + "minLength": 1 + }, + "from": { + "type": "string", + "minLength": 1 + }, + "to": { + "type": "string", + "minLength": 1 + }, + "description": { + "type": "string", + "minLength": 1 + }, + "technology": { + "type": "string" + }, + "confidence": { + "type": "number", + "minimum": 0, + "maximum": 1 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false +} diff --git a/sdp-plugin/internal/reality/schemas/c4-container.schema.json b/sdp-plugin/internal/reality/schemas/c4-container.schema.json new file mode 100644 index 00000000..603b095f --- /dev/null +++ b/sdp-plugin/internal/reality/schemas/c4-container.schema.json @@ -0,0 +1,136 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/c4-container/v1", + "title": "RealityC4Container", + "description": "Container view emitted by reality-pro.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "system_name", + "containers", + "relationships" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "system_name": { + "type": "string", + "minLength": 1 + }, + "containers": { + "type": "array", + "minItems": 1, + "items": { + "$ref": "#/$defs/container" + } + }, + "relationships": { + "type": "array", + "minItems": 1, + "items": { + "$ref": "#/$defs/relationship" + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "$defs": { + "container": { + "type": "object", + "required": [ + "container_id", + "name", + "technology" + ], + "properties": { + "container_id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + }, + "description": { + "type": "string" + }, + "technology": { + "type": "string", + "minLength": 1 + }, + "boundary": { + "type": "string", + "enum": [ + "internal", + "external" + ] + }, + "repo_id": { + "type": "string" + }, + "responsibilities": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + }, + "additionalProperties": false + }, + "relationship": { + "type": "object", + "required": [ + "relationship_id", + "from", + "to", + "description" + ], + "properties": { + "relationship_id": { + "type": "string", + "minLength": 1 + }, + "from": { + "type": "string", + "minLength": 1 + }, + "to": { + "type": "string", + "minLength": 1 + }, + "description": { + "type": "string", + "minLength": 1 + }, + "technology": { + "type": "string" + }, + "confidence": { + "type": "number", + "minimum": 0, + "maximum": 1 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false +} diff --git a/sdp-plugin/internal/reality/schemas/c4-system-context.schema.json b/sdp-plugin/internal/reality/schemas/c4-system-context.schema.json new file mode 100644 index 00000000..4bf26c5e --- /dev/null +++ b/sdp-plugin/internal/reality/schemas/c4-system-context.schema.json @@ -0,0 +1,181 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/c4-system-context/v1", + "title": "RealityC4SystemContext", + "description": "System context view emitted by reality-pro.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "scope", + "systems", + "relationships" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "scope": { + "type": "object", + "required": [ + "system_name", + "repos" + ], + "properties": { + "system_name": { + "type": "string", + "minLength": 1 + }, + "repos": { + "type": "array", + "minItems": 1, + "items": { + "type": "string", + "minLength": 1 + } + } + }, + "additionalProperties": false + }, + "people": { + "type": "array", + "items": { + "$ref": "#/$defs/person" + } + }, + "systems": { + "type": "array", + "minItems": 1, + "items": { + "$ref": "#/$defs/system" + } + }, + "relationships": { + "type": "array", + "minItems": 1, + "items": { + "$ref": "#/$defs/relationship" + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "$defs": { + "person": { + "type": "object", + "required": [ + "person_id", + "name" + ], + "properties": { + "person_id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + }, + "description": { + "type": "string" + } + }, + "additionalProperties": false + }, + "system": { + "type": "object", + "required": [ + "system_id", + "name", + "boundary" + ], + "properties": { + "system_id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + }, + "boundary": { + "type": "string", + "enum": [ + "internal", + "external" + ] + }, + "description": { + "type": "string" + }, + "repo_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "tags": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + }, + "additionalProperties": false + }, + "relationship": { + "type": "object", + "required": [ + "relationship_id", + "from", + "to", + "description" + ], + "properties": { + "relationship_id": { + "type": "string", + "minLength": 1 + }, + "from": { + "type": "string", + "minLength": 1 + }, + "to": { + "type": "string", + "minLength": 1 + }, + "description": { + "type": "string", + "minLength": 1 + }, + "technology": { + "type": "string" + }, + "confidence": { + "type": "number", + "minimum": 0, + "maximum": 1 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false +} diff --git a/sdp-plugin/internal/reality/schemas/claim.schema.json b/sdp-plugin/internal/reality/schemas/claim.schema.json new file mode 100644 index 00000000..e17c5737 --- /dev/null +++ b/sdp-plugin/internal/reality/schemas/claim.schema.json @@ -0,0 +1,102 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/claim/v1", + "title": "RealityClaim", + "description": "Normalized claim used across reality and reality-pro artifacts.", + "type": "object", + "required": [ + "claim_id", + "title", + "statement", + "status", + "confidence", + "source_ids", + "review_state" + ], + "properties": { + "claim_id": { + "type": "string", + "minLength": 1 + }, + "title": { + "type": "string", + "minLength": 1 + }, + "statement": { + "type": "string", + "minLength": 1 + }, + "status": { + "type": "string", + "enum": [ + "observed", + "documented", + "inferred", + "conflicted", + "unknown" + ] + }, + "confidence": { + "type": "number", + "minimum": 0, + "maximum": 1 + }, + "source_ids": { + "type": "array", + "minItems": 1, + "items": { + "type": "string", + "minLength": 1 + } + }, + "review_state": { + "type": "string", + "enum": [ + "unreviewed", + "cross_checked", + "challenged", + "arbitrated" + ] + }, + "affected_repos": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "affected_paths": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "affected_components": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "counter_evidence": { + "type": "array", + "items": { + "type": "string" + } + }, + "open_questions": { + "type": "array", + "items": { + "type": "string" + } + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false +} diff --git a/sdp-plugin/internal/reality/schemas/conflicts-report.schema.json b/sdp-plugin/internal/reality/schemas/conflicts-report.schema.json new file mode 100644 index 00000000..c387ebd7 --- /dev/null +++ b/sdp-plugin/internal/reality/schemas/conflicts-report.schema.json @@ -0,0 +1,97 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/conflicts-report/v1", + "title": "RealityConflictsReport", + "description": "Arbitrated disagreement report for reality-pro findings.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "conflicts" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "conflicts": { + "type": "array", + "items": { + "type": "object", + "required": [ + "conflict_id", + "summary", + "competing_claim_ids", + "severity", + "status" + ], + "properties": { + "conflict_id": { + "type": "string", + "minLength": 1 + }, + "summary": { + "type": "string", + "minLength": 1 + }, + "competing_claim_ids": { + "type": "array", + "minItems": 2, + "items": { + "type": "string", + "minLength": 1 + } + }, + "severity": { + "type": "string", + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + "status": { + "type": "string", + "enum": [ + "open", + "triaged", + "arbitrated" + ] + }, + "arbitrated_claim_id": { + "type": "string" + }, + "resolution_notes": { + "type": "string" + }, + "source_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + }, + "additionalProperties": false + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/sdp-plugin/internal/reality/schemas/drift-report.schema.json b/sdp-plugin/internal/reality/schemas/drift-report.schema.json new file mode 100644 index 00000000..0bf20d00 --- /dev/null +++ b/sdp-plugin/internal/reality/schemas/drift-report.schema.json @@ -0,0 +1,76 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/drift-report/v1", + "title": "DriftReport", + "description": "Documentation and intent drift report from a reality run.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "contradictions" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "contradictions": { + "type": "array", + "items": { + "type": "object", + "required": [ + "contradiction_id", + "summary", + "left_claim_id", + "right_claim_id" + ], + "properties": { + "contradiction_id": { + "type": "string" + }, + "summary": { + "type": "string" + }, + "left_claim_id": { + "type": "string" + }, + "right_claim_id": { + "type": "string" + }, + "resolution_state": { + "type": "string", + "enum": [ + "open", + "triaged", + "resolved" + ] + } + }, + "additionalProperties": false + } + }, + "unresolved_questions": { + "type": "array", + "items": { + "type": "string" + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/sdp-plugin/internal/reality/schemas/feature-inventory.schema.json b/sdp-plugin/internal/reality/schemas/feature-inventory.schema.json new file mode 100644 index 00000000..46a05a62 --- /dev/null +++ b/sdp-plugin/internal/reality/schemas/feature-inventory.schema.json @@ -0,0 +1,90 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/feature-inventory/v1", + "title": "FeatureInventory", + "description": "Reconstructed feature inventory from a reality run.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "features" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "features": { + "type": "array", + "items": { + "type": "object", + "required": [ + "feature_id", + "title", + "summary", + "status", + "evidence_claim_ids", + "confidence", + "mapped_components" + ], + "properties": { + "feature_id": { + "type": "string", + "minLength": 1 + }, + "title": { + "type": "string", + "minLength": 1 + }, + "summary": { + "type": "string" + }, + "status": { + "type": "string", + "enum": [ + "implemented", + "partial", + "candidate", + "dead" + ] + }, + "evidence_claim_ids": { + "type": "array", + "items": { + "type": "string" + } + }, + "confidence": { + "type": "number", + "minimum": 0, + "maximum": 1 + }, + "mapped_components": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/sdp-plugin/internal/reality/schemas/integration-map.schema.json b/sdp-plugin/internal/reality/schemas/integration-map.schema.json new file mode 100644 index 00000000..0d5a495a --- /dev/null +++ b/sdp-plugin/internal/reality/schemas/integration-map.schema.json @@ -0,0 +1,74 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/integration-map/v1", + "title": "IntegrationMap", + "description": "Integration inventory reconstructed by reality.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "integrations" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "integrations": { + "type": "array", + "items": { + "type": "object", + "required": [ + "integration_id", + "integration_type", + "producer", + "consumer", + "confidence" + ], + "properties": { + "integration_id": { + "type": "string" + }, + "integration_type": { + "type": "string" + }, + "producer": { + "type": "string" + }, + "consumer": { + "type": "string" + }, + "contract_type": { + "type": "string" + }, + "confidence": { + "type": "number", + "minimum": 0, + "maximum": 1 + }, + "risk_notes": { + "type": "string" + } + }, + "additionalProperties": false + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/sdp-plugin/internal/reality/schemas/intent-gap-report.schema.json b/sdp-plugin/internal/reality/schemas/intent-gap-report.schema.json new file mode 100644 index 00000000..97350ade --- /dev/null +++ b/sdp-plugin/internal/reality/schemas/intent-gap-report.schema.json @@ -0,0 +1,117 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/intent-gap-report/v1", + "title": "RealityIntentGapReport", + "description": "Plan-vs-implementation gap report for reality-pro.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "gaps" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "gaps": { + "type": "array", + "items": { + "type": "object", + "required": [ + "gap_id", + "title", + "expected_state", + "observed_state", + "gap_type", + "severity", + "status" + ], + "properties": { + "gap_id": { + "type": "string", + "minLength": 1 + }, + "title": { + "type": "string", + "minLength": 1 + }, + "expected_state": { + "type": "string", + "minLength": 1 + }, + "observed_state": { + "type": "string", + "minLength": 1 + }, + "gap_type": { + "type": "string", + "enum": [ + "missing", + "partial", + "contradicted", + "ambiguous" + ] + }, + "severity": { + "type": "string", + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + "status": { + "type": "string", + "enum": [ + "open", + "triaged", + "accepted", + "resolved" + ] + }, + "supporting_claim_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "affected_repos": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "recommended_actions": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + }, + "additionalProperties": false + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/sdp-plugin/internal/reality/schemas/quality-report.schema.json b/sdp-plugin/internal/reality/schemas/quality-report.schema.json new file mode 100644 index 00000000..0a570581 --- /dev/null +++ b/sdp-plugin/internal/reality/schemas/quality-report.schema.json @@ -0,0 +1,104 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/quality-report/v1", + "title": "QualityReport", + "description": "Quality and test posture baseline from a reality run.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "findings" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "analysis_mode": { + "type": "string" + }, + "analysis_focus": { + "type": "string" + }, + "findings": { + "type": "array", + "items": { + "type": "object", + "required": [ + "finding_id", + "title", + "severity", + "claim_ids" + ], + "properties": { + "finding_id": { + "type": "string" + }, + "title": { + "type": "string" + }, + "severity": { + "type": "string", + "enum": [ + "low", + "medium", + "high", + "critical" + ] + }, + "description": { + "type": "string" + }, + "claim_ids": { + "type": "array", + "minItems": 1, + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + } + }, + "hotspot_ranking": { + "type": "array", + "items": { + "type": "object", + "required": [ + "path", + "score" + ], + "properties": { + "path": { + "type": "string" + }, + "score": { + "type": "number", + "minimum": 0 + }, + "reason": { + "type": "string" + } + }, + "additionalProperties": false + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/sdp-plugin/internal/reality/schemas/readiness-report.schema.json b/sdp-plugin/internal/reality/schemas/readiness-report.schema.json new file mode 100644 index 00000000..9ba6d829 --- /dev/null +++ b/sdp-plugin/internal/reality/schemas/readiness-report.schema.json @@ -0,0 +1,111 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/readiness-report/v1", + "title": "ReadinessReport", + "description": "Agent-readiness baseline from a reality run.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "verdict", + "dimensions", + "justification_claim_ids" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "verdict": { + "type": "string", + "enum": [ + "ready", + "ready_with_constraints", + "not_ready" + ] + }, + "dimensions": { + "type": "object", + "required": [ + "boundary_clarity", + "verification_coverage", + "hotspot_concentration", + "integration_fragility", + "documentation_trust_level" + ], + "properties": { + "boundary_clarity": { + "$ref": "#/$defs/dimensionScore" + }, + "verification_coverage": { + "$ref": "#/$defs/dimensionScore" + }, + "hotspot_concentration": { + "$ref": "#/$defs/dimensionScore" + }, + "integration_fragility": { + "$ref": "#/$defs/dimensionScore" + }, + "documentation_trust_level": { + "$ref": "#/$defs/dimensionScore" + } + }, + "additionalProperties": false + }, + "justification_claim_ids": { + "type": "array", + "minItems": 1, + "items": { + "type": "string" + } + }, + "constraints": { + "type": "array", + "items": { + "type": "string" + } + }, + "suggested_workstreams": { + "type": "array", + "items": { + "type": "string" + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "$defs": { + "dimensionScore": { + "type": "object", + "required": [ + "score" + ], + "properties": { + "score": { + "type": "number", + "minimum": 0, + "maximum": 1 + }, + "note": { + "type": "string" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false +} diff --git a/sdp-plugin/internal/reality/schemas/reality-summary.schema.json b/sdp-plugin/internal/reality/schemas/reality-summary.schema.json new file mode 100644 index 00000000..6997c253 --- /dev/null +++ b/sdp-plugin/internal/reality/schemas/reality-summary.schema.json @@ -0,0 +1,107 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/reality-summary/v1", + "title": "RealitySummary", + "description": "Top-level summary artifact for a reality run.", + "type": "object", + "required": [ + "spec_version", + "run_id", + "generated_at", + "scope", + "readiness_verdict", + "top_finding_claim_ids", + "artifacts" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "run_id": { + "type": "string", + "minLength": 1 + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "scope": { + "type": "object", + "required": [ + "repos" + ], + "properties": { + "repos": { + "type": "array", + "minItems": 1, + "items": { + "type": "string" + } + }, + "mode": { + "type": "string" + }, + "focus": { + "type": "string" + } + }, + "additionalProperties": false + }, + "readiness_verdict": { + "type": "string", + "enum": [ + "ready", + "ready_with_constraints", + "not_ready" + ] + }, + "top_finding_claim_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "review_strategy": { + "type": "object", + "required": [ + "primary", + "secondary", + "scope" + ], + "properties": { + "primary": { + "type": "string" + }, + "secondary": { + "type": "string" + }, + "scope": { + "type": "string" + } + }, + "additionalProperties": false + }, + "artifacts": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/sdp-plugin/internal/reality/schemas/repo-memory.schema.json b/sdp-plugin/internal/reality/schemas/repo-memory.schema.json new file mode 100644 index 00000000..fd86df7c --- /dev/null +++ b/sdp-plugin/internal/reality/schemas/repo-memory.schema.json @@ -0,0 +1,245 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/repo-memory/v1", + "title": "RealityRepoMemory", + "description": "Persistent normalized repository memory for reality-pro.", + "type": "object", + "required": [ + "spec_version", + "generated_at", + "repos", + "module_summaries", + "unresolved_questions" + ], + "properties": { + "spec_version": { + "type": "string", + "pattern": "^v\\d+\\.\\d+$" + }, + "generated_at": { + "type": "string", + "format": "date-time" + }, + "repos": { + "type": "array", + "minItems": 1, + "items": { + "type": "object", + "required": [ + "repo_id", + "name", + "root_path" + ], + "properties": { + "repo_id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + }, + "root_path": { + "type": "string", + "minLength": 1 + }, + "role": { + "type": "string" + }, + "summary": { + "type": "string" + }, + "last_indexed_at": { + "type": "string", + "format": "date-time" + } + }, + "additionalProperties": false + } + }, + "glossary_terms": { + "type": "array", + "items": { + "type": "object", + "required": [ + "term", + "definition" + ], + "properties": { + "term": { + "type": "string", + "minLength": 1 + }, + "definition": { + "type": "string", + "minLength": 1 + }, + "source_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + }, + "additionalProperties": false + } + }, + "module_summaries": { + "type": "array", + "minItems": 1, + "items": { + "type": "object", + "required": [ + "module_id", + "repo_id", + "summary" + ], + "properties": { + "module_id": { + "type": "string", + "minLength": 1 + }, + "repo_id": { + "type": "string", + "minLength": 1 + }, + "summary": { + "type": "string", + "minLength": 1 + }, + "paths": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "interfaces": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "risk_level": { + "type": "string", + "enum": [ + "low", + "medium", + "high" + ] + } + }, + "additionalProperties": false + } + }, + "feature_mappings": { + "type": "array", + "items": { + "type": "object", + "required": [ + "feature_id", + "title", + "confidence" + ], + "properties": { + "feature_id": { + "type": "string", + "minLength": 1 + }, + "title": { + "type": "string", + "minLength": 1 + }, + "repo_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "component_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "confidence": { + "type": "number", + "minimum": 0, + "maximum": 1 + } + }, + "additionalProperties": false + } + }, + "previous_validated_claim_ids": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "unresolved_questions": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + }, + "hotspots": { + "type": "array", + "items": { + "type": "object", + "required": [ + "hotspot_id", + "repo_id", + "path", + "reason" + ], + "properties": { + "hotspot_id": { + "type": "string", + "minLength": 1 + }, + "repo_id": { + "type": "string", + "minLength": 1 + }, + "path": { + "type": "string", + "minLength": 1 + }, + "reason": { + "type": "string", + "minLength": 1 + }, + "severity": { + "type": "string", + "enum": [ + "low", + "medium", + "high" + ] + } + }, + "additionalProperties": false + } + }, + "claims": { + "type": "array", + "items": { + "$ref": "claim.schema.json" + } + }, + "sources": { + "type": "array", + "items": { + "$ref": "source.schema.json" + } + } + }, + "additionalProperties": false +} diff --git a/sdp-plugin/internal/reality/schemas/source.schema.json b/sdp-plugin/internal/reality/schemas/source.schema.json new file mode 100644 index 00000000..6e05e883 --- /dev/null +++ b/sdp-plugin/internal/reality/schemas/source.schema.json @@ -0,0 +1,79 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://sdp.dev/reality/source/v1", + "title": "RealitySource", + "description": "Normalized source reference used across reality and reality-pro artifacts.", + "type": "object", + "required": [ + "source_id", + "kind", + "locator", + "revision" + ], + "properties": { + "source_id": { + "type": "string", + "minLength": 1 + }, + "kind": { + "type": "string", + "enum": [ + "code", + "test", + "config", + "manifest", + "doc", + "issue", + "pull_request", + "commit", + "runtime_trace", + "external_contract" + ] + }, + "locator": { + "type": "string", + "minLength": 1 + }, + "revision": { + "type": "string", + "minLength": 1 + }, + "repo": { + "type": "string" + }, + "path": { + "type": "string" + }, + "uri": { + "type": "string", + "format": "uri" + }, + "line_range": { + "type": "object", + "required": [ + "start", + "end" + ], + "properties": { + "start": { + "type": "integer", + "minimum": 1 + }, + "end": { + "type": "integer", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "excerpt_hash": { + "type": "string", + "minLength": 1 + }, + "captured_at": { + "type": "string", + "format": "date-time" + } + }, + "additionalProperties": false +} diff --git a/sdp-plugin/internal/reality/validator.go b/sdp-plugin/internal/reality/validator.go new file mode 100644 index 00000000..e91f6fc8 --- /dev/null +++ b/sdp-plugin/internal/reality/validator.go @@ -0,0 +1,113 @@ +package reality + +import ( + "bytes" + "embed" + "encoding/json" + "fmt" + "os" + "path/filepath" + "strings" + + "github.com/santhosh-tekuri/jsonschema/v5" +) + +type artifactSchema struct { + ArtifactRel string + SchemaName string +} + +var requiredOSSValidationArtifacts = []artifactSchema{ + {ArtifactRel: ".sdp/reality/reality-summary.json", SchemaName: "reality-summary.schema.json"}, + {ArtifactRel: ".sdp/reality/feature-inventory.json", SchemaName: "feature-inventory.schema.json"}, + {ArtifactRel: ".sdp/reality/architecture-map.json", SchemaName: "architecture-map.schema.json"}, + {ArtifactRel: ".sdp/reality/integration-map.json", SchemaName: "integration-map.schema.json"}, + {ArtifactRel: ".sdp/reality/quality-report.json", SchemaName: "quality-report.schema.json"}, + {ArtifactRel: ".sdp/reality/drift-report.json", SchemaName: "drift-report.schema.json"}, + {ArtifactRel: ".sdp/reality/readiness-report.json", SchemaName: "readiness-report.schema.json"}, +} + +//go:embed schemas/*.json +var schemaFS embed.FS + +// ValidateOSS validates the emitted OSS reality artifacts against the published schema contract. +func ValidateOSS(projectRoot string) ([]string, error) { + issues := make([]string, 0) + validated := make([]string, 0, len(requiredOSSValidationArtifacts)) + + for _, item := range requiredOSSValidationArtifacts { + artifactPath := filepath.Join(projectRoot, item.ArtifactRel) + + artifactData, err := os.ReadFile(artifactPath) + if err != nil { + issues = append(issues, fmt.Sprintf("%s: read artifact: %v", item.ArtifactRel, err)) + continue + } + + var payload any + if err := json.Unmarshal(artifactData, &payload); err != nil { + issues = append(issues, fmt.Sprintf("%s: invalid JSON: %v", item.ArtifactRel, err)) + continue + } + + schema, err := compileEmbeddedSchema(item.SchemaName) + if err != nil { + issues = append(issues, fmt.Sprintf("%s: compile schema %s: %v", item.ArtifactRel, item.SchemaName, err)) + continue + } + if err := schema.Validate(payload); err != nil { + issues = append(issues, fmt.Sprintf("%s: schema validation failed: %v", item.ArtifactRel, err)) + continue + } + + validated = append(validated, item.ArtifactRel) + } + + if len(issues) > 0 { + return issues, fmt.Errorf("%d artifact(s) failed validation", len(issues)) + } + return validated, nil +} + +func compileEmbeddedSchema(schemaName string) (*jsonschema.Schema, error) { + compiler := jsonschema.NewCompiler() + + claimData, err := schemaFS.ReadFile("schemas/claim.schema.json") + if err != nil { + return nil, err + } + sourceData, err := schemaFS.ReadFile("schemas/source.schema.json") + if err != nil { + return nil, err + } + schemaData, err := schemaFS.ReadFile("schemas/" + schemaName) + if err != nil { + return nil, err + } + + baseName := strings.TrimSuffix(schemaName, ".schema.json") + claimAliases := []string{ + "claim.schema.json", + fmt.Sprintf("https://sdp.dev/reality/%s/claim.schema.json", baseName), + } + sourceAliases := []string{ + "source.schema.json", + fmt.Sprintf("https://sdp.dev/reality/%s/source.schema.json", baseName), + } + + for _, alias := range claimAliases { + if err := compiler.AddResource(alias, bytes.NewReader(claimData)); err != nil { + return nil, err + } + } + for _, alias := range sourceAliases { + if err := compiler.AddResource(alias, bytes.NewReader(sourceData)); err != nil { + return nil, err + } + } + if err := compiler.AddResource(schemaName, bytes.NewReader(schemaData)); err != nil { + return nil, err + } + + return compiler.Compile(schemaName) +} diff --git a/sdp-plugin/internal/reality/validator_test.go b/sdp-plugin/internal/reality/validator_test.go new file mode 100644 index 00000000..d2f16136 --- /dev/null +++ b/sdp-plugin/internal/reality/validator_test.go @@ -0,0 +1,60 @@ +package reality + +import ( + "os" + "path/filepath" + "testing" +) + +func TestValidateOSS_SucceedsOnEmittedArtifacts(t *testing.T) { + projectRoot := t.TempDir() + seedProject(t, projectRoot) + + if _, err := EmitOSSWithOptions(projectRoot, Options{Mode: ModeDeep}); err != nil { + t.Fatalf("EmitOSSWithOptions failed: %v", err) + } + + validated, err := ValidateOSS(projectRoot) + if err != nil { + t.Fatalf("ValidateOSS failed: %v", err) + } + if len(validated) != len(requiredOSSValidationArtifacts) { + t.Fatalf("expected %d validated artifacts, got %d", len(requiredOSSValidationArtifacts), len(validated)) + } +} + +func TestValidateOSS_SucceedsOnEmptyRepository(t *testing.T) { + projectRoot := t.TempDir() + + if _, err := EmitOSSWithOptions(projectRoot, Options{Mode: ModeDeep}); err != nil { + t.Fatalf("EmitOSSWithOptions failed: %v", err) + } + + validated, err := ValidateOSS(projectRoot) + if err != nil { + t.Fatalf("ValidateOSS failed for empty repository: %v", err) + } + if len(validated) != len(requiredOSSValidationArtifacts) { + t.Fatalf("expected %d validated artifacts, got %d", len(requiredOSSValidationArtifacts), len(validated)) + } +} + +func TestValidateOSS_FailsOnInvalidArtifact(t *testing.T) { + projectRoot := t.TempDir() + seedProject(t, projectRoot) + + if _, err := EmitOSS(projectRoot); err != nil { + t.Fatalf("EmitOSS failed: %v", err) + } + if err := os.WriteFile(filepath.Join(projectRoot, ".sdp", "reality", "quality-report.json"), []byte("{bad json"), 0o644); err != nil { + t.Fatalf("corrupt quality report: %v", err) + } + + issues, err := ValidateOSS(projectRoot) + if err == nil { + t.Fatal("expected ValidateOSS to fail") + } + if len(issues) == 0 { + t.Fatal("expected validation issues") + } +} diff --git a/sdp-plugin/internal/task/beads.go b/sdp-plugin/internal/task/beads.go index e927420d..4a7ea5bd 100644 --- a/sdp-plugin/internal/task/beads.go +++ b/sdp-plugin/internal/task/beads.go @@ -4,18 +4,44 @@ import ( "bufio" "fmt" "os" + "os/exec" "path/filepath" + "strconv" "strings" + + beadscli "github.com/fall-out-bug/sdp/internal/beads" ) // BeadsIntegration handles beads CLI operations for tasks type BeadsIntegration struct { + client *beadscli.Client enabled bool } // NewBeadsIntegration creates a new beads integration func NewBeadsIntegration() *BeadsIntegration { - return &BeadsIntegration{enabled: detectBeads()} + return newBeadsIntegration(".") +} + +func newBeadsIntegration(startDir string) *BeadsIntegration { + projectRoot := findBeadsProjectRoot(startDir) + oldWd, err := os.Getwd() + if err != nil { + return &BeadsIntegration{} + } + if err := os.Chdir(projectRoot); err != nil { + return &BeadsIntegration{} + } + defer func() { _ = os.Chdir(oldWd) }() + + client, err := beadscli.NewClient() + if err != nil { + return &BeadsIntegration{} + } + return &BeadsIntegration{ + client: client, + enabled: detectBeads(projectRoot), + } } // IsEnabled returns whether beads is available @@ -28,7 +54,17 @@ func (b *BeadsIntegration) CreateBeadsIssue(t *Task) (string, error) { if !b.enabled { return "", nil } - return generateBeadsID(t.Title), nil + beadsID, err := b.client.Create(t.Title, beadscli.CreateOptions{ + Type: taskTypeToIssueType(t.Type), + Priority: strconv.Itoa(int(t.Priority)), + }) + if err != nil { + return "", err + } + if err := b.client.Sync(); err != nil { + return "", err + } + return beadsID, nil } // LinkWorkstreamToBeads updates workstream frontmatter with beads_id @@ -83,14 +119,12 @@ func insertBeadsID(content, beadsID string) string { } // detectBeads checks if beads CLI is available -func detectBeads() bool { - if _, err := os.Stat(".beads"); err == nil { - return true - } - if path, err := filepath.Abs("bd"); err == nil && path != "" { - return true +func detectBeads(projectRoot string) bool { + if _, err := exec.LookPath("bd"); err != nil { + return false } - return false + info, err := os.Stat(filepath.Join(projectRoot, ".beads")) + return err == nil && info.IsDir() } // generateBeadsID creates a beads-style ID from title @@ -116,7 +150,7 @@ func (c *Creator) CreateWorkstreamWithBeads(task *Task) (*Workstream, error) { return nil, err } - beads := NewBeadsIntegration() + beads := newBeadsIntegration(c.projectRoot()) if beads.IsEnabled() && task.BeadsID == "" { beadsID, err := beads.CreateBeadsIssue(task) if err != nil { @@ -125,12 +159,64 @@ func (c *Creator) CreateWorkstreamWithBeads(task *Task) (*Workstream, error) { if err := beads.LinkWorkstreamToBeads(ws.Path, beadsID); err != nil { fmt.Fprintf(os.Stderr, "warning: failed to link beads: %v\n", err) } + if err := beads.UpdateMapping(ws.WSID, beadsID); err != nil { + fmt.Fprintf(os.Stderr, "warning: failed to update beads mapping: %v\n", err) + } ws.BeadsID = beadsID } } return ws, nil } +func (c *Creator) projectRoot() string { + return findBeadsProjectRoot(c.config.WorkstreamDir) +} + +func findBeadsProjectRoot(startDir string) string { + if startDir == "" { + startDir = "." + } + absStart, err := filepath.Abs(startDir) + if err != nil { + absStart = startDir + } + current := absStart + for { + for _, marker := range []string{".beads", ".sdp", ".git"} { + if _, err := os.Stat(filepath.Join(current, marker)); err == nil { + return current + } + } + parent := filepath.Dir(current) + if parent == current { + break + } + current = parent + } + if info, err := os.Stat(absStart); err == nil && !info.IsDir() { + return filepath.Dir(absStart) + } + return absStart +} + +func (b *BeadsIntegration) UpdateMapping(wsID, beadsID string) error { + if !b.enabled || b.client == nil || beadsID == "" { + return nil + } + return b.client.UpdateMapping(wsID, beadsID) +} + +func taskTypeToIssueType(t Type) string { + switch t { + case TypeBug: + return "bug" + case TypeHotfix: + return "bug" + default: + return "task" + } +} + // ReadBeadsMapping reads the beads mapping file func ReadBeadsMapping(path string) (map[string]string, error) { file, err := os.Open(path) diff --git a/sdp-plugin/internal/task/beads_test.go b/sdp-plugin/internal/task/beads_test.go index 7ce74813..09f4c9b0 100644 --- a/sdp-plugin/internal/task/beads_test.go +++ b/sdp-plugin/internal/task/beads_test.go @@ -129,6 +129,11 @@ func TestCreator_CreateWorkstreamWithBeads(t *testing.T) { if err := os.MkdirAll(wsDir, 0o755); err != nil { t.Fatal(err) } + oldWd, _ := os.Getwd() + t.Cleanup(func() { _ = os.Chdir(oldWd) }) + if err := os.Chdir(tmpDir); err != nil { + t.Fatal(err) + } c := NewCreator(CreatorConfig{ WorkstreamDir: wsDir, diff --git a/sdp-plugin/internal/ui/completion_bash.go b/sdp-plugin/internal/ui/completion_bash.go index 598a795f..c2d037f4 100644 --- a/sdp-plugin/internal/ui/completion_bash.go +++ b/sdp-plugin/internal/ui/completion_bash.go @@ -10,7 +10,7 @@ _sdp_completion() { local cur prev words cword _init_completion || return - local commands="init doctor status next demo hooks plan apply build verify log guard parse beads tdd drift quality watch telemetry checkpoint orchestrate contract health diagnose memory decisions" + local commands="init doctor status next demo hooks plan apply build verify log guard parse beads tdd drift quality reality watch telemetry checkpoint orchestrate contract health diagnose memory decisions" local checkpoint_commands="create resume list clean" local orchestrate_commands="start status stop" local log_commands="show export stats trace" @@ -27,7 +27,7 @@ _sdp_completion() { return ;; beads) - COMPREPLY=($(compgen -W "ready show update sync" -- "${cur}")) + COMPREPLY=($(compgen -W "ready create show update close sync" -- "${cur}")) return ;; log) @@ -46,6 +46,10 @@ _sdp_completion() { COMPREPLY=($(compgen -W "coverage complexity size types all" -- "${cur}")) return ;; + reality) + COMPREPLY=($(compgen -W "emit-oss validate" -- "${cur}")) + return + ;; checkpoint) case ${words[2]} in create|resume) diff --git a/sdp-plugin/internal/ui/completion_fish.go b/sdp-plugin/internal/ui/completion_fish.go index 40668191..af2096d3 100644 --- a/sdp-plugin/internal/ui/completion_fish.go +++ b/sdp-plugin/internal/ui/completion_fish.go @@ -27,8 +27,10 @@ end function __sdp_beads_commands echo -e "ready\tList available tasks" + echo -e "create\tCreate a task and persist repo snapshot" echo -e "show\tShow task details" echo -e "update\tUpdate task status" + echo -e "close\tClose a task and persist repo snapshot" echo -e "sync\tSynchronize Beads state" end @@ -39,6 +41,11 @@ function __sdp_quality_commands echo -e "report\tGenerate quality report" end +function __sdp_reality_commands + echo -e "emit-oss\tEmit the OSS reality artifact set" + echo -e "validate\tValidate emitted OSS reality artifacts" +end + complete -c sdp -f complete -c sdp -n "__fish_use_subcommand" -a init -d "Initialize project with SDP prompts" @@ -52,6 +59,7 @@ complete -c sdp -n "__fish_use_subcommand" -a beads -d "Interact with Beads task complete -c sdp -n "__fish_use_subcommand" -a tdd -d "Run TDD cycle" complete -c sdp -n "__fish_use_subcommand" -a drift -d "Detect code drift" complete -c sdp -n "__fish_use_subcommand" -a quality -d "Check code quality gates" +complete -c sdp -n "__fish_use_subcommand" -a reality -d "Emit and validate OSS reality baseline artifacts" complete -c sdp -n "__fish_use_subcommand" -a watch -d "Watch files for quality violations" complete -c sdp -n "__fish_use_subcommand" -a telemetry -d "Manage telemetry data" complete -c sdp -n "__fish_use_subcommand" -a checkpoint -d "Manage checkpoints" @@ -68,6 +76,9 @@ complete -c sdp -n "__fish_seen_subcommand_from beads" -a "(__sdp_beads_commands # Quality subcommands complete -c sdp -n "__fish_seen_subcommand_from quality" -a "(__sdp_quality_commands)" + +# Reality subcommands +complete -c sdp -n "__fish_seen_subcommand_from reality" -a "(__sdp_reality_commands)" `, nil } diff --git a/sdp-plugin/internal/ui/completion_zsh.go b/sdp-plugin/internal/ui/completion_zsh.go index 4768152b..e3d7ebff 100644 --- a/sdp-plugin/internal/ui/completion_zsh.go +++ b/sdp-plugin/internal/ui/completion_zsh.go @@ -14,6 +14,7 @@ _sdp() { local -a orchestrate_commands local -a beads_commands local -a quality_commands + local -a reality_commands commands=( 'init:Initialize project with SDP prompts' @@ -27,6 +28,7 @@ _sdp() { 'tdd:Run TDD cycle (Red-Green-Refactor)' 'drift:Detect code drift from specification' 'quality:Check code quality gates' + 'reality:Emit and validate OSS reality baseline artifacts' 'watch:Watch files for quality violations' 'telemetry:Manage telemetry data' 'checkpoint:Manage checkpoints for long-running features' @@ -48,8 +50,10 @@ _sdp() { beads_commands=( 'ready:List available tasks' + 'create:Create a task and persist repo snapshot' 'show:Show task details' 'update:Update task status' + 'close:Close a task and persist repo snapshot' 'sync:Synchronize Beads state' ) @@ -60,6 +64,11 @@ _sdp() { 'report:Generate quality report' ) + reality_commands=( + 'emit-oss:Emit the OSS reality artifact set' + 'validate:Validate emitted OSS reality artifacts' + ) + case $state in command) _describe 'command' commands @@ -76,6 +85,9 @@ _sdp() { quality) _describe 'quality command' quality_commands ;; + reality) + _describe 'reality command' reality_commands + ;; esac } @@ -96,6 +108,9 @@ case $line[1] in quality) _sdp quality "$words[2,-1]" ;; + reality) + _sdp reality "$words[2,-1]" + ;; *) _sdp ;;